Forum Replies Created
list of topics you have created till now.
-
-
New version is available on ThemeForest with extended character sets support.
New version is available on ThemeForest!
@Alexey: Disable.Hi, use this in your custom css field:
body.blog .featured-image { max-width: 50%; }You are welcome.
Hi, use this in your custom css field:
body.page-template-page-full-width-php #content > .row-fluid { width: 90%; }You are welcome.
Sorry, I’m not exactly sure what you’re asking?
It is not a problem. WordPress places the widgets to the first place when a new widget location defined. You had done the right action by moving them to below.
Mehmet S.
Keymaster25 November 2013 at 04:30Posted in : ivCard-Custon Page configurations for Blog?I will release an update in this week for the blog. Thanks for your patience.
Hi, remove this from your custom css field:
.entry-meta { display: none; }This theme uses the native search functionality of WordPress.
I searched Germany keyword, then New Zealand page listed in the search result. Because that page has a Germany flag.
If you want to make some limitation for the search results, you can try plugins if there are.
Free plugins: http://wordpress.org/plugins
Premium plugins: http://codecanyon.net/category/wordpress
You are welcome.
It works, but I think, you want more shrink. Try this:
#comments, #comments #respond { padding-bottom: 0px; } #comments p.form-submit { margin-bottom: 0px; } section#main { padding-bottom: 2em; }Hi, go to that another wordpress blog admin, the use export-import method.
– go to Tools > Export.
– go to second wordpress admin.
– go to Tools > Import > WordPress.
Hi, use this in your custom css field:
#comments, #comments #respond { padding-bottom: 0px; } #comments p.form-submit { margin-bottom: 0px; }Mehmet S.
Keymaster24 November 2013 at 17:29Posted in : Disabling the page or post name from appearingYou are welcome.
You are welcome.
To embed the Crimson Text font collection into your web site:
– Use this in your External CSS field:
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Crimson+Text:400,400italic,600,600italic,700,700italic">
Hey, it is ok now, use this:
$args_recent_posts = array( 'post_type' => 'post', 'posts_per_page' => $number_of_posts_to_show, 'cat' => '-12,-34,-56' );
Mehmet S.
Keymaster23 November 2013 at 20:31Posted in : Disabling the page or post name from appearingPage:
body.page-id-7 .entry-header { display: none; }Post:
body.postid-62 .entry-header { display: none; }– The numbers are ids.
Ok, I will do a test.
Ok, I will test it again.
You are welcome.
Hi,
– go to Appearance > Editor > fonts.php
– add that font name to the list in its format.
Mehmet S.
Keymaster23 November 2013 at 06:19Posted in : Disabling the page or post name from appearingHi, use this in your custom css field:
.entry-header { display: none; }– go to Appearance > Editor > post-nosidebar.php
– find:
</article>
– place the icon code before it.
Ok, this is for you:
body.single article footer.entry-meta { display: none; }I deactivated your plugins, then your portfolio items came back. I think one of they caused the issue. You can try to activate one by one to find which one is conflict.
You are welcome.
Edited:
echo '<a href="' . get_permalink() . '">'; the_post_thumbnail( 'blog_feat_img', array( 'alt' => get_the_title(), 'title' => "" ) ); echo '</a>';
Try this one:
echo '<a href="' . the_permalink() . '">'; the_post_thumbnail( 'blog_feat_img', array( 'alt' => get_the_title(), 'title' => "" ) ); echo '</a>';
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.