dries863
Forum Replies Created
-
The link I gave you is from v1. The url is “hardcoded” in the template. Perhaps that helps?
Is there an “easy” way to debug it myself?
This is the current html:
<a href="https://www.example.com/example/?utm_source=KB+Bottom&utm_medium=Cta+bottom+kb&utm_campaign=ads" class="button orange big fcenter" data-wpel-ignored="true"> More info & rates ? </a>
The new version removed: “More info & rates ? “
I tested it on a local dev server, so I can’t give you a live link.
Forum: Plugins
In reply to: [WP Post to PDF Enhanced] Minor bug: PHP Notice: Undefined index: pluginVerYou are using similar code which is also generating notices in:
function on_upgrade()
This will always lead to php notices, right?
If variable is not set, use that variable… I don’t understand the logic there.
Forum: Plugins
In reply to: [Brute Force Login Protection] Not compatible with new Apache 2.4 syntaxHi JP,
Thanks for your reply. It would be great if you can find some time.
FYI: I noticed that Apache 2.4 has a market share of 27%: https://w3techs.com/technologies/details/ws-apache/2/all
Anyway, good luck fixing it, your plugin is great ??
Cheers,
Koen
Great, it is working again ??
Thanks!
Forum: Plugins
In reply to: [HTML Editor Syntax Highlighter] Plugin still broken in WP 4.3Haha, you might be right gbell12. Thanks for the advise!
Forum: Plugins
In reply to: [HTML Editor Syntax Highlighter] Plugin still broken in WP 4.3As I said. I have this problem on my live website and I also have this bug with a clean install on a different server with only this plugin enabled.
Check this gif. When I remove text, it is still there when I switch to text mode: https://i.imgur.com/zTg71J3.gifv
Forum: Plugins
In reply to: [HTML Editor Syntax Highlighter] Plugin still broken in WP 4.3Nope, no cache. I even reproduced this bug on a clean install.
Is this plugin still maintained? Does someone know a similar plugin?
Forum: Plugins
In reply to: [HTML Editor Syntax Highlighter] Plugin still broken in WP 4.3The plugin is still broken right? It was working, but I just updated to 4.3 and now I get the javascript error.
I think there are 2 bugs.
Steps to reproduce it (I also disabled all other plugins):
1. Open “edit post”
2. Change a few lines in the visual editor
3. Switch to Text mode
4. Switch to Visual modeIn step 3 you see that the changes you made in the visual editor are not in the text editor -> bug 1
When you wait for a few mins in the step 4 you get an javascript error: hesh.min.js:1 Uncaught TypeError: Cannot read property ‘clientHeight’ of null
This is causing a lot of problems because when I change something in Visual mode and switch to the Text editor all my changes made in the Visual editor are lost.
Please fix this. I can give you access to my test-site if you can’t reproduce it yourself.
For now I disabled the plugin. Too bad, because this plugin WAS useful…
Cheers!
FYI: This will be fixed in 1.8:
https://wp-types.com/forums/topic/bug-types-plugin-update-breaks-some-shortcodes/Thanks for your help. I found out who triggered the ajax call: WPML.
Anyway, still strange that QM is blocking everything for that Ajax call… and just on Chrome. Right?
Forum: Plugins
In reply to: [Pagely MultiEdit] Is This Plugin Still Supported/Active?I don’t know if it is still supported/active. But I do know that it still works like a charm ??
Did you use it like this?
/* Template Name: My template MultiEdit: Block1,Block2,Etc */ <?php multieditDisplay('Intro'); ?>
Then the MultiEdit tabs should appear in your admin.
Sorry for that Marcin, my mistake! I’ll ask the author of advanced-taxonomy-terms-order ??
Can you take a look at the .js include error? See screen.
Cheers ??
Forum: Plugins
In reply to: [Analyticator] ERRORSame here… Any fixes?
Forum: Plugins
In reply to: [Pagely MultiEdit] Does not work with WordPress 4.1Thanks!!
“Enable Visual Editor to use MultiEdit” No body can screw up my pages anymore now ??