PaulWinslow
- Bought between 100 and 499 items
- Exclusive Author
- Has been a member for 3-4 years
- Referred between 10 and 49 users
- Sold between 10 000 and 50 000 dollars
- United Kingdom
474
Purchases
Buyer Rating:
4.47 stars
4.47 average based on 43 ratings.
-
5 Star
2967%
-
4 Star
920%
-
3 Star
24%
-
2 Star
24%
-
1 Star
12%
| Created | 3 November 12 |
| Last Update | 8 February 13 |
| Columns | 3 |
| Compatible Browsers | IE8, IE9, Firefox, Safari, Opera, Chrome |
| Software Version | WordPress 3.5 |
| Documentation | Well Documented |
| Layout | Responsive |
| ThemeForest Files Included | Layered PSD, CSS Files, JS Files, PHP Files |
| Widget Ready | Yes |
© All Rights Reserved PaulWinslow -
Contact Envato Support


Anyone know how to use the included .po file for localization? thanks
Here you go: http://www.appthemes.com/blog/how-to-translate-a-wordpress-theme/
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?
It does work, I assure you. Sometimes these things require just one small tweak. Try this video: http://www.youtube.com/watch?v=1xqcxncNmT0
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
right after
Hi, I really like this theme, but is available in Spanish? And..I can publish personalized banners?... Thanks
Hi – you’ll find the translation files in the “languages” folder in the root of the theme.
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
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.
I would like to know how to set my page as archive? I can’t find the template in page setting…? Thanks!
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.
Thanks for the reply. But I can only see Homepage and Issue?
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?
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…
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?
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.
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
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
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
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.
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..
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
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?
I like this theme design. 2/3/4 column layouts for category/archive pages would make it an perfect news theme.