Forum Replies Created
-
AuthorPosts
-
acmethemes
KeymasterDear Rodger,
Our developer team is working on the issue. You will be updated soon.
Best Regards!acmethemes
KeymasterDear Richard,
1. Be default of the theme, the text in the slider is pre-built so it cannot be changed. Instead, you can update new slides in the slider by following
the path below:
Appearance > Customize > Featured Section Options -> Enable-Feature Section ( Check the box)
Appearance > Customize > Featured Section Options -> Slider Selection -> Add New Slide2. The widgets should work well. Please make sure you remove the unnecessary plugins from your admin panel which can cause this issue.
Best Regards!
acmethemes
KeymasterDear Gbenga,
The best and efficient way to add schema mark up without any customization is a plugin there are a number of schema plugin available but we suggest Schema Pluign.July 19, 2019 at 4:31 am in reply to: Display of background header image is not ok on iOS / iPhone #64707acmethemes
KeymasterDear Julien,
Such issues are common for the iOS devices as Safari browser still does not support background-attachment: fixed; property. But it should not appear on the Android devices.
But you can add the following code in Additional CSS for removing the blurry image from all mobile devices.
Appearance > Customize > Additional CSS@media(max-width:767px){ .inner-main-title{ background-attachment: scroll !important; } }
(Note: it will change in all mobile devices)
Best Regards!
acmethemes
KeymasterDear Malopeza,
If you can provide us your site URL, we will observe and can provide you with possible solutions.
Best Regards!July 16, 2019 at 5:01 am in reply to: Display Woocommerce product categories in home main content area #64376acmethemes
KeymasterDear Abhianub,
Please follow the path below to add widgets in the home main content area.
Appearance > Customize > Home Main Content Area
You can add widgets there.
Best Regards!acmethemes
KeymasterDear Abhianub,
If you can provide us your site URL, we will observe and can provide you with possible solutions.
Best Regards!acmethemes
KeymasterDear Emmanuel,
Please check your inbox.
Best Regards!acmethemes
KeymasterDear Mehta,
That’s good to know:-)
Best Regards!acmethemes
KeymasterDear Gbenga,
You will require to create a child theme. Please check out the link below to build a child theme.
https://codex.wordpress.org/Child_Themes
Best Regards!acmethemes
KeymasterDear Julien,
You are Most Welcome 🙂Best Regards!
acmethemes
KeymasterDear Julien,
Please add the following css code to make title visible in mobile devices.
Appearance > Customize > Additional CSS@media screen and (max-width:767px) .image-slider-wrapper .slider-content .image-slider-caption { display: block; }
And the CSS code written for removing border-right is correct so no need to rewrite.
Best Regards!
acmethemes
KeymasterDear Michele,
No, your information won’t be lost if you update your theme. You can update your theme.
Best Regards!acmethemes
KeymasterDear all,
For debugging process, please deactivate your installed plugin one by one then review the bug. If then also bug arises then also please feel to contact us.acmethemes
KeymasterDear huynhtuanstb,
Sorry, by default of the theme, no shortcode or text editor is allowed in the blog page.
Best Regards! -
AuthorPosts