788 comments found.
Pre sell question. Can i use img instead off font awsome ico in menu?
Hi testinpl,
You can only use font awesome icon in the menu.
Thank you 
Hi, Thansk for a great theme. Some translations are still missing on my test site even though I have updated the .po files.and done some translations directly in the php-files. One example is the Tab headlines of the “Recent/Popular…” widget.
Hi Spico,
Thank you for five star rating 
Widgets are coming from “Pre School Shortcodes” plugin so you have to add this plugin’s language .po file for translation.
../wp-content/plugins/pre-shool-shortcodes/languages/... .po
We re-tested this file after your feedback and we could see the changes in other language.
Note : Please check you have latest version of theme (2.11) and plugin (2.1) because older version has missing function for language translation.
Hello, I have purchased the theme for one of my clients .. What I do is installing the theme on my server doing the customization and what he need .. once I finish development. . I move the work to his server .. As this is a license for 1 website .. will you count that as 2 installations ? .. or what? I am not sure ? This is the first time to buy theme .. I used to build the themes from ground.. Also, do you have RTL CSS Version ???
Thanks!
.
Hi KhaledB,
This is called 1 installation because actual site content and demo site cotent are same. You are making demo setup on your server and after finalization it is going on client server = same content are moving one server to another server = single installation.
We didn’t add RTL version but love to add it if we get higher sales day by day with this theme.
Thank you 
Thanks for reply, I am not sure where can I find the post types and shortcodes registeration ?? I wan to clone the template of classes to a new post type Thanks
Hi KhaledB,
Custom Post Type Folder :
../wp-content/plugins/pre-school-shortcodes/post-types/
In this folder you will find all necessary files to create new post type including metabox fields.
Shortcodes Folder :
../wp-content/plugins/pre-school-shortcodes/shortcodes/shortcodes.php
Thank you 
Hello!
There is a bar that runs across the home page and contact page that has the business contact info, address, phone number, social media accounts – where do I find this bar to change the info? I can not access it on actual pages. Thank you!
Hello tvarella777,
You can edit contact bar details from
Admin > Appearance > Customize > Footer Options > Contact Footer
Thank you 
theme does not install gives error wordpress on windows 10. website location in inetpub\wwwroot\vrcom directory permissions full control for admin
Hello olivanov,
Please send your website admin login details form our profile page form ( http://themeforest.net/user/softwebmedia ) so we can check the issue and give you feedback.
Thank you 
Hello! I am having difficulties with setting which page I want to be my HOME page. Right now it is the original demo as the HOME page. I want DEMO 4 to be the HOME page. How do I make DEMO 4 the Home page?
Hello tvarella777,
You can set Home Version 4 or any other page as front page from admin > “Settings” menu on left bottom > “Reading” page > ” Front page displays” section > Select Page name from “Front Page” dropdown menu list and “Save Changes”.
Thank you 
Hi mw1975,
If you have more than 15-20 images in portfolio then we suggest you to use classic portfolio style instead of sortable ( filter ) portfolio because filter portfolio will display current visible items categories by click on top horizontal portfolio category menu. If clicked category items are coming after 25 items then it will not display because it is not visible on first display of page load.
If it looks difficult to make classic portfolio then we can help you to make classic portfolio by making category name pages and then exclude portfolio pages. ( You can send your website admin login details from our profile page form – http://themeforest.net/user/softwebmedia )
Thank you 
Good afternoon! Sorry but I could not see the form on the link. I would also like to know if you have any extra charge for this. Thank you very much
I managed to solve my problem, please ignore this request. Thank you!
Thank you for your feedback. We will not take any extra charge for making classic portfolio.
Goodnight:
How can I set the title of the post was as H1 tag ?
Thanks in advance
Reagrs , Marina
Hi Marina,
Post title is already set as H1 tag ( http://kidsworld.premiumthemes.in/make-learning-fun-for-your-kids/ ).
If you are asking for blog list page then we don’t advise to edit it because as per SEO rules it is not good to display lots of H1 tag in single page.
Thank you 
Hi :
I´ve done tests with metricstop for optimizing the web , and it appears that I haven´t H1 tags. I tried it with the front page, with category pages and blog page …. and nowhere seems it has neither H1 or H2 t tags. Can it be a metricspot failure ?
Thank you
Regards, Marina
Hi Marina,
Home page is 100% flexible to use any tag because it is made with diff. section so you can give first title ( next to header title ) as H1 tag. All inner pages header has H1 tag so it is 100% failure of metricspot. You can check all inner pages browser source code with “find” function.
Thank you 
Hello, I just install your theme according to your instructions . The theme I uploaded and activated via ftp . The necessary plugins have been installed and turned on . Unfortunately, I can not download the sample data . The Method 1 > Setup Options > Import Demo Data stops. The Method 2 – XML import kidsworld – demo.xml – Full Content of Demo Site partly leads to errors . Can you please let me know if I’ll be different to the missing data . For example: Import of ” School Backpack ” Failed : Invalid post type product Import of ” Colorful Wooden ” Failed : Invalid post type product Import of ” alphabet puzzle ” Failed : Invalid post type product
Thank you very much.
Hi thetankis,
Don’t worry about this messages because its woocommerce poduct post type details. If WooCommerce plugin is active then above error will not come during import data.
Thank you 
Thanks for your help. I installed the WooCommerce plugin to . However, I still get error messages importing
pa_color Black failed:
Importing pa_color Blue failed
Importing pa_color Green failed
Import Media ” large1 ” failed
Import Media ” large2 ” failed
Import Media ” large3 ” failed…..
Why the media will not be downloaded ? What did I forget ? 
Hi thetankis,
Please send your website admin login details from our profile page form ( http://themeforest.net/user/softwebmedia ) so we can check import data issue and give you feedback.
Thank you 
Hi! I am interested in this theme but have a question before buying…
- where is the search on the home page? I see it on interior pages but it seems to be missing from the home page. how would I add it?
Thanks!
Hi LeatherwingStudios,
I am very sorry for late reply due to summer vacation.
Default setting don’t have search on home page but you can enable with minor change in header.php file. ( just remove !is_front_page() in line #204 and done
)
Thank you 
I also have the problem with the transalation for Age and Class Size. I have also used the Loco Translator and it has created the en_gb file. I have checked the version of the plugin for the pre-school shortcodes which is 2.1. I have also checked my site is set to use the language English UK. Any other suggestions please?
Hello BLENKIC01,
We got your point. We used filters in age and classes to edit class it. I think it is better to use as it is which can be use for multiple way. You can quickly fix it from
../wp-content/themes/kids-world/templates/classes.php line #190,191
echo apply_filters( 'kidsworld_classes_raised_text',__( 'Age:', 'kids-world' ) ); echo apply_filters( 'kidsworld_classes_raised_text',__( 'Class Size:', 'kids-world' ) );
remove apply filters in above code line which will look like below code
echo __( 'Age:', 'kids-world' ); echo __( 'Class Size:', 'kids-world' );
Thank you 
Hi – I am still struggling to get the wording to appear differently. Infact – I would like to hide the field for the start date and add a new field for term which would just be a text field. How can I do this please?
Hello Hello BLENKIC01,
Please send your website admin login details from our profile page form ( http://themeforest.net/user/softwebmedia ) so we can help to fix it quickly.
Thank you 
Hi can you tell me where to add the favicon for this theme – and the file type and image size.
Cheers
Hi BLENKIC01,
You can add favicon from admin > customizer > site identity ( bottom 3rd tab ) > site icon > upload image as per instruction in this section
Thank you 
Thank you – I couldn’t find it. Sorted.
Hello, Do you have an HTML version of this theme ? if yes .. please send me the link to buy it on my email .. eng.khaledb (at) gmail
Hello KhaledB,
We have only WordPress version of KidsWorld theme.
Thank you 
Can you make each of the sidebars we create have a unique id – at the moment – they are just sidebar – and I need to reference each one individually to style. Cheers
Hi BLENKIC01,
Yes, you can style each sidebar with css and unique id is not necessary.
For example, we have diff. title border in each sidebar with are added with css like first-child, nth-child(2), nth-child(3), nth-child(4) etc.
If you want with diff. page then you can use page or post id like
body.postid-42 #sidebar div:nth-child(2) .kidsworld_widget_box h3:before,
Above css will add custom style to post id 42, second sidebar.
You can refer styling.css for more idea about nth-child().
Thank you 
Thank you – that fixed the problem.
Hi – is it possible to have recent posts Large displayed as a 3 column option too? Rather than just 1 or 2 columns?
Cheers
Hi BLENKIC01,
This is not possible in current version because current shortcode will not look good in 3 column.
Please remind us this feature ( new shortcode with grid view ) after next big update so we will add it in bulk update list.
Thank you 
Hi, I need to know if this template is compatible with WPML?
Hi henryavila,
WPML compatibility is not added with the current version of the theme. If theme works perfect with WPML then we will add its compatibility in feature list.
Thank you 
Dear Author,
Please help me, how to make shop page like this…
http://imgur.com/LjodIIafor your advice many Thanks
regards Aidil
Hi Aidil,
You can set shop page like example screenshot from admin > woocommerce > settings > section -> “Custom: Product Single (Overview) Page Options”
Thank you 
Hi, I have changed the menu bar icon colour to my corporate colours. However, when switching between selections from the drop-down list (under menu), the purple colour is still showing. How do I change that?
Hi Shaan_MindChamps,
How did you changed top menu colors? ( From admin > customizer > advanced styling or from styling.css ). Please send your website URL so we can check the changes.
Thank you 
Hi, this is the staging site http://rankclinch.in/Kids/
The top menu colours are changed via styling.css. Thanks.
It looks first menu link are not added with custom css, we can see default colors in styling.css. Please add custom color in first menu where #8373ce
/*Menu Link 1*/
ul.kidsworld_top_nav > li.kidsworld_m_active:first-child > a,ul.kidsworld_top_nav > li:first-child:hover > a,
ul.kidsworld_top_nav > li.kidsworld-mega-menu:first-child > ul > li > a:first-child span,
ul.kidsworld_top_nav > li.kidsworld-mega-menu:first-child > ul > li:hover > a:first-child span { color: #8373ce; }
ul.kidsworld_top_nav > li.kidsworld_m_active:first-child > a:before,ul.kidsworld_top_nav > li:first-child > ul { border-top-color:#8373ce; }
ul.kidsworld_top_nav > li:first-child > ul li:hover,
ul.kidsworld_top_nav > li:first-child > a > span > i,
ul.kidsworld_top_nav > li:first-child > a > span:before,
ul.kidsworld_top_nav > li:first-child > a > span:after,
ul.kidsworld_top_nav > li.kidsworld-mega-menu.menu-item-object-category:first-child > ul > li:hover,
ul.kidsworld_top_nav > li.kidsworld-mega-menu:first-child > ul li:hover > a:before { background-color:#8373ce; color:#fff; }
ul.kidsworld_top_nav > li:first-child > a > span > i:after,
ul.kidsworld_top_nav > li > ul > li:first-child,
ul.kidsworld_top_nav > li:first-child.kidsworld-mega-menu > ul { border-color: #8373ce; }
Thank you 
Goodnight:
Here I am with another query. The truth is that , modesty aside , my page is being fantastic (when everything is finished I´ll share with all of you) And a large part is because of all the help that is facilitating the great support of this template.
And the question is : How can I make related posts , display related post by tags and not by categories?
Thanks in advance
Regards, Marina
Hi Marina,
This is little complex to explain here but you can get idea from this article : http://www.wpbeginner.com/wp-themes/how-to-add-related-posts-with-a-thumbnail-without-using-plugins/
Related post file location : ./wp-content/themes/kids-world/parts/related-posts.php
Related posts function location : ../wp-content/themes/kids-world/framework/theme-filters.php > Related Posts – kidsworld_get_related_posts ( line #655 )
We are adding this point possible updates list, if it can be possible then we will add option in customizer so it can view by category or tags.
Thank you 
Hi, how can activate slider revolution included? I’ve installed theme and all plugins, but it appear deactivated, and if i try activate it with the purchase code, say to me that it is wrong code. Thanks
Hi edilbertolopez,
You are getting revolution slider plugin with theme ( free ) so you don’t need to activate it or any registration. If you want it then you have to buy separate copy from codecanyon to became direct buyer of this plugin ( http://codecanyon.net/item/slider-revolution-responsive-wordpress-plugin/2751380 ) which is not necessary because we are updating plugin version regularly.
More details: https://goo.gl/RoIAG1
Thank you 
Thanks!!