class
attribute)?
]]>Is it possible to add dynamic class (via ACF Repeater) to My Favorites?
I use Oxygen Builder’s repeater and if I add My Favorites’ shortcode into the repeater, if I click an of My Favorites’ icon, it will impact other icons as well.
Thanks.
]]>Is it possible to add dynamic class (via ACF Repeater) to Favorites?
I use Oxygen Builder’s repeater and if I add Favorites’ shortcode into the repeater, if I click Favorites’ icon, it will impact other icons as well.
Thanks.
]]>This site is PHP 7.4 BTW
Cheers
selected class <div class=”woocommerce columns-4″>
When I added any shortcode like [recent_product] etc. After that it will showing on my page but they showing with this selected class.
If I try to get products with custom loop it will better but I want to add with shortcode, when try with shortcode the both wrapper class come and trouble me with tailwindcss framework while development time.
I want to remove this columns-4 class if possible also woocommerce class is it possible with function, or where is the template, I have searched for an override in the woocommerce template that includes my theme but, I did not find the class, actually where are the class from come in with my shortcode.
Note: Localhost so, link page of page not possible to show .
]]>With the last version before the update, the class to design the button still works.
i.e
.sendbutton input[type=”button”] {
background: #ee7600 !important;
border: 1px solid #ee7600 !important;
color: #fff !important;
margin-top: 40px;
padding: 10px 100px;
}
.sendbutton input[type=”button”]:hover {
background: #274486 !important;
border: 1px solid #274486 !important;
color: #fff !important;
}
]]>First thank you for a very useful plugin.
One thing though: the body class is not added to the Woocommerce shop page. It works in all other pages. Do you think you could fix the bug in your next release?
Thanks a million
]]>