Ashish - ThemeGrill Support
Forum Replies Created
-
Forum: Reviews
In reply to: [Zakra] FAST LOADINGHi @worben16,
Great to hear that Zakra is helping your sites to load fast. Also, thank you very much for the amazing 5-Stars. ๐Forum: Reviews
In reply to: [Zakra] excellentHi @adeel77,
Love to hear such a positive response toward Zakra. Furthermore, thanks for the amazing 5-Stars rating. Our team really appreciates it. ๐Forum: Themes and Templates
In reply to: [Zakra] Elementor Plugin no syncing with ZakraHi @outandaboutmothersgroup,
It seems you’ve resolved it. Please let us know if you still have any problems while using Zakra. Thanks.Hi @wehodl,
Please add this custom CSS:input[type="email"]:focus { outline: 1px solid #e94040; }Help link: https://docs.zakratheme.com/en/article/how-to-add-custom-css-1tz5vyt/
Thanks.
- This reply was modified 6 years ago by Ashish - ThemeGrill Support.
Forum: Themes and Templates
In reply to: [Zakra] PHP errorHi @ptaubman,
While testing here, I couldn’t replicate such a problem and while looking into code, it is very unlikely to get such fatal error from the theme itself. There might other factors affecting it like changing the theme’s code or other plugins. So, please check again by deactivating each plugin one by one.If it doesn’t fix the problem, please contact us via http://zakratheme.com/ Chat Support and we’ll look into it in detail.
Thanks.
Forum: Themes and Templates
In reply to: [Zakra] Zakra Accordion default settingsHi @ahswebservices,
Great to hear that it worked for you. Furthermore, if you like the Zakra theme, you can help us by leaving a review in the review section by clicking the review link in the sidebar.Thanks.
Forum: Themes and Templates
In reply to: [Zakra] One menu for desktop and other for mobile menuHi @christinerotic1980
Please replace the previous CSS with the following CSS:.tg-primary-menu .tg-icon, .tg-mobile-navigation .tg-icon { font-size: unset; }Forum: Themes and Templates
In reply to: [Zakra] Change “Archive” title to CPT nameHi @purissimo,
I need to check your site to properly understand it. I think the problem is you getArchivetext in the page title in the CPT archive page, right? If so, you need to overridezakra_entry_title()function. If you need help with that, please contact us via http://zakratheme.com/ Chat Support.Thanks.
Hi,
Please try following the instructions given here to add logo on the homepage: https://docs.zakratheme.com/en/article/how-to-change-the-logo-of-an-individual-page-k5negj/Let us know if this doesn’t work for you. ๐
Forum: Themes and Templates
In reply to: [Zakra] Shop not showing all pages on mobile version@christinerotic1980
Glad I could help. ๐ Cheers!Forum: Themes and Templates
In reply to: [Zakra] Dirty URL with unwanted /index.php/ in URLHi @worben16
I hope the problem you’re facing is resolved. Please let us know if you still got the problem. Cheers!Forum: Themes and Templates
In reply to: [Zakra] Tag: or Category: in template titleHi @rkleinha,
Can you please try using translation plugins like LocoTranslate to translate the string?Thanks.
Forum: Themes and Templates
In reply to: [Zakra] One menu for desktop and other for mobile menuHi, @christinerotic1980,
Please add the following custom CSS for the icon size issue:.tg-primary-menu .tg-icon {
font-size: unset;
}Furthermore, an option to change the spacing between menu item is available in the premium version only: https://docs.zakratheme.com/en/article/primary-menu-menu-item-overview-pro-10mm9cj/
Finally, we’re planning to add an option to show a different menu on mobile and each page in premium version in the upcoming update.
Thanks.
Hi @rmkimathi
Can you please explain in detail about the issue you’re referring to in detail?Thanks.
Forum: Themes and Templates
In reply to: [Zakra] Shop not showing all pages on mobile versionHi @christinerotic1980,
For some reason, the pagination seems hidden on mobile screen sizes. Please check some plugins or code added have been affecting it. Otherwise, please add this custom CSS:@media screen and (max-width: 1000px) {
.woocommerce-pagination {
display: block !important;
}
}https://docs.zakratheme.com/en/article/how-to-add-custom-css-1tz5vyt/
Thanks.