ThemeForest

80/20 - WordPress Magazine Theme

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years

Anyone know how to use the included .po file for localization? thanks

Default-user

Thanks Paul, I followed all the instructions in that link and can’t make it work

The config.php is setup to define(‘WPLANG’, ‘es_ES’);

I know is working because other themes and backend is localized OK.

Where does the .po file really go?

I tried to all different locations and it doesn’t work

/wp-content/languages/themes/eightytwenty-es_ES.po

/wp-content/languages/themes/es_ES.po

/wp-content/languages/es_ES.po

/wp-content/themes/eightytwenty/es_ES.po

/wp-content/themes/eightytwenty/languages/es_ES.po

have you actually tried to localize it?

PaulWinslow

It does work, I assure you. Sometimes these things require just one small tweak. Try this video: http://www.youtube.com/watch?v=1xqcxncNmT0

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years

I had the same problem than mathiasgraetz and find a solution. Posted here in case someone else wants to add Captions to the “featured image” on posts

add this to functions.php

function the_post_thumbnail_caption() {
  global $post;

  $thumbnail_id    = get_post_thumbnail_id($post->ID);
  $thumbnail_image = get_posts(array('p' => $thumbnail_id, 'post_type' => 'attachment'));

  if ($thumbnail_image && isset($thumbnail_image[0])) {
    echo '<span style="position:absolute;left: 0px;">'.$thumbnail_image[0]->post_excerpt.'</span>';
  }
}

and then edit single.php

add this line

<?php the_post_thumbnail_caption (); ?>                                                

right after

<?php the_post_thumbnail( 'thumbnail-single' ); ?>
  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
  • Venezuela

Hi, I really like this theme, but is available in Spanish? And..I can publish personalized banners?... Thanks

PaulWinslow

Hi – you’ll find the translation files in the “languages” folder in the root of the theme. :)

  • Bought between 50 and 99 items
  • Has been a member for 3-4 years
divebel Purchased

Hi There,

Wow, I love this theme and am delighted with it.

A question for you – is there any way that I can change the dimension of the image at the top of individual posts? I need an image (featured image) to be a different large dimension, and not cropped like it is right now.

Please advise.

Many thanks, Divebel :-)

PaulWinslow

Hi – happy to hear you’re enjoying the theme.

You can change the thumbnail dimensions from the functions.php file. On lines 38-44 you’ll find the current thumbnail sizes for various parts of the theme. The WordPress codex is a great resource for understanding these types of functions: http://codex.wordpress.org/Function_Reference/add_image_size

Tip: If you’ve already published posts with thumbnails – you’ll need to regenerate your images in order to apply the new dimensions. You’ll find plenty of plugins to do this.

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

I would like to know how to set my page as archive? I can’t find the template in page setting…? Thanks!

PaulWinslow

Hi – the archive isn’t a custom page template. It’s automatically created when you have categories, tags and dates on your site. Click one of your categories and you’ll see an archive of that category.

Default-user

Thanks for the reply. But I can only see Homepage and Issue?

Default-user

I reinstall the theme to the WP, but still there are only Default Template, Homepage and Issue for choosing at the Page Attribute. Is there any place to modify?

PaulWinslow

I just told you above that you DO NOT have to choose a page template. Read again what I said above. Archive is not a custom page template. You just have to click one of your categories on the front of your site to see the archive page for that category…

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

My mobile version could not work at all. please access fwsbio.com and enlighten me what’s wrong with the mobile site? is it supposed to be this responsive template?

PaulWinslow

There’s nothing wrong here – that’s exactly how it’s supposed to look. If you look at the demo you’ll see it’s just the same.

Default-user
jaysheng Purchased

Hi Paul, I am not sure if you are seeing the same thing as i am. Try access fwsbio.com on your mobile, there is a blue template that has no posts or anythign and is unlike the mobile site.

I tried clicking “View full site” and the full responsive site appears but not when i first access fwsbio.com on mobile. Thanks

Best Regards Jason

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

Hi Paul,

in installed the template at http://198.211.125.191/

However I have several things not functioning… picture in feature is not correctly displayed on single post page, also not correctly displayed on frontpage. The featured picture should resize properly on single and homepage. See also your single page demo and homepage demo.

When view-source’ing I see the demo site has lots of versions of each file, down to 70×70 thumbnails. And they’re NOT placed in an ordinary WP uploads folder. So they are not any automatically set sizes when compared to admin menu > Settings > Media. So, seems like they’re custom coded for the demo, not for actual use?

Also the date, name etc etc, seem not at same spot as in example template (namely at the bottom of the article), see http://themeforest.net/item/8020-wordpress-magazine-theme/full_screen_preview/3331307

What did I do wrong? I followed the installed of the theme step after step.

Thanks for your feedback,

cheers,

Bernard

PaulWinslow

Hi Bernard,

There is nothing in this theme that is custom coded just for the demo – absolutely nothing. Everything I’ve done in the demo you can recreate on your site.

If your thumbnails aren’t cropping as you’d expect it’s because the original image sizes aren’t ideal for the spaces they need to fill.. it seems like the image you’ve used from the demo in your test post has been saved from the demo AFTER it was cropped – so it’s not the original image and that’s why it’s not cropping the same.

The post information positioning (date, author, etc.) was changed in an update back in February due to popular request – it seems you’re using an older version from before the update.

-Paul

Default-user

Hi Paul,

ok, I re-downloaded and re-installed the theme. The date etc setting is ok, but I still don’t get the big picture on the single post : http://198.211.125.191/test-post/

The picture I used here was around 2000 pixels wide… I guess that’s more than wide enough no? Yet, it only shows a shrinked picture.

PaulWinslow

Yeah those dimensions should be fine. When you’re choosing to set the image as your featured image – are you sure you’re choosing the “Use full size” option and not one of the “medium” or “small” options? These are radiobutton selections that you can make in the pop-up window when you upload the image..

Default-user

In the latest version of wordpress I cannot set anything as far as image options, check this screenshot: http://198.211.125.191/wp-content/uploads/2013/05/Schermafbeelding-2013-05-18-om-13.42.16.png

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

Are there any responses with regards to my site theme on fwsbio.com??

Thank you. As mentioned it’s not working on mobile.. can anybody tell me how to get rid of the blue mobile site that first appears when i access my site on mobile?

  • Bought between 10 and 49 items
  • Has been a member for 2-3 years
allenova Purchased

I like this theme design. 2/3/4 column layouts for category/archive pages would make it an perfect news theme.

by
by
by
by
by