BackuPs
Forum Replies Created
-
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Still not php 7.4 compatibleThis applies to responsive menu free version 3.1.26
1) replace the content of node.php with this one. https://pastebin.com/a3qTrPiv
file path to that file
wp-content\plugins\responsive-menu\vendor\twig\twig\lib\Twig\node.php
2) Replace app.css.twig with this one https://pastebin.com/cbvR2D6G
file path to that file
wp-content\plugins\responsive-menu\public\css\app.css.twigIf you still have issues get back to me and tell me the issue.
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Still not php 7.4 compatible@julianfoulger i can send you a copy of the plugin that works on php 7.4 where do i have to send it to?
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Bugs after upgrade to PHP 7.4Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Bugs after upgrade to PHP 7.4Hi Kriti
version 3.1.26 is not php 7.4 compatible https://www.ads-software.com/support/topic/still-not-php-7-4-compatible-2/
Forum: Plugins
In reply to: [WP Responsive Menu] Still not php 7.4 compatibleHi… please delete. Sorry for the wrong forum post
Forum: Plugins
In reply to: [WP Responsive Menu] Still not php 7.4 compatiblealso css is still glued together.
f.e.
#responsive-menu-pro-container .responsive-menu-pro-item-link, #responsive-menu-pro-container #responsive-menu-pro-title, #responsive-menu-pro-container .responsive-menu-pro-subarrow { transition: background-color0.5s, border-color0.5s, color0.5s; }
There is also a css bug on line 412 in app.css.twig. height has default 0s set which is wrong as the transition speed should come from the next setting
transition: background-color {{ ' ' ~ options.animation_speed }}s, width 0s {{ ' ' ~ options.animation_speed }}s, height 0s {{ ' ' ~ options.animation_speed }}s;
and there are many more of these
- This reply was modified 4 years, 9 months ago by BackuPs.
Hi Kriti,
Any news on this? We are already on php 7.4.1 and the plugin does not work above php 7.3
Connecting to the library prevents abuse and helps improve user authentication.
This sounds to me like a invalid argument. I also believe its against the spirit of WordPress.
I am concerned that elementor is going to use it to advertise to users their pro products and abilities.
Something that used to work without registration now suddenly needs registration because of preventing abuse and improve authentication processes? What a joke !
The issue has been documented here.
https://stackoverflow.com/questions/59248533/twig-problem-with-php-7-4-in-write-variable
It works also with responsive menu v 3.1.23 as it has twig 1.42.2 But in V 3.1.24 that was reverted and it stopped working on php 7.4
Please fix as php 7.4.1. is already released.
Forum: Plugins
In reply to: [Yoast SEO] Yoast banner ad in admin sectionfunction vnmFunc_removeYoastAds() { WPSEO_Options::set('bf_banner_2019_dismissed', true); } add_action('admin_init', 'vnmFunc_removeYoastAds');
Or just use another plugin like i am gonna do ! I do not want such intrusive crap in my admin area. Bye bye yoast seo plugin !
Forum: Plugins
In reply to: [Yoast SEO] How dare you!!I am gonna remove this plugin as i do NOT want ad crap in my admin area ! This is bad. You cant click it away ! If you click the X you get to the yoast website.
Bye bye yoast seo plugin !
Forum: Plugins
In reply to: [Yoast SEO] Ads banner into the editorI am gonna remove this plugin as i do NOT want ad crap in my admin area ! This is bad. You cant click it away ! If you click the X you get to the yoast website.
Bye bye yoast seo plugin !
Forum: Fixing WordPress
In reply to: Warning: “continue” targeting switch is equivalent to “break”just open the files in a ascii editor like notepad++ by ftp goto the corresponding lines as mentioned in the error and change
continue;
intocontinue 2;
It is really as easy as that.
https://stackoverflow.com/questions/26431066/continue-2-and-break-in-switch-statement
- This reply was modified 5 years, 11 months ago by BackuPs.
Forum: Plugins
In reply to: [Classic Editor] Does not work anymore since v 1.0@tmacgregor do you have a skype account or email? Maybe we can look together at your issue and resolve it.
Can you put your skype id in here.
After you have submitted the skype id remove it again. I will get the email with the id.
Forum: Plugins
In reply to: [Classic Editor] Does not work anymore since v 1.0@tmacgregor do you have a js error in the browser error console? If so which one?
Did you try and turn off all plugins except the classic editor plugin? please try