rkrista
Forum Replies Created
-
Thank you, Tomasz, I really appreciate your assistance!
Forum: Plugins
In reply to: [WooCommerce] editing ‘view cart’Hi Gabriel, thank you for your suggestions!
The CSS works great, however, the secondary menu shifted downwards on the single product pages: https://nonkonform.hu/products/rock-ring-102/
It should be higher, like here: https://nonkonform.hu/products/
Could you please rewrite the code for me so that it doesn’t move?
Thank you!Forum: Plugins
In reply to: [WooCommerce] editing ‘view cart’Hi Gabriel,
It’s nonkonform.hu.
Thanks!Hi Tomasz,
I’m sorry for the lack of answer, I was having other issues that I had to deal with.
I’ll have a professional helping with my website soon, hopefully the problem can be solved easier that way. I’ll come back to you if we can’t sort this out.
Thank you very much for your help so far!
Kindly,
KristaHi,
Sorry for my late answer and thank you for your suggestions! I tested the coupon again, but it still doesn’t work
https://nonkonform.hu/hu/?fcpdf=download&coupon_id=9379&hash=94e7a098dbb9ce9b814de91953420dc2I double-checked the rule in the .htaccess file and it hasn’t been deleted, it’s still there.
Forum: Plugins
In reply to: [Autoptimize] plugin issuesThank you for your suggestions, Frank!
It seems that deleting js/jquery/jquery.min.js from the exclusions resolves the issues, but with the JS optimization on, the performance of the website decreases significantly (even to 20%). I tried all the options within the JS optimization section.Same for “inline and defer CSS” and the HTML optimization, they decrease the performance.
So, I don’t really know what to do, as PageSpeed Insights and GTMetrix still recommend inlining and defering JS and CSS.
Forum: Plugins
In reply to: [Autoptimize] plugin issuesOoohh, no! I swear you I tested every option, but now, when I did it again, I immediately found what caused the issue. It was “Aggregate JS-files?” and “Do not aggregate but defer?” which both have to be unchecked for the website to work correctly. I’m sorry!!!
Thank you for your help!Hi,
I managed to copy the data you asked for:
### WordPress Environment ### WordPress address (URL): https://nonkonform.hu Site address (URL): https://nonkonform.hu WC Version: 5.3.0 REST API Version: ? 5.3.0 WC Blocks Version: ? 4.9.1 Action Scheduler Version: ? 3.1.6 WC Admin Version: ? 2.3.0 Log Directory Writable: ? WP Version: 5.7.2 WP Multisite: – WP Memory Limit: 256 MB WP Debug Mode: – WP Cron: ? Language: en_US External object cache: – ### Server Environment ### Server Info: Apache PHP Version: 7.4.9 PHP Post Max Size: 64 MB PHP Time Limit: 180 PHP Max Input Vars: 3000 cURL Version: 7.52.1 OpenSSL/1.0.2u SUHOSIN Installed: – MySQL Version: 5.5.5-10.1.48-MariaDB-0+deb9u2 Max Upload Size: 64 MB Default Timezone is UTC: ? fsockopen/cURL: ? SoapClient: ? DOMDocument: ? GZip: ? Multibyte String: ? Remote Post: ? Remote Get: ? ### Active Plugins (35) ### Livemesh Addons for Elementor: by Livemesh – 6.10 Advanced Coupons for WooCommerce Free: by Rymera Web Co – 1.3.7 Advanced Custom Fields: by Elliot Condon – 5.9.6 Astra Bulk Edit: by Brainstorm Force – 1.2.6 Starter Templates: by Brainstorm Force – 2.6.7 Astra Widgets: by Brainstorm Force – 1.2.8 Async JavaScript: by Frank Goossens (futtta) – 2.20.12.09 Element Pack Lite - Addon for Elementor: by BdThemes – 2.10.1 Code Snippets: by Code Snippets Pro – 2.14.1 Ele Custom Skin: by Dudaster.com – 3.1.0 Elementor Pro: by Elementor.com – 3.2.2 Elementor: by Elementor.com – 3.2.3 Flexible PDF Coupons for WooCommerce: by WP Desk – 1.4.1 Google Analytics for WordPress by MonsterInsights: by MonsterInsights – 7.17.0 Elementor - Header, Footer & Blocks: by Brainstorm Force Nikhil Chavan – 1.5.9 Integration for Szamlazz.hu & WooCommerce: by Viszt Péter – 5.3.0.4 Loco Translate: by Tim Whitlock – 2.5.2 Newsletter, SMTP, Email marketing and Subscribe forms by Sendinblue: by Sendinblue – 3.1.13 MailOptin - Lite: by MailOptin Team – 1.2.36.1 Really Simple SSL: by Really Simple Plugins – 4.0.15 Rank Math SEO: by Rank Math – 1.0.64 Sticky Header Effects for Elementor: by Rwattner – 1.4.3 TranslatePress - Multilingual: by Cozmoslabs Razvan Mocanu Madalin Ungureanu Cristophor Hurduban – 2.0.1 Unlimited Elements for Elementor: by Unlimited Elements – 1.4.72 UpdraftPlus - Backup/Restore: by UpdraftPlus.Com DavidAnderson – 1.16.56 WooCommerce Custom Product Addons (Free): by Acowebs – 2.4.15 WooCommerce Admin: by WooCommerce – 2.3.0 WooCommerce Stripe Gateway: by WooCommerce – 5.2.0 Booster for WooCommerce: by Pluggabl LLC – 5.4.0 Sendinblue - WooCommerce Email Marketing: by Sendinblue – 2.0.17 WooCommerce: by Automattic – 5.3.0 Woolementor: by Woolementor – 2.4.0 Wordfence Security: by Wordfence – 7.5.3 WP Content Copy Protection & No Right Click: by wp-buy – 3.4 WP Super Cache: by Automattic – 1.7.3 ### Inactive Plugins (4) ### Autoptimize: by Frank Goossens (futtta) – 2.8.4 CartFlows: by CartFlows Inc – 1.6.14 Flexible Checkout Fields: by WP Desk – 3.0.10 Kadence WooCommerce Email Designer: by Kadence WP – 1.4.7 ### Dropin Plugins (1) ### advanced-cache.php: advanced-cache.php
And this is what I found at the .htaccess section:
# BEGIN LSCACHE # END LSCACHE # BEGIN NON_LSCACHE # END NON_LSCACHE # BEGIN WordPress # The directives (lines) between "BEGIN WordPress" and "END WordPress" are # dynamically generated, and should only be modified via WordPress filters. # Any changes to the directives between these markers will be overwritten. <IfModule mod_rewrite.c> RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress # Wordfence WAF <Files ".user.ini"> <IfModule mod_authz_core.c> Require all denied </IfModule> <IfModule !mod_authz_core.c> Order deny,allow Deny from all </IfModule> </Files> # END Wordfence WAF
I updated the permalinks and deleted cache.
Tell me if you need any more information.
Thank you, Tomasz!- This reply was modified 3 years, 9 months ago by rkrista.
Forum: Plugins
In reply to: [Autoptimize] plugin issuesYes, I unchecked those options, but it didn’t help.
I don’t have a staging website, unfortunately. My website is nonkonform.hu.
Do you have a video where you explain all of the possible settings, so that I can follow the instructions? It could help, maybe.Forum: Plugins
In reply to: [Autoptimize] plugin issuesHi Frank, thanks for your answer! I tried to play around these settings, but nothing helped. I had to deactivate the plugin again. ??
Forum: Plugins
In reply to: [Unlimited Elements For Elementor] responsive issueSure, it’s nonkonform.hu, but I finally hided the widget for mobile and tablet. I would use it on the Home page.
Hi Tomasz,
Yes, I think it’s Apache-based.
Do I copy the status here? Sorry, but I’m not sure if it contains sensitive data or not.
Thank you! ??Hi Cristian, I understand, thank you for your answer!
Hi Tomasz,
Thank you for sending me the code through! I managed to add it to the .htaccess file, but it didn’t solve the problem unfortunately.
This is the URL in the latest email:
https://nonkonform.hu/hu/?fcpdf=download&coupon_id=8812&hash=bd2bcc15dbcb894df9616db5148e7035Do you have any other idea how to solve this issue?
Thank you for your efforts!Hi Cristian, I published the website, so that you can see. It’s nonkonform.hu.
At the moment, it seems that I should translate every single combination of product attributes one by one to see them correctly translated at checkout. The plugin doesn’t seem to be able to handle those combinations. For example, if a product exists in 3 colors and 5 sizes, I should put all 15 combinations to the cart and translate them one by one at the checkout page so that they could appear correctly translated for clients when they make purchases. It doesn’t make sense, as the product attributes have already been translated.