Forum Replies Created
list of topics you have created till now.
-
-
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?
Mehmet S.
Keymaster28 September 2014 at 21:31Posted in : Standard links in Portfolio page not workingPlease double check your shortcodes. And make sure they are same usage format as described in the theme documentation.
Example:
[social_icon first_icon="yes" type="facebook" url="http://www.facebook.com/envato"] [social_icon type="twitter" url="http://www.twitter.com/envato"] [social_icon type="instagram" url="http://instagram.com/insideenvato"] [social_icon last_icon="yes" type="pinterest" url="http://www.pinterest.com/envato"]
Hi, use this in your Theme Settings > Style > Custom CSS field:
.header { text-align: center; width: 100%; } #logo img { float: none; } #logo h1 { margin-top: 6px; } #logo p { margin-top: 6px; font-size: 17px; } .header nav { width:100%; float:none; } #nav { width: 100%; float: none; margin-top: 26px; } .header .social { float: none; margin-top: 36px; } #nav > li a { font-size: 15px; } #logo { width: 100%; float: none; padding: 24px 0 12px 0; }Thanks
It is ok now. Your site is working fine on my side.
Every post/page has a “Quick Edit” link when you hover in the editing list. Click it to open “QUICK EDIT” menu, then you will see the “Allow Comments” option.
Mehmet S.
Keymaster28 September 2014 at 19:00Posted in : Small feature request for comment navigationIt is not possible by default. You can try Simple Pagination plugin.
Please update the theme to the latest version. You can download it from ThemeForest.
Hi, only use English letters.
Example:
MySidebar1
MySidebar2
ThatPageSidebar
Can you provide your URL?
New version is available on ThemeForest.
Mehmet S.
Keymaster25 September 2014 at 07:57Posted in : Small feature request for comment navigationDid you play with the comment options under Discussion Settings?
Can you provide your URL?
Hi, please select latest post option from Settings > Reading , then I will check your site again.
Thanks
Can you provide your URL?
Please explain more.
Example:
[column width="6"] Content here. [/column] [column width="6"] Content here. [/column]
Hi,
1. not tested with the rev slider plugin.
2. use From the Blog widget in the homepage widget location.
3. just tested with this user
52617155@N08and it is worked.Thanks
Mehmet S.
Keymaster23 September 2014 at 19:53Posted in : Small feature request for comment navigationHi, can provide a url for that example?
You are welcome.