Sitesao Support
  • Home
  • Themes
  • Plugins
  • Support

Support Forums

Home/Forums/
  • Profile
  • Topics Started
  • Replies Created
  • Favorites

Forum Replies Created

  • 1 year, 11 months ago FionaMc1
    Participant
    Post count: 10
    This reply has been marked as private.

    in reply to: Woocommerce compatibility error on checkout
    8 years, 8 months ago FionaMc1
    Participant
    Post count: 10

    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 working
    8 years, 8 months ago FionaMc1
    Participant
    Post count: 10

    Great, 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 working
    8 years, 8 months ago FionaMc1
    Participant
    Post count: 10

    Sorry I have fixed it now. Please ignore the above message.

    Many thanks

    Fiona


    in reply to: Changing text size on slider
    8 years, 8 months ago FionaMc1
    Participant
    Post count: 10

    Hi

    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 working
    8 years, 8 months ago FionaMc1
    Participant
    Post count: 10
    This reply has been marked as private.

    in reply to: Login on mobile not working
    8 years, 8 months ago FionaMc1
    Participant
    Post count: 10

    Hi

    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 Displaying
    8 years, 8 months ago FionaMc1
    Participant
    Post count: 10

    Hi

    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 Pages
    8 years, 8 months ago FionaMc1
    Participant
    Post count: 10

    Hi

    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 Pages
    8 years, 9 months ago FionaMc1
    Participant
    Post count: 10

    Hi

    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
Viewing 10 posts - 1 through 10 (of 10 total)
© Copyright Sitesao.com - Support Policy