stippie
Forum Replies Created
-
Hello MoreConvert team,
Thanks for the quick response. I have made a stagingwebsite now and are ready to send you the logindetails but I can not find how to share those details confidentially on this forum. Shall I send it via your website? Let me know via which page I can send you the details.
And yes… I have a pro-version from the Advanced Product fields and can send that also.
Kind regards,
EmiliaForum: Plugins
In reply to: [Two Factor Authentication] login problem after switching to hotpThank you. With those steps I could change the settings afterwards and it works now!
Thanks, it works!
Forum: Plugins
In reply to: [Invoices for WooCommerce] Language in invoiceSame problem here… it appeared since latest pluginupdate.
Only in the heading of the invoice are the strings not translated to Dutch. Tried today with making customtranslation, but no results.Forum: Plugins
In reply to: [WooCommerce] Total products on page is not consistentFinally I have found the problem.
It was a problem with a customtab I had made two years ago for the products. As soon as I have deleted that tab the total products on the woo-archive page were displayed correctly again.
Now… in the end… solved! 😉Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Wishlist Counter does not work with Comet CacheHi Konstatin and others who worked on the issue,
With latest update the counter works perfectly together with Comet Cache.
Thank you very much for the quick and accurate help and solution.Our compliments!
Happy regards,
EmiliaForum: Reviews
In reply to: [Widgets on Pages] Works perfect together with woocommerceYes of course:
https://www.stips.nl/product-categorie/schilderijen/giclee/
or https://www.stips.nl/product-categorie/gallery-art/I have puzzled some days to make it perfect for our needs. The result is that we have placed the shortcode within the shortcode of an expandable filterbutton (below the menu) and I have echoed that code in the woocommerce archive template.
With woosidebars I had already made different sidebars for each category and now linked each sidebar to ´Widgets on Pages 1´ and it then replaces the default content of your ‘widgets on pages sidebar’ with the content of the woosidebar for that specific category. With that option it was possible to have only one code to echo.
It was fun to figure it out… and make it suitable for our needs.
It was a wish for us for a year already and also hired a developer, but he could not manage it, and we thought we could never get it done. And now by grace I could it myself (eeehhh… with your plugin… so not myself ;-)) So again thank you!
Happy regards,
EmiliaForum: Plugins
In reply to: [TI WooCommerce Wishlist] Wishlist Counter does not work with Comet CacheI was too quick with being happy… the problem is still there. When adding a product to the wishlist and then open a page which I have been before or which is already cached gives a different number in the wishlistcounter.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Wishlist Counter does not work with Comet CacheThe problem is gone with latest update.
Thank you!Forum: Plugins
In reply to: [WooCommerce] Total products on page is not consistentOops… too enthousiastic, not solved,
- This reply was modified 8 years, 5 months ago by stippie.
Forum: Plugins
In reply to: [MojoPlug Slide Panel] Button in fixed position, panel must stay scrollableThank you More, that works.
Forum: Plugins
In reply to: [MojoPlug Slide Panel] Button in fixed position, panel must stay scrollableHi foxtangocharlie. I have been to soon enthousiastic about your code, but it does not work for us. After one day we saw no orders were placed anymore in our shop and we looked for the problem and found out that with that code also the buttons for shoppingcart moved to the top and no one could buy anymore. So I removed your code.
Forum: Themes and Templates
In reply to: [Shopstar!] TOP BARHi Sziligolf, I have had the same problem, but could translate it with placing some code in functions php in my childtheme.
/** * TRANSLATIONS */ add_filter('gettext', 'translate_text'); add_filter('ngettext', 'translate_text'); function translate_text($translated) { $translated = str_ireplace('Original text 1', 'Translation 1', $translated); $translated = str_ireplace('Original text 2', 'Translation 2', $translated); $translated = str_ireplace('Original text 3', 'Translation 3', $translated); return $translated; }Hope that works for you also.
Good luck,
Emilia- This reply was modified 8 years, 6 months ago by stippie.
Forum: Plugins
In reply to: [MojoPlug Slide Panel] More sidebars?Hi Pako,
Do not know if you are helped with this solution? With woosidebars you can make customsidebarcontent for categorys or taxonomys and check in which sidebar the content has to be shown. At my site it works well together with the Mojo slidebar, and I have different sidebars, but I do not know if it works togerther with any theme. Good luck!
Happy regards,
EmiliaForum: Plugins
In reply to: [MojoPlug Slide Panel] Button in fixed position, panel must stay scrollableThank you foxtangocharlie, I have used your solution allthough it is not the most optimal. But happy you posted and shared it.