788 comments found.
On the frontpage (www.hjemlybornehave.dk) there is some pictures to the right that shouldn’t be there. How do I remove them and get only 1 picture?
Hello Juhello,
You have to set full width layout from “Page Options” metabox which are coming below main editor.
Thank you.
Thanks, how do I get just 1 picture next to the text then?
You can use 2/3 + 1/3 layout from page builder and then add image to right column with simple image element.
Shortcode was added instead of column on right side with single image element. We fixed it and you can check it in admin.
Thanks for the help
Lovely theme
Was wondering if it was possible to get the breadcrumbs to display on the homepage?
Hello designwestmayo,
Thank you for your feedback.
You can display breadcrumbs in home page by little change in header.php file line #200 ( you can edit it from admin > appearance > editor > click on header.php file from right side list
remove “&& !is_front_page()” code from line #200
if ( $kidsworld_get_sub_header_on == 'on' && !is_front_page() ) {
which will look like below code after removing
if ( $kidsworld_get_sub_header_on == 'on' ) {
Thank you so much for the quick reply, much appreciated!
Thank you for that!
Hello, I just downloaded and installed your latest update and it doesn’t include the most current version of WPBakery Page Builder (5.4.5). Your update still uses 5.4.4. Can you please provide the most current version of the WPBakery Page Builder so that I can update the plugin on my site? Thanks for your help.
Hello tstubbs,
We are very sorry for your inconvenience.
We just re-uploaded same latest theme version by adding WPBakery Page Builder version 5.4.5. Please download just uploaded theme version.
Thank you.
The logo in the top sometimes shows the KidsWorld logo instead of my logo, when I look at the website from my phone and tablet. It’s not always and there is no problems on my computer. Can you help me out here?
Hello Juhello,
Theme logo section has two options to upload logo image – one for desktop and another for HD devices like mobile, iPad etc. Please upload second option (retina image) image with given instruction in logo section to fix this issue.
Thank you.
I have problems with changing the “Sample Image” and the slideshow in the heading on the front page here http://hjemlybornehave.dk/ . Can you help me?
Hello Juhello,
Can you give details of issues which you are facing during customization so we can help you. If you are new to revolution slider then you can view some basic tutorials which will help you to make outstanding slideshow : https://www.youtube.com/results?search_query=revoluiton+slider
This slider is very simple and has drag n drop features but after getting basic information you can use it in multiple way like their examples : https://revolution.themepunch.com/examples/
Thank you.
How do I change so the pages in the top-menu can’t be clicked on, but only the pages that shows up under when you hold your mouse on the page in the top menu?
Hello Juhello,
You can use custom links in main links section and add ”#” in URL text field to disable click event.
Video tutorial to create custom links : https://www.youtube.com/watch?v=OfZPSX1NdtM
Thank you.
It worked on the first page, but the rest doesn’t have links when I’m editing the whole menu. How can that be?
We can see home page custom link has ”#”. You have to make all first (parent) link with custom links like you did in home page.
How do I make a page first (parent)?
If you watch how to make wordpress menu (suggested video in this chat) then first link is parent and then other are sub links – dropdown links.
I tried to follow the guide but I am still able to click on the link even though I put a # instead. Can you help me? It’s only on the frontpage I got it to work with the #, but it was not the same place as you show in the guide.
Hello Juhello,
You are adding real pages links in main links. For example second main link name “Begynd i Boernehaven” – page link is used instead of custom links. You have to add all parent links “Begynd i Boernehaven”, “Planer”, “Galleri”, “Find os” as a custom links.
Go to menus page, add parent name in custom links, add # and move to menu. Now add all sub pages under this custom link like you did for “Home” link.
Thank you.
Hello Juhello,
Please send your website admin login details from our profile page form ( https://themeforest.net/user/softwebmedia ) so we can check timetable display issue and give you feedback.
Thank you.
I have trouble with finding where to translate the “home”-botton and “search”. Where do I find this?
Also, I am struggling with making a front page similar to yours with text on the slides. Can you help me with this?
Hello Juhello,
You can edit search text from admin > appearance > customizer > sub header > last option at bottom “Default Search Placeholder Text”
You can edit home button in top nagivation from admin > appearance > menus > edit menus > select top navigation menu > edit first tab in “Menu Structure” section
We suggest you to install one click demo which will import all required pages so you can start theme customization. Video tutorial : https://goo.gl/yYFhcX
Thank you.
I think I explained it in a wrong way. I can’t change the name of the home-tab that way. An example: If you go to www.hjemlybornehave.dk/galleri you’ll see that under the heading it says “Home > Galleri”.
How do I change it to “Forside > Galleri”?
Hello Juhello,
You have to translate .pot file to change all default words in breadcrumbs, posts, pages etc. section (you can refer tutorial for wordpress translate in local language with .po file from youtube ). If you want to edit it manually then you can edit it from
../wp-content/themes/kids-world/framework/breadcrumbs.php file line #17
Thank you.
This is line 16 and 17: ‘show_home’ => esc_html__(‘Home’,’kids-world’), ‘echo’ => true
I tried to change it to: ‘show_home’ => esc_html__(‘Hjem’,’kids-world’), ‘echo’ => true
But nothing happend. Can you help me out?
There are two reasons for this – First it was not changed when we checked from admin > apperance > editor > right side “framework” folder > breadcrumbs.php and
second was cache plugin which we disabled to fix this issue. Please use cache plugin when you complete all customization work otherwise it will display old data everytime or you have to delete cache with each update.
Hello, i have multiple questions: 1. How and where can i translate Woocommerce sort by default / show _ products? If in poedit, where exactly? I couldn’t find it. 2. Where to change sidebar for product category? i just found for shop page and single product. sidebar should be the same on shop / category / archive / single. 3. Widget doesn’t show up for single product. What do i need to change in the settings?
Love the design of your theme but settings and documentation is very bad i’m sorry to say that …
Hello tomi28,
Thank you for purchasing the theme.
1) Shop page dropdown menu text is added in .pot file of language foldder which will display after edit this file. Or you can manually edit it from …/wp-content/themes/kids-world/woocommerce/kidsworld-custom/woo-functions.php – starts from line #16
2) We will update this option in next update version (next week) which will automatically display shop page widgets in product category and tag.
3) You have to make product single page with sidebar from Admin > WooCommerce > Settings > General > “Custom: Product Single (Overview) Page Options” > “Product Overview Layout” dropdown – select “Sidebar Right”
If you have any other suggestions or facing issue in theme customization then please send us so we can add it in next updated version.
Thank you.
Hello,
1. There is no woo-functions.php in kidsworld theme folder? Please provide correct link.
2. / 3.: My problem is that i did this setting already to “Sidebar Right” but NO Sidebar shows up! I tried everything already. https://kiddeo.de/produkt/splash-toys-30182-w-wehchen-wolf-spiel/Please check and let me know asap. Thank you.
Hello tomi28,
1) Path is correct, you can check it from screenshot : https://img42.com/cOtzQ
2) You can check below points for sidebar issue.
i) Widgets are added in shop page sidebar. admin > appearance > widgets ii) Shop single page edit “Page Options” metabox, Page Content section has “Sidebar Right” selected in “Content Layout”
If this will not 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 check issue and fix it.
Thank you.
Thank you, just noticed that every product i already added has the setting “full width”. Is there ANY option to edit ALL products to sidebar right? I can’t edit each of tons of products to change this … Please help me! Maybe in the database somewhere?
Thank you very much.
Hello tomi28,
You can edit metabox default dropdown selection “layout-full-width” to “layout-sidebar-right”.
File path: ../wp-content/themes/kids-world/framework/meta-box-options.php
(You can also edit this file from admin from admin > appearance > editor > click on “framework” folder name and then “meta-box-options.php” file.)
Go to line #645 in meta-box-options.php file and change “std =>” settings
"std" => "layout-full-width",
to
"std" => "layout-sidebar-right",
Thank you.
I followed your instructions but still no sidebar in single product page; check: https://kiddeo.de/produkt/minetom-muetter-und-tochter-familie-collocation-kleidung-boho-aermellose-kleider-weste-a-linie-hohe-taille-farbe-rock-strandkleid/
I really hope we find a solution.
Thank you.
Line 646; “type” => “select”, => is this the placeholder for the sidebar name? any other ideas?
No, it is not place holder but type of metabox fields like text, radio, select, textarea etc.
You have to edit above select field (“std” =>”)
You can edit sidebar name manually from
../wp-content/themes/kids-world/sidebar.php
if ( is_shop() || is_product_category() || is_product_tag() ) {
if (is_active_sidebar($kidsworld_shop_sidebar) ){
dynamic_sidebar($kidsworld_shop_sidebar);
}
} else {
dynamic_sidebar($kidsworld_archive_pages_sidebar);
}
In this code you can manually change sidebar name.
For example for
dynamic_sidebar($kidsworld_shop_sidebar);
you can edit it with sidebar id like
dynamic_sidebar('kidsworld-shop-page-sidebar');
and
dynamic_sidebar($kidsworld_archive_pages_sidebar);
with
dynamic_sidebar('product-single-page-sidebar');
You can check all sidebar ids from
../wp-content/themes/kids-world/framework/register-widgets.php
Thank you.
Hello, i just updated theme to latest version but sidebar is still not showing up for single product page. Can you please tell me what is the problem and how i can resolve it? I need to publish shop asap …
Example single product: https://kiddeo.de/produkt/partybob-mutter-tochter-partnerlook-rucksack-set-koenigin-prinzessin/Thank you.
Please send your website admin login details from our profile page form (https://themeforest.net/user/softwebmedia) so we can check what is missing and help to fix it.
Also the woocommerce translations in woo-functions.php even if i replace the file again or do it with child theme doesn’t work anymore.
Just sent to you.
Hi komikmen,
We are not kidding but did $50 worth demo setup for you. Timetable plugin is working with ajax – run time live changes – which doesn’t provide any demo content import file so we can’t import it. You can check plugin page for more details.
Thank you.
I think you are definitely making fun of it. you can show people a very nice product at demo page and then give them a missing demo page service. This is not fair. I am very sad. I have reviewed the app’s own page, you did not have a demo that you showed when selling your product, and it did not help me. I am very angry and very sorry. I do not thank you
Hi komikmen,
I was expecting thank you because I spent approx one hour for your site to import content which I never did of any other buyer of this theme. Importing timetable content is not possible and it is inside plugin section -on site ajax.
If you don’t believe me then you can read plugin page support comments – read first two questions of importing content : https://goo.gl/KxRL19
I also asked to plugin author this question when I purchased this plugin with the theme – you can read my question from this list – see second question : https://goo.gl/uy3eqj
I am very serious about my work so I never play with any of my buyer because they are very important for me. (that’s why I spent my time to import demo content and most of buyers prefer one click demo and some prefer xml demo which they do theme salves ).
Thank you.
I Would Rather Lose Money Than Trust: Robert Bosch – Pioneering and Pragmatic, Humanist and Humanitarian | I would recommend great book..I hope you make a lot of money
and
https://greengardenevora.com/test/?page_id=1400Only diff. is images – which you have to replace with your website images.
No comments, all right
Your website has security issue – all browsers are showing security aleart. Please fix it so we can help any next support query.
.
Hello, bought the theme recently and I can not change the google map for my address. Could you tell me how it is done?
Hello consuelocorrea,
When you add address then in edit page Google map preview box find the location and click on to that location to set (red color map marker should be on location) and save page.
Thank you.
Hello,
I have recently downloaded your them and am looking to use Visual Composer however I am not able to upload the file for it. There is no zip file in the theme download. Can you please advise?
Thank you!
Hello bbedi,
Thank you for purchasing the theme.
Please refer video tutorial to get all details for theme setup : https://goo.gl/BN2e8o
You have to download main zip file ( first option in download “All files & documentation” ).
Can you please tell me how to fix this issue? Obviously, I only want one lightbox pop up to appear.
Thanks!
Hi aoifekel,
Gallery shortcode has default lightbox so it is displaying large image in popup. Another popup is coming from gallery plugin (jetpack) which has default setting for popup. You have to disable this plugin or unset default setting to large image.
Thank you.
Perfect! That was my exact problem. Really appreciate it.
Hello. I install the Kids World theme and i can’t see the Buddha Panel from Appearance > Kidsworld Options. What’s going wrong?
Hello marioscharpas,
Thank you for purchasing the theme.
We are not getting your question regarding “Buddha Panel”.
You can refer video tutorials from this page for theme setup and view all options (admin > appearance > customizer): https://goo.gl/LnD5cW
Thank you.
Can i have the documentation of the theme please?
When you unzip main downloaded zip file, you will find several folders. Click on “Help-Documentation” folder and then index.html file to view all details for theme setup.
Hello, dear developer.
Could you help me with setup of logo on my site? I put image with good quality into “Retina Logo Image” settings. On the desktop it looks fine, but on mobile Safari it’s wierd.
My site under construction and you can check it here: http://rkotik.eklerushka.ru/Thank you
Hello foxykirian,
You have to upload logo in both section (standard and retina). Standard logo will display on desktop/laptop and retina logo will display in HD devices like iPad, smart phones. We can see “Kids World” logo in desktop and website name logo in mobile. (so standard logo image is remaining to add from customizer)
Thank you.
Hello komikmen,
This is complex change because current structure is set to 4 column (25%) for all column and difficult to make it 1-2-3 column large and 4 small.
You can hide 4th section by selecting “Footer Column” option to “3” in Customizer > Footer Options > “Contact Footer” section. After setting 3 column set “Social Icons” mode to “Off”.
Thank you.
Hello komikmen,
We are not getting this question. If you want to custom columns in page builder then you can test diff. settings like
1/4+1/4 + 1/2
Video : https://www.youtube.com/watch?v=dtAAx_r9oLM
Thank you.
thats ok.
I installed the demo but not all of the men. the pictures are also missing. There are also missing footer parts. most important menu submenu I need sample pages
please help me at my site www.greengardenevora.com
Hello komikmen,
One click demo install is for quick setup with all required pages/sections which helps to import content fast in few seconds. If we install with demo xml then it takes too much time and taking multiple time import process to import all content (feedback as per our previous themes – buyers were very upset when it was taking too much time due to slow internet speed / internet speed fluctuation / large content ).
Footer section should import with fresh installation but it is quick work which we can help to fix it. Please send your website admin login details from our profile page form ( https://themeforest.net/user/softwebmedia ) so we can make footer like demo site.
Mega menu creation details are added in help file so you can quickly make it with simple steps. ( Help file index #6 Create Mega Menu – steps with screenshot )
One click demo has all images with dimension details so you can quickly replace with your website images.
All necessary pages are included in one click demo, if you need any specific page content then we can send you. If you want to import all demo site pages/content then you can do it from demo-kidsworld.xml ( full instruction is added in help file “1. Theme Installation > Method 2 – XML Import – Full Content of Demo Site” ) or we can do it for you.
Thank you.
Hi, your theme has been great! However, I’m getting stuck on why shipping isn’t calculating… any thoughts?
There are no shipping methods available. Please ensure that your address has been entered correctly, or contact us if you need any help.
http://brianne.coreycorey.com/shopHi calbuny,
Please refer WooCommerce shipping video to get idea how new shipping method works : https://goo.gl/N96E37
If this will not 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 check and give you feedback.
Thank you.
Hello komikmen,
Classes, Portfolio etc. custom posts are coming from “Pre School Shortcodes” plugin so you have to translate this plugin .pot file. ( Folder path: ../wp-content/plugins/pre-shool-shortcodes/languages/ )
Thank you.