Ron5
Forum Replies Created
-
Forum: Plugins
In reply to: [Passster - Password Protect Pages and Content] Illegal string errorWarning: Illegal string offset ‘toggle_amp’ in …/wp-content/plugins/content-protector/src/class-ps-shortcode.php on line 179
Please fix.
Forum: Themes and Templates
In reply to: [MH Purity lite] Remove page from mobile menuI have some custom links in my main menu. They have no href attribute. They are just an anchor tag with text in it. Clicking such a custom link in mobile modus leads to a 404 error.
Forum: Plugins
In reply to: [Theme My Login] TML and Nav Menu RolesI am still busy developing a local version of my website. There is no caching involved.
Forum: Plugins
In reply to: [Post Snippets - Custom WordPress Code Snippets Customizer] WordPress 5.0Forum: Plugins
In reply to: [Advanced Custom Fields (ACF?)] ACF fields doesn’t save.How do you disable Gutenberg?
I have installed the Classical Editor plugin. And then chose for the classical editor instead of the block content. I have lost the content of advanced custom fields anyway.
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF?)] ACF fields doesn’t save.I have the same problem. I have some custom post types made with the CPT UI plugin.
The custom post types have several custom fields made with this plugin.I have updated WP to version 5.0.2.
I wanted to update a custom field of a CPT object. The result is that the content of almost all custom fields of the CPT object is gone.
When can we expect an update of this plugin that is compatible to the latest WP version?
Forum: Plugins
In reply to: [Polylang] Polylang and WordPress searchI have the free version of Polylang.
Does Polylang Pro offer the results of a WordPress search functionality with a custom URL as
english https://www.mysite.be?s=word
dutch https://www.mysite.be/nl?s=word
french https://www.mysite.be/fr?s=word?
A lot of websites in Europe warn the user for the use of cookies. The Google Analytics script (Javascript) makes use of 5 cookies by default.
Suppose I chose the option of anonymized IP addresses in the GADWP plugin. So private IP addresses are no more available to Google Analytics. Then I wonder if I still have to warn the user for the use of the cookies of the Google analytics script. I should say no because no more personal data can be tracked by Google analytics.
Forum: Themes and Templates
In reply to: [MH Purity lite] Strange main menuThat’s https://fmdo.be
Forum: Plugins
In reply to: [Passster - Password Protect Pages and Content] Compatible with PHP 7.2.12?Some content on my website is protected with a password.
Forum: Plugins
In reply to: [Cache Enabler] Sometimes errors on pageThe default configuration of .htaccess is
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressCan these 2 lines
RewriteCond %{HTTP:X-Forwarded-Proto} !=https
RewriteRule (.*) https://%{HTTP_HOST}/$1 [R=302,L]be safely added after
RewriteRule . /index.php [L]
?
Forum: Plugins
In reply to: [Mollie Payments for WooCommerce] QR paymentsA 2dimensional QR code is displayed above the following sentence:
QR code visible in the checkout
The image at https://take.ms/BGLYK shows a onedimensional barcode.
Forum: Plugins
In reply to: [Mollie Payments for WooCommerce] QR paymentsI mean twodimensional QR codes. Described indeed on https://docs.mollie.com/guides/qr-codes.
Forum: Plugins
In reply to: [Breadcrumb NavXT] Gap on home pageWhere do I add this code?
I tried with a function and the init hook in functions.php of my theme, but this is not working.
Forum: Plugins
In reply to: [Hyyan WooCommerce Polylang Integration] shipping classThank you.
Maybe a comprehensive manual about the use of the plugin should be written.