New Landing How can we help? Themeforest Theme Support Neighborhood Product Image does not display 'add to shopping cart' unless clicked

Viewing 13 posts - 1 through 13 (of 13 total)
  • #138305
    Lyndaotu
    Member
    Post count: 19

    The bar that says ‘add to shopping bag’ is not static on my demo site as it is on your demo site.
    The user has to click on the product image for the bar to appear. please see images attached

    Attachments:
    You must be logged in to view attached files.
    #138317
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Seems fine to me? http://d.pr/i/obvW/5Cy2plbK

    – Kyle

    #138322
    Lyndaotu
    Member
    Post count: 19

    Hi Kyle, what menu did you go to? because there are several

    #138323
    Lyndaotu
    Member
    Post count: 19
    #138324
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Yes still fine. Are you viewing on an iPhone?

    – Kyle

    #138354
    Lyndaotu
    Member
    Post count: 19

    I have just used my iPad and you are right, it is fine on the iPad, but not on my desktop

    #138355
    Lyndaotu
    Member
    Post count: 19

    infact, I just double checked 2 websites and the results are fine on iPad but not desktop

    #138374
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .woocommerce ul.products li.product figure figcaption{
    bottom:0px !important;
    }
    

    This code will make shop button static as you want.
    Thanks
    Mohammad

    #138418
    Lyndaotu
    Member
    Post count: 19

    Awesome Mohammad. That worked a treat..Thanks to Kyle too, his responses were quite speedy..

    #138419
    Lyndaotu
    Member
    Post count: 19

    One more question please 🙂
    Can I change the text to ‘Add to Cart’ instead of the current ‘Select Option’

    #138423
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please paste given below php script at functions.php of child theme.

    <?php

    function sf_text_strings( $translated_text, $text, $domain ) {
    switch ( $translated_text ) {
    case 'Select options' :
    $translated_text = __( 'Add to Cart', 'woocommerce' );
    break;
    }
    return $translated_text;
    }
    add_filter( 'gettext', 'sf_text_strings', 20, 3 );

    ?>

    Thanks
    Mohammad

    #138432
    Lyndaotu
    Member
    Post count: 19

    Thanks.. Where can I find the child theme?

    #138478
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please install and activate attached child theme. I have insert code there so you dont need to put any code.

    Thanks
    Mohammad

    Attachments:
    You must be logged in to view attached files.
Viewing 13 posts - 1 through 13 (of 13 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register