Home Forums WoodMart support forum Underline not appearing in links and some other fix

Underline not appearing in links and some other fix

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #259035

    addy
    Participant

    Hello,

    In all my pages and posts, the links don’t have an “underline”. I want them to be underlined and have a slight different color.

    I cannot find the underline settings.

    I also read your answer to similar question here but it didn’t worked for me.

    ——————-

    Another problem:

    Our site has WCMP installed. Due to which the fourth option is slightly breaking on Shop view when the mouse is hovered… Please tell us how shall we allign that in symmetry.

    See screenshot

    Please suggest a fix.

    Regards,

    Attachments:
    You must be logged in to view attached files.
    #259069

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    Please provide the page URL and screen of what links you want to have underlined.

    As for the plugin.

    Please make the full backup of your site as well as the Theme settings export and check the issue on the Storefront theme to detect if our theme causes the problem. Storefront is a free theme developed by Woocommerce.

    If you see the same on the Storefront, please contact the plugin support.

    Best Regards

    #266666

    addy
    Participant

    Hello,

    As I told you earlier, WCMP marketplace plugin allows you to display “sold by vendor name” below the product listing on shop, category pages.

    It is working fine on Storefront theme. The appearance is also good.
    See screenshot – https://prnt.sc/zl71jc
    But on woodmart, it is not showing. See screenshot – https://prnt.sc/zl72sv

    Please advise a fix on this.

    Regards,

    #266707

    Hello,

    Please change the design on hover in the Theme Settings > Shop > Product style, please set Show summary on hover: https://prnt.sc/zm2e8w

    If you have any questions please feel free to contact us.

    Best Regards

    #266714

    addy
    Participant

    No no, I don’t want to compromise on other things!

    The “show summary” look doesn’t looks good. I have already tried. I only like “Tiled” look. Because this is the closest to Storefront.

    Also, “Art by Vendor name” comes on hover. I also don’t want that functionality. It should display normally like in storefront.

    So let’s stick to tiled. I have tried all other product styles and none other suits the desired look.

    Please let me know a fix for Vendor badging in Tiled product style only.

    Infographic explaination – https://prnt.sc/ziup9k

    Regards,

    #266900

    Hello,

    I have checked with our dev team, unfortunately, the only way to show the vendor is to use the Standard buttons hover design. Others are not compatible.

    Best Regards

    #266915

    addy
    Participant

    Could you suggest a dedicated fix to this issue since it’s working with the storefront theme as desired?

    #266948

    Bogdan Donovan
    Keymaster

    Hi,

    Woodmart product hover design that you choose has add to cart button in the form of icon which placed inside of product image (http://prntscr.com/zpugtw) and there is no place for badge or any other plugin elements in that design.

    WCMP plugin vendor badging on the product grid is coded in that way that it will always appear before add to cart button and that badge can’t be separated from add to cart buttons since that behaviour is controlled by plugin and can’t be changed via WordPress Theme.

    To use vendor badging on your product grid you need to use a product hover that have a button under the product image and have enough space for plugin elements before it. For example: Button standard https://woodmart.xtemos.com/shop/?opt=button_standard.

    Storefront Default hover: https://prnt.sc/zpvokj
    Woodmart Button Standard hover: http://prntscr.com/zpvtrn

    In other hover designs the badge can be hidden via CSS to avoid style conflicts.

    Best Regards

    #267081

    addy
    Participant

    I have done certain changes myself. I need to remove the broken icon of vendor name on woodmart tiled style – https://prnt.sc/ziup9k

    I added this code below. It is working fine. That broken icon disappears.

    a.by-vendor-name-link.woodmart-tltp
    {
    display:none !important;
    }

    BUT it is not working on a mobile phone. However, it is working on inspect element (mobile view).

    Tested on iphone, Samsung, Huawei phones.

    Can you please suggest a fix to this code snippet?

    image attached of mobile phone

    Attachments:
    You must be logged in to view attached files.
    #267241

    Hello,

    Please replace the code with this one:

    .woodmart-hover-tiled .woodmart-buttons .by-vendor-name-link {
    	display: none !important;
    }

    If you have any questions please feel free to contact us.
    Best Regards

    #267947

    addy
    Participant

    Thanks

    #267972

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

    Best Regards

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

The topic ‘Underline not appearing in links and some other fix’ is closed to new replies.