Forum Replies Created
list of topics you have created till now.
-
-
Good idea. I will add this future on the next update. Thanks for the feedback.
After updating, WordPress sets to defaults some customization, such as located a custom menu and/or the theme customizer selections. But they are not a problem. You don’t need to create a custom menu again, just select existing one and save again.
Use the way Appearance > Themes > Install Themes > Upload.
Hi, I will release an update in a week to make it controllable. Thanks for the feedback.
Hi, you should add the custom css code above to the Theme Options > Style > Custom CSS box.
Thanks
Hi, just install the theme in the regular way.
Really weird. I want to check your admin side. Send your log-in to http://www.pixelwars.org/contact/
You are welcome.
The number below is a page id.
body.page-id-7 .site-footer .widget-area { display: none; }Hi, use this in your custom css field:
body.page .site-footer .widget-area { display: none; }Hi,
– install and activate this plugin: WP Google Fonts ( http://wordpress.org/plugins/wp-google-fonts ).
– go to plugin page: Settings > Google Fonts.
For the “Text Logo”:
– select a font from Font 1 list ( e.g. Open Sans ).
– add this to the Font 1 Custom CSS box: (replace your font name below).
#header .title h1 { font-family: "Open Sans"; }– select Cyrillic from the Font 1 character sets box.
– click Save button.
Do the steps above to change the other fonts of the theme.
Here are the custom css for the other fonts:
– menu:
#header nav { font-family: "Droid Sans"; }– headings:
h1, h2, h3, h4, h5, h6 { font-family: "Open Sans"; }– content:
body { font-family: "Droid Sans"; }Thanks for the feedback.
You are welcome.
New version is available on ThemeForest.
New version is available on ThemeForest.
Mehmet S.
Keymaster6 December 2013 at 03:02Posted in : Foodie Bookmarklet Doesn't Work With The ThemeHey, yes, you are right. It is about the theme. But I don’t know how to fix this. So, if you contact foodie support team, then learn some information, post here, I will try to improve the theme.
Can you provide your url?
Tested that special characters and there is no problem. They appear on my gmail. I think it is about your server configuration. Contact your host. Your server people may help you.
– go to Appearance > Editor > blog-sidebar.php
– find this:
<?php if ( have_posts() ) :
– edit:
<?php query_posts( 'cat=-1,-2,-3' ); if ( have_posts() ) :
The numbers are category ids. You can find a category id in your editing screen.
See in the image:

Hi, you will get the same result if you try it with the default WordPress theme. Because the WordPress functions are not defined outside of the WordPress. So, they don’t work.
Hi,
– upload your images to your Media Library.
– click the Edit link of your image.
– you will see the File URL input in the edit screen of the image.
– copy the url.
– create a slideshow by using [inline_slider ] shortcode.
– use that url in the src parameter of the [slide] shortcode.
Example:
[inline_slider] [slide src="http://themes.pixelwars.org/read-wp/wp-content/uploads/2013/01/gallery-01.jpg"]Title for this slide[/slide] [slide src="http://themes.pixelwars.org/read-wp/wp-content/uploads/2013/01/gallery-02.jpg"]Title for this slide[/slide] [slide src="http://themes.pixelwars.org/read-wp/wp-content/uploads/2013/01/gallery-03.jpg"]Title for this slide[/slide] [/inline_slider]
Thanks
Hi, go to Settings > Reading > Blog pages show at most.
Thanks
Hi, use this in your custom css field:
body.category article .featured-image, body.category article .entry-content { display: none; }Which blog layout are you using?
You are welcome.
Use this in your custom css field:
body.single footer.entry-meta { display: none; }Comment functionality improved. New version is available on ThemeForest.
Comment functionality improved. New version is available on ThemeForest.
Hi, I will fix this issue and release an update in a week. Thanks for the feedback.
Update to the latest version and try again please. You can download it from ThemeForest.
Update to the latest version. You can download it from ThemeForest.
Hi, select “Latin Extended” from theme options > style.
You are welcome.
You are welcome.
New version is available on ThemeForest!
Yes, Theme Options > General > Image Logo.
Hi, disable post sidebar from Theme Options > Blog > Post Sidebar.
Hi, use this in your External JS field:
<script> jQuery(document).ready(function($) { $( '.entry-title' ).each(function() { var postTitle = $( this ).find( 'a' ).html(); $( this ).html( postTitle ); }); }); </script>Ok. Good luck.
[lightbox_image] and [lightbox_video] shortcodes are for portfolio items.
Use [inline_lightbox_image] and [inline_lightbox_video] shortcodes in posts and pages.
Example 1: ( an image in lightbox )
[inline_lightbox_wrap type="image" thumbnail="put-your-thumbnail-image-url-here"] [inline_lightbox_image first_image="yes" gallery="01" url="put-your-image-url-here"] [/inline_lightbox_wrap]
… and with your image:
[inline_lightbox_wrap type="image" thumbnail="http://www.laziem.com/wp-content/uploads/2013/11/header-logo.jpg"] [inline_lightbox_image first_image="yes" gallery="01" url="http://www.laziem.com/wp-content/uploads/2013/11/header-logo.jpg"] [/inline_lightbox_wrap]
Example 2: ( a video in lightbox )
Important: Don’t use watch url for YouTube videos.
– This is a watch url: http://www.youtube.com/watch?v=KZ5_2BzgHkg
– This is an embed url: //www.youtube.com/embed/KZ5_2BzgHkg?rel=0
[inline_lightbox_wrap type="video" thumbnail="http://www.laziem.com/wp-content/uploads/2013/11/header-logo.jpg"] [inline_lightbox_video gallery="02" url="//www.youtube.com/embed/KZ5_2BzgHkg?rel=0"] [/inline_lightbox_wrap]
You can activate the Masonry blog from Theme Options > Blog > Blog Type.
Sorry, I don’t know.
You are welcome.
You can search a plugin for that.
There is something wrong on your site. Please update to the latest version. Then, I will check again your site.
– You can download the latest version from ThemeForest.
– Create a page with “Portfolio” template.
– Add this page to your menu.
– Go to Gallery > Add New. Create a gallery and publish. Then copy its view url.
– Go to Portfolio > Add New. Select “Direct URL” type from Details box. Paste the gallery url to direct url input.
It is working since v4.1. You can see it: http://themes.pixelwars.org/bookcard-wp
– Do the steps in the documentation.
You are welcome.
You are welcome.