788 comments found.
Hi, I can’t seem to find the right place (I translated evenything else already) where to translate your widget with ‘Popular – Recent – Comments’ and the date and word ‘Comments’ below the post title in the same widget.
Hope you can help.
Hi 15Twelve,
Tabs widget and all other custom widgets are coming from “Pre School Shortcodes” plugin so you have to translate this plugin .pot file. ( Tab Widget File path ../wp-content/plugins/pre-school-shortcodes/widgets/tabs.php )
Thank you.
Great thnx!
Hi,
how can I add shopingchart under logo like is it in example?
and second question what size of picture i need to have for woocomerce becouse i see them too big on product or home page.
becouse in Protfolio page i see tnem corectly. Same pictures.
Hi allycomsk,
1. You have to enable shopping cart icon from admin > woocommerce > settings > general > custom: general options > check “Display Cart Icon Below Logo” option
2. Minimum required width for shop image is 850px
You can keep height flexible but for better look keep all size same.
If image are in more column (3-4) then it can crop nicely then large column (2) like portfolio pictures.
THank you.
Hi icon working super
But still have problem with eShop. I have use setiings for catalog images and others in woocomers setings and i have use plugin to regenerate thumbs but it not respecting them. See http://www.sikulkovo.sk/shop/
even if i have hard crop ticked 850×850 it use 850×2592. On catalog page or with shortcodess Best selling product (we used on home) and Products used with visual composer.
On ftp i see that coresponding images have been generated but page ignors them.
And one more bug was found in Firefox when we used portfolio page with category filter some items are cross covering each other.
Hi allycomsk,
We used fix width and flexible height image size for products because some products have vertical shape so it is required to display with flexible height.
We just uploaded new version of this theme which has image sizes filter to change as per your choice. Please replace current theme and pre-school shortcodes plugin with latest version and then try below step.
You can fix this issue by adding below custom function in child theme’s function file. ( You can view this video tutorial for child theme setup and use : https://goo.gl/m2VQYv )
function myCustomShopImage() {
return 'kidsworld-square-image';
}
add_filter('kidsworld_product_image_size','myCustomShopImage');
Image overlapping issue should be fixed with latest version ( because we don’t see this issue in our demo version), If this will not help then please send your website admin login details from our profile page form ( https://themeforest.net/user/softwebmedia ) so we can check this issue and give you feedback.
Thank you.
in update is missing zip with shortcodes framework/plugins/tgm-plugin-activation/plugins/pre-school-shortcodes.zip
Hi allycomsk,
I am very sorry for this mistake and apologize for it. We just re-uploaded theme with pre-school-shortcodes.zip file. Please download it.
Thank you.
Pre-Sale question:
Does this theme work well without the Visual Composer?
Recently I bought the KIDDIE theme and it cant work without the visual composer because of the CSS done wrong.
Thanks!
Hi n1web,
Thank you for your interest in Kids World theme.
Yes, theme is working well without Visual Composer plugin.
Demo content are added with use of Visual Composer so some sections which have VC columns nees shortcodes generator column replacement. These will only require when you want demo site content otherwise you can use theme without VC with all shortcodes.
Thank you.
Just wondering when the next update for Visual Composer will take place. Thank you!
Current theme version has latest version of Visual Composer ( 5.0.1 ).
My Visual Composer is saying it’s only version 4.1.2.1 and it says only the author is able to update it. Any idea why this is or how I go about fixing it?
I solved the problem. Thank you!
Thank you for your feedback.
Please i need some help. I purchase KidsWorld. i m trying to create for classes and events singular pages for every one but i dont know where to do it. Wheres is school-evemnts?
Hi hugorcosta,
Thank you for purchasing the theme 
You can create or edit event and classes with following steps.
Login to Admin and check left sidebar menu link tabs ( Dashboard, Posts, Media, Pages on left side ). In this sidebar you will find pin icon tabs with name Events and Classes.
Click on this link and then click on Add New.
Now add all required content for post and publish it.
Add all posts for events / classes with above step.
One phase is done now create new page from admin > pages > add new.
In this page you will find “Page Attributes” box in right sidebar, select “Classes Page” from “Templates” dropdown ( same for events select “Events Page” ). When you select page template, you will find related page options below editor. Set options as per your requirement and publish the page.
Where can i configure unique pages kids world themeforest for events and classes?
We replied your question in your next post reply ( below ).
Hello, We are experiencing some trouble with the drop-down menu on our site https://clck.ru/ATbPJ – at the first menu item (red colored) the menu has a sub-menu items, which are not all visible on some screens because of the menu’s height. Is there a trick or a solution to make it visible? Megamenu also not visible, tried this: https://yadi.sk/i/vy2IQWyb38mGmB Is there a possibility we can change the style of only one menu item? Please help!
Hello Sir,
We can fix display issue in small screen ( because it is CSS3 menu ) but we can do some custom changes so drop down menu can be visible in screen. Below is example css which has menu large menu width, text align left, no top and bottom padding in each tab and then you can set little small text size of dropdown menu which will make display possible in small height screens.
ul.kidsworld_top_nav li ul { width:300px; }
ul.kidsworld_top_nav > li:not(.kidsworld-mega-menu) > ul li { padding-top:0; padding-bottom:0; text-align: left; }
ul.kidsworld_top_nav li ul { left:0; margin-left:0; }
ul.kidsworld_top_nav li:last-child ul,ul.kidsworld_top_nav li:nth-child(7) ul { left:auto; right:0; margin-left:0; }
ul.kidsworld_top_nav li.kidsworld-mega-menu:not(.menu-item-object-category) > ul > li { padding:0; }
You can edit font size from admin > appearance > customizer > top navigation section.
You can edit mega-menu text size and space between two items to display more items.
Thank you.
Thanks, it worked!
https://clck.ru/ATbPJBut still got 2 more questions. 1) The last drop-down-menu item now opens below, not to the right (it can be seen for the last item in the drop-down menu for the first menu item) – how to fix it?
2) The opening menu items on smartphones (small screens) - see on this screen: https://yadi.sk/i/NGq0l4-I38yBsi 2.1) The space between icon and a text is different in different items – how to make it the same? 2.1) The first line of two-lined item starts righter than the second line – how to make them start at one same position from the left?Thank you so much for your help!
Hello Sir,
We got your point. Please add ”>” in css to apply only for main links. You can user below css to replace previous style.
ul.kidsworld_top_nav > li:last-child ul,ul.kidsworld_top_nav > li:nth-child(7) ul { left:auto; right:0; margin-left:0; }
We tested mobile menu in diff. phone devices and it looks perfect. Space before link name is not coming on our testing. Please check in another device because here it looks perfect.
Thank you.
ul.kidsworld_top_nav > li:last-child ul,ul.kidsworld_top_nav > li:nth-child(7) ul { left:auto; right:0; margin-left:0 !important; }
Drops below, not to the right.
Please help!
Hello Sir,
Please replace updated csss with previous style, we can see without ”>” style in code ( or you can delete below previous css )
ul.kidsworld_top_nav li:last-child ul,ul.kidsworld_top_nav li:nth-child(7) ul { left:auto; right:0; margin-left:0; }
Thank you.
This still does not help, no effect to the last item in the drop-down menu at all, it still drops below, not to the right
Oh, what a bug 
Hello Sir,
You should replace
ul.kidsworld_top_nav li:last-child ul,ul.kidsworld_top_nav li:nth-child(7) ul { left:auto; right:0; margin-left:0; }
with below css
ul.kidsworld_top_nav > li:last-child ul,ul.kidsworld_top_nav > li:nth-child(7) ul { left:auto; right:0; margin-left:0 !important; }
but you just added and first css was not removed. Now I can see it is two times coming….Please remove all custom code suggested by this post and add below code
ul.kidsworld_top_nav li ul { width:300px; }
ul.kidsworld_top_nav > li:not(.kidsworld-mega-menu) > ul li { padding-top:0; padding-bottom:0; text-align: left; }
ul.kidsworld_top_nav li ul { left:0; margin-left:0; }
ul.kidsworld_top_nav > li:last-child ul,ul.kidsworld_top_nav > li:nth-child(7) ul { left:auto; right:0; margin-left:0; }
ul.kidsworld_top_nav li.kidsworld-mega-menu:not(.menu-item-object-category) > ul > li { padding:0; }
Thank you.
Oh, I’ve found, where the problem was, thanks, not it is working!!!
Hi there!
We have installed wocommerce for our shop and we are trying to add some html tags in the short description, but, unfortunately we can’t. You can watch this problem through this url: http://www.bambolango.com/producto/colores/
Is there a way to solve this problem? We need to find a solution as soon as possible.
Thanks a lot!
Hi pro-solutions,
We will fix this issue today and upload it asap so you can replace current version with latest theme version to fix the issue.
Thank you.
Need help. I bought this theme, I could not find the editing button to replace those Sample Images (only class/text/heading/column buttons there)
Hi hugorcosta,
Please give us section name or demo page URL so we can give you steps to replace demo image. You can send us section screenshot to our email id: softwebmedia (at) gmail (dot) com
Thank you.
We purchased your KidsWorld Theme. It’s currently asking for an update of the Visual Composer which I researched and I don’t have the license key since I purchased the theme with VC included. I was wondering when that update would be made so I can continue using it. Thank you!
Hi kidsonthemove,
We are frequently updating theme with latest version of revolution slider and visual composer plugins. Please update your theme with latest version to get both plugins updated version. If you are direct buyer of both plugins then you can get license key from code canyonm otherwiser with theme bundle you can update with theme update.
Thank you.
Hi, I encountered an issue, it says Revolution Slider Error: Slider with alias school-home not found, what does this mean? Thanks…Samuel
Hi Samuel,
Revolution demo slider for home is not imported during content import. If you are using one click demo import then please do it one more time ( admin > setup options > import demo data ). If you are using demo XML file then you can use ready revolution slider demo zip file from “demo-Files” folder of main downloaded folder.
Thank you.
Hi, Q1 it still not working. I used tool > Import WordPress > choose files (demo-Files\demo-Revolution-Slider\ school-home—-main-home-slider)> upload & import But it says: Sorry, there has been an error. This does not appear to be a WXR file, missing/invalid WXR version number. Q2 Edit classes is it possible to change those words Start Date, Years Old, Class Size … into another language? Q3 appearance>widget>footer column how could I add an image(e.g. an QR code) to the footer? Many thanks.
Hi Samuel,
Q1 ) Pleaes send your website admin login details from our profile page form ( https://themeforest.net/user/softwebmedia ) so we can check revolution slider issue and give you feedback.
Q2 ) You can use .pot file for changing class meta names like start date etc. If you want to change it from shortcode then use pre school plugin .pot file.
Q3 ) You can use “Text” widget and add image html code. Screenshot : https://goo.gl/jQJ45o
Thank you.
Hello,
I want to add different menu’s to several pages. But I can only add pages to my menu and no Id’s or URL’s.
Can you please help me?
Thank you very much,
greetings Eva
Hello Eva,
I am not getting your question. Do you want top main navigation diff. for several pagers or diff. menu for sidebar widgets. Please give us more details so we can help you.
Thank you.
When I want to create new a menu, I want to add Id’s and URL’s , but when I open te menutab with appearence, only the tab page opens, the others will not open. So I can’t open any other tab.
Hello Eva,
Please send your website admin login details from our profile page form ( https://themeforest.net/user/softwebmedia ) so we can check the issue and give you feedback.
Thank you.
Good morning, I have some problems, if you can help me please
.
1. How can I have left sidebar in single class page? When I turn on left sidebar and when I choose the sidebar at the end of the single class page, nothing happened.
2. How can I choose in code just one portfolio (I have 15 of them and I dont want to exclude all)... [swmsc_portfolio display_items=”4” excerpt=”false” title_section=”false” column=”4” lightbox=”true” title_text_size=”8” title_text_line_height=”30px” excerpt_text_size=”8” excerpt_text_line_height=”24px” title_text_link=”true” item_space=”12” exclude=”Dorty” include=”carodejnice” ].... include doesnt work.
Thank you very much Veronika
Hi Veronika,
1. Class single page is full width page with class details in right side so any sidebar will not work in this page. Sidebar and class single page right side details have diff. width and design so we didn’t include sidebar feature in this page.
If you wan to add any custom content in class single page then you can use child theme and add “single-classes.php” from main directory of theme folder.
2. You have to enter portfolio category ids to exclude from display. For example exclude=”34,65,78”
You can refer google to find category Id : https://goo.gl/MTVTo8
Thank you.
Hi, how can I change the revolution slider height?
Hi 15Twelve,
You can edit revolution slider height from admin > revolution slider > edit slider “Slider Settings” section > Go to “Slide Layout” section and edit “Layer Grid Size” as per diff. resolution ( you can keep small screen resolution auto and main large skin with custom size ).
Thank you.
Thank you! Works great
Hi, I used the Recent post large option to show posts on my page. The page looks really messy because of the different image dimensions. Some posts are 200px high, some 400px with a lot of white space around it because of the larger image. Also the discription limit doesn’t seem to work.
Can you help me with changes? I would like to have the same dimensions for all images so the page doesn’t look messy anymore.
Thanks in advance.
Hi 15Twelve,
Please send your website URL so we can check image original size, excerpt text and give feedback for the issue. If you want to keep it private then you can send URL from our profile page form ( https://themeforest.net/user/softwebmedia ).
Thank you.
Hi, reconsidering here because the category page looks nice already. I think I’ll use this instead of the Recent Post Large lay-out.
How can I remove the side bar on the category page and make a three column page? http://dev.gezondtrakteren.nl/recept/category/traktaties-met-fruit/
I also want to get rid of the word ‘category’ in the url. Is that possible? It doesn’t look nice on a dutch website…
Thanks in advance.
Hi 15Twelve,
Category (Author, Tags etc. Archives pages) follow blog main layout style which you can change it from
Customizer > Blog Options > Blog > first option “Blog Page Layout” – select “Full Width”
Thank you.
Great! This looks awesome. And my last question about losing ‘category’ in the url? How can I remove this?
You can refer this article tips to remove category from URL : https://jonnyjordan.com/blog/how-to-remove-category-from-your-urls-in-wordpress/
WordPress plugin search : https://wordpress.org/plugins/wp-no-category-base/
Thank you very much. I appreciate your quick help.
Hi, when I use the no category option from the Yoast plugin like you mentioned above, the url is nicely update without ‘category’ in it but the category links within the custom – category widget doesn’t work. They give me 404 page errors. Is there a way to make these links work?
You can try “flush permalinks” to fix the issue.
Thanks but this doesn’t seem to work…
We suggest you to get answer from plugin support forum ( https://wordpress.org/support/plugin/wordpress-seo ).
More details for SEO : https://yoast.com/wordpress-seo-url-permalink/
Hi
Can this theme be used to actually register people for classes or events as the links to Register just link to # and nothing happens when clicking them?
Hi thebloghouse,
Register button is only sample button without any linked page so you can add custom link to internal or external page for registration. You can create simple registration form with “Contact Form 7” plugin to get clients details. ( Not actual payment gateway but simple form ).
Thank you.
Ok that’s a shame that the demo isn’t linked to at least a WooCommerce (virtual) product to show people how they could capture customer details.
Hi any instruction guide on content editing?
I mean how and where to add/replace images?
Hi teastyle,
We have customize version of drag and drop visual composer editor. You can get idea to edit content image with this video tutorial :
https://www.youtube.com/watch?v=KlA-qllyfGQClick on edit icon of visual composer element and then remove default image and upload new image like above video.
Thank you.
OK, many thanks.
Q1:When I go Services – Icon Style Settings on the page of Home Version 5, I can’t find the text block editing button (so I could not editing below wordings: Excepturi deleniti numq uam eius quod veniam cum delectus officia exercitat ionem tempo ribus vlupta tum dolore alias expele ctus officia exercitat koinrse line ionem temp.)? Q2:Take Home Page for example, I could not find the editing button to replace those Sample Images (only class/text/heading/column buttons there)?
Are there any restrictions on functions provided by this VC plugin? Shall I need to buy an unlocked version visual composer?
Hi teastyle,
1. Those text are in white color so it is not visible in “Visual” mode of text editor box, you have to click on “Text” tab which is next to “Visual” tab in toolbar top right side. If this looks complex to understand then please contact us via our profile page form ( https://themeforest.net/user/softwebmedia ) so we can send screenshot in reply email.
2. You have 100% full version with all theme features described in item details page with demo content so there is no extra unlock version.
If you want to display classes, testimonials, portfolio, logos then you have to add images with content from left side menu. For example for Classes, go to admin > left side menu “Classes” > “Add New”
Now enter class title and upload “Featured Image”, add text, meta fields, excerpt ( small summary text ) etc. which will display in “Classes” shortcode in home or any other page. This will automatically add in “Classes” page. ( http://localhost/all-sites/demo5/classes/ ) You can also edit imported demo classes content and image to get idea.
Thank you.
I am a non-technical user. Does this theme (KidsWorld – Children Kindergarten WordPress Theme for Nursery, Preschool, Child Care Centers) contain a DEMO zip file as it shows on themeforeest.net live preview site? Or it only contains a single demo page? And do I have the permission to use the images in the demo files?
Hi teastyle,
KidsWorld theme has one click demo installation which will install all required pages with sample images and then you can easily edit text and image with your website content.
We also added demo XML file which has all content and images of demo site to make clone of demo site. ( If you know how to import demo xml and setup themes then you can use this file otherwise for non-technical users “One Click Demo Setup” is best option ).
You can get idea with our video tutorial for theme setup : https://goo.gl/DbVhrq
Demo site images are only for demo purpose so you can’t use those images. If you want to buy any image then we can give details of image purchase page.
Thank you.
Hello. Is the theme contain Revolution Slider and Visual Composer after purchasing? If I buy your theme, can I use your photos and graphics? Thank you
Hi wojtekjemiola,
Thank you for your interest in our theme.
Theme contain Revolution Slider and Visual Composer so you can use it in your website but images are only for our demo site use.
ok thanks 
How do i add my personal logo?
Hi wmceaser,
Add logo in header:
Go to admin > appearance > customizer > logo > Upload standard and retina logo as per instruction.
Add logo in post comment author box section:
Author image is coming from https://en.gravatar.com/ website. You have to create an account with your wordpress admin email id and then it will automatically display in your blog post. WordPress
More info regarding Gravatar : http://todaymade.com/blog/gravatar-in-wordpress/
Thank you.