voltron2017
Forum Replies Created
-
Thank you for your response. After further investigation, I found an asset management tool was blocking hustle on my home page preventing the plugin to operate. I have since removed this limitation and it is working properly now. Thanks!
Forum: Plugins
In reply to: [WooCommerce] How to change text colors on product pageFigured out some basic CCS. Here it is for others:
/* WooCommerce Short Description Text Color */
.woocommerce-product-details__short-description {
color: #000;
}
/* WooCommerce Tabs Panel Text Color */
.woocommerce-Tabs-panel {
color: #000;
}
/* WooCommerce Product Meta Text Color */
.product_meta {
color: #000;
}
/* WooCommerce Description Active Color */
.description_tab.active {
color: #077DBE;
}
/* WooCommerce Additional Info Active Color */
.additional_information_tab.active {
color: #077DBE;
}
/* WooCommerce Review Color */
.reviews_tab.active {
color: #077DBE;
}
/* WooCommerce Cost Color */
.woocommerce-Price-amount.amount {
color: #077DBE;
}
}@wpmudevsupport12 Here is the link: https://pastebin.com/6qARSA1e
@rafinkhan I updated and it now sorts, however, it doesnt appear to be sorting correctly. For example, with the cost collumn, it doesnt exactly sort by cost. I know there are a few text cells there, but after or before those the numbers aren’t sorted from high to low or low to high correctly.
Here is the link: https://pastebin.com/6qARSA1e
Hello,
I installed the latest elementor update, however, the problem still remains.
I managed to get it to show by tweaking some JS/HTML/CCS plugins. However, the form does not submit. Instead, it freezes at “Processing”. Is there something I need to do with SMPT?
I have done so. I successfully managed to get it to work. The test email I was using was already subscribed. I tried using a fresh, new email and it sync’ed with Mailchimp perfectly. Thank you. You may consider this closed.