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.

Hello, I just installed a template from you KidsWorld – Kindergarten and Child Care WordPress Theme. There is probably a mistake somewhere, but I don’t know where. In addition, I feel that Virtual Composer has not been installed. Can you please take a look and give me some advice? Thank you Petr very much

the web is here and does not have the menu items you have in your preview and the above

http://239251.w51.wedos.ws

Hello pkubernat,

We replied your email with all details, please check.

Thank you.

Hi,

I am trying to install the required plugins. The WPBakery Page Builder plugin can not be activated because of version mismatching. It says: Installed version: 6.1 Installed But Not Activated, Requires Update Available version: 6.1.0 Minimum required version: 6.1.0

I am trying to update it. It seems the update is successful but again it says the plugin needs to update. I updated it several times but it is the same. If you send an email, I can send the screenshots.

Please let me know how can I fix this problem.

Hi, I send login details but I need a permenant solution. I am just trying now. I installed demo data. If I need to delete and reinstall my website, I will face the same problem. Please update your package or share the fixing detail with me by my private email.

Best Regards Resul Avan

Hi Resul Avan,

We fixed the issue and send you details to fix it for temp. time (before we upload next updated version).

Thank you.

Hi, It is fixed.

Thank you.

Hello`

Is it possible to sell and reserve a service? I would like to add this addon

https://codecanyon.net/item/bookly-booking-plugin-responsive-appointment-booking-and-scheduling/7226091?s_rank=42

to make reservations like this website

https://www.kidsplanner.fr/activite-enfant/anniversaire-enfant/anniversaire-reine-des-neiges-a-domicile-enfant-3-a-9-ans/

If yes, can you do it? What will be the price for your service or if you can send me the codes?

Best regards

Marie

And I want a multivendor website, can I add this pluggin https://codecanyon.net/item/zcart-multivendor-ecommerce-platform/22751042 to make it multivendor?

I want buy this theme.

Hello Marie,

Thank you for purchasing the theme.

We didn’t try both plugins so it is difficult to give feedback. If plugin is well coded then it will work with this theme. You can ask plugin author before buying for any specific requirement in the theme so we can give our feedback of compatibility.

Thank you.

Hi Mike, After weeks of being under the weather… I decided to make some minor changes. I added a new logo, changed color contrast and deleted some names listed as users. Right after that, the top menu “fell apart” Could you please give me some guidance? I appreciate your help it’s kidspartyanimals.com the username and password are the same. Thanks in advance for your help.

Hi Dee,

We replied your email, please check.

Thank you.

hello. I just purchased and downloaded the Kidsworld theme. After installing, WPBakery is still needs to be updated to version 6.1. Will you be updating it and sending out an update to the theme?

Hello maureenpr,

Thank you for purchasing the theme.

We will update theme with latest version of WPBakery plugin with other updates in this week.

Hello, I have a question to kidsworld theme: is the designtheme-cor-features plugin required and where can I get it?

Hello Hans,

“Pre School Shortcodes” – is inbuilt theme plugin which is necessary to install to use shortcodes etc..

“DesignThemes Core Features Plugin” – This name plugin is not required and recommended for KidsWorld theme.

Thank you.

Hello, thank you, but do you know what is that:

https://wedesignthemes.com/docs/kidsworld/

Is that your theme?

Thanks, Hans

Hello Hans,

This is not our theme. Its another theme (KidsHeaven).

Thank you.

I have tried to install this theme for weeks. I have tried the wordpress only file. Then I extracted the kids world zip file. The kids world child file will upload but then won’t activate because there is not a parent file. This is so frustrating as I am out of time and need to get a theme going. Would like to purchase a different one and get a refund if I can’t get this one to work.

Hi sandpointkidstherapy,

Purchased tag is not visible on your comment.”

Please use Themeforest User-Id from which you purchased this theme and send support question to verify.

Thank you

This theme will not install. I attempted to install themeforest-R964RdHH-kids-world-kids-education-wp-theme and it will not install. I was able to install the zip folder named kidsworld-child and then it says that there must be a parent theme installed…this is not available. Please help. Thank you.

Hi sandpointkidstherapy,

Please use Themeforest User-Id from which you purchased this theme and send support question to verify.

Thank you

user ID is sandpointkidstherapy

Hi, we got a problem with “Recent Posts – Large” https://prnt.sc/pvhnya The display of the publishing date is not correct. Should be: 9.11.19 or 4.11.19 or 12.7.19 It is correct on other places, where these posts/dates are shown. Website: https://hts-grundschule-tiengen.de/

Thank you for helping in advance

Greetings Sascha

Hi Sascha,

You can send it from our profile page contact form ( https://themeforest.net/user/softwebmedia ) or softwebmedia (at) gmail (dot) com.

Thank you.

Hi – Access data have been sent to your email account. Thank you for helping. Greetings Sascha

Hi Sascha,

We replied your email with all details with date issue fixed.

Thank you.

Hi, your theme rocks my page! Good Job. Question, is there a way to have responsive menu (mobile) also reacts as a sticky menu? So menu and logo are always showing when scrolling down.

Hi JannemanJ,

Thank you for your nice words.

You can add custom css to display sticky menu in mobile. Add below custom css in customizer “Custom CSS” section.


@media only screen and (min-width: 0)
.kidsworld_stickyOn .kidsworld_logo_menu_header {
    position: fixed;
}

Thank you.

Hi! I am noticing that the confirmation message from Contact Form 7 isn’t showing up for some reason. It just resets the form after submit. I appreciate any help you can give me. Thanks!

Hi JamieChenDesigns,

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

Thank you.

I have been struggling with an issue within my Woocommerce Store. My Store product images are rectangle. But the thumbnail images in the shopping cart are 75×75 Cropped Squares which cuts off my product images when viewed in cart. I adjusted the thumbnail sizes in wordpress and regenerated. It does create the rectangle thumbnail, but the Store still uses the square 75×75 thumbnail. Is there a way to fix this so I see the thumbnail as rectangle.

It basically does the same thing that the blog does by using the 75×75 in the blog sidebar, but those square is not as important as my product images.

Thanks Mark

Hello Mark,

Please install child theme and activate it.

Now add below custom css in child theme’s functions.php file ( video tutorial for child theme setup : http://tiny.cc/kxcsez ). Use regenerate thumbnails plugin for new image sizes. In below css you can change height 50px to desired height. ( below code will generate 75×50 image size )


// cart widget - product thumbnail size
function my_image_sizes() {
    add_image_size('custom-cart-image-size',75,50, true);
}

add_action( 'init', 'my_image_sizes' );

// cart widget - product thumbnail
function my_cart_item_thumbnail( $thumb, $cart_item, $cart_item_key ) {

    $product = wc_get_product( $cart_item['product_id'] );
    return $product->get_image( 'custom-cart-image-size' );
}

add_filter( 'woocommerce_cart_item_thumbnail', 'my_cart_item_thumbnail', 10, 3 );

Above steps will generate custom image size in cart widget.

If above steps looks complex then we can do if for you. You send your website admin login details from our profile page contact form ( https://themeforest.net/user/softwebmedia ) with desired image size details.

Thank you.

SIdebar isn’t working on single product pages and single blog posts. What is the issue? I have already activated the sidebar in theme settings.

Also, I follow your forum and nothing helped.

Hello kosalaindrasiri,

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

Thank you.

Dear Support,

since we moved the weppage to another host and server we get following errors: 2734

Warning: “continue” targeting switch is equivalent to “break”. Did you mean to use “continue 2”? in /srv/www/vhosts/rabatzinbuechig.de/httpdocs/wp-content/plugins/revslider/includes/operations.class.php on line 2738

Warning: “continue” targeting switch is equivalent to “break”. Did you mean to use “continue 2”? in /srv/www/vhosts/rabatzinbuechig.de/httpdocs/wp-content/plugins/revslider/includes/output.class.php on line 3679

The same issue we have with following webpage:

rabatz-funtime.de

Can you please have a look into this, as we cannot solve it.

Best regards

Michael

Hello Michael,

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

Thank you.

Hello, my name is Florence, I bought the theme and I am starting in worpress, I wanted to know how to change the top part of the home. Below the menu where is that child with the stkate I want to put my photos and my background how can I do? Thank you

Hello flor_dbm,

You can edit Home page slider photos from

Amin > Slider Revolution ( left side, bottom area menu ) > click on “PreSchool Home” thumbnail > “Slide Editor” – you can edit images on this page.

Reference tutorial : https://www.youtube.com/watch?v=ce_uDZALoo0

Thank you.

yellow border around the pictures came all around the site. what is the problem. http://prntscr.com/pb4iir https://www.osmanliisitma.com/urun/termostatli-dort-metrelik-ptc-hali-isitma/

Hi eneimam,

It is not displaying on given shop single page, it looks you fixed it.

Thank you.

This happens when I enter the admin department

We checked after your feedback, default theme style doesn’t have border style on images. Please check custom css for this issue. You can use browser inspect element section to find custom css location.

I have been trying to research this, and have had no luck. You have probably heard this a few times. I want to change the Sub-Header Title from “Blog” to “Latest News”. There is a place in Single Blog that looks like it would work, but it does not reflect on the site. Many of the posts on Wordpress say that it is not possible… please let me know if it is.

Thanks, Mark

Hello Mark,

We already answered this question here : https://bit.ly/2kXctZP

We can add custom function in child theme which has title section function with custom text for blog page ( Latest News ). This is permanent solution because theme update will not affect this custom changes. You can send your website admin login details from our profile page form ( https://themeforest.net/user/softwebmedia ) second option.

Thank you.

I have KidsWorld and everything is awesome. The one thing I can not figure out is why the “Visual” vs the “Text” segment of the edit screen only shows HTML. Is there something I can download that makes it WSYWIG. And I am not even sure what the Gutenberg option is. Any help with this would be appreciated.

Hello GO3Dcom,

Go to Admin > WPBakery Page Builder (left side menu – bottom section ) > Check “Disable” checkmark of “Disable Gutenberg Editor” option.

This will hide Gutenberg editor and display classic editor in all pages/posts.

Thank you.

Does WP Bakery need a plugin like TinyMCE to visually work with content? And does that create any conflicts with your template and shortcodes.

And, once Shortcodes are inserted… do they need to be edited manually or can they be edited through the Wordpress interface?

Hello GO3Dcom,

WPBakery doesn’t need any other plugin because it has ready drag and drop elements with visual mode ( no need to write shortcode manually ). Video tutorial example : http://tiny.cc/gmpycz

You can edit WPBakery all elements as per video tutorial. Click on edit icon and change necessery information from specific element.

Thank you.

In KidsWorld, the sub-header has text with what appear to be bubble images on either side of the text. Is there a place to change those circle/bubble images.

Hello GO3Dcom,

You can edit sub header title bubble images with custom coding.

Add below code in Admin > Appearance > Customize > Custom CSS


.kidsworld_sub_header_title:before, h1.kidsworld_sub_header_title:before { 
background: url(http://image-full-path-url-here) no-repeat left top;
 width: 150px; 
height: 60px;  }

.kidsworld_sub_header_title:after, h1.kidsworld_sub_header_title:after { 
background: url(http://image-full-path-url-here) no-repeat left top;
 width: 150px; 
height: 60px; }

In above code, add full path URL for before and after title images. You can edit height and width as per new image dimensions.

You can hide both images with below custom CSS.


.kidsworld_sub_header_title:before, 
h1.kidsworld_sub_header_title:before,
.kidsworld_sub_header_title:after, 
h1.kidsworld_sub_header_title:after { display:none; }

Thank you.

I just purchased Kids World / Wordpress. Looks great. Just not sure how to do shortcodes and possibly even what they are. Any help with that would be appreciated.

Thanks Mark

Hello Mark,

Thank you for purchasing the theme.

Theme has drag and drop page builder which covers shortcodes in elements ( you can refer video tutorials for more details use of “WPBakery” – http://tiny.cc/l1wncz ).

Shortcode icon is added on editor tool bar ( blue color plus icon ). When you click on this icon, you will find dropdown menu which has shortcodes list. These shortcodes have self explain description so you can use as per your website requirement.

You can get more idea about how WordPress shortcode works from this video tutorial : https://www.youtube.com/watch?v=RkCTBYIFLEE

We don’t need to do anything with shortcode coding because WPBakery page builder do all (shortcodes generation) with drag and drop function. If you want to use in text block element then you can use shortcode plus icon in toolbar.

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