992 comments found.
Hi, I have sent you my site credentials.
1. Also, the website as it appears on my mobile, is not symmetrical anymore. It was appearing all fine earlier, but now some of those flower shapes are more left justified than center justified. I guess I made some changes to the CSS or PHP which I didn’t revert back. Please let me know if it can be reverted back to normal.
2. Thanks a ton. I love this theme. Will rate it at top.
3. And one more thing, I am creating a website for my father who is in the packaging business. They manufacture superior quality designer tin packages/boxes/containers for sweets, tea, coffee, chocolates etc. It’s a year old venture and they now require an online presence. Please recommend a minimalistic theme that can be later customized to generate online orders. The site will be more images and less text.
Hi!.,
1) The layout issue in mobile is due to the changes that you have done. Revert back the changes to fix the issues.
2) Thanks for rating.
3) You can check our “Super theme” which suits your needs http://wedesignthemes.com/themes/dt-super/Regarding the mail issue, please check if you received the mails in your spam folder. Also the wordpress login you sent does not have full admin rights for us to check.
Also, can I change the colors of the skin?
Thank you!
Frances
Hi!., You need to edit the skin css files directly. You can find the skins folder here wp-content/themes/kidszone/skins/ Get into the skin folder that you need to edit and you can find the style.css file.
Hi!
Can you help me set-up the initial installation? I have tried multiple times and when I try to add the plug-ins that are recommended, I end up with a blank screen.
Thank you!
Frances
Hi!., Your admin details not working. Kindlysend us the correct admin details.
My images on my homepage for products are popping up blurry and there is only 3 images. I would like 4 images to pop up in this area and not blurry. http://www.telecomglobalservices.com
Hi!., Please check it now. We have fixed the blurry images and made it four products. The third image is blurry because you have uploaded a very small image and during resizing the small image looks blurred. Just try it with a bigger image. Try image size with more than 520 X 520. Let us know, if you find any other difficulties!
Hi again! how can I change the language on some parts of the website, for example: The newsletter widget that I have on footer says: Enter your name and email address to subscribe to our Newsletter, I want it in spanish, or at the top you can see some texts in english. Thanks for help!
Hi..!
Go through the following instructions you get a clear view:-
1) You can change the text of newsletter widget from wp-content/themes/kidszone/framework/theme_widgets/mailchimp.php line no: 80
2) You can change the top bar texts from the following files in the line 41 – 60 approx
a) wp-content/themes/kidszone/header.php
b) wp-content/themes/kidszone/header-type1.php
c) wp-content/themes/kidszone/header-type3.php
Let us know, if you find any difficulties…!
Thank you!!
Hi, the posts blog section on the home page aren’t visible, even that I have 3 posts now, it says: Nothing Found. Apologies, but no results were found for the requested archive. http://mundopetit.cl/
Thanks!
Hi!., Please check now. Its working. You have mentioned in the shortcode like categories = ‘6’. But there is no category with id = 6. We removed that and now the blogs are shown. If you need to show specific category posts, mention the category ids separated by commas. You can find the category id by hovering on the category item, and you can see the id value from the url shown at the bottom.
Ok, got it for the future!
Hi,
We want our logo to display large but every time we try to upload a larger image the theme squeezes the image down to a specific size.. How can we fix this?
Cheers
Hi..!
The height is controlled in the css file http://www.websitefarm.com/mildmay/wp-content/themes/kidszone/style.css line no 271. Just Remove the height in the following class, so that the logo will be as height as you uploaded.
logo { display: inline; float: left; height: 94px; margin-top: 3px; padding: 0; width: auto; }
Let us know, if you find any other difficulties!
Cheers, is there some code we can put into the custom CSS instead of changing the stylesheet so that we can update the theme in the future?
Hi!., Kindly!., check your custom css in buddha panel. We have updated the height to 150px. Increase or decrease it as per your wish.
Hi, thanks for that…it worked perfectly. Perhaps you can help with one last thing. We previousy asked about the mobile layout body content and navigation menu which is very very narrow…and to make it wider, you said to change this: wp-content/themes/kidszone/css/responsive.css. Go to line no : 683 ( .container, .intro-text.type1 .container) increase the width as per your need.
Can you give us some code to put into the custom CSS so that we can continue updating your theme in the future.
Hi!., Use child theme to customize the theme. Put all your custom code to child theme. This custom work will never affect while theme updates.
We’re not really too good with Child themes unfortunately…is there a code your can send us to put into the Custom CSS?
Also, the code we used to make the logo larger, means that when the page scrolls, the menu is still persistent, but the logo no longer shrinks.
And, there seems to be a large gap between the menu and where the page content starts…how can we make this gap smaller?
Hi! Go through the following instruction you get a clear view.
1) mobile layout body content – Added the custom css code in buddha panel (.container, .intro-text.type1 .container). We have set the width to 300px. Adjust it as per your need.
2) logo no longer shrinks – Added the custom css code in buddha panel (.is-sticky #logo). We have set the width to 300px. Adjust it as per your need.
3) Fixed menu gap with custom css section. Please check it.
Let us know, if you find any other difficulties! Note: If you like our theme and support, please feel free to give us your best rating (5/5 stars)!!
Hi,
that’s sorted most of it out thankyou. The only thing thats not changing is the gap underneath the menu…how can I reduce that gap?
Also, ive installed a cufon plugin…what is the property for the main navigation menu?
Hi! Go through the following instruction you get a clear view.
1) Go to Theme-directory -> style.css and do following changes (i) Replace top:100%; for #menu-main-menu li.menu-item-simple-parent ul (ii) Replace top:100%; for .megamenu-child-container (iii) #main-menu > ul.menu > li{line-height:100px;} – If you want Modify line-height pixels as per your requirement
Ex: menu-main-menu li.menu-item-simple-parent ul{top:100%;}
.megamenu-child-container{top:100%;} main-menu > ul.menu > li{line-height:100px;}
2) Navigation Main Menu property – #menu-main-menu (To change font family )
ex: #menu-main-menu{font-family:arial;}
Refer this video too – https://www.youtube.com/watch?v=GCyglE43QaY
Let us know, if you find any other difficulties! Note: If you like our theme and support, please feel free to give us your best rating (5/5 stars)!!
Cheers the cufon worked perfectly, but I cant figure out what to do with that gap. Is there a code I can put into the custom CSS?
Hi!., Get into your theme-directory through, “wp-content/themes/kidszone/style.css” and in line-no:768 (approximately) in class name ”.is-sticky #menu-main-menu li.menu-item-simple-parent ul, .is-sticky .megamenu-child-container” just reduce the top percentage as shown below.
.is-sticky #menu-main-menu li.menu-item-simple-parent ul, .is-sticky .megamenu-child-container { top: 80%;} Let us know, if you find any other difficulties!
Hello,
I was using the code I found in the previous comments:
[dt_events_list limit=’3’ excerpt_length=’25’/]
to pull the events information on the homepage. However, if you look at http://new.tinychefs.com it is not coming up correctly. It doesn’t show the blurb like you had in your homepage III example or other content. How do I add this?
Hi!., We used the shortcode in your site in a dummy page http://new.tinychefs.com/dummy/ and it worked correctly. Kindly, check it out now!.
Hi! Something weird is happening in my shop page, there is not footer and the header is moved down http://mundopetit.cl/tienda/ Thanks for help! 
Hi!., Kindly, check it out now!., We have fixed the issue. Let us know, if you find any other difficulties!
It’s ok now, thanks!
Hi!
Thanks for the update
Let us know, if you find any issues in future..
Note: If you like our theme and support, please feel free to give us your best rating (5/5 stars)!!
Sorry, im aulatic1, we have to create another account because of problems with passwords, i have purchased the theme with that account.
Hi,
it use to be a “insert shortcode” when i try to create a new page but now there isnt. Its a plugin or something like that? how can i get back it?
Thanks.
Hi..!
Go through the following instructions you get a clear view:-
If you have upgraded wordpress to latest version, you need to update the theme as well, so that the shortcode builder issue will be fixed. Follow the steps to update the theme.
1) Download the theme from themeforest page.
2) If you have made any custom changes in the code, please take a backup of it.
3) Overwrite the updated theme files to the older theme files. Update the custom change that you had already.
4) go to wp-content/plugins/ through ftp
5) Remove the folder designthemes-core-features/ from wp-content/plugins/
6) Then Login to Dashboard -> Appearance -> Install Plugins. Install the Designthemes Core Features plugin. Thats it. Now you are updated to the latest version.
Note: If you have already updated our theme, just follow the steps 4,5,6 to update our designthemes-core-features plugin, which will solve all your issues.
Hi,
it use to be a “insert shortcode” when i try to create a new page but now there isnt. Its a plugin or something like that? how can i get back it?
Thanks.
Hi,
Thank you for the support. It means a lot. I have a few more questions. but lets start with the header:
1. I cannot understand the working of the Sign In and Logout link. It seems to log me out of wordpress.
2. I was trying to register to this very website, but it only asks for my email address and no password! If I am not registered with a password, how can I possibly login with one. (See the form right above Register)
2. Also, no email is triggered to my email ID from here telling the user that he/she is registered. I tried to configure stuff but to no avail. Please help.
3. How to configure WooCommerce to get customer orders in my Mailbox? Have no idea where to make these changes. We want to activate cash on delivery and bank transfer for now, which I did understand, but email notifications, nope!
4. My Email SMTP works fine. I tried to send a test email from my work email address to notifications@lets-create-club.in and it landed in my gmail account. Which is perfect. But then how to do the same from the registration form, contact form 7, and from WooCommerce checkout page. No idea sir. Would require your expert help here.
I figured out contact form 7, 2 years back for another site, but now its a mindwash
. I am new to coding and web stuff, as you may have figured out by now.
Thanks!
Hi…!
Go through the following instructions you get a clear view:
1) Step 2 will enable the registration and login in that page.
2) Go to Dashboard -> Woocommerce -> Settings -> Accounts -> Registration Options -> Account Creation. Uncheck the 2 checkboxes and the password field will be shown in that page.
3) Check the page after enabling the password fields.
4) If the mail server is working correctly then the orders will be sent to the admin email address automatically.
5)Please mail us your site credentials (WP & FTP access logins) immediately via the right bottom form located @ http://themeforest.net/user/designthemes So that, we can check and have a clear look on our end. Then we’ll help you get rid of it ASAP !!
Please rate this Theme, if you like it!
Hi,
Thank you for the support. It means a lot. I have a few more questions. but lets start with the header:
1. I cannot understand the working of the Sign In and Logout link. It seems to log me out of wordpress.
2. I was trying to register to this very website, but it only asks for my email address and no password! If I am not registered with a password, how can I possibly login with one. (See the form right above Register)
2. Also, no email is triggered to my email ID from here telling the user that he/she is registered. I tried to configure stuff but to no avail. Please help.
3. How to configure WooCommerce to get customer orders in my Mailbox? Have no idea where to make these changes. We want to activate cash on delivery and bank transfer for now, which I did understand, but email notifications, nope!
4. My Email SMTP works fine. I tried to send a test email from my work email address to notifications@lets-create-club.in and it landed in my gmail account. Which is perfect. But then how to do the same from the registration form, contact form 7, and from WooCommerce checkout page. No idea sir. Would require your expert help here.
I figured out contact form 7, 2 years back for another site, but now its a mindwash
. I am new to coding and web stuff, as you may have figured out by now.
Thanks!
Is there any other option how to disable Author info in single post like edit file single.php?
Also I have problem with Google Fonts option “latin-extended” for Headings. There is no problem for Pacifico font h3.widgettitle but problems for h1, h2, h3, h4, h5, h6 (not only Pacifico but all fonts).
Hi!., You don’t need to edit the PHP file. You can hide the author details from single page from Dashboard -> Posts -> Edit Post ->Post Options -> Disable the Author info.
Hi.. Please help us have a better understanding on it by getting back with any screenshot like references and also issues and along with WordPress and FTP credentials through the bottom right form @ http://themeforest.net/user/designthemes . We will have a look at your issue and fix it ASAP!
Add Disable the Author info. It is OK if you don´t have more then 300 posts. Anyway thanks for help with fonts.
Hi!., “Disable the Author info” worked for you? Let us know if you have any queries.
It works but for single item only. Maybe in next update you could make “global setings on/of” for “Author info”
Hi!, Thank you for your suggestion. We will consider it in future updates.
hi i would like to know how to change the theme to rtl for supporting hebrew thanks
Hi!., You need to remove the comment in the line 632 in the file wp-content/themes/kidszone/framework/utils.php. That line adds the stylesheet rtl.css to the theme.
hi like i told you i want to change from ltr to rtl so your answer is confusing. I have edited the line like your instructions many times (some examples):
//wp_enqueue_style(); //wp_enqueue_style(’’); //wp_enqueue_style(‘rtl-css’’/rtl.css’); //wp_enqueue_style( ‘IAMD_BASE_URL’);
but nothing work can you write me the exact line please? thanks
Hi!., This is the line that needs to be uncommented. wp_enqueue_style(‘rtl-css’, IAMD_BASE_URL.’/rtl.css’);
OK thanks its working partly, for example the header did turn rtl but if i am placing Vertical Tabs shortcode than the tabs stays on the left side. (i can attached pictures if needed) thanks
also the widgets on the side are LTR (such as: school hours,social) thanks
Hi!., The rtl.css file we have attached in the theme is only the basic version. You need to customize it for full support.
Hi!., As said before, you need to customize the rtl.css file
i’ll be honest with you i’m still a beginner in this all thing, i would like to purchase the theme but before that i really would like to know the level of the support that you guys supply. if (most likely i do) i’m having trouble to changing language to hebrew would you help me solve it ? what about adding fonts to the page ? how good is the documentation ? is there any tutorial videos?
Hi!., Thanks for your interest!.
1) As we have already mentioned the theme comes with only basic rtl.css file you need to customize it for full rtl support.
2) You can change the fonts from Dashboard -> Kidszone -> Appearance -> Typography
3) Yes we have good documentation and it is attached with the theme files.
4) Yes we have it here https://www.youtube.com/playlist?list=PL6kpawNbFm9UqfpDM0I1zsPIgPG-3duSM
Looking forward your purchase happily 
Hello, I need help, I’m having a hard time setting up your theme, I downloaded the Dummy Data and saw that the home is all that is done by Shortcodes layout, but where do I find? I should just replace the data from my current home? Or I guess what each Shortode?
Help me, I’m about to give up the theme.
grateful
Hi!.,
Please check the attached text files for kidszone home versions of 2,3,4,5,6.
Also, please make sure to place it in the “Text” editor mode on your page.
https://www.dropbox.com/s/qwzxv4occmepgpf/kidszonehomepagetextfiles.zipNote: You can get all the shortcodes from the shortcode builder. You can see the shortcode builder in each page and posts. Check the attached screenshot for reference.
https://www.dropbox.com/s/mh71b5y8o0giqwf/shortcode_builder.pngHi, the CSS changes somehow do not show up on the site. I made the changes to the font family for Pricing Options header. The server took the changes, but the site didn’t. it still shows the same Pacifica font. I wanted to change it to Comic sans MS.
Hi,
For changing the font, Kindly refer the screenshot given below:
https://www.dropbox.com/s/y6x7ao5bmn7ctzc/font-family.pngHi, I was looking for a way to connect the 4 Pricing Option rectangles to work with woo commerce. Is there one? Kindly help with the same.
Sorry!
This is not available in our theme.
Hi, I want to take off a margin which is around the website, is like no-full-width. Is visible on header and footer sections, and you can see the website’s background: http://mundopetit.cl/ Thanks (Y)
1) Kindly, get into your theme-directory through “wp-content/themes/kidszone/style.css” and add the below given class.
.menu-main-menu-container.header1:before, .menu-main-menu-container.header2:before, .menu-main-menu-container.header1:after, .menu-main-menu-container.header2:after, #footer .footer-widgets:before, #footer .footer-widgets:after { border: none;}
Let us know, if you find any difficulties…
The CSS code it’s not working, it stills the same way. I putted it at the top and bottom of the file: http://mundopetit.cl/wp-content/themes/kidszone/style.css ... Any other idea?
Please help us have a better understanding on it by getting back with any screenshot of what section you exactly want to remove. So that, we can check and will have a clear look at your end. Then we’ll help you get rid of it ASAP!
Hi, here is a screen shot with what I mean. it’s like a little margin around the header and footer sections. As a transparent border, both sections aren’t paste until the end: http://mundopetit.cl/ss/SS-margin-out.jpg
Fixed! Thanks!
Hi Just installed the them and noticed that it’s version 1.1 not the latest version 1.4. I only see 2 options for home page layout design instead of 6. Where can I get the latest version of theme?
Thank You.
Hi…!
Please update our theme with latest version compatible with wordpress 3.8 and above.
Follow the below steps to update the theme:-
1) Download the theme from themeforest page.
2) If you have made any custom changes in the code, please take a backup of it.
3) Overwrite the updated theme files to the older theme files. Update the custom change that you had already.
4) go to wp-content/plugins/ through ftp
5) Remove the folder designthemes-core-features/ from wp-content/plugins/
6) Then Login to Dashboard -> Appearance -> Install Plugins. Install the Designthemes Core Features plugin. Thats it.
Now you are updated to the latest version… Kindly let us know, if you find any other issues… thanks…
Hi, Did all the above changes but I still have v1.0
Hi!., Please mail us your site credentials (WP & FTP access logins) immediately via the right bottom form located @ http://themeforest.net/user/designthemes So that, we can check and have a clear look on our end. Then we’ll help you get rid of it ASAP !!