Forum Replies Created
list of topics you have created till now.
-
-
You are welcome.
Mehmet S.
Keymaster22 October 2014 at 16:23Posted in : Why does GRID and FORM ELEMENTS show in Menu@Sam C:
Replied in your topic.
http://www.pixelwars.org/forums/topic/returning-to-the-blog-main-page/
Hi,
– Back To Blog button will get you to the full blog page.
– Go To Home button returns to your homepage.
You can deactivate the classic menu from Theme Options > Style.
See image:

Hi, check the option from your Theme Settings.
See image:

Hi, there are 4 menu items, but 5 widgets are being used. They must be same order and count.
See image:


You are welcome.
Try to increase the value of posts_per_page parameter.
Mehmet S.
Keymaster21 October 2014 at 03:46Posted in : Small feature request for comment navigationSorry, I have no free time in these days.
Hi,
– select: Appearance > Theme Options > Blog > Blog Type > No Sidebar.
– Select Your latest posts option from Reading Settings.
Thanks
Hi, re-scan theme files with Codestyling Localization plugin.
How to use Codestyling Localization plugin?
Install and activate the plugin,
Go to Tools > Localization > Themes,
Find your native language in the flag list which must be bold text or click Add New Language button to add new one,
Firstly click Rescan button and scan the theme files then click Edit button,
All translate able strings will be displayed in the table,
Every string has Edit link in the opposite of it to translate,
Finally click generate-mo file button at the top side of the page.Hi, please check out this page for detailed information.
Thanks
Hi, a department must have at least one portfolio item.
Thanks
Hi,
– Enter text to widget title field for page titles.
– Clear the column shortcodes in your about me page and put them again.
Thanks
Ok. Good luck.
Hi, I will make some tests on this. I let you know when I come up with a solution. Thanks for the feedback.
That’s a nice idea. I will have that in mind for a next update. Thanks.
Hi,
1. You can add your title from the image details page in media library.
2. Sorry, it is not possible by default.
Thanks
You are welcome.
Hi,
– go to: Appearance > Editor > page-home.php,
– find:
$args_homepage = array( 'post_type' => 'post', 'posts_per_page' => -1 );
– edit: Add
category_name. Use category slug (NOT name).Show Posts for One Category
– Display posts that have this category (and any children of that category), using category slug:
$args_homepage = array( 'post_type' => 'post', 'category_name' => 'staff', 'posts_per_page' => -1 );
Show Posts From Several Categories
– Display posts that have these categories, using category slug:
$args_homepage = array( 'post_type' => 'post', 'category_name' => 'staff,news', 'posts_per_page' => -1 );
– Display posts that have “all” of these categories:
$args_homepage = array( 'post_type' => 'post', 'category_name' => 'staff+news', 'posts_per_page' => -1 );
Thanks
Hi, it is a static page, I mean a .php file that WordPress knows from its name 404.php. You can edit by navigating to Appearance > Editor > 404.php.
Thanks
Hi, that’s a nice idea. I will have that in mind for a next update. Thanks.
You are welcome.
All theme modification should be done by using child themes not editing the theme files directly.
How to Create a Child Theme: http://codex.wordpress.org/Child_Themes
You can control them from Settings > Reading > Blog pages show at most.
Hi, deactivate your plugins and try again please.
Hi, you can use this in your Appearance > Theme Options > Style > External JS field:
<script> jQuery(document).ready(function($) { $( '#contact-form .submit' ).click(function() { // your staff here. }); }); </script>Thanks
Ok. Good luck.
Mehmet S.
Keymaster13 October 2014 at 12:24Posted in : Standard links in Portfolio page not workingPlease try to install a fresh copy of the theme. You can download it from ThemeForest.
Install your theme via WordPress admin. WordPress sets correct permission for your theme’s files and folders.
Install a fresh copy of the theme.
Enable this functionality from Appearance > Theme Options > Blog > Numbered Pagination > Yes.
You are welcome.
Hi, you can use
section_titleshortcode.Example:
[section_title text="EDUCATION"] [section_title text="EMPLOYMENT"] [section_title text="PROJECTS"] [section_title text="HONOR"]
Thanks
Hi, it is easy. Please check out the Localization section in the theme documentation.
Thanks
Hi, Bloggy WP is compatible with WordPress 4.0.
I will improve the documentation. Thanks for the feedback.
Can you provide your URL?
Please check the “helpful images” folder under Documentation folder in the package. You can see some screenshots for the widgets
Hi, they are:
functions.php
theme-options.php
pf-standard.php
author.php
aut-sidebar.php
aut-no_sidebar.php
date.php
dt-sidebar.php
dt-no_sidebar.php
category.php
cat-sidebar.php
cat-no_sidebar.php
tag.php
tg-sidebar.php
tg-no_sidebar.php
search.php
searchform.php
s-sidebar.php
s-no_sidebar.php
template-blog.php
admin/shortcode-generator-content.php
js/main.js
css/main.css
style.cssHi, they are:
js/main.js
css/main.css
functions.php
theme-options.php
pf-standard.php
style.cssThanks
Ok. Good luck.
You are welcome.
– go to: Appearance > Widgets,
– remove default WordPress widgets, only use custom theme widgets.
See in the image:

Mehmet S.
Keymaster29 September 2014 at 20:38Posted in : Standard links in Portfolio page not workingPlease contact your host about the ajax functionality for your server.
Mehmet S.
Keymaster29 September 2014 at 20:35Posted in : Small feature request for comment navigationI will try to implement numbered pagination for comments. Thanks for the feedback.
WPML is a premium plugin, so you can check out its support forum.
I see
Full-width Pagetemplate selected for your homepage. You need to selectcvCardtemplate.You are welcome.
You can try WP-PageNavi plugin.
Can you provide your URL?