• Resolved maurosp91

    (@maurosp91)


    Hi,

    How can I add a link banners to the store single pages?
    I tried customising store-list-loop.php but I can′t make it work.

    Any help? Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Tanvir Hasan

    (@tanvirh)

    Hi @maurosp91

    From the code structure, I can see that the image is already inside the hyperlink. Also, the image is clickable when the stores show on the list view. The reason the image is not clickable on the grid view is there is an overlay on top of the image.

    However, you can apply the below-mentioned CSS codes inside the WP dashboard -> Appearance -> Customize -> Additional CSS to make the background image clickable on the store list grid view the area left after showing the store name and store details.

    #dokan-seller-listing-wrap.grid-view .store-content{
    	height:auto!important;
    	width: auto!important;
    }

    I hope this help.

    Cheers!

    Thread Starter maurosp91

    (@maurosp91)

    I tried what you mencioned but the result looks really bad.

    https://ibb.co/ThV1p3s

    Any other idea?

    Maybe I can make the store-content element clickable..?

    Thanks!

    Plugin Support Tanvir Hasan

    (@tanvirh)

    Hi @maurosp91

    You can share the store listing page URL so that I can see if I can find any possible solution regarding the issue.

    Thanks!

    Plugin Support Tanvir Hasan

    (@tanvirh)

    Hi @maurosp91

    Due to inactivity, we are marking this topic as resolved. Feel free to open a new one if you face any further issues.

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Add link to banner on store listing page’ is closed to new replies.