sasasasaaa
Forum Replies Created
-
Forum: Plugins
In reply to: [GD Mail Queue] bbpress mail issuesAnd wordpress mail “you have changed your email adress” – same issue.
Also the footer text, which I have added in footer template part, does not appear.In html emails settings I have choosen Plain text check: Check for common html tags and content type.
Hi Tim, yes.
Forum: Plugins
In reply to: [Breadcrumb NavXT] on Buddypress pages not workingHi, I have found my mistake. I had created for buddypress pages an own page.php (buddypress.php). After adding the function there it works like a charm. Thanks
Forum: Plugins
In reply to: [Breadcrumb NavXT] on Buddypress pages not workingHi, I have followed these guidelines.
As I wrote in my post:
I use:
buddypress: Version 7.2.1
Breadcrumb NavXT: Version 6.6.0
Breadcrumb NavXT BuddyPress Extensions: Version 1.0.3Even group and user/member archives do not work right out of a box.
Forum: Plugins
In reply to: [ProfileGrid – User Profiles, Groups and Communities] GDPR compliantI also couldn’t find you privacy policy on your website. Can you give it to me? Thanks
Forum: Plugins
In reply to: [W3 Total Cache] changes to .htaccess not written in .htaccessYes, the are written, because I have done it myself not through your plugin.
Problem still exist, after first saving no changes are written to the .htaccess.Hello, me again.
I would like to have this work.
I have a membership plugin on my website and divi theme.
When I sent email through contact module divi builder no SPF record in the receiving mail.
When I apply for a forgotten password for my membership area (form created by my membership plugin and mail sent through wordpress) SPF record is in the receiving mail.
What could might be the problem?Thanks Silke
Pls close this topic
Hi, pls close the topic.
I made a mistake in not creating a cron job on my hoster.
I will check if backup starts tomorrow.
Thanks
Hi,
I have written in my config.php as requested from your plugin:
define(‘DISABLE_WP_CRON’, true);What can be the isse why schedule do not work?
Thanks
Hi, to use your plugin I have to write in my wp-config.php: define(‘DISABLE_WP_CRON’, true);
I am not a programmer, this means for me, wp-cron is disabled.
wp cron is diabled
Forum: Plugins
In reply to: [W3 Total Cache] changes security header do not appearHello, could you find time to give me an answer?
Thanks a lot?
And I also make changes to WordPress -> Settings -> Media. width and height from thumbnails, and the other 2 images sizes get a 0.
So no images created from this place.Forum: Plugins
In reply to: [W3 Total Cache] changes security header do not appearHi, I have made further investigation and here is the result:
– .htacess is writable 644 (also confirmed by my hoster)
– all plugins deactivated apart from yours.
– wp-config: changed to original content.
– child theme functions.php: cleaned, only function enqueue_parent_styles().
– .htaccess only:
php_value memory_limit 256M
php_value max_input_vars 10000
php_value max_execution_time 300
php_value max_input_time 300
php_value session.gc_maxlifetime 86400
# 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
Redirect 301 /de/login-geschuetzter-bereich/ https://www.?????????.com/log-in-bundles/
#weiterleiten ohne www zu www.
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ https://www.?????????????.com/$1 [R=301,L]=====
changes in browser Caching were not saved in the .htacess.
After deactivation and activation of W3 Total Cache I could save browser cache settings in .htacess, but following was missing – I made a copy of the old .htacces and could see the difference:
ExpiresByType application/vnd.oasis.opendocument.database A31536000
ExpiresByType application/vnd.oasis.opendocument.chart A31536000
ExpiresByType application/vnd.oasis.opendocument.formula A31536000
ExpiresByType application/vnd.oasis.opendocument.graphics A31536000
ExpiresByType application/vnd.oasis.opendocument.presentation A31536000
ExpiresByType application/vnd.oasis.opendocument.spreadsheet A31536000
ExpiresByType application/vnd.oasis.opendocument.text A31536000
ExpiresByType audio/ogg A31536000
ExpiresByType application/pdf A31536000
ExpiresByType image/png A31536000
ExpiresByType application/vnd.ms-powerpoint A31536000
ExpiresByType audio/x-realaudio A31536000
ExpiresByType image/svg+xml A31536000
ExpiresByType application/x-shockwave-flash A31536000
ExpiresByType application/x-tar A31536000
ExpiresByType image/tiff A31536000
ExpiresByType application/x-font-ttf A31536000
ExpiresByType application/vnd.ms-opentype A31536000# BEGIN W3TC Skip 404 error handling by WordPress for static files
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !(robots\.txt|[a-z0-9_\-]*sitemap[a-z0-9_\.\-]*\.(xml|xsl|html)(\.gz)?)
RewriteCond %{REQUEST_URI} \.(css|htc|less|js|js2|js3|js4|html|htm|rtf|rtx|txt|xsd|xsl|xml|asf|asx|wax|wmv|wmx|avi|bmp|class|divx|doc|docx|eot|exe|gif|gz|gzip|ico|jpg|jpeg|jpe|webp|json|mdb|mid|midi|mov|qt|mp3|m4a|mp4|m4v|mpeg|mpg|mpe|webm|mpp|otf|_otf|odb|odc|odf|odg|odp|ods|odt|ogg|pdf|png|pot|pps|ppt|pptx|ra|ram|svg|svgz|swf|tar|tif|tiff|ttf|ttc|_ttf|wav|wma|wri|woff|woff2|xla|xls|xlsx|xlt|xlw|zip)$ [NC]
RewriteRule .* – [L]
</IfModule>
# END W3TC Skip 404 error handling by WordPress for static files====
also following was not written in .htaccess.
Strict-Transport-Security and
X-Content-Type-Options “nosniff=====
then I saved settings again:
no changes to .htaccess======
======It looks that after activation and first saving W3 Total Cache writes rules to the .htaccess but not all rules.
And further savings after first saving do not work.Do you have an idea what this could be?