pstidsen
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress hit memory limit but not from the serverHi Steven
Yes, it is a lot ?? It’s the server maximum so I wanted to maximize it in WordPress, too, to see if that helped. But it didn’t.
However, I do not understand how 700MB can give a fatal error when the limit is 5096MB. How is that possible?As noted in the orginal post I have tried to deactivate all plugins and then it works fine. The problem is that it is not possible to isolate the issue to a specific plugin. Different combinations of different plugins do trig the error.
Forum: Fixing WordPress
In reply to: WordPress hit memory limit but not from the serverHi Steven,
It is already written in the wp-config. And it’s actually much higher. In the wp-config it says:
define( ‘WP_MEMORY_LIMIT’ , ‘6G’ );
You can see the limit recognized by WP in the second screenshot.
Forum: Plugins
In reply to: [W3 Total Cache] Purge cache goes not combine/minify newest CSS fileSure ! ??
Forum: Plugins
In reply to: [W3 Total Cache] Purge cache goes not combine/minify newest CSS fileHi Marko
Thankt for your reply!
It helped to check “Prevent caching of objects after settings change”. Thanks! ??
Hi again,
Thanks for your reply and clarification. I did not know that anonymous could be that effective.
I have checked all three options in the Wizard and it seems to work.
Thanks! ??
/ Peter
Hi Aert,
Thanks for your reply.
I am trying to collect as much data as possible. My thought was that I could track anonymous before consent and then start collect the IP after consent. Let me explain:
I think most of my users will consent and allow us to collect the IP address. I think that information is valuable for statistics and I guess it’s needed to check for return visits.
However, for those users who are not willing to consent, I sill want to get the data possible e.g. which URL’s they hit, so I get more data on which blog posts are popular etc.
Is it possible to get “the best of both worlds”? I understand the third option in the Wizard in that way.
I hope this clarifies what I am trying to achieve.
Hi Mathieu,
Thanks for your reply. I have seen the article but maybe I misunderstand some thing..
Should I make the blocing in Google Analytics or Complianz plugin settings?
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Custom Google Map is blockedHi Rogier,
That’s great, it worked. Thanks!
Is this filter the same as declaring $deps in wp_enqueue_script?
Best Regards,
PeterForum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Custom Google Map is blockedHi Rogier
Thanks for your reply. I recognize that script. I have added it to the list and something is better. On load the map is loaded with placeholder. However, on accepting cookies it disappear. Maybe I should add a dependency? Which one?
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Custom Google Map is blockedHi Aert,
Both are activated now.
However, we are moved to a new domain this night. You will be redirected to the new site if you go to the link in the original post but delete the ?cmp-part
/ Peter
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Custom Google Map is blockedHi there,
Thanks for the quick reply! ??
They are both activated. Disabling Integrations -> Plugins -> ACF made the map work. But is that compliant?
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Search keyword in get_postsAwesome! Thanks ??
Hi again,
I think I have catched the issue here: https://www.screencast.com/t/f7quLHgB
“L?bende bidrag” is the offline payment method and the three ordered list elements are the offline payment description.
I want these three element to show just below the payment method selection instead of at the bottom.
Hi Matheus,
Thanks for your reply. I will get back with screenshots/video.
- This reply was modified 4 years ago by pstidsen.
Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] Problem translating “Quantity”Hi Ben,
Thanks for your reply.
The problem was that there was a copy of the translation files in the wp-content/languages/plugins/ folder. Overwriting these files with the files from the wp-content/plugins/kadence-woocommerce-email-designer/languages/ folder solved the issue. You suggest about saving the translation files in the system files opened my eyes for the issue.
Thanks for all you help! ??