Mahonyson
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Neve] Bug in the 3.0.5 version@marco17 I confirm the bug after updating to 3.0.5. The whole site got messed up.
Only happened on a site with the new Neve 3.0 core design enabled (new header/footer builder & Core skin 3.0).
Only rolling back to 3.0.4 solved the problem.On sites without migrating to the new header/footer builder and with the Legacy skin the update to 3.0.5 worked fine.
WP : 5.8.1
PHP: 7.4Hi @treibalen,
Thank you very much! I confirm that the bug is fixed in version 3.67.0.
Have a nice day and stay safe as well!
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Fix to enable php upgrade beyond 5.6?@dprm Hey, the only thing to do is replacing the curly braces “{}” with square brackets “[ ]” in the file on the line 127. I remember there was another line to change.
Exemple : change$c = $format{$c};
to$c = $format[$c];
Since PHP 7.4 the curly braces are deprecated.
Hope that helps.
Cheers
Hey Andri,
thanks to your support forum I could resolve nearly all my needs. The only exception was to use HTML tags in the upload field description.
Thank you and kind regards
Forum: Plugins
In reply to: [Simple Author Box] My Settings Are Not Updating@tremebundo65: Yes, I replaced all of them (41 times).
Good luck!
Forum: Plugins
In reply to: [Simple Author Box] My Settings Are Not UpdatingFound the reason and workaround. The reason was a plugin conflict with, in my case, “Video Sidebar Widgets”. The workaround is to modify “simple-author-box.php” (in plugin root) and “sabox_author_box.php” (in plugin “core” folder). I renamed the php variable $options to $sab_options and everything works perfectly.
Thanks for this great plugin.
Hope this could help somebody.Forum: Plugins
In reply to: [Simple Author Box] My Settings Are Not UpdatingSame problem too. The first three General options and the Typography options are updating, BUT the rest does not.
Thanks in advance!
WordPress 4.1
Simple Author Box Version 1.5