TUT Support
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hestia] Random blank bar across homepageHello @courtssite,
We can remove the blank bar with the help of custom css. Please apply the below given css under Appearance -> Customize -> Additional Css-
li#menu-item-1783 { display: none; }I hope the above was helpful.
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: Increase font size for Menu labelsHello @wordpresspadawan,
We can increase the font size for menu label with the help of custom css. Plesae apply the below given css under Appereance -> Customize -> Additional Css-
ul#menu-top-menu li a { font-size: 40px !important; }I hope the above was helpful.
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Astra] Mobile Menu Icon Not ShowingHello @fuadmurad,
We are unable to see the site. For better understanding please refer the below screenhsot-
https://drive.google.com/open?id=1AzvdZOGNbg1xlXNc52nMTb8bdc7n2t9p
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [StoreVilla] HOW TO CHANGE “CARTS TOTALS” to spanishHello @auraservants,
To translate the text you can take the help of 3rd party plugin. Please refer the below url-
https://ww.wp.xz.cn/plugins/loco-translate/
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [ColorMag] Mobile menu not respondingHello @qwakuaa,
This sounds like plugin conflict. I’ve put together some possible solutions below which will help identify whether these are potential causes.
Checking for Plugin conflict
All of our themes have been developed following WordPress best practices and as such plugin conflicts are rare. However, these do happen. To test whether you’re issue is being caused by a conflicting plugin please follow the steps below:
1-Deactivate all of your plugins (except the Page Builder if installed).
2-Now check to see if this has resolved any issues you’re experiencing.
3-If the issues are resolved please re-activate each plugin 1 at a time. After each activation check whether the problematic feature is still working.
4-Repeat step 3 until the problem re-occurs. The last plugin activated is the conflicting plugin
Please reply with the name of the conflicting plugin so we can look into a potential patch.
If either of the above solutions worked, great! If not, please do let us know and we’ll continue to look into this issue further.
Regards,
Manoj
Forum: Themes and Templates
In reply to: [Hamilton] Infinite scroll layoutHello @ceol,
You can take the help of 3rd party plugin. Please refer the below url-
https://ww.wp.xz.cn/plugins/ajax-load-more/
I hope the above was helpful.
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Sento] How to Change Copyright NoticeHello @civilenggnotes,
You can learn more regarding the child theme with the help of below url-
https://www.wpbeginner.com/wp-themes/how-to-create-a-wordpress-child-theme-video/
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Crimson Rose] Padding on all web pagesHello @barquerole,
Please share the site url so we can help you with the custom css as per the need.
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Adding Social Media Sharing to Blog PostHello @jhammons10,
You can add social media share with the help of 3rd party plugin. Please refer the below urls-
https://ww.wp.xz.cn/plugins/social-media-builder/
https://ww.wp.xz.cn/plugins/ultimate-social-media-plus/I hope the above was helpful.
Kind regards,
Manoj
- This reply was modified 7 years, 8 months ago by TUT Support.
Forum: Themes and Templates
In reply to: [Mesmerize] Stylesheets not ladingHello @tonk,
We have checked the site it seems fine. It looks like that you fixed the issue.
For better understanding please refer the screenshot-
https://drive.google.com/open?id=1b2AlFS7Rz3ROQBsr1CYZNUQQY5pQpRgR
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Louis] Do I need to update parent file?Hello @kanger,
There is no need to update parent file you can overwrite the parent theme features with the child theme.
To create child theme please follow the below url-
https://www.wpbeginner.com/wp-themes/how-to-create-a-wordpress-child-theme-video/
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Head Blog] Hide header image on mobile devices?Hello @biggsytravels,
We can hide the header image with the help of custom css. Please apply the below given css under Appearance -> Customize -> Additional Css-
@media only screen and (min-width: 768px) { div.site-header.container-fluid { display: none; } }I hope the above was helpful.
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Sento] How to Change Copyright NoticeHello @civilenggnotes,
Apologies for inconvenience caused.
We aim to respond within 24 hours between Monday – Friday.
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Sento] How to reduce pre-header widthHello @civilenggnotes,
We have checked the search bar width causing the pre hedaer so. You can reduce the width px as per your need.
“Glad I could help! 🙂
If you get a chance we’d absolutely love for you to leave a review for Sento. Don’t worry if you don’t get a chance, we know how busy it can get when building a new site. 🙂
You can leave a review for sento here:
https://ww.wp.xz.cn/support/view/theme-reviews/sento#postform
If you have anymore questions let us know!”
Kind regards,
Manoj
- This reply was modified 7 years, 8 months ago by TUT Support.
Forum: Themes and Templates
In reply to: [Hestia] Extra Add to Basket ButtonHello @shanes927,
We can remove small price and large purple button with the help of custom css. Please apply the below given css under Appearance -> Customize -> Additional Css-
li.product span.price { display: none !important; } .stats .button.product_type_simple.add_to_cart_button.ajax_add_to_cart { display: block !important; } .button.product_type_simple.add_to_cart_button.ajax_add_to_cart { display: none !important; }I hope the above was helpful.
Kind regards,
Manoj