barnabas1
Forum Replies Created
-
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Change font sizeI tried it but it works only for the input but not on the placeholders Card Number, Exp and CVV that are showed before typing anything…
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Change font sizeMay I also ask which is the filter to change the font size of the placeholder? (Card Number, Exp, CVV)
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Change font size@mrclayton
Thank you for the solution and the documentation!Kind regards,
Barnabas- This reply was modified 3 years, 7 months ago by barnabas1.
Forum: Plugins
In reply to: [Avalon23 Products Filter for WooCommerce] CSS .avalon23-btnThank you, it worked. I just kept it as below and it was sufficient to do the change.
.avalon23-filter .avalon23-btn { font-size: 18px!important; }
Thanks a lot! Keep up the good work!
Forum: Plugins
In reply to: [Cachify] Clear cache using Cron JobHello,
I just managed to solve the caching problems I had on my site.
Apparently, my previous host – Hostgator, had installed on a “Must-use” plugin called “Endurance page cache”. There was no deactivation option on it and all this time I thought this plugin was installed by WordPress and it concerned a core functionality of the site. I found this thread https://stackoverflow.com/questions/45574915/what-is-the-endurance-cache-feature-in-my-wordpress-website/68673641#68673641 that made it clear I must get rid of it. This must have been the reason for all the conflicts I had up till now with Cachify.
Now everything is back to normal. Thank God.
Forum: Plugins
In reply to: [Cachify] Clear cache using Cron JobI think that minifying only HTML works better for my site. I get unstyled content once every other day so I have set to flush the cache with a Cron Job using the WP Control Plugin, as described in the Github thread above.
Only issue I still have is that when I’m logged in as an admin the Woocommerce cart and checkout pages always display unstyled and it is a bit annoying. The plugin is set no to create cache for logged in Users. I’m not sure what is causing the issue as for customers it is displaying correctly.
What could be causing this issue?
Forum: Plugins
In reply to: [WooCommerce] add to cart url not workingSometimes, it is enough to have a custom snippet with a wrong variable name or some other typo, to mess everything up with the “add to cart” button. I had a snippet for the checkout page that had a typo and the “add to cart” stoped working.
Forum: Plugins
In reply to: [Cachify] Clear cache using Cron JobI have a feeling that this is because I was minifying HTML & Javascript. I have set it only to minify HTML now and for a while, I don’t seem to get unstyled content. I’ll update once it is more clear to me.
Forum: Plugins
In reply to: [Cachify] Clear cache using Cron JobHello Torsten,
Thank you for this.
The problem with my website is that Cachify doesn’t seem to work on the first access of the page. (I’m using HDD cache). I’m only able to see the Cachify signuature when I reload manually the page that I just accessed.
<!– Cachify | https://cachify.de
HDD Cache @ 21.07.2021 16:08:50 –>Otherwise, the source code does not have any signature and on top of this very often I get pages with unstyled content and I don’t know what is causing this issue.
Any idea what might be the issue?
Forum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] Shortcode storewiseThank you Marta,
Indeed there are various places I can add the search bar with the Astra theme and I’m not sure what is best with all these possibilities.
The solution above works excellent and provided yet another possibility on how to use the search bar.
Thanks a lot!
Best regards,
BarnabasForum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] Make search bar stickyThank you Marta,
It worked! I just need to adapt a bit the CSS and should be perfect looking!
Best regards,
BarnabasHello,
I’m trying to add the avalon23 filter and seems to be working better. However the filter is added with a shortcode which does not seem to work for shop archives
Is there something I can do to enable the shortcode on archives or should I better refer to the avalon23 support page?Hello @mediawebster,
Your advice worked straight away and now when I access an archive page then the title remains.
However, when I enter the product catalogue page, after selecting an author category filter then the language tag filter disappears and vice versa. Is there a way to correct this?
In the end I managed to do it by changing the following files in the Tempaltes folder of the Plugin.
invoice-details.php
receipt-details.php
receipt-totals.php
template-options.phpUnfortunately, I’ll have to change the strings again in those files whenever there is an update of the plugin.
I would have liked also to change “Tax” to “VAT”.
I tried translating the plugin on your website and downloaded the EN .po and .mo files to include it in the language folder of the plugin but couldn’t get it to work. I don’t want to use WPML at the moment as there are several compatibility issues with my site.
Is there a way to do it with PHP, as it is just one word that I need to change? Anyone here?