sanderkah
Forum Replies Created
-
Hi Hleen,
I’m sorry you had this experience, would you be able to contact us via [email protected] so we can look into the issue and see if we can help you solve it.
Kind regards,
Sander
Afosto@inkm Hi Paul,
Thanks for trying out Quicq, and I am really sorry you had this experience. I would love to help you or even remove your card or account if you are having trouble to remove it.
Could you please send an email to [email protected] so we can help you.
Cheers,
Sander
AfostoHi Aleksander,
Thanks for your reply.
All the products which I want to be in the feed are there with the size attribute.
So for example the Venice Cocktail Medium swimshort is added with this url: https://sanwinbeachwear.com/nl/shop/zwemshorts/zwembroek-venice-cocktail/?attribute_pa_maat=m
ID: woocommerce_gpf_6858
But the problem is that in my adwords account I get an error message saying the ecomm_prodid is not found.
Regards,
Sander
I resolved the issue by rebuilding the faq page using the Visual Composer plugin: https://sanwinbeachwear.com/faqs
I got a response from the authors of The Retailer theme, they told me the problem was in the shortcodes.
Good luck
Sander
This didn’t work for me.. But thanks for the effort
Hi Carlo,
I have the same problem. The accordion titles of my FAQ page only showing the first word of the sentence. If you find a solution please let me know..
Cheers,
Sander
Forum: Fixing WordPress
In reply to: Quick edit brokenThank you esmi, I found the problem was in my child theme. Specifically in my functions.php I added this function:
add_action( 'init', 'my_deregister_heartbeat', 1 ); function my_deregister_heartbeat() { global $pagenow; if ( 'post.php' != $pagenow && 'post-new.php' != $pagenow ) wp_deregister_script('heartbeat'); }
To reduce the load time of the website and this caused the problem. Is there a fault in this code or do you have another explanation?
Forum: Plugins
In reply to: [WooCommerce] Woocommerce issues after update 2.1.2Resolved this by updating the theme ??
Forum: Themes and Templates
In reply to: White gap between header and menuThat did the trick! ??
Thanks a lot WPyogi