Tanzi001
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Tyros] product description all upper case,I took something out of my smartkit CSS stylesheet and it corrected itself.
Forum: Themes and Templates
In reply to: [Tyros] White space at beginning of shopWorked it out, just needed to input some text on the actual shop page.
Forum: Plugins
In reply to: [BulletProof Security] gzip minify js errorYes thank you I did what you said, much appreciated ??
I don’t know how to mark the topic closed.Forum: Themes and Templates
In reply to: [Storefront] Stoefront mobileThank you I’ll investigate.
Forum: Themes and Templates
In reply to: [Tyros] How to change font sizeDid you get help? is it in a normal page or woocommerce?
Do you have a url link?
I’m no expert but I’ll give it a bash lolForum: Themes and Templates
In reply to: [Tyros] List appears under shopGo to pages all select shop page quick edit and uncheck the box leave comments.
Hope that helps ??Forum: Themes and Templates
In reply to: [Storefront] responsive menu nameOh and I installed the latest storefront yesterday, loving it ??
Forum: Themes and Templates
In reply to: [Storefront] responsive menu nameOops sorry,I entered
add_filter( ‘storefront_menu_toggle_text’, ‘jk_storefront_menu_toggle_text’ );
function jk_storefront_menu_toggle_text( $text ) {
$text = __( ‘Navigation’ );
return $text;
}
to my child theme functions php and changed ( ‘Navigation’ ) to ( ‘menu’ )
and nothing happened on the mobile menu
thank you so much for helping.
I cleared the cache, I just do that for good measure lol
What do you think I’ve missed?Forum: Themes and Templates
In reply to: [Storefront] Storefront make text on main menu largerThat’s better for a start. Yay I’m starting to get somewhere, thanks.
Is there a way I can move something so it can go all the way across?
here is a link https://www.funkyweddingideas.com.au/
There is a lot of white space as well ??Forum: Themes and Templates
In reply to: [Storefront] Stoefront mobileThanks James
It’s not so much speed but comes under user experience score.
I tried
.menu-toggle {
margin: 2.618em 0;
}
in my custom css and emptied the cache and nothing happened
Is there a way I can ssend you a screenshot?
ThanksForum: Themes and Templates
In reply to: [Storefront] responsive menu nameHi sorry to Jack the thread but I am new and have a big headache.
I just want to change the word navigation on mobile to menu
so I followedhttps://docs.woothemes.com/document/change-the-primary-navigation-button-text/
and replace navigation with menu in my child theme functions php and nothing happened. Can you please help me. ??Forum: Themes and Templates
In reply to: [Fruitful] top border in search boxSorry https://www.funkyweddingideas.com.au
Thank you sooo much! That was it ??I found a backup and reinstalled it.
Forum: Themes and Templates
In reply to: [Fruitful] How to change the width of the footer?Someone told me to add this to my footer in custom css and it worked
#colophon .site-info {
width: 100%;}
not sure about the bottom bracket. Hope this helps ??
Forum: Themes and Templates
In reply to: [Fruitful] search box theme fruitfulIt was very kind of you to try and help.