Siinex
Forum Replies Created
-
Hi @sanzeeb3 ,
thanks for replying.
So, it turns out, that it is a SSL related problem on my server.
I was given a temporary solution where the verification of the peer will be disabled.
The next step is to get on the server administrative level to get to the root of the problem. I’ll update this problem if I can solve the matter.
Best regards
TimFollow-up question: do I have to edit the MX record at united domains in any way?
Best regards
TimHey @daobydesign,
Actually, no. Maybe through a previous Theme- or WordPress-Update. We cannot really tell since the error has been occuring. ??
Okay, I found out, that the KingComposer-Layout was destroyed somehow, but only on that specific page. I rearranged the site and now it is working again.
Hi there, we’re experiencing a similar or maybe the same problem.
The honeypot is implemented but not showing in the source code. The moment I remove the tag from the form it works again.
Any thoughts?
Best regards
TimForum: Plugins
In reply to: [W3 Total Cache] Cannot redeclare wp_cache_xxxThanks a lot @vmarko ! This helped me out. ??
Forum: Plugins
In reply to: [W3 Total Cache] Cannot redeclare wp_cache_xxxThanks for the fast response!
Yes, the file is in located in wp-content.
Forum: Plugins
In reply to: [W3 Total Cache] Activity Stream: 1 submit, 3 postsThat’s right. ??
Forum: Plugins
In reply to: [W3 Total Cache] Activity Stream: 1 submit, 3 posts…/wp-content/plugins/buddypress/bp-templates/bp-legacy/js/buddypress.min.js?ver=3.2.0
This one is the culprit.
Forum: Plugins
In reply to: [W3 Total Cache] Activity Stream: 1 submit, 3 postsNo, it was set to manually, and I am only using this plugin. ??
Several months ago I optimized the pagespeed by moving some js-files.
Maybe this doesn’t work anymore.My minifying settings right now are:
General
[x] Rewrite URL StructureHTML & XML
[x] Enable
[x] Inline CSS minificationJS
<./head> (x) Minify: Non-blocking using “defer”
<.body> (x) Minify: Non-blocking using “defer”
<./body> (x) Minify: Default (blocking)CSS
[x] EnableForum: Plugins
In reply to: [W3 Total Cache] 404: Blog and Front PageThe problem was solved by going through the steps here:
https://www.ads-software.com/support/topic/activity-stream-1-submit-3-posts/It was the minifying. ??
Forum: Plugins
In reply to: [W3 Total Cache] Activity Stream: 1 submit, 3 postsStep 1:
starting settings on plugin install:Disabled:
– Page CacheEnabled:
– Minify
– Opcode Cache
– Database Cache
– Object Cache
– Browser CacheStep 2
Disabling,
1. Browser Cache – didn’t work
2. Database Cache – didnt’ wotk
3. Object Cache – didn’t work
4. Minify – workedStep 3
Re-enabling,
1. Object Cache – still working
2. Database Cache – still working
3. Browser Cache – still workingSooo, I am guessing it is the minifying. ??
Forum: Plugins
In reply to: [FG Joomla to WordPress] SQLSTATE[HY000] [2002] Connection timed outThe one I stated in the subject: SQLSTATE[HY000] [2002] Connection timed out
Forum: Plugins
In reply to: [Twitch Wall] Uncaught SyntaxError: Invalid or unexpected tokenSo, we have a solution at last!
In my case I wanted to implement the shortcode on a single page.
The code snippet from the readme is:
<?php echo do_shortcode('[getTwitchWallPro]'); ?>
As I wanted it on a specific page this has to be added
if(is_page(PAGEID)) { above code goes here ... }
So, for example your code would look like this:
<?php if (is_page('101')) { echo do_shortcode(['getTwitchWallPro']); } ?>
And this Snippet has to be pasted into this file:
../themes/yourChildTheme/template-parts/content-page.phpMuch thanks to the plugin author for this solution!
Ah, before I forget it: There are two Shortcodes
1. getTwitchWallPro and
2. getTwitchWallDepending on your plugin version, obviously
Forum: Themes and Templates
In reply to: [Roofers] Mobile Menu doesn’t toggleSome more information I’ve gathered:
– still doesn’t work by removing custom css
– doesn’t work on any other site either