This item is by an Elite Author
mixey
- Sold between 250 000 and 1 000 000 dollars
- Elite Author
- Won a Competition
- Author was Featured
- Item was Featured
- Exclusive Author
- Repeatedly Helped protect Envato Marketplaces against copyright violations
- Europe
- Bought between 10 and 49 items
- Referred between 500 and 999 users
- Has been a member for 6-7 years
517
Purchases
Buyer Rating:
4.21 stars
4.21 average based on 73 ratings.
(more information)
-
5 Star
4054%
-
4 Star
1621%
-
3 Star
1013%
-
2 Star
68%
-
1 Star
11%
| Created | 24 September 09 |
| Last Update | 15 April 11 |
| Columns | 2 |
| Compatible Browsers | IE6, IE7, IE8 |
| Software Version | WordPress 3.0 |
| Documentation | Well Documented |
| High Resolution | No |
| Layout | Liquid |
| ThemeForest Files Included | CSS Files, JS Files, PHP Files |
| Widget Ready | Yes |
© All Rights Reserved mixey -
Contact Envato Support


Love the theme and was incredibly easy to set up! Thanks for the great work on this!
Question: How can I hide the post metadata? With the tags, the filed under, the date, and the author the list gets really long below the post summary. I would like to hide all of this info on the home page at least. Is there a way to do this?
Thanks again!
Hi, to do that open index.php file and remove this piece of code.
<div class="font_size_small"><?php the_time('d.m.Y') ?> · Filled under: <?php the_category(', ') ?> <?php the_tags('· Tags: ', ', ', ' '); ?> · <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></div>Hello, I would like to buy your theme. Can you confirm that it is compatible with WordPress 3.3, IE9 please. – Thank you Laurent
Thanks for a nice theme! How do i show youtube videos on the first page? Now I need to open a post to see the embeded video. And how do I change so I can se the full post insted of some lines and then the: [...]
thanks
Video preview in teaser view isn’t possible.
To show full content open index.php file and change the_excerpt to the_content
Hi,
Great theme! Is it possible to add a link button (with text “read more” or “more details here”.) below the preview text shown in the home page boxes?
Thanks
If you’ll open index.php file, you can insert read more link after the excerpt. Like so:
<?php the_excerpt(); ?> <a href="<?php the_permalink(); ?>">Read more</a>Thanks for your reply.
Hi,
Just a few questions.
1. Is it possible to move the sidebar from the left to the right side?
2. Can you hyperlink the featured image in the post?
3. Is it possible to only show the featured image in the home page preview thumbnail boxes and not in the actual post?
4. When you select a specific category and then a specific post, how is that displayed in the URL ? For example www.website.com/category- name/post-name
Thanks
Thanks
Hi,
1. No.
2. Image is linked to the post.
3. Sorry, no again.
4. This you can set in the Permalinks settings in WordPress settings page.
Thanks for your reply.
Do you have any advice or plan to make this theme compatible with iPhone / iPad with an update ??
can you customise the colours in this theme?
Yes, to do that you’ll need to modify css files.
Hello, I am a real newbie
This is my first attempt (not working) http://www.veronaverona.com/ any Idea? thanks AngeloYou should contact your server administrator about this issue.
hello
does this theme supports rtl languages , my site will be in hebrew
Sorry, but no.
hello would it be possible to use the new wp features in the theme. For example i want to create wp galleries. At the moment i must use the twentyten theme and then i change to this theme, Isn´t it possible to use it directly.
Hi,
I’m afraid but no.
Hi, how to add distance between images on single post?
Could you share more details? What images your are talking about?
Hi, how to add margin or padding between bottom ant top of second image.
Hi, like on this site: http://nextwd.com/gold-plated-iphone-5/. 3-5px between top and bottom of images.
Could you give more information about what “five widget areas” means? Does this mean you can put five widgets in the sidebar or are there separate areas a widget can be placed?
hello, When trying to activate plugin: WordPress Related Posts:
Plugin could not be activated because it triggered a fatal error.
Fatal error: Cannot redeclare wp_get_related_posts() (previously declared in /var/www/vhosts/photodzin.com/httpdocs/wp-content/themes/liquid_magazine/functions.php:99) in /var/www/vhosts/photodzin.com/httpdocs/wp-content/plugins/related-posts-plugin/compatibility.php on line 102
Hi,
please open functions.php file and locate this linefunction wp_get_related_posts() {edit it to look like this:function wpb_get_related_posts() {, then open single.php file and find this line edit it to look like this:Hi, how to add margin or padding between bottom ant top of second image on single post.
Hello, i’m playing a bit with this theme. Recently when i add an article the pic would not show up. Is it possibly due to wordpress 3.5 update?
Would it (liquid magazine) ever work nwith Next gen Gallery? thanks Angelo
.post img { margin-bottom: 5px; }
What is the best way to remove the twitter login in the header? My efforts at editing header.php have broken the site.
Hi,
remove this:<div id="tweets"> </div>and this:Fixed!! Thanks so much!
still not showing the pic when i add a new article. anyone else has the same problem?