maruclaire
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Empty Cart errorI have restored my website with the older version of WooCommerce (2.1.4) and the issue seems to be fixed a bit…
I can get to Mijireh gateway to make the payment, but with all the credit cards I’m trying to use, I’m getting this error:
Order failed: Authentication Failed
Any idea?
Forum: Themes and Templates
In reply to: [Spasalon] A few changes for the homepageI’ve figured out what was wrong for the third issue. If anyone is interested, the code was right for changing the color but there was an error: you have to delete the ” before and after the color code.
.pagi ul > li > a:hover, .pagi ul > li > a.active, .pagi ul > li > a:focus, .pagi ul > .active > a, .pagi ul > .active > span { background-color: #yourcolor; color: #yourcolor; }Moreover, the code for the title was right, but not enough. In fact, I had to change the following line in the page comments.php of the theme with the color code I needed.
<fieldset><?php printf( _n( '<p style="color: #yourcolor; margin-bottom: 30px; margin-top:20px;">One thought on “%2$s”', '<p style="color: #yourcolor; margin-top:20px;">%1$s thoughts on “%2$s”</p>', get_comments_number(), 'sis_spa' ),number_format_i18n( get_comments_number() ), get_the_title() );?> </fieldset>So, everything solved now! Thank you very much for your support 😀 you helped me a lot 😉
Forum: Themes and Templates
In reply to: [Spasalon] A few changes for the homepageThank you very much! You’ve been very quick and kind 😉
First and second issues solved 🙂 thanks!
Unfortunately, your solution for the third issue doesn’t seem to work at all… I’ve added the code, but nothing happened.
I need also to change the color of the comment’s title: any suggestion? 🙂
thanks again!