Forum Replies Created
-
This reply has been marked as private.in reply to: Woocommerce compatibility error on checkout
Hi
i would just like to say a big thank you for all your help. This has worked perfectly and I really appreciate the great support.
I will be giving you a 5 star rating on Theme Forest for the great help I have received.
Great theme and support!
Many thanks
Fiona
in reply to: Login on mobile not workingGreat, it works perfectly. Thank you so much for your help. Will it allow me to make the number clickable, for example using this code: 086-178-8145
in reply to: Login on mobile not workingSorry I have fixed it now. Please ignore the above message.
Many thanks
Fiona
in reply to: Changing text size on sliderHi
Thank you so much, I completely overlooked the account page for Woocommerce. Just wondering why the top bar disappears on mobile view?
Is it possible to display the top bar on mobile devices as it would be helpful for customers to access the telephone number and email address when they visit the site.
Many thanks.
Fiona
in reply to: Login on mobile not workingThis reply has been marked as private.in reply to: Login on mobile not workingHi
Thanks for your email and help. I figured it out and it is working perfectly.
Kind regards
Fiona
in reply to: Product Variation Images Not DisplayingHi
Many thanks for your help. It is most appreciated. I will try changing the field to id.
Kind regards
Fiona
in reply to: Turning Transparent Menu Off in Shop PagesHi
Thank you so much for your reply. This worked perfectly.
I have a question regarding removing product categories from the shop page. If it’s not ok to add this to this ticket, please just let me know.
I have added the code below to the function’s php file but with this theme it isn’t working?
add_filter( ‘pre_get_posts’, ‘custom_pre_get_posts_query’ );
function custom_pre_get_posts_query( $q ) {
if ( ! $q->is_main_query() ) return;
if ( ! $q->is_post_type_archive() ) return;$q->set( ‘tax_query’, array(array(
‘taxonomy’ => ‘product_cat’,
‘field’ => ‘slug’,
‘terms’ => array( ’61’ ),
‘operator’ => ‘NOT IN’
)));remove_filter( ‘pre_get_posts’, ‘custom_pre_get_posts_query’ );
}
Hope to hear from you soon.
Kind regards
Fiona
in reply to: Turning Transparent Menu Off in Shop PagesHi
Thanks for your email. i have turned off the transparent main menu for the shop page but I am wondering how to do the same for the brand pages and product category pages?
There is no option under edit category to turn off the transparent main menu? Can this be done through changing the code?
Kind regards
Fiona
in reply to: Turning Transparent Menu Off in Shop Pages