• Resolved pavneet24

    (@pavneet24)


    When I add product through shop page plugin on the blog post, the links show up perfectly. However, when i add them to the homepage the link cursor does not come up. It is the regular cursor when i hover over the product images. It Would appreciate if someone could provide any help.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author leonmagee

    (@leonmagee)

    Hi @pavneet24, there is probably some theme css that is interfering with its behavior.

    You can add some custom css to fix this. Something like the following should work. You could lighten the opacity or add some other effect if desired:

    .shop-page-wp-image:hover {
        cursor: pointer;
        opacity: 0.8;
    }

    If that doesn’t work you can try adding an important tag:

    .shop-page-wp-image:hover {
        cursor: pointer !important;
    }

    Please let me know if this helps.

    Plugin Author leonmagee

    (@leonmagee)

    Marking as resolved. Please let us know if you need any more assistance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘The links do not show up on the sidebar’ is closed to new replies.