elliotmch
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Need quick help centering nav menu on mobileOk thanks Jan, I will ask 👍
- This reply was modified 3 years, 11 months ago by elliotmch.
Forum: Fixing WordPress
In reply to: Need quick help centering nav menu on mobileIt seems no support can help me – it’s quite a simple fix and i don’t want to pay a private developer
Forum: Fixing WordPress
In reply to: Need quick help centering nav menu on mobileUnfortunately, they can’t support me actually
Hi Abid, I totally agree with @binok , I would really like this feature so that we can build our email list following GDPR. After the customer registers, it would be great if they were also saved in MailChimp automatically.
Thanks
ElliotI’m very well. Had that response about another query 3 years ago. Feature still yet to be added…
Forum: Plugins
In reply to: [Widgets for Google Reviews] Hide Review Popup on mobileHi,
This is not possible because I am using a shortcode to ensure it shows on all pages (my site has a lot of pages):
function my_shortcode_to_a_post( $content ) { global $post; if( ! $post instanceof WP_Post ) return $content; switch( $post->post_type ) { case 'post': return $content . '[trustindex no-registration=google]'; case 'page': return $content . '[trustindex no-registration=google]'; default: return $content; } } add_filter( 'the_content', 'my_shortcode_to_a_post' ); ?>The review popup is therefore not and Elementor widget so you can’t hide it on mobile.
Please could you assist?
Thanks
Forum: Plugins
In reply to: [Widgets for Google Reviews] Hide Review Popup on mobileHi there, is there any update on the above?
Thanks,
ElliotForum: Plugins
In reply to: [Widgets for Google Reviews] Hide Review Popup on mobileHi Tom, thanks for getting back.
I can’t seem to limit that shortcode to wide only display.Please would you be able to help with some CSS for my customizer section?
Kind regards,
Elliot
Forum: Fixing WordPress
In reply to: Help aligning add to cart buttons WooCommerceHi mate, yes I did. You need to paste the following CSS in your customizer>Additional CSS:
.woocommerce ul.products li.product h2 {
line-height: 2.5ex;
height: 12ex; /** might need to play around with this */
overflow: hidden;
}Hope that helps,
Elliot
Forum: Plugins
In reply to: [WooCommerce] Cannot add VAT to cart subtotalyes apologies it was set to priavte – please recheck the link now.
Forum: Plugins
In reply to: [WooCommerce] Cannot add VAT to cart subtotalHi,
Thanks for your response. You can add items to the cart from this URL: https://www.lindabguttering.com/shop-2 which has my new shop on there. You can see the basket icon in the top right corner.
I have set it to ‘include tax’ at the checkout, however it still doesn’t show. I do not want it to add the tax to shipping, I just want it to add to the pure item basket total.
Thanks
- This reply was modified 5 years, 3 months ago by elliotmch.
Forum: Fixing WordPress
In reply to: Add Display Cart on HoverHi Ian, thanks for the response. I meant to say – I would like the contents of the cart to be visible when you hover. (please see https://images.app.goo.gl/CwbNp3XbS2CXTdMx8 for an example). Is this possible?
Many thanks
- This reply was modified 5 years, 4 months ago by elliotmch.
Forum: Everything else WordPress
In reply to: Change success message colourHi,
Thanks for your reply. Unfortunately this hasn’t resolved the issue when I add it.
Not sure why that could be?
Thanks, Elliot
Hi there,
I added this code but it hasn’t seemed to work. I added it to the customiser > additional CSS section. Please could you take another lookThanks