Discussion on KidsWorld - Kindergarten and Child Care WordPress Theme

Discussion on KidsWorld - Kindergarten and Child Care WordPress Theme

Cart 1,019 sales
Recently Updated
Well Documented

Softwebmedia supports this item

Supported

788 comments found.

Hi, How do you get the icons in the blocks above the headings in the main menu as per your demo? i.e, home | pages | blog etc.

Hi amigaboi,

You have to add icon html tag with icon name before menu tab name like below example


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

Example home icon html tag page : http://fontawesome.io/icon/home/

Thank you.

can you update the changelog? i have no idea what the last 2 updates about?

We just updated last 2 updates in item list. Please check it.

Hello, I have tried Importing the Demo Data on my clean webpage: first using wireless and then using the hardline,however, each time I am getting a message of Fatal Error: Maximum execution time of 30 seconds exceeded in…..on line 350. What can I do to solve this error?

When i working with this theme i like it even betther, I only have some question for events. No it is showing on “past events” when it reach start date but in want that it is active on “upcoming events” until to the end date of the event I hope that you understand. Thanks

Hello,

Can you please help me with this

EXAMPLE

When a I publish a new portfolio post it has the portfolio label in my url e.g. http://www.example.com/portfolio/mypost

I want it to be just http://www.example.com/mypost

Please also chech the image i want to remove form all of this

www.navodila.si/remove.png

Hello makaron090,

1. We will modify event script and make event display till end date. We will upaded theme file in a day so you can replace it to fix the issue.

2. We can’t remove post type names because it will create huge conflict between page and post names but we can change post type name slugs like below filters. You can add any filter function in your child theme and change words after “return” code line, like “our-work” in porftolio slug function.


if ( ! function_exists('myname_portfolio_slug')) {
    function myname_portfolio_slug() {
        return 'our-work';
    }
 add_filter( 'swmsc_portfolio_slug', 'myname_portfolio_slug' );
}

if ( ! function_exists('myname_testimonials_slug')) {
    function myname_testimonials_slug() {
        return 'our-client-testimonials';
    }
 add_filter( 'swmsc_testimonials_slug', 'myname_testimonials_slug' );
}

if ( ! function_exists('myname_logos_slug')) {
    function myname_logos_slug() {
        return 'our-client-logos';
    }
 add_filter( 'swmsc_logos_slug', 'myname_logos_slug' );
}

if ( ! function_exists('myname_events_slug')) {
    function myname_events_slug() {
        return 'our-events';
    }
 add_filter( 'swmsc_events_slug', 'myname_events_slug' );
}

if ( ! function_exists('myname_classes_slug')) {
    function myname_classes_slug() {
        return 'our-new-classes';
    }
 add_filter( 'swmsc_classes_slug', 'myname_classes_slug' );
}

Thank you.

Thanke you.

This will be OK.

Hello, Thank you for such an awesome theme. I just have a issue. But now I need it to be a multi language site. That the visitor can choose from a flag on top of the page, to change the site from spanish to english if they want. Do you know what plug in can I use to do this? or do you have any tutorials for this?

I made my site in spanish, translating every word directly.

Thank you

Hi uglyduky,

We didn’t test any multi language plugin with the theme but you can try any good free plugin from WordPress plugins. For example : https://wordpress.org/plugins/weglot/

More : https://goo.gl/1jB1uD

Theme has standard coding but it requires additional work in some plugin to match with their requirement like adding code in top menu bar or in body etc.

Thank you.

Hello there again, this time I have a couple of questions about the footer, I’m trying to change the colour of the lines underneath the heading but can’t find where to do this. I’m also having trouble replacing the current vimeo video (in the demo) in the footer with another link. Can you please advise? Thank you in advance. :)

Hi PawsandRelax,

1. You can edit footer widget title border color from customizer > footer options > widget footer > widget title > title border color

2. Drag and drop video widget in footer widget section and just replace vimeo video id ( 40176915 ) with your vimeo video id to fix the issue.

Thank you.

Hi, thank you, I meant the two thin lines under the widget titles, not the border. I can’t seem to find that anywhere. Thanks for the advice on the second question though… it worked!

Hi PawsandRelax,

We are very sorry for inconvenience. There was one bug in widget title bottom two-line borders in customizer option. We re-uploaded theme by fixing this bug. Please change current version with latest uploaded to fix the issue.

Edit title line color is same as previous replied steps ( customizer > footer options > widget footer > widget title > title border color )

Thank you.

Hello,

I have a question.

I have the KidsWorld theme, the Visual Composer has stopped working. If I update the ‘WPBakery Visual Composer’ plugin with the new one located in the recent theme update files, will this correct this problem? I am worried that I will loose the content that I have already configured using the visual composer, will this be affected at all or no? Do you have a code fix that I could update in my code to correct the issue or do you recommend I replace the plugin file? Please advise. Thank you.

Latest theme version is 2.24.

You can replace latest version plugin.js file to fix twitter issue ../wp-content/themes/kids-world/assests/js/plugins.js

Hello, I am posting on my old thread regarding same “new” issue – the “tweets not available” issue has occurred again. So, I just updated my parent theme to try to resolve this. It did not fix the issue. Do you happen to know why?

Hello kardiadesigns,

It looks there is security key issue which doesn’t allow direct access of tweets. We added one free plugin compatibility to fix this issue. Please upload latest version and install recent tweet plugin.

Thank you.

How to add different banner for different pages?

Hi ssurojit,

You can add different banner or slider for different pages/posts from edit page/post
> Go to “Page Options” metabox > “Sub Header” section
> Select “On” checkbox of “Display Sub Header” field
> Sub Header Style options will open
> upload banner image and fill other necessary details like padding, background position, title color etc.

Thank you.

Hi, I have some problem when trying import deo data: Import WordPress Sorry, there has been an error. The uploaded file exceeds the upload_max_filesize directive in php.ini. Can you please provide fix for thath.

Hi makaron090,

There are many ways people fix this error and you can refer online articles like : http://wordpress.stackexchange.com/questions/113055/import-wordpress-xml-file-larger-than-8mb

Video tutorial : https://www.youtube.com/watch?v=9aS0i8JI-L8

Code to add in .htaccess file .

php_value upload_max_filesize 64M php_value post_max_size 64M php_value max_execution_time 300 php_value max_input_time 300

More videos : https://www.youtube.com/results?q=upload_max_filesize+import+wordpress

Thank you.

Hello, I have some problem with visual composer, if I want edit or create new page the button for elements desn’t work! also if click backend button show me message you must buy for create/ or edit page!. Can you help me to solve this problem ? Note : How to activation template also other plugins ? Thanks.

Hi okfie984,

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 to fix it.

Thank you.

I purchased this theme but I am having issues with installing it. Do you have some directions on how to install it.

Hi afsheenkhan,

We replied your email, please check.

Thank you.

Hi!

There is a way to delete the menu line separator? I thought was a margin-right from the text menu, but i can’t find any css related to :/

Hi FrancoBaccarini,

You can hide menu line seperator with custom css like below example.


ul.kidsworld_top_nav > li > a > span::after { display:none; }

Thank you.

Thank you very much. It works like a charm :)

Great theme btw!

Thank you FrancoBaccarini for your feedback :)

Hello, I’ve just installed the theme Kids World following the tutorial on youtube. When I have to IMPORT DEMO DATA there is a problem:

Fatal error: Maximum execution time of 120 seconds exceeded in /web/htdocs/www.icgp.it/home/wp-includes/class-wp-image-editor-imagick.php on line 338

What I have to do? Thanks

Hi Alexxandra317,

You can fix it with several methods.

1. You can try with multiple time data import to load all demo content because site has less execution time.

2. Video tutorial : https://www.youtube.com/watch?v=cvXIHsyjHIU

3. You can increase execution time in php.ini (from hosting control panel) 120 to 300 seconds or ask hosting company to increase it. ( related article : http://goo.gl/mBY9hE )

Thank you.

Hi,

shortcode image gallery do not work in vertical tabs, can u help me to fix please ?

I use your shortcode :

[swmsc_image_gallery image_ids=”1789,1788,1787,1786,1785,1784,1783,1782,1781,1780,1779,1778,1776,1775,1774,1773” border_radius=”20px” image_margin=”20px” image_size=”full” columns=”3” grid_type=”masonry” hover_icon_color=”#ffffff” hover_icon_bg_color=”#f8b54e” lightbox=”true” image_text=”none” title_text_size=”20px” title_text_color=”#555555” caption_text_size=”16px” caption_text_color=”#777777”]

Hi produwordpress,

We got your point. Gallery has masonry feature which makes first elements absolute position top and left for tab 1 but other tabs has also same position which is creating conflict in masonry script. We can fix it by calling script on tab click to resize gallery as per tab.

If you can add below three line code in custom-scripts.js file at bottom ( below “swmsc_services_icons();” code ) then it will be automatically fix.

File path : ../wp-content/plugins/pre-school-shortcodes/js/custom-scripts.js

$('.swmsc_tabs ul.tab-nav li a').click(function() {
     swmsc_image_gallery();
});

If it looks complex then we can do for you with ftp login access.

We are also updating plugin with this script so it will automatically fix in next updated version.

Thank you.

I put your code in line 524 but it do not work, i wrong ?

I send you ftp access :)

Hi, I tryed to translate the theme but there are some texts that i cant translate like “age”, “class size” or “search our site”. I use the plugin “Loco Translate” and the program PoEdit. Help me please. Thanks a lot.

Hi yosoymultiplicalia ,

If you want to translate all shortcodes text like ‘age’,’class size’ etc. then you have to use pre school shortcodes plugin language file.

Folder path :../wp-content/plugins/pre-school-shortcodes/languages/

“Search our site” – you can change some wordrs from customizer like this text from customizer > sub header > breadcrumb and search section

Thank you.

Hi, I translated this file too. Thanks.

Thank you yosoymultiplicalia for your feedback.

Hi, where can I change colour for each menu ? May I use CSS ?

Thanks for reply.

You can use below example css style for top menu icons circle to square rounded style.

ul.kidsworld_top_nav > li > a > span > i { border-radius:10px; }
ul.kidsworld_top_nav > li > a > span > i::after { border-radius:12px; }

Thanks, look is better !

Im on latest version 2.2 translation file is under themes/kids-world/languages named pl_Pl.mo and pl_Pl.po i have changed two sentences age: wiek and class size: osób w grupie but nothing has changed in front end. Could you check if the theme has text domain included?

http://tworcza-chatka.testin.net.pl/

Hi testinpl,

Home page class posts are coming from pre school shortcodes plugin so you have to translate plugin .po file from ../wp-content/plugins/pre-school-shortcodes/languages/ folder.

You can see theme file translation effect in class template page : http://tworcza-chatka.testin.net.pl/classes/

Thank you.

Good afternoon:

A week ago I was updated to WP version 4.5.3 to avoid some security issues …. What I have noticed is that some parts of the language ( I use Spanish ) have not been translated into this template , such as dates and status that appears in the comments

How can it be due ?

Thanks in advance

Regards, Marina

Hello Marina,

Please update current version with latest theme version to fix the issue.

Thank you.

Thank you very much! I did the update on Saturday 25 … but for some strange reason , I had to do something wrong and I got that error …

It’s all right now!

Thank you Marina for your feedback :)

Hi,

I am interested in buying this theme for my next project but I am a little concerned about it’s speed performance. If you look at Google’s Page Speed insight for your theme, the result is less than acceptable: https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fkidsworld.premiumthemes.in%2F&tab=desktop

Can anything be done to improve this code’s performance?

Many thanks, Kate

Hi Kate,

Thank you for your comments for page speed. Demo site was not optimized for page speed so it was showing very less page speed number. Today we increased page speed by adding cache plugin. Image optimization is in progress so it will increase also page speed number.

Home page has many sections and that is also one main reason for slow speed, for example contact us page has high page speed number than home page.

We are also working to improve our code to get good speed rank and update it in a week.

Thank you.

Hello there, my question is about Slider revolution, when we first purchased this theme, I created a slider using slider revolution but now I’d like to edit the slider and I can’t seem to access it anymore. When i click on the slider revolution button, nothing happens. Also, on the slider itself, there seems to be a small white box that blinks between frames, i noticed it on the sample theme page too. Can you get rid of this?

Issue is fixed now, please check our reply email :)

You rock! Thank you so much!!! :)

Hello there again, this time I have a couple of questions about the footer, I’m trying to change the colour of the lines underneath the heading but can’t find where to do this. I’m also having trouble replacing the current vimeo video (in the demo) in the footer with another link. Can you please advise? Thank you in advance. :)

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