464 comments found.
Hi, there is a little bug to fix for the next update of the theme: when you click on a product to buy it, the title goes on the price, and there is not “close” button to come back to the product list. See screenshot here to understand. Thanks!
Can you please include a link to this page?
Hi, yes of course, see the product here
Under Appearance > Customizer > Custom CSS add this line of code:
.menu-pop-up h3{margin-right:20px!important;}
Done, thank you so much!
Hello, how to display only excerpt on the Blog page, and not full posts? Thanks.
Same here, please provide a link to your blog page.
This requires core template modification. Find this file .../themes/madang/template-parts/content-blog-index.php to customize what your blogs displays. You need to replace
the_content function with the_excerpt();
Done, thank you very much. Could you please add this functionnality for the next update? I mean let the admin choose between excerpt or content for the blog?
We have put this in our feature request list. In case there will be more clients requesting same functionally we will add it. Unfortunately we can not implement every request as a feature as it overloads theme structure and may degrade performance over time.
Yes but a blog with full content on the page is not in the current standards of the blogging. For time load page and from a SEO point of view. Thanks!
Can you please point us to any source where blogging standards are described?
Hi! Any news concerning this feature?
As of today there was not a single request regarding this feature.
Might be this plugin can help: https://wordpress.org/plugins/kenzap-blog/ You can request customization here: https://kenzap.com/madang-wordpress-theme-support-1016412/
OK thanks! Just to let you know: a blog is in essence cutted post by post, you cannot display the entire articles on the loop, it’s very strange, I don’t know templates that are doing that. Just to notify that it’s not a single request, it’s a basic…. When you read a blog, you click on each article, you don’t read all articles on the homepage? Thank you very much however for this very nice theme.
Thank you for your suggestion.
For any further inquiries please make sure to purchase support license. Unfortunately we can not provide you with free assitance at this stage. Themeforest indicates us that your current purchase does not have a support license included.
Appologies for the inconvenicece caused.
Hi, how to let the “naturel” template of the dashboard please when Madang theme is enabled? Thanks!
This needs clarification. If you want to have two themes enabled this is not possible by the WordPress.
No, the dashboard has not the default colors of WordPress. I would like to have a classical dashboard of WordPress, not the blue one…
You can remove/rename this folder: ../wp-content/plugins/madang-plugin/inc/admin/css
Thanks! It would be nice to have an option for the next updates of the template, in order to let admin decides if he wants to have the custom color dashboard or not:)
Thank you for your suggestion. Probably we will add it into next update. Also if you are satisfied with our support would appreciate your review here: https://themeforest.net/downloads
i cant get related products to show up on my prouduct pages. trying to just use the standard “cross sells” and “upsells” feature built into woocommerce. wondering if there is an override or php command to fix this?
1. To make products products you can set up categories and tags. 2. Alternatively you can temporary rename woocommerce folder under theme root folder to see it affects related product functionality. It should not because everything is working with latest woocommerce version on out live demo preview: http://madang.kenzap.com/product/eggs-vegetables/
which woocommerce folder/file should i rename? I see that it works on your demo, but for some reason i just cant get it to show.. As i mentioned before. I have added tags and categories to each product as well as added information in the “linked products” tab of each product via the dashboard.. http://lpo.764.myftpupload.com/product/om-power-bars/
1. Try following this guide and see if it helps: https://premium.wpmudev.org/forums/topic/woocommerce-related-products-not-showing
2. Try deactivating not bundled plugins one by one and see if it helps. Make sure that no caching plugins are enabled.
Is it compatible with elementor and wallet plugin?
Unfortunately no. As for the Page Builders we are deprecating its usage in the nearest future and switching to new WordPress editor.
Hello hope all is well, where can we edit the info in the footer, can’t manage to find the option in the customizer
It depends what kind of information you want to edit. Can you please clarify?
For example to change Footnote go to Customizer > Site Identity.
Hello I am talking about all this http://prntscr.com/mqtxhp
In order to change footer navigation menu please go to Appearance > Menu > Choose Footer Menu and change the menu elements.
thank you but that’s for the menu items where do you replace the logo in the footer ? + is there a way to disable the fade-in effect when you scroll the page, I would like to have elements appearing by default not only when you scroll to the respective section
thanks
+ another problem I realized is that the slider on mobile phones doesn’t show the test , only the title and button but not the text, can you fix that ?
+ is there a way to delete the how it works button http://prntscr.com/mr9qsc thanks
1. to disable fadein effect you need to deactivate this script: wow.min.js located under inc/setup.php file
2. to hide button you need to add this line of code: .health-banner a.btn{ display:none!important; } under Custom CSS section in Customizer
3. to change footer logo go to Customizer > Logo section
4. to force text appear on mobile version add this line of code under Custom CSS section: .home-banner .banner-text p { display: block!important; }
I would like to create a category in the Navbar, which will be called meals plans. Under this category, there will be different subcategories (like Vegetarians Diet, Gluten Free Diet, Low Fat Diet etc.).
In each sub-category, I want to put this screen (NameOfHost/sample-menu-builder)
But I would not like the buttons that appear on the right (organic/vegan) (PIC2) and I would like to be able to put more than one choice in the various meals (eg in breakfast i want two choices, and three for the lunch ) where I can pick them and put them in the basket.
I want to put products to bought, for example for Monday i want to put 3 products for dinner, for Friday i want to put another 3 products for dinner (not the same) with their prices, that a customer can put it in their cart.
How can i create meal plan and fill it with products, different in each meal plan and day.
I want to create 5 different meal plans, where each day will have different products to buy.
This request is marked as duplicate. Please continue communication under our official support forum here: https://kenzap.com/topic/different-meal-plans-in-navbar-woocommerce/
Please do not submit multiple requests in different locations as this will only slow down your support time. Sorry if any inconvenience caused.
Alex
Hello
1.On page support-builder and page about-us-builder, where the button at the bottom is contact us, when I am editing the widget Madang CTA and Madang about us in button link, I chose select content and the contact us page, but when I push the button contact us after edit this widget, does nothing. 2. There is a way for the names in the navbar to come closer, because I have written 6 categories and 1 category has got it down (change a line), while there is enough gap between them. 3. If I create a new page, and put on this page widget, how can I put the page on the web
1. If the changes are not reflected make sure that any caching or magnification plugins are disabled.
2. Technically it is possible but it is not recommended because even if will fit on desktop screens, it will still most likely create a new line if the screen is getting more narrow. The gap just decreases proportionally with the screen width meaning that with certain screen sizes the gap is too small to be replaced with text. for example, you can add under Customizer > Custom CSS. .navbar-default .navbar-nav>li{padding:0}
3. This need clarification. In order to publish new page you need to click publish button and assign new page to the navigation menu.a
I dont know what do you mean with ’’caching or magnification plugins are disabled.’’ I have not add any plug in.
From your admin go to Settings > WP Super Cache > Caching OFF. Make sure its off.
Same procedure with Settings > Autoptimize and make sure that all checkboxes are unchecked.
In addition to that please attach screenshots of fields where you setting up the button link.
Hello,
I am interested in purchasing your theme but found some slight design alignment issues that are a bit of a deal breaker for me. Usually I would be able to fix issues like this via simple CSS fixes without having to bother the theme author as they are really minor issues but I have tried to use your demo and the inspect tools to see if I can fix them, but the way you guys have coded the CSS is beyond my skill level and I could not get the elements to align as I would like them to.
The two major issues are in the order and checkout pages. I have attached a picture at the link below so you can see what I mean and also what I would like it to look like.
https://imgur.com/a/9IBhw2iPlease let me know if a solution can be provided for this and if so I will buy the theme.
thanks in advance D.
Thank you for your detailed explanation. Page examples provided in your screenshot come from woocommerce template. In order to prevent frequent theme updates we are trying to stick to a default WooCommerce template structure.
This approach proved to reduce other comparability problems when template’s structure is modified but no longer valid after update. In short, we can provide an explanation on how to change the design according to your requirement.
First request needs a slight HTML adjustment so we will instruct you on how to do it. Reading the second one it is already updated and will be published within a couple of days.
Thank you for the quick reply. Appreciate the support and I understand what you mean regarding the Woocommerce templates being a little volatile with updates. Your pre-sales support leaves me confident and I will purchase shortly and get in touch for the html fix for the first (I’ll keep an eye out for any WC updates and keep changing it manually for now). Thanks for fixing the second alignment issue as well.
Have a great weekend!
Thank you. Sure welcome!
Sorry, I was just checking the theme again before purchasing as I wanted to be doubl-ey sure and I noticed that the nutritional values don’t actually display on the product page itself. For example : http://madang.kenzap.com/product/eggs-vegetables/
Does not show that products nutritional values. Is it possible to display this? Or is it only shown in cart and on hover on the main shop archive?
Thanks again and sorry for the trouble, (I’ve purchased a few too many themes this month trying to get them to work as I need and ended up spending unnecessarily hence why I’m double checking everything.)
You can try our product for free before purchase here: http://madang.kenzap.com. Just click free demo.
As for the nutrition facts it is not supported in the single product automatically but you can set it up manually in a way that better fits your requirements as description area is flexible in WooCommerce.
I’m having an issue with Stripe and Woocommerce.. the credit card fields appear skinny and wont allow me to input any information. http://lpo.764.myftpupload.com/
Please make sure that there are not conflicts with third party plugins. We recommend you deactivate all not bundled plugins and test your website again.
As we can see from the preview provided your website is already highly customized. This means that we may need additional development resources that are not covered by your purchase licsese.
We will still do our best to assist you for free. On this occasion please provide us with an example screenshot of problematic places and steps to reproduce it so we can recreate same issue under our environment.
Looking forward to your further reply.
So i fixed the credit card fields to accept numbers but I’m still getting an issue with getting Woo commerce and Stripe to function properly. I’ve double check my publishable key and secret key and know that they are correct.
When i check my log for woocommerce i get an error that says “2019-01-29T05:37:20+00:00 CRITICAL Maximum execution time of 30 seconds exceeded in /home/content/p3pnexwpnas09_data02/56/42297956/html/wp-includes/class-wp-image-editor.php on line 402”
I tried installing a plugin that is supposed to increase the max execution time to 5 minutes but still am unable to process payments.
Now when going through the checkout process after entering the card number, expiration and cvc i get an error that says “Unable to process this payment, please try again or use alternative method.”
Im unable to attach screenshots to this comment form but you can see it for yourself if you walk through the process on the site with the first link i sent.
1. Try to switch theme to any other one and process the order again.
2. We also recommend you contact your hosting provided in case nothing i blocked from their side.
3. In addition to that class-wp-image-editor.php please refer to this article: https://legacy.forums.gravityhelp.com/topic/maximum-execution-time-of-30-seconds-exceeded-in-class-wp-image-editor-imagick
4. It is still unclear to us if you tried deactivating plugins approach.
5. “I tried installing a plugin that is supposed to increase the max execution time to 5 minutes but still am unable to process payments.” Plugins usually do not solve this problem you need to modify htaccess file or even php.ini file better as this is server configuration.
does the theme support footer widgets?
No the Madang theme does not support the footer widgets by default
HI I LIKE YOUR THEME AND WANT TO BUY IT – COULD YOU HELP TO SUPPORT IT IN RTL AND IS MOBILE APP BUILDING EASY ON THIS THEME LET ME KNOW AS I AM CONSDERING BUYING IT! THANKS
Please click on free demo to test the product: http://madang.kenzap.com
By saying mobile what do you mean exactly?
I mean mobile app for Android and iOS
You have not replied me for RTL Support ?
Regarding the RTL support we recommend you test our product to see what components may need additional support.
Madang theme does not have a mobile app for Android and iOS
How can I change the font color for the headings on certain widgets? On my homepage, I am trying to change the font color on the Home Page Slider and How It Works sections. No success. What css do I edit and where?
Can you please include a screenshot with text examples you are trying to change so we can assist you better.
Hi I have a presales question, is Your theme WP 5.0.3 compatible? We would like to buy this theme, but like to use WP 5.0.3
Regards,
Simon
It is compatible. You can try free demo before purchase here: http://madang.kenzap.com/
I cant install the demo content. I followed the install instructions for installing the theme. It says there should be an option on the wordpress toolbar to select “Setup Wizard” under the “Set Up” tab, but i have no Set Up tab available on my wordpress toolbar. I see there is an option to import demo content on the “Appearance” tab but there is no demo content folder or file in the downloads folder. Can you please advise on how to fix.
Please make sure that madang plugin is installed and activated under plugins sections. Then Set Up tab will show up automatically.
Hi Team,
Getting the following message. Can you plese help me this
Your theme (Madang) contains outdated copies of some WooCommerce template files. These files may need updating to ensure they are compatible with the current version of WooCommerce. Suggestions to fix this:
Update your theme to the latest version. If no update is available contact your theme author asking about compatibility with the current WooCommerce version. If you copied over a template file to change something, then you will need to copy the new version of the template and apply your changes again.
Please provide your email address or submit a new topic here: https://kenzap.com/forum/madang-healthy-food-delivery-nutrition-theme/
My email is ganeshkalal2000@gmail.com
Email sent
Hey guys, excellent theme! How can I add pagination to blog page? There is no pagination for the SiteOrigin Madang Blog widget and I believe there should be
We have two types of blogs:
1. http://madang.kenzap.com/blog-recipes/ which does not support pagination as it is intended for small embeds. 2. http://madang.kenzap.com/blog/ supports pagination
Customization is possible but it may take a while for us to implement it. Let us know if it clarifies.
Yes I already knew that but it should be possible to have pagination, I mean, as someone who has implemented pagination before is not that difficult, and my client really needs it!
It should take us around 2-3 development hours to implement pagination for this element. If you are ready to cover our time please provide your email so we can send out more details.
Hi, I have purchased and installed the theme, however I am having an issue with the filtering.
When you select the filters everything works fine but if you click next page, the filter still shows it is selected, but it does not actually filter. Only the first page.
The website URL is: https://thempco.ca
Thanks
Can please point us to the exact URL where you experience problems with filtering. The homepage provided does not contain any.
Select ‘Mains’ on the left side then click page 2
Please deactivate Madang Products Widget > Edit > Remember selections option!
Thanks! Easy enough.
i have a question. if I plan to use this theme as a calorie database to catalog various foods etc would that be relatively easy to accomplish?
We need a more detailed example and preferably full project specification so we can assist you better.
We recommend you try our product for free before purchase to see if it matches your requirements.
Hi, Impossible to signup to your support page https://kenzap.com/signin/.
I found a bug. I’m trying to change background color of the elements of the homepage of my website, but it doesn’t work. Even If I the background color, it remains the same.
Thanks in advance for your help.
1. What kind of problems are you experiencing trying to sign up?
2. We need more information on what exactly and how you are trying to change to assist you better. Please include links and attachments.
Hi, 1. I click on “Continue with Facebook” mais nothing is happened. 2. I’m simply trying to change the background of each element of the homepage, but no changes are appearing…
Is there a way to contact you in order to send you links and access?
Thanks.
You can use this email address: info@kenzap.com
Thanks, I’m going to send you an e-mail to see the problem!
marked as fixed