788 comments found.
Is there a way that our events can display just a month and not a specific day or year? We want to show our annual events but don’t necessarily want specific dates. Please let me know if this is a coding I can add in?
Hi kidsonthemove,
Thank you for your interest in the theme. You can change event date with month by doing minor changes in date display.
Example code in /kids-world/templates/events.php
date_i18n(get_option('date_format'),$kidsworld_event_start_date
replace “get_option(‘date_format’)” with simple “F” like below code
date_i18n('F',$kidsworld_event_start_date
Now similar way in single-event.php
echo date_i18n(get_option('date_format'),$kidsworld_event_start_date);
if ( $kidsworld_event_end_date != '' && $kidsworld_event_end_date != $kidsworld_event_start_date ) {
echo ' - '.date_i18n(get_option('date_format'),$kidsworld_event_end_date);
}
change like below code
echo date_i18n('F',$kidsworld_event_start_date);
if ( $kidsworld_event_end_date != '' && $kidsworld_event_end_date != $kidsworld_event_start_date ) {
echo ' - '.date_i18n('F',$kidsworld_event_end_date);
}
And this way you can edit event shortcode so this is a very simple change.
Thank you.
HI, I have purchased your theme. I installed the the theme as per your instructions on video. The theme installed successfully, then I installed required plugin as per your instruction. All the plugins installed successfully accept “Visual Composer”. The error is “Downloading install package from /home/faristor/public_html/school/wp-content/themes/kids2/kids-world/framework/plugins/tgm-plugin-activation/plugins/js_composer.zip…
Download failed. A valid URL was not provided.”
Please help in resolving the error.
Hi parvezjs,
Please don’t add any additional folder in “themes” folder. Your site has “kids” folder which is creating path issue. Please move “kids-world” folder to “themes” folder.
Correct path should be:..wp-content/themes/kids-world/framework/...
Thank you.
Hi, Thank you for your prompt reply. I ve made the changes as suggested by you. However, still the same issue, now the error is “Downloading install package from /home/faristor/public_html/school/wp-content/themes/kids-world/framework/plugins/tgm-plugin-activation/plugins/js_composer.zip…
Download failed. A valid URL was not provided.”
Additional info. the path shown here does not have a js_composer.zip. Three files I can see here are: pre-school-shortcodes.zip rdv-timetable.zip revslider.zip
Hi parvezjs,
We are very sorry for your inconvenience because by mistake we uplaoded test version which has only test related folders.
We just re-uploaded theme which has js_composer.zip file. Please download recent uploaded version to fix the issue.
Thank you for your patience.
Appreciate your quick response and resolution. Yes, everything is workig good now.
Hi,
I updated the theme today but I am getting an error when I tried to update the visual composer. The file js_composer.zip seems to be missing:
Hi diopmame,
Please deactivate child theme, activate parent theme and update visual composer plugin because child theme doesn’t have any plugin folder.
Thank you.
Hi diopmame,
We are very sorry for your inconvenience. We found missing folder in theme file so re-uploaded with js_composer.zip file. Please download today’s version and replace it with current theme to fix the issue.
Thank you.
Thanks, it is working now.
My site is normally down cause this template https://toycantando.com/ HTTP ERROR 500
Hello toycantando,
Theme is a part of WordPress (not main function of their core system) and it is approved after many premium test and verification from review team so there is no or very rare chances for this error. You can refer
If you can’t fix it with tutorials then please send your website admin and ftp login details from our profile page form ( https://themeforest.net/user/softwebmedia ) so we can help to fix the issue.
Thank you.”>
How can I achieve the effect on the default homepage preview http://premiumthemes.in/preview/?theme=kidsworld where new content sections are 100% full width but the content in them is about 75%?
For example, the hr, counter boxes, and meet our team get new full width sections while the content between them does not. When I add these all are at the 1180px max width.
Hello somesmart,
You can do it by adding content in “Advanced Container” and “Simple Container” visual composer elements. First and Second element in visual composer elements popup.
Steps. ( Fresh Page Start up )
1. Open “Backend Editor”.
2. Click on “Add Element” blue color button.
3. Click on “Advanced Container” – second option of opened popup.
4. Fill necessary fields as per given instruction in each field – you can leave default or give top-bottom padding, background image etc.
5. Click on middle little big size “Plus” icon.
6. Click on “Row” element – blue color plus icon in bottom section of opened popup.
7. You can set 1,2,3,4 column in added row and then start required content/element in the column.
Thank you.
Hello, I am getting an error using woocommerce – it says – Missing argument 3 for kidsworld_woocommerce_single_product_image_thumbnail_html() in /wp-content/themes/kids-world/woocommerce/kidsworld-custom/woo-functions.php on line 336
Here is the page.. http://turningstones.co/sandbox/feelbetterbear/product/feel-better-bear-book-set/
I have already tried to disable plugins.. but, I also noticed I get a message from woocommerce in admin that says the theme’s woocommerce templates are out of date. I think this may be part of the issue? Please let me know how to fix, I have already checked for theme update as well. Thank you 
Hi turningstones,
WooCommerce did major changes in version 3.0+. We did minor correction and re-uploaded latest theme version. Please replace your current theme version with latest version to fix all WooCommerce related issues.
Thank you.
Ok, I will manually update theme. I have Envato Tool Kit installed for theme updates, does this theme work with the plugin?
Yes, theme works with Envato Tool Kit.
Ok, for some reason the toolkit was not picking up the latest update, just to let you know. I had to do a manual update via FTP.
Yes, you are right. We report this bug to envato market plugin on github. Thank you turningstones for your time for this feedback.
Hello again, How do I turn on/off preloader? I cannot seem to find it though I know I turned it on at some point. I looked everywhere under Customizer.
Hello turningstones,
You can disable it from customizer > Layout ( first tab ) > Page Preloader ( 5th number field ).
Thank you.
There appears to be a bug with the list shortcodes. The TB_Overlay interferes preventing you from being able to actually modify the list shortcode template.
Hi somesmart,
Can you give more details like shortcode name because we checked from visual composer text blog -> shortcodes icon ( plus icon blue color ) -> dropdown -> list styles -> icon list => this is displaying perfect. If we are testing diff. then please send screenshot to our email id
softwebmedia (at) gmail (dot) com
Thank you.
How I update the theme?
Hi abrahanbauza,
You can update latest version by deleting current version, install latest version and activate it.
Second best way is to update like free WordPress themes with single click. You have to install ”Envato Market” plugin and complete all setup steps.
Plugin URL : https://github.com/envato/wp-envato-market
Thank you.
I just installed this theme and I’m not receiving this error message when creating a product:
Warning: Missing argument 3 for kidsworld_woocommerce_single_product_image_thumbnail_html() in /wp-content/themes/kids-world/woocommerce/kidsworld-custom/woo-functions.php on line 336
Warning: Missing argument 4 for kidsworld_woocommerce_single_product_image_thumbnail_html() in /wp-content/themes/kids-world/woocommerce/kidsworld-custom/woo-functions.php on line 336
Hi somesmart,
Thank you for purchasing the theme.
WooCommerce released 3.0+ version with major changes so we were updating theme with plugin’s latest version compatibility. Please download latest theme version 2.4 and replace it with current theme to fix the issue.
Thank you.
Thanks that looks like it fixed it! 2 More quick questions – It seems the icons above the top navigation menu aren’t showing up. Did I miss a setting somewhere? And how do you get the shop icon to show under the header like in the demo?
Hi somesmart,
We suggest you to install one click demo which has all required pages and section. ( Video tutorial : https://goo.gl/5NRuSf )
More details of this question from our already replied same question : https://goo.gl/NadXcN
Thank you.
visual composer stopped working, I have updated the theme and WP core but still nothing
Hi ssurojit,
Please send your website admin login details from our profile page form ( https://themeforest.net/user/softwebmedia ) so we can check issue and give you feedback.
Thank you.
Hello, I just wanted to let you know there is an error when installing the required plugins. It says that the ZIP file cant be found when installing. I am active on the child theme and installing required plugins.
However, I did find the required plugin ZIPs in the folders, and installed them manually.
Just thought I would pass along the error info. Thank you for such a cute and professional theme 
Hi turningstones,
You have to activate parent theme and then install all plugins and after this step you can start theme customization with child theme.
If you try to install plugins with child theme activation then it will show invalid path error because child theme doesn’t have any plugin folder.
Thank you for your nice words about theme 
I found the plugin “Easy FancyBox” to use for a lightbox feature with image galleries. It works great and is doing what I want it to. However, if I click on a gallery image, is pops into a lightbox twice – once generated by the plugin and one generated by the Kids World theme (I think). I’m wondering if I can disable the theme from generating a lightbox so that my plugin can do it instead.
Hi dahveed2188,
This is little complex to remove lightbox because it is included with theme and shortcode plugin javascript. If you have good skill in html/css/javascript then you can remove it from below file path.
Open two files as per below path and remove all functions and calling function name which has “magnificPopup” name.
File with path:
../wp-content/themes/kids-world/assets/js/theme-settings.js
../wp-content/plugins/pre-school-shortcodes/js/custom-scripts.js
Thank you.
I’ve edited both of those things and deleted all files and functions in those places. However, I’m still getting a lightbox popup. Am I missing something? Are there other files in other place that need to be altered?
Hi dahveed2188,
If you are using shortcodes then it has “magnificPopup” function for all shortcodes image lightbox. You can delete it from
../wp-content/plugins/pre-school-shortcodes/js/custom-scripts.js
function name “swmsc_magnificPopup”
You can delete function call at line #571 code >> swmsc_magnificPopup();
Thank you.
I’ve deleted that and still have a popup. Is there something else I missed?
Hi dahveed2188,
There is no other script in theme and pre school shortcodes plugin which call magnificPopup function. Please send your website URL so we can check and give you feedback.
Thank you.
Okay, sending an email now with login information.
Hi I am trying to change the 1140×665 image on the about us page how do i change your code so my image can go in
Hi Christopherlearning,
You can set layout default width 1180 to 1140 from admin > apperance > customizer > layout > “Max Width” – set 1140.
Height is flexible so you can give top and bottom padding in header area from customizer > sub header > sub header top / bottom padding
If you only want about us page header diff. height then you can set it from edit about us page > page options metabox > sub header section > check “Display Sub Header” radio box “On” > upload header image and fill all other required fields for background image.
Thank you.
hi – how to change “blog” word on something else? every page that is a blog gets that header and for me it will be …for example “news”
and how to disable clickable post title from blog?
Hi rustandblood,
You can edit Blog with News from
Admin > Appearance > Customizer > Blog Options > Blog Single > “Header Title Text” text field- replace “Blog” with “News”
Thank you.
doesnt work if blog is in subnemu – can you check it?
Hi rustandblood,
Previous reply to edit blog title in blog single page. If you want to edit blog main page then you can do it from “theme-filters.php” file.
File path : ../wp-content/themes/kids-world/framework/theme-filters.php
From admin : Appearance > Editor > Find “theme-filters.php” file from right sidebar file name list.
Go to line #367-369 which has below code
elseif ( is_home() ) {
$kidsworld_main_title = esc_html__( 'Blog', 'kids-world' );
}
Change “Blog” to “News” in above code.
Thank you.
thanks for fast reply…your great
Is there a way to stop the top navigation menu from animating when you scroll down the page? I would like it to just remain small all the time. Thank you!
Hi vanhill,
You can hide sticky navigation from Admin > Appearance > Customizer > Top Navigation > First option “Sticky Menu” – disable this option.
Thank you.
I have another problem with RevolutionSlider …. I tried to change the images #preSchool Home, It seems everything is ok, I changed it with Slide Editor, I change the images, when I press Play everything it´s good. And I save the changes. On the green buton, top right. It seems to be saved. But it´s not. If I start with another slice or anything, the slice saved it´s like in the beginning. I tried copy the slice, idem. I tried with a new one, idem.
Hi lizalamas,
Revolution slider slides preview will display with first, second, third slide priority. If you are working on third slide and testing preview then it will display all slides. If you can move third slide in first slide with drag and drop, do all work, test and then move it to third slide so you don’t have to waste your time by viewing all slides.
If we are not getting your issue exactly then please give us more details and send your website admin login details from our profile page form( https://themeforest.net/user/softwebmedia ) so we can check issue and give you feedback.
Thank you.
Hello! I would like to know change the Slider revolution that appear in Homepage for a new one, I have done a new revolution Slider but I don´t know how, what or where I have to do to see mine in homepage. I found the Embed slider option and I copy <?php putRevSlider(‘mine-presenta-1’, ‘homepage’); ?> to add the slider only to homepage use… but I don´t know where :((( Could you help me??
I do it! But I have another problem now…
You can add revolution slider in header area of home or any other inner page from
admin > pages/posts > edit page/post > “Page Options” metabox below editor box > “Sub Header Styles” section > Select “Revolution Slider” from “Header Style” dropdown menu > Publish post.
thank you!
Hi,
We used the visual composer that comes with the theme to create our homepage www.kidzshack.com.au
The single image’s we added (pics of cubby range) we have added the url, the issue we have is the clickable area on the image to go through the links is tiny. (the link symbol)
how do we make the whole image a click-able link (instead of just the small link icon)
Cheers Neil
Also how do we change the contact form font/line colour, we would like to make it darker.
Hi mjwarehouse,
You can make full size clickable area by below custom coding which you can add in style.css or customizer css option.
.kidsworld_site_content .swmsc_image_lightbox .swmsc_image_lightbox_img a {
width: 100%;
height: 100%;
border: 0;
left: 0;
top: 50%;
margin-top: -25px;
margin-left:0;
display: block;
font-size: 40px;
}
You can edit contact form or all other form in website field border color by below custom css
.input-text, input[type="text"], input[type="input"], input[type="password"], input[type="email"], input[type="number"], input[type="url"], input[type="tel"], input[type="search"], textarea, select { border-color:#aaaaaa; }
Thank you.
i added the custom css to the homepage (page settings -> Custome css) and it didnt change
Please add above codes in
Admin > Appearance > Customizer > Custom CSS > “Add Custom CSS” text field.
We can’t see given code in source view of browser so it is not added or not saved properly. If it looks little complex then we can do it for you by getting your website admin login details. You can send it from our profile page contact form ( https://themeforest.net/user/softwebmedia ).
What would cause this to happen ? only in some browsers before and after i added the above css.
http://mjwarehouse.com.au/kidzshack/screenshot.jpgalso the above css didnt work but i tweaked it the best i could to semi work.
.kidsworld_site_content .swmsc_image_lightbox .swmsc_image_lightbox_img a { width: 250%; height: 150%; border: 0; left: -5%; top: -10%; margin-top: -25px; margin-left: 0; display: block; font-size: 40px; }
seems the clickable area is round
I have emailed you a temp login
how to remove the bold border in top menu and how to add external font
Hi Medhat_eltony,
Theme is set with Google fonts so custom fonts from customizer. If you want to add custom font then it requires good skill to add enqueue file code and edit theme options default font settings.
You can hide top bold border by below custom css which you can add in child theme style.css or customizer css option.
ul.kidsworld_top_nav > li.kidsworld_m_active > a::before { left:-9999px; }
span.kidsworld_header_thick_border,ul.kidsworld_top_nav > li > a > span::before { display:none; }
Thank you.
How to activate the Mega Menu like website Demo
Hi Medhat_eltony,
Please refer help file index #6 “Create Mega Menu – steps with screenshot” – which has all steps to create mega menu. Help file is included in main downloaded zip file.
Thank you.