Gravel
Forum Replies Created
-
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] CSS helpHi Matt, I got it to work perfectly!
Glad it was only an error on my side!
Thanks 🙂
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] CSS helpHi Matt and thanks for your reply.
That looks like some hard work you did to manage all that CSS!
Unfortunately as of now if didn’t change a lot the fields.
I’ve added !important to all of the CSS to be sure it’s taking effect.
If it’s easier for you, I could send you my credentials in private (let me know where) wo you can login and test.
Thanks a lot your help is really appreciated!
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] CSS helpHi Matt and thanks for your reply.
Here’s a link to my current contact form which I would like the fields to look like :
Also if it’s possible to do the same with the other boxes as shown on this screenshot : http://prntscr.com/dspzs4
Thanks.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Ask for valid email, but the email is validAlright it all works now. Looks like I though it was something I needed to translate.
Sorry for this.
Forum: Plugins
In reply to: [WooCommerce] Can't find how to translate a string.Do you know where I can translate it without modifying the PHP file? Otherwise I’ll loose my changes everytime as this theme updates everytime.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Ask for valid email, but the email is validHere’s the code of my form, please tell me if there’s an error in it.
<p class="mc-split-form"> <input class="mc-mail-widget" type="email" name="COURRIEL" placeholder="Votre adresse courriel" required /> <span class="mc-btn-group"><input class="mc-submit-widget" type="submit" value="S'inscrire" /></span> </p>Thanks!
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Ask for valid email, but the email is validHi, I’ve just checked and the site is up and running.
Let me know if it still doesn’t work.
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] WPML can't translate!Thanks it have worked! The strings aren’t in the .po files but now I understand where they are, thanks!
Forum: Plugins
In reply to: [WooCommerce] Product page pagination missing or infinite scrollHi Mike,
I have this site and another one coming which will face the same problem.
Could you create that custom code for me for around 30$cad?
I don’t think the code would take lots of time?
Let me know!
Thanks!
Forum: Plugins
In reply to: [WooCommerce] Product page pagination missing or infinite scrollHi Mike,
In the homepage I have a custom layout with a youtube video, featured products and right sidebar I would like to keep.
Can I copy some code from the shop page to my home page because the shop page works with the ajax plugin I’m using!!?
My theme’s using a special home page.
Thanks!
Forum: Plugins
In reply to: [WooCommerce] Product page pagination missing or infinite scrollHi Mike,
That looks some kind of complicated and off my knowledge for me 🙁
Could you give me a code that I could paste in my homepage that could add pagination?
Thanks!
Forum: Plugins
In reply to: [WooCommerce] Product page pagination missing or infinite scrollUpdate,
I’ve installed the Ajax Pagination and Infinite Scroll plugin and I’m able to get it to work in product categories where pagination seems to be configured :
https://airsofttrade.ca/product-category/accessories-2/
I can’t on the homepage I must be missing something in the code here :
<ul class="products"> <?php $args = array( 'post_type' => 'product', 'posts_per_page' => 12 ); $loop = new WP_Query( $args ); if ( $loop->have_posts() ) { while ( $loop->have_posts() ) : $loop->the_post(); wc_get_template_part( 'content', 'product' ); endwhile; } else { echo __( 'No products found' ); } wp_reset_postdata(); ?> </ul><!--/.products-->Thanks
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] WPML can't translate!Hi,
It’s hard for me to understand what you’re asking me.
You tell me they are set as option in admin panel which I already know.
But because of that there’s no way of having them multilingual.
I there a way to have them in both language?
Thanks.
Forum: Plugins
In reply to: How to host uploaded images somewhere elseAnyone have an answer for this? I’m sure this feature could be appreciate for many other people.
Thanks.
Forum: Plugins
In reply to: [WooCommerce] Password System is too StrongHi Mike, I’ve added this to my functions.php file in the child theme.
It looks more permissive now, thank you!