Home Forums WoodMart support forum Dokan Follow / Unfollow button issue

Dokan Follow / Unfollow button issue

Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #132036

    tarantula
    Participant

    Dokan Follow / Unfollow button not working on hover in woodmart theme (see on https://prnt.sc/obflmt). Working fine in Dokan theme.

    #132065

    Hello,

    Please provide your site admin access and page URL to the private area we shall check and suggest.

    Best Regards

    #132142

    tarantula
    Participant

    Do you have general solutions without access to my WP admin?

    #132172

    Hello,

    We need to check if it is possible to correct with CSS. We cannot check without page URL

    Best Regards

    #132221

    tarantula
    Participant

    You can contact Dokan (weDevs) direct about this issue. It is not issue only on my side/site. This is issue in woodmart theme about Dokan compatibility.

    I get this answer from weDevs:
    …issue is related to the woodmart theme. You can contact your theme author for the fix.

    #132274

    Artem Temos
    Keymaster

    We see that you are using a pro version and some extra extension to this. We officially support the lite version only. We would be glad to help you but we have to see this on your website since we are not able to reproduce it on our side. Just contact us when this page will be live and send us it via the private content. We will prepare a fix for you asap.

    Kind Regards

    #132582

    tarantula
    Participant

    Can I send follow modul (zip folder) on your e-mail (private)?!

    #132596

    Hello,

    Please send the zip to this mail: [email protected] we shall check.

    Best Regards

    #135203

    tarantula
    Participant

    Any answer? I sent zip file 15.7.2019. Sent today again.

    #135265

    Hello,

    Sorry for the delay.

    Please add this code to the Theme Settings > Custom CSS > Global:

    .dokan-single-store .dokan-list-inline li.dokan-right {
      margin-right: 0;
      margin-left: 5px;
      border-right: none;
    }
    .dokan-single-store .dokan-list-inline li.dokan-right button {
        margin-top: 4px;
    }
    .dokan-single-store .dokan-list-inline li.dokan-right .dokan-btn {
        border-color: #F05025;
        border-radius: 3px;
        background-color: #F05025;
        color: #FFF;
        font-weight: 400;
        font-size: 12px;
        line-height: 1.5;
    }
    .dokan-single-store .dokan-list-inline li.dokan-right .dokan-follow-store-button {
        padding: 6px 10px;
    }

    Best Regards

    #135291

    tarantula
    Participant

    Working fine about CSS (inserted into the child theme) but not working Unfollow.
    Unfollow is constantly displayed in button with Follow and Following button name – Unfollow must be show only on Following state button on hover.

    See https://prnt.sc/obflmt.

    #135301

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .dokan-follow-store-button .dokan-follow-store-button-label-unfollow {
        display: none;
    }
    .dokan-follow-store-button[data-status="following"]:hover .dokan-follow-store-button-label-unfollow {
        display: inline-block;
    }
    .dokan-follow-store-button[data-status="following"]:hover .dokan-follow-store-button-label-current {
        display: none;
    }

    Best Regards

    #135302

    tarantula
    Participant

    Now is OK issue with constantly displayed Unfollow, but how show Unfollow (on hover) over Following button?!

    #135376

    Hello,

    Please provide the screen custom CSS which you have inserted.

    Here is how it works on Storefront theme: https://gyazo.com/6bcddc4a9aef06d20300557440ce47f3 and https://gyazo.com/d9ae1279130b4d4b1524339d8cc942e1

    Best Regards

    #135397

    tarantula
    Participant

    Now is OK – some issue when copying CSS from this support forum.

    #135453

    Hello,

    Have you solved the issue? Copy code from forum not from the mail.

    Best Regards

    #135503

    tarantula
    Participant

    Resolved.

    Thanks!

    #135534

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 18 posts - 1 through 18 (of 18 total)

The topic ‘Dokan Follow / Unfollow button issue’ is closed to new replies.