Sherry22
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] content: attr(data-thumb-alt);Thank you for getting back to me. I found a solution. You can close this post.
Forum: Plugins
In reply to: [WooCommerce] Display all product alt tagsYou can add product image labels through css:
li.product_tag-category-name .et_shop_image:after {
content: ‘category name’;
position: absolute;
bottom: 2em;
left: 0;
padding: 5px 5px;
background-color: #666;
color: #000;}.product_tag-category-name .woocommerce-product-gallery__image:after {
content: ‘category name’;
position: absolute;
bottom: 2em;
left: 0;
padding: 5px 5px;
background-color: #666;
color: #000;}Forum: Plugins
In reply to: [WooCommerce] Display all product alt tagsI figured out a way. You can close my post. Thanks
Forum: Plugins
In reply to: [WooCommerce] Display all product alt tagsHello,
This css is working on the product page – https://mymatchmentor.com/product/becku-lanlonger/
.woocommerce-product-gallery .woocommerce-product-gallery__image {
position: relative;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image:after {
content: attr(data-thumb-alt);
position: absolute;
bottom: 2em;
left:0;
padding: 5px 10px;
background-color: #000;
color: #fff;
}but NOT on the shop page
I was trying to copy the code below but I can’t get the content attribute to show – https://mymatchmentor.com/startups/ (click on Accountants toggle)
.et_shop_image:after {
content: attr(data-thumb-alt);
position: absolute;
bottom: 2em;
left:0;
padding: 5px 10px;
background-color: #000;
color: #fff;
}- This reply was modified 3 years ago by Sherry22.
Forum: Plugins
In reply to: [WooCommerce] Display all product alt tagsHello, I want to add category text on the product image (on product page and shop pages). I added custom css but it conflicted with another plugin.
Forum: Plugins
In reply to: [WooCommerce] Product Alt AttributeHello,
This css is working on product pages (see black accountant label) – https://mymatchmentor.com/product/becku-lanlonger/
I want the same thing to appear on the group pages (click on accountants toggle to see products). I want it to show at this level as well – https://mymatchmentor.com/startups/
Forum: Plugins
In reply to: [WooCommerce] Order NameThank you very much. So if I put 24 months it will be 24 months after each user orders – expiry will expire per user purchase date?
Forum: Themes and Templates
In reply to: [Startupzy] searchIt is a menu toggle within the plugin – Display Search Form In Menu – Ivory Search
Forum: Themes and Templates
In reply to: [Startupzy] searchSure. https://2rtp.com/sandbox-reg
The search has been activated on primary menu but doesn’t show.
Forum: Themes and Templates
In reply to: [Startupzy] Testimonials pageYes, a vertical list instead of each full testimonials (no quotes or images).
Forum: Plugins
In reply to: [Ivory Search - WordPress Search Plugin] No iconYes, I selected the main menu.
I added the search using a shortcode (although) I just want the magnifying glass. When I search on workshops as an example my page titled workshops doesn’t show in the results but all pages are selected to be searched. Any thoughts on this?
Forum: Themes and Templates
In reply to: [Startupzy] searchI installed the Ivory Search plugin and configured as per the author’s directions which basically turns the search icon on – on the primary menu they are saying if it isn’t showing it is a theme issue. Can you look at my site and let me know what is being blocked/how to fix?
Forum: Plugins
In reply to: [Gutenberg] Parent link not workingAnother question I have is why the parent page isn’t showing as active – black in the menu bar. For example – QuickStart – 2RTP
Forum: Plugins
In reply to: [Gutenberg] Parent link not workingWorkshops isn’t an active link but it is a link. I want anything (a parent) with a drop down to be an active link like other themes I have used.
Forum: Plugins
In reply to: [Gutenberg] Parent link not workingHow can I share a private link?