Discussion on KidsWorld - Kindergarten and Child Care WordPress Theme

Discussion on KidsWorld - Kindergarten and Child Care WordPress Theme

Cart 1,018 sales
Recently Updated
Well Documented

Softwebmedia supports this item

Supported

788 comments found.

Hi, how can I update the theme without losing all may configuration?

Thanks

Hi gtanalorena,

If you are using child theme for custom changing then theme update will not delete anything because in theme update we replace only parent theme with latest version. If you did any changes in parent theme then you have to take backup of all files and then update theme. Theme update doesn’t change any data of customizer, post, page, widgets settings.

You can use Envato toolkit plugin for quick update : https://envato.com/market-plugin/upgrading/

Thank you.

Hi, how can I remove the filter of “Sort by Default” in the product section?

Hi gtanalorena,

We just uploaded theme which has new two options for on/off both dropdown menu in shop main page. Please download just uploaded theme and activate it.

Go to Admin > WooCommerce > Settings > ” General” page—“Custom: Shop Page Options” section, check first checkbox to disable “Sort by Default” menu.

Thank you.

Dear Softwebmedia team, I really like your KidsWorld theme but have some doubts before buy it: - Can I modify and add and delete all “Classes” title elements? (start date, years old, class size, etc..) I would like to use this template for a party & animations company and would be interesting be able to change all “Classes” pages and title elements to “kids parties”.

For example: Instead: CLASS DURATION 9:00 am – 11:00 am this: PARTY DURATION 2 hours

Hope I have explained well. Thanks for your answer. J

Hello chexchu,

Yes, this is possible. You can use language translate .pot file to change names.

Steps:

1. Install and activate “Loco Translate” plugin.
2. Go to Admin > Loco Translate > Themes > Click on KidsWorld.
3. Create new language – select English (detault) and change all required names of Classes.
4. Go to Admin > Loco Translate > Plugins > Click on “Pre School Shortcodes”.
5. Create new language – select English (detault) and change all required names of Classes.
6. Install Child Theme and activate it.
7. Go to child theme functions.php file from Admin > Appearance >Editor > click “functions.php” file from right side file name list. (Make sure Child theme is selected in top right side dropdown menu).
8. Add below code in functions.php file.


if ( ! function_exists('myname_classes_slug')) {
    function myname_classes_slug() {

        $labels = 'kids-parties';
        return $labels;

    }
    add_filter( 'swmsc_classes_slug', 'myname_classes_slug' );
}

9. Save file changes.
10. Go to Admin > Settings > Permalinks. Click on “Save changes” button to flush permalink (which will not display 404 error page in class single page after changing slug url).

Thank you.

Hi,

Thanks for the theme, is one of the best themes I have worked on.

I am having trouble with the font awesome, when I add the font awesome icon to the menu it doesnt work with most of them, for example these ones:

And when i use the home icon it work. Why these icons doesnt work?

Another thing… in the blog section I cant make it to appear all by posts blog, I just use the blog page form the demo but I cant see anything. How can I make it appear?

Thanks a lot.

Hi gtanalorena,

Thank you for your nice words.

1. Icon Issue:

You can use any icon from reference site : https://fontawesome.com/v4.7.0/icons/

Click on icon and you will find icon detail page with html code like below code

<i class="fa fa-home" aria-hidden="true" />

You can remove extra code which will look like below code and then add next to home text in menu tabs.

<i class="fa fa-home" />

2. You have to set blog page from Admin > Settings > Reading > “Your homepage displays”—check “A static page (select below)” radio box and then select blog page from “Post Page” dropdown.

We suggest you to import one click demo content which has all settings and you only need to change icon name etc.

Video tutorial : https://goo.gl/5C4Yjx

If this answer doesn’t help to fix the issue then please send your website admin login details from our profile page form ( https://themeforest.net/user/softwebmedia ) so we can add sample icons in menu and create blog page.

Thank you.

Ok thanks so much! On the font awesome can I add an image instead?

We can’t add image because menu is styled/coded for font and text display.

The Classes and the Logos tab in the back-end won’t show the already created items. Need help.

Hello transilience,

Please send your website admin login details from our profile page form ( https://themeforest.net/user/softwebmedia ) so we can check and fix the issue.

Thank you.

Hi, I had used the slider revolution to build sliders on my homepage. When I use the DevTools of Chrome to check the web’s loading, I find out that each of the images in my slider will be loaded three times. Besides, I had put two sliders on the homepage and one is for desktop, another one is for mobile, I use the responsive setting of the visual composer to show or hide my sliders. But I find out that even the slider for mobile is hidden on the desktop, the images from the mobile slider will also be loaded according to the DevTools of Chrome. Are there any solutions to solve these issues? Thank you.

Hello freedman123,

Please share your website URL so we can check the issue and give you feedback. If you want to keep URL private then you can send it from our profile page contact form ( https://themeforest.net/user/softwebmedia ) .

Thank you.

Hi, I find out that I can’t modify the tabs and the content inside the tabs on the front-end edit mode “Edit page with WPBakery Page Builder”. The tabs part I mean is the part above the contact info with four tabs “Education, Primary, Painting, and Childhood” on your demo site. Is there any solution to solve this issue? Thank you.

Hello freedman123,

WPBakery version 4.6 has major changes in tabs view and other elements so we can’t use custom design structure frontend for tabs editing. Please use backend editor for tabs section.

Thank you.

I am having difficulty installing the demo content. I have gone through the one-click install as well trying the importer in Wordpres. I have also updated the Memory limit, timeout time limites as well.

Hello xtinctsurfer,

Please send your website admin login details from our profile page form ( https://themeforest.net/user/softwebmedia ) so we can help to fix the issue and import demo content.

Thank you.

Dear Admin, We have purchased a theme and we wanted to know if we are going to be facing any legal obligation in regards to copyright, if we use any of the theme images in our website.

Hello impact1234,

We don’t suggest to use theme preview site images for your website because it has only single use license to use in our website. If you need any specific image then we can give that image shutterstock page link so you can purchased it.

Thank you.

Hi I had my site done to an agency and was attacked http://ydk.miniokids.com Agency no longer supports. I pay for new licence because they send me your theme v2.2. Its propably warez. I install new version anl import old page from xml. But its not work :/ Please help me :(

Hi,

Please upload our theme on your site because your website theme is diff. then Kidsworld theme design/layout.

Our theme demo : http://kidsworld.premiumthemes.in

Thank you

Hi!

I’d like to translate title sidebar boxes in Events pages. Like “Date, Time and Venue” and “About Organizer”. How could I do that?

Thanks!

You can translate it from .pot file or manually from

admin > appearance > editor > single-event.php file.

Thank you.

I created a new po file (using POEdit). How do I use it on child theme instead the original on KidsWorld parent theme?

Hi lukleo,

You can add “languages” folder in child theme and add .po file in this folder and add below function in child theme’s functions.php file to use translation file from child theme.


function kidsworld_child_theme_slug_setup() {
    load_child_theme_textdomain( 'kids-world', get_stylesheet_directory() . '/languages' );
}
add_action( 'after_setup_theme', 'kidsworld_child_theme_slug_setup' );

Tutorial : https://goo.gl/vrf6wi

Thank you.

http://premiumthemes.in/preview/?theme=kidsworld

can i make my blog to look like the example if i have the theme?

Hello TM33AMR,

Yes, you can make blog look like example theme site with simple live customizer options.

Thank you.

hi i want to install same as demo wordpress theme. how i can do. mail me on dkpmdh@gmail.com

Hi dkpmdh,

We sent you email with demo zip file, please check.

Thank you.

Hy!

Can you tell me please how can I instal the blog plugin in my kids world theme?

Hello TM33AMR,

Please check its our kids world theme and not for same name of another theme.

Thank you.

WpBakery page builder plugin doesn’t update. Is there something I need to do?

There is a new version of WPBakery Page Builder available. View version 5.5.5 details. Automatic update is unavailable for this plugin. To receive automatic updates license activation is required. Please visit settings to activate your WPBakery Page Builder. Got WPBakery Page Builder in theme?

Hello kosalaindrasiri,

Please upload latest version (2.5.2) of Kids World theme and activate it. When you will activate latest version, you will see plugin update notice at top of the page, click on update link and update it.

Only direct buyer of WpBakery page builder plugin can activate it with purchase code but for theme bundle plugin you have to use latest theme and above update steps. We don’t suggest to became direct buyer because we are regularly updating theme with latest version of page builder and revolution slider plugins.

Thank you.

Hi, I bought a license for the Kids World Theme some time ago. Support ran out, but i thought updates would still be available. My WP is running Kids World Version 2.4.6 and is not showing any updates..

I updated now manually with the download from here, but WP Bakery Plugin is still in old 5.4.5

Hi nagelmedia,

We will update theme with latest version of WP Bakery plugin in this week so then you can download theme and update the plugin with latest version.

Thank you.

Hi, I just bought this theme and trying install.

When I tried to activate plugins, all gone fine, but Responsive Timetable For Wordpress.

I got this message when I tried to activate Responsive Timetable For Wordpress:

Plugin could not be activated because it triggered a fatal error. Parse error: syntax error, unexpected T_STRING in /home/storage/7/24/77/escolaimagineso/public_html/wp-content/plugins/rdv-timetable/packages/dompdf-master/autoload.inc.php on line 28

Help me please!

This is the site, http://escolaimagineso.hospedagemdesites.ws/

I didn’t changed anything, just tried to install.

Thanks

Great, that worked. Can I get demo template of Revolutions slider and Timetables as well?

Actually, I’d like all pages avaiable in Live preview

Hi lukleo,

You can get revolution slider demo from one click demo install : https://goo.gl/hrCQFT

Please contact us via our profile page form ( https://themeforest.net/user/softwebmedia ) so we can give import file for timetable demo in reply email.

Thank you.

Hello, Does this theme work with Mysql 5.6? Thank you, Laura

Hello Laura,

We are using Mysql version 5.5 so we can’t give any specific feedback but it will run without any major issue because there is very less use of any custom server queries in the theme and WordPress core script are compatible with 5.6 version.

Thank you.

Thank you!

How and where to contact contact-2 and contact-3 form pages. ful-demo.xml also not available

Hi eneimam,

You can find full demo xml file from main downloaded zip file

KidsWorld-v2.5.1 > demo-Files > demo-XML > kidsworld-demo.xml

Please contact us via our profile page contact form so we can give you contact 2 and contact 3 sample pages code.

Thank you.

Hello,

For some reason, the menus aren’t working on mobile devices. Can you give me any advice on how to fix this?

Thanks! -Stacy

Hello Stacy,

You can debug this issue with below steps.

1. Disable all plugins which are not included and recommended by theme.

2. Remove any custom coding of css, javascript, php and html etc.

3. Switch to parent theme (if you are using child theme).

Test menu after each test to find which one is creating issue.

Thank you.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey