Jae
Forum Replies Created
-
Forum: Plugins
In reply to: [Smart Slider 3] Turn off loading spinnerThanks @nextendweb_gabor for the prompt solution:)
Hey @karimisaid
I have taken over the development of a website and found the ccode.php which is causing some random ads as well. I have removed the php file itself and as you mentioned. “The plugin ccode.php has been deactivated due to an error: Plugin file does not exist.” is showing on the plugin dashboard. Would you be able to guide me on which database row u had to remove? I am not too familiar with the database.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Change background colorHey @jonasojczyk,
The current one is equivalent to
padding: 3px 3px 3px 3px;. Top, right, bottom, left. Edit them as you wish:)- This reply was modified 5 years, 1 month ago by Jae.
It is working perfectly now. Thank you!
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Change background colorYou are the most welcome jonasojczyk:)
Hey Bogdan,
Thank you for raising this up. I was also wondering why my transactional emails wasn’t sent from the address I’ve set in Woocommerce settings until I saw your comment that the “Force from email” is turned on by default which is why it’s using the email I’ve set for SMTP – for contact form and other admin mails. My SMTP server is able to send mails with a different from address and this solved my problem:)
Thank you for your clarification.
Jae
Hey Oleg, this seems to work for me. Thanks a lot:)
Jae
- This reply was modified 5 years, 2 months ago by Jae.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Change background colorYou may want to try adding this to the Template Custom CSS as shown here – https://imgur.com/a/IyKkfJ4
ul.products li.product .tinvwl_add_to_wishlist_button { background-color: rgba(0, 0, 0, 0.6); color: #fff; padding: 3px; }If it still not working out for you, you may want to reach me through [email protected]. I’ll fix it for u:)
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Change background colorYou can try adding a class to Button custom CSS class under Product listing Button Settings and add the following code as a custom CSS –
.wishlistTextBg {
background-color: rgba(0, 0, 0, 0.6);
color: #fff;
padding: 3px;
}You should get this – https://imgur.com/a/wIYQyUz
- This reply was modified 5 years, 2 months ago by Jae.