Milan Thapa
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Masonic] Header – Is a Slider possibleHi there,
Out of the box, our theme doesn’t have the header slider option. But there are plugins that will help you to accomplish that. Take the article below for a reference.
https://beautifulthemes.com/blog/wordpress-header-into-slideshow/
Thanks.
Forum: Themes and Templates
In reply to: [Masonic] Site Title Font ChangeHi there,
Please add the following code in the Additional CSS:
.site-title a { font-family: “Papyrus”, fantasy, sans-serif; } .site-description { font-family: “Times New Roman”, Times, serif; }
Thanks.
Forum: Themes and Templates
In reply to: [Ample] ample theme showing all submenu itemsHi there,
I took a look at your site and saw ample theme default CSS has been overwritten.
However, you can fix the issue by adding the following code in the Additional CSS box of Customizer:
.main-navigation ul li ul { left: -99999px; }
Help link: https://docs.themegrill.com/knowledgebase/where-do-i-add-my-custom-css/
Thanks.
Forum: Themes and Templates
In reply to: [eStore] Product links in TG: Products CarouselHi there,
I took a look at your site, both image and the text are hyperlinked in TG: Products Carousel and there isn’t any hover effect on images as well.
If I’m missing something, please contact us via our official site https://themegrill.com/ chat support so that we can further discuss it and provide you an appropriate solution.
Thanks and Regards,
Milan.Forum: Themes and Templates
In reply to: [eStore] Header Options Header Text Not able to changeHi,
While checking the eStore theme for the same issue that you’ve mentioned, I couldn’t find any such issues. So, please contact us via our official site https://themegrill.com/ chat support so that we can further discuss it and provide you an appropriate solution.
Thanks.
Forum: Themes and Templates
In reply to: [eStore] How to edit eStore “Blog” settingsHi @jarvis1906,
Our theme don’t have a option to exclude category from the blog yet which is why you are seeing both ‘Featured Blog’ and ‘Hand Picked Items’ category’s post in the blog post.
On the contrary, while I added a TG: Featured Posts widget on my local environment and set Show posts from a category and Featured Posts from the drop-down it’s showing the posts from that category only.
I went through the link you provided but it wasn’t any help as it showed under construction page.
Thanks.and Regards,
Milan.Forum: Themes and Templates
In reply to: [eStore] 1.4.3 break two sitesHi @pbacher @fox1510 @pionut24,
We’ve recently released an update of eStore with the fix. Please update the theme via FTP. You can take a reference on how to update theme while site has fatal error:
https://www.wpbeginner.com/beginners-guide/how-to-install-a-wordpress-theme/
Thanks.and Regards,
Milan.Forum: Themes and Templates
In reply to: [eStore] Images in product pageHi sinanhsvr,
While checking the issue I couldn’t replicate it in my local environment. After further inspection, I’ll like to suggest you to firstly try deactivating Litespeed cache plugin, and if it doesn’t resolve the issue, try deactivating the plugins one by one.
Thanks.and Regards,
Milan.Forum: Themes and Templates
In reply to: [eStore] Changing the color of the slider titlesHi,
Please add following css.
.slider-caption-wrapper .slider-title { color: #ccc; }
Help link https://docs.themegrill.com/knowledgebase/where-do-i-add-my-custom-css/
Thanks and Regards,
MilanForum: Themes and Templates
In reply to: [eStore] Design Options > Default LayoutHi,
Please add following css.
#primary { width: unset; }
Help link https://docs.themegrill.com/knowledgebase/where-do-i-add-my-custom-css/
Thanks and Regards,
MilanForum: Themes and Templates
In reply to: [eStore] Single product add to cart errorHi,
While checking the eStore theme for the same issue that you’ve mentioned, I couldn’t find any such issues. So, please contact us via our official site https://themegrill.com/ chat support so that we can further discuss it and provide you an appropriate solution.
Otherwise, please provide your site URL here and I’ll try to find the solution for you.
Thanks.
Forum: Themes and Templates
In reply to: [eStore] Have logo go to centre on mobileHi,
There seems an issue with logo alignment in the mobile devices which we will resolve in an upcoming release. Thanks for letting us know.
However, for now, you can fix the issue by adding following code in Additional CSS box of Customizer:
@media (max-width: 480px) { .custom-logo-link { float: none; margin-right: 0; } .site-title-wrapper { display: block; float: none; text-align: center; } }
Remember that you can remove those code once it has been fixed on eStore’s release.
Help link: https://docs.themegrill.com/knowledgebase/where-do-i-add-my-custom-css/
Thanks.
Forum: Themes and Templates
In reply to: [eStore] Header Top Bar Text Doesn’t Change when SavedHi,
While checking the eStore theme for the same issue that you’ve mentioned, I couldn’t find any such issues. So, please contact us via our official site https://themegrill.com/ chat support so that we can further discuss it and provide you an appropriate solution.
Otherwise, please provide your site URL here and I’ll try to find the solution for you.
Thanks.