Forum Replies Created
list of topics you have created till now.
-
-
Hi,
– go to appearance > editor > format-standard.php
– find:
the_post_thumbnail( 'blog_feat_img', array( 'alt' => get_the_title(), 'title' => "" ) );
– replace:
'<a href="' . the_permalink() . '">' . the_post_thumbnail( 'blog_feat_img', array( 'alt' => get_the_title(), 'title' => "" ) ) . '</a>';
You can use tag cloud widget in your footer, then hide it with a custom css.
You are welcome.
Uncheck the option Theme Options > Animation > Enable Safe Mode.
Update the theme to the latest version. You will find a new widget location to add the social icons to the header easily.
Hi, I will release an update on Monday with Cyrillic support.
Thanks
Hi, please check the widgets section in your theme documentation.
Thanks
You are welcome.
Hi, deactivate your plugins and try again. If the performance is good, then activate them one by one to find which one is the bad practice.
Hi, your site is ok now. Your WordPress platform was a very old version. I updated it to the latest version.
Hi,
– go to Appearance > Editor > page-archive-2.php
– find this line:
$format = get_post_format();
– edit:
$format = false;
Thanks
Please check the localization section in your theme documentation.
Thanks for the feedback.
Ok. Good luck.
Ok, send to http://www.pixelwars.org/contact/
Did you update your WordPress to version 3.7.1. If not, then please update.
Can you provide your url?
Alright then. You can use the contact form for a private message.
Hi, use this in your custom css field:
body.page .entry-header { display: none; }Every post/page has a “Quick Edit” link when you hover in the editing list. Click it to open “QUICK EDIT” menu, then uncheck the “Allow Comments” option.
Test them one by one.
At the bottom of the regular posts or top?
You should choose a blog type. Only one blog type can usable at a time.
Did you hide the toggles? I can’t see them.
Did you include the unwanted category ids to the code? The numbers in my code are samples. They are not yours.
Can you provide your URL?
Every post/page has a “Quick Edit” link when you hover in the editing list. Click it to open “QUICK EDIT” menu, then uncheck the “Allow Comments” option.
Ok. Good luck.
Can you provide a screenshot?
You need to add the
#character to your menu.See in the image:

Hey, something wrong in your custom menu. Please check the “Menu” section in your theme documentation. You can download it from ThemeForest.
Thanks
You are welcome!
Mehmet S.
Keymaster18 November 2013 at 23:20Posted in : Removing "posted in…Date… comments" on all pagesYou are welcome!
Hi, use this in your custom css field:
h1.site-title a, .entry-meta a, .entry-content a.more-link, .navigation a, .nav-single a { border-bottom: none; }Thanks
Can you provide your url?
Hi, please update to the latest version. You can download it from ThemeForest.
Thanks
Mehmet S.
Keymaster18 November 2013 at 14:06Posted in : Removing "posted in…Date… comments" on all pagesFirstly, update to the latest version. You can download it from ThemeForest.
– Use this:
.post-date { display: none; }Thanks
Download a fresh copy from ThemeForest, then try again.
Note: After updating, check your custom widgets. Sometimes they go to the Inactive Widgets place with their settings.
Hi, use this in your External JS field:
<script> jQuery(document).ready(function($) { var entry_meta = $( 'body.single .entry-meta' ); $( 'body.single article' ).append( entry_meta ); }); </script>Mehmet S.
Keymaster16 November 2013 at 04:09Posted in : Foodie Bookmarklet Doesn't Work With The ThemeI will check this in a week.
Can you provide your url?
You can edit the files in another way.
– Go to your FTP, then edit the files.
OR
– Unzip the theme, then edit the files.
Custom css:
body.blog .featured-image { float: left; padding-right: 30px; }Hi, your custom menu is over there in your admin. You just need to save your existing menu for the navigation menu location.
Thanks
I think you didn’t see the theme documentation. You can download it from ThemeForest.
Thanks
Hi, use this in your custom css field:
.entry-meta { display: none; }Thanks