ThemeForest

Sofa Memento

  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
amaspy says
Purchased

refering to my last question, imagin I have a 50×50 image in my post, in this case my writing would start from left side of the picture … what should I do if I want my writing to be bellow the picture or in the right side?

sorry for my silly question dear feeleep

9 months ago
Author
feeleep feeleep replied

First of all, please read theme manuals and see recommended Media settings (Dashboard, Settings > Media) for thumbnail, medium and large size images. By image insertion to Post or Page all of the sizes will be created automatically by WordPress which means no need to worry about the size being uploaded.
I believe all the confusion comes from the fact that Persian text is written and read from right to left so it’s the matter ot something that is called text orientation: http://codex.wordpress.org/Right_to_Left_Language_Support

9 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
amaspy says
Purchased

Center Align of a photo does not insert it exactly in center :D

9 months ago
Author
feeleep feeleep replied

It’ll be great if you create a temp Admin account for me so I can take a look how and what you do by image insertion. Use my private email to send login details. Thanks!

9 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
amaspy says
Purchased

tnx but if my picture doesnt fill the width, I cant do anything to write bellow of it .

http://www.img4up.com/up2/21583819055586982088.jpg

just like above picture .

its driving me crazy it takes 1 hour to write a post for me with this conflict

9 months ago
Author
feeleep feeleep replied

If it doesn’t fill entire width it means it’s not wide enough by default. WordPress never creates LARGER images by insertion.

9 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
amaspy says
Purchased

your email is what you’ve written in the beginning of the manual, right ?

9 months ago
Author
feeleep feeleep replied

I usually receive between 30 and 45 emails per day mate. Which one is yours? There’s no way for me to figure that out, sorry.

9 months ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
DavidBushell says
Purchased

Hi,

Nice theme – really enjoying using it but I have a problem using SoundCloub embed code (below). The soundcloud player looks huge, despite having its object width set to 81px. Please see the following URL for an example:

http://www.someofitwastrue.com/2011/08/20/evryone-icarus/

Code used to embed the player is:

<object height="81" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="100%"><param name="allowscriptaccess" value="always" /><param name="src" value="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F18948889" /><embed src="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F18948889" allowscriptaccess="always" type="application/x-shockwave-flash" height="81" width="100%" /></object>
9 months ago
Author
feeleep feeleep replied

Yeap, it happens because object/embed elements have/use predefined width/height. I can fix that for your website by inserting separate styles for SondClouds – if you don’t know how to do it on your own. Just drop me a private email with the following data:
a) temp user/pass to access WP Admin
b) your Themeforest name<br /< c) short description of a request

9 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
Marchintosh says
Purchased

Hello, i want active featured menu. I add at the start of the post the string “featured-yes” , but don’t work.

9 months ago
Author
feeleep feeleep replied

There’s no “featured menu” or anything similar. And it seems like you didn’t understand how to apply Custom Fields Name – Value pair.
featured – yes is not supposed to be entered to text area of your post, PLEASE have a look at the theme manuals, the answer is inside.

9 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
Marchintosh says
Purchased

THE CUSTOM FIELD don’t find it !

9 months ago
Author
feeleep feeleep replied

When on Add New Post or Edit Post screen, have a look a the upper right corner of the screen. There are two buttons: “Help” and “Screen Options”. Click on Screen Options to expand options then tick Custom Fields checkbox. That’s how you’ll make required panel visible. Since WP version 3.0 many optional panels in WP Admin remain hidden.

9 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
Marchintosh says
Purchased

ok i found it :). I want use the contact form, but the button submit don’t work….. :crying:

9 months ago
Author
feeleep feeleep replied

Are you trying to say that the form doesn’t get submitted (error returned) or you can’t click the button at all?
Feel free to drop me a private message that includes problem description, your TF name and of course – temp access to WP Admin. I’ll set debug points in “contact.php” template and see where it takes the wrong turn.

9 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
liquidstate says
Purchased

Hi,

First of all, fantastic theme and definitely well worth the money! I have a wee problem though that I wonder if you could help with. I should add that this isn’t a problem with your theme!

I pull images into Wordpress from my Google Picasa Web Albums. It all works quite nicely except that Google only generate certain thumbnail sizes. Basically, they only allow cropping to a square, but on my front page, I’d like the thumbnails to be 195×150, just the the Live Preview you have available. So, the images produced by Google for portrait shots end up at something like 195×293 (depending on the size of the original) and if I squeeze them into a 195×150 box, well, it looks ugly!

One option would be for me to write a small PHP wrapper that would take a Google Picasa image URL , download the image, crop it, and then pump out a resulting .jpg image on-the-fly. It would work, but its a bit of a kludge and could be quite slow depending on the server load.

Another solution a friend suggested would be to have the image inside an element with “overflow: hidden” set, so that the image is effectively cropped in the browser. Unfortunately, I’m rubbish at HTML !

Is this something you could help with?

I suppose another option would be to use square thumbnails of 150×150 on my front page and let Google do the cropping – but where’s the fun in that? ;-)

Thanks, Bryan

8 months ago
Author
feeleep feeleep replied

Yeap, I fully understand the problem. In general, each image inserted to Post or Page that doesn’t get thru WordPress cropper remains as is. Cropping such images on the fly is server resources hungry and slows down page rendering.
Did you try to use jQuery masonry plugin. I guess it could bring a little bit more order to how images are displayed on page.

8 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
liquidstate says
Purchased

Hi,

Sadly, my technical background is Linux sysadmin, so I’m pretty useless when it comes to hacking modern HTML ! I took a look at jQuery on your recommendation but I’m not sure how it would help.

I did however find a chap who appears to have some CSS that would crop the images as my friend suggested:

http://cssglobe.com/post/1305/create-resizing-thumbnails-using-overflow-property

In the comments at the above site, there’s a suggested alternative that automatically crops images of various sizes by encapsulating the img tag in two div’s. If you search the page for “version which handles variable image sizes”, you’ll find it.

I tried adding it to your theme myself and I at least got the basic version working, but I couldn’t get it to look 100% right.

Is this something you could help with if I gave you admin access to my Wordpress? Might be a nice feature for other users too who either cant or don’t know how to crop thumbnails to the right size.

Cheers, Bryan

8 months ago
Author
feeleep feeleep replied

Sure, feel free to allow a temp Admin access to your website, I can take a look at the CSS .
On a side note, Masonry plugin is supposed to handle that images misalignment when it comes to different heights. Overflowing images by using 2 DIVs is not good idea with WordPress. Why? Because WP does insert certain classes (CSS) to IMG tag (like “size-thumbnail”, “alignleft”) and if you wrap it up with additional DIVs you won’t be able to control alignment any more.

8 months ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
jorgetxu says
Purchased

Hi! I can“t make the SOFA Flickr widget work with a flickr group. Is there any walk-through?

Thanks, Jorge

7 months ago
Author
feeleep feeleep replied

You can use either Flickr ID or tags (as Widget option) to “pull” images. That’s just how things work with it.

6 months ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
AMGill says
Purchased

Thanks for the nice theme – have been using it for a happy client for several months. Question though. I would like to have only ONE sidebar for all Pages/Posts etc instead of having to repeat the widgets 5 times over. I have tried several plugins that I have successfully used on other sites to add the widgets/customize widgets for specific pages but none of them work with this theme. Is there an easy fix so I can have the Sidebar Index used as the sidebar on all page/post/archive templates? A quick reply would be appreciated.

5 months ago
Author
feeleep feeleep replied
Well I guess an easiest method would be to manually edit “archive.php”, “category.php”, “single.php” ... and any other template file that should include index page sidebar. For example…
1) open index.php and copy the line #78 that reads

&lt;?php include( TEMPLATEPATH . '/sidebar_index.php' ); ?&gt;
2) paste to “archive.php” in stead of line #96

<?php include( TEMPLATEPATH . '/sidebar_archive.php' ); ?>
You should repeat replacing sidebar includance for all other template files. It’ll not be hard because all of them can be found at the bottom of page code.
5 months ago
Purchased
Default-user AMGill replied

Thanks feeleep! You are a lifesaver. I didn’t think of doing that. Such an easy fix and just in time. You rock!

5 months ago
Author
feeleep feeleep replied

You welcome, I’m glad to read you was able to do it on your own!

5 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
yeraldgm says
Purchased

feeleep hello, I bought your theme and I want to have and to configure the plugin you use for displaying images, which are displayed by selecting them in the same window with the actual size!

I hope you can help me, Greetings!

4 months ago
Author
feeleep feeleep replied

I think I just have replied to your email … anyway, for a case you didn’t get it …
There are two lightbox-like WP plugins that are proven to be working correctly:
1. Shadowbox
2. Colorbox
Try out any of these two and see whether it’s working. It should! However, don’t forget to take a look at plugin’s settings page upon installation/activation.

4 months ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
jmathis01 says
Purchased

Great theme. Can you tell me how to make the tabbed menus? Thanks! j

3 months ago
Author
feeleep feeleep replied

Owh, sorry for a delay in response mate, somehow I did overlook this one…

Tabbed menus should relate to what exactly? If you talk about drop-downs of a main menu – that should be easy; from Dashboard select:
Appearance > Menus
...and compose it. More info on how to build your menus can be seen here: http://www.youtube.com/watch?v=ybow7FytaKw

3 months ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
cultureofus says
Purchased

Hi,

It’s been a while since I have been using this theme / WP. Can you remind me where to change the background color from black? I have tried in the ‘background’ option of the ‘Appearance’ menu option in WordPress and that didn’t work. Where would it be in the style CSS to change it? It is mentioned several times. What is the existing # for it?

Thanks,

Geoff.

1 month ago
Author
feeleep feeleep replied
Open “header.php” for edit and go to line #68. It reads:

<body<?php echo $ishomeclass?>>
Change it to read:

<body <?php body_class(); ?>>
...save “header.php” and re-upload to server if edited on local comp.

Now you can change background color from
Dashboard, Appearance > Background

1 month ago
by
by
by
by
by