Home › Forums › WoodMart support forum › Underline not appearing in links and some other fix
Underline not appearing in links and some other fix
- This topic has 11 replies, 3 voices, and was last updated 3 years, 9 months ago by Elise Noromit.
-
AuthorPosts
-
January 16, 2021 at 6:18 pm #259035
addyParticipantHello,
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.January 16, 2021 at 9:57 pm #259069
Elise NoromitMemberHello,
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
February 15, 2021 at 12:52 pm #266666
addyParticipantHello,
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/zl72svPlease advise a fix on this.
Regards,
February 15, 2021 at 2:29 pm #266707
Elise NoromitMemberHello,
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
February 15, 2021 at 2:44 pm #266714
addyParticipantNo 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,
February 16, 2021 at 8:13 am #266900
Elise NoromitMemberHello,
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
February 16, 2021 at 9:16 am #266915
addyParticipantCould you suggest a dedicated fix to this issue since it’s working with the storefront theme as desired?
February 16, 2021 at 10:52 am #266948
Bogdan DonovanKeymasterHi,
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/zpvtrnIn other hover designs the badge can be hidden via CSS to avoid style conflicts.
Best Regards
February 16, 2021 at 3:45 pm #267081
addyParticipantI 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.February 17, 2021 at 9:19 am #267241
Elise NoromitMemberHello,
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 RegardsFebruary 19, 2021 at 9:26 pm #267947
addyParticipantThanks
February 19, 2021 at 11:45 pm #267972
Elise NoromitMemberYou are welcome! If you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
The topic ‘Underline not appearing in links and some other fix’ is closed to new replies.
- You must be logged in to create new topics. Login / Register