Viewing 15 posts - 1 through 15 (of 16 total)
  • #127646
    muranoeyewear
    Member
    Post count: 81

    Hi again

    Just wondering if there is a way to have the mini products tool in swift page builder up on a page but not allowing people to click on the image to go to the product page?

    Basically want to stop the link but not sure how

    thanks a lot
    Ryan

    #127660
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .mini-list li {
      pointer-events: none;
    }

    – Kyle

    #127663
    muranoeyewear
    Member
    Post count: 81

    I highly apologise kyle its not the product mini but simply the product part i want to do this for.

    I apologise for my mistake, thank you very much for being so quick to get back to me

    #127687
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Can you provide a link so I can check?

    – Kyle

    #127693
    muranoeyewear
    Member
    Post count: 81
    This reply has been marked as private.
    #127698
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try this:

    .woocommerce ul.products li.product {
      pointer-events: none;
    }

    – Kyle

    #127702
    muranoeyewear
    Member
    Post count: 81

    Worked perfectly Kyle thanks a lot

    #127704
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

    #127719
    muranoeyewear
    Member
    Post count: 81

    I apologise this has stopped me being able to click on any product page is there no way to localise it to the swift page builder part of it?

    #127721
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    I need to see your link, when I click it it asks for a password, please can you provide it

    – Kyle

    #127906
    muranoeyewear
    Member
    Post count: 81
    This reply has been marked as private.
    #127908
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try this instead:

    .product_list_widget .carousel-wrap ul.products li.product {
      pointer-events: none;
    }

    – Kyle

    #127911
    muranoeyewear
    Member
    Post count: 81
    This reply has been marked as private.
    #127914
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You haven’t closed of the css rule before it

    .product-details .posted_in {
      display: none;
    .product_list_widget .carousel-wrap ul.products li.product {
      pointer-events: none;
    }

    should be

    .product-details .posted_in {
      display: none;
    }
    .product_list_widget .carousel-wrap ul.products li.product {
      pointer-events: none;
    }

    – Kyle

    #127918
    muranoeyewear
    Member
    Post count: 81

    EXCELLENT! thanks so much for your help kyle working exactly how i want it now much appreciation.

    Thank you

    Ryan

Viewing 15 posts - 1 through 15 (of 16 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