mahonyson
Forum Replies Created
-
Hello, I have the same issue.
I get an Uncaught TypeError: this.props.rule is undefined. See Console screenshot:
https://drive.google.com/file/d/1RW8kQImm35I3_EuFwzlt3gSXAqIzltWQ/view?usp=sharingNo caching or Object caching is enabled.
WP: 6.5.5
Forminator: 1.36.3
PHP: 8.0Sorry I just realized that this issue is known and the workaround is to downgrade to version 1.35.1.
https://www.ads-software.com/support/topic/bug-no-update-in-expiration-form-date-field/#post-18093815Best regards,
Dirk- This reply was modified 1 week, 5 days ago by mahonyson. Reason: Issue is already known
Forum: Plugins
In reply to: [Enhanced Text Widget] Widget settings not showingI found the reason and a solution. A Super admin in a Multisite network is not included in the allowed roles. In the file extended-text-widget.php, inside the function “form” at line 130 replace
if ( !array_intersect( $allowed_roles, $user->roles ) ) {
with
return;
}if ( !array_intersect( $allowed_roles, $user->roles ) && !current_user_can( 'setup_network' ) ) {
return;
}Hello!
I confirm that the TS Gallery Widget is back in version 1.8.9.
Thank you very much!!!
Forum: Themes and Templates
In reply to: [Neve] Removing the legacy skin in 3.5.5 breaks site layoutHi @stefancotitosu,
yes, the Style Panel is still there in all of my sites using Neve 3.5.7.
See the screenshot showing that the Legacy Skin (Coloris hérité) is still a choice : https://imgur.com/a/d86aEqX
Best regards
Hello,
thank you for your response!
Unfortunately the Total Soft Gallery Video widget is not restored in the latest version 1.8.8. There is no backward compatibility with versions before 1.8. All widgets disappeared.
I will use a shortcode widget to insert the gallery shortcodes and will have to adjust the styles in your plugin.
Have a nice day!
Forum: Themes and Templates
In reply to: [Neve] Removing the legacy skin in 3.5.5 breaks site layoutHi @luciamarinescu,
thank you very much for your response!
The plugin helped quite well for the first site (just some CSS rules to add and some justifications in the customizer) but for the second there is still a lot of work to do. Nevertheless it is much easier now.
By the way, isn’t the theme skin switcher (Style tab) in the customizer obsolete now? There is still the Legacy skin available even it is removed from the theme (version 3.5.7).
Thanks again for your help!
Forum: Themes and Templates
In reply to: [Neve] Removing the legacy skin in 3.5.5 breaks site layoutHi @luciamarinescu,
I will provide the URLs of two sites and their copies. Both are using Neve child themes.
The first original site uses Neve version 3.5.3 (https://capeye.fr) and the copy Neve version 3.5.6 (https://capeye.d-marheine.com).The second site has Neve version 3.5.1 installed (https://d-marheine.com/portail/) and his copy Neve 3.5.6 (https://d-marheine.com/test/).
Both original sites are using the old Header Builder and the Legacy skin. As mentioned before switching to the new Header Builder broke the layout due to the automatic width of components even when sticking with the Legacy skin.
Would it be possible to reactivate the Legacy skin?
Thank you!
Hello,
thank you for your response.Sorry for the delay. I will send you the screenshots from version 1.7.7 and 1.8.4.
See: https://imgur.com/a/ee4QsVK
<a ><img src="https://imgur.com/a/ee4QsVK" target="_blank"></a>
Thanks for your help.
Forum: Themes and Templates
In reply to: [Neve] Removing the legacy skin in 3.5.5 breaks site layoutThank you very much @mindwarpnl for your fast clarification!
I didn’t realized that “All Bootstrap Blocks” it’s just a plugin. I’ll give it a try.
Very kind.
Forum: Themes and Templates
In reply to: [Neve] Removing the legacy skin in 3.5.5 breaks site layoutHi @luciamarinescu,
thank you for your answer. The problem is that we developed some sites with Neve 2.5 child themes and continued with the Legacy skin and the old Header Builder because changing to the new skin broke the layout. Especially the possibility to change columns width manually instead of the automatic width of the new builder made us stay with the old one.
Thanks @mindwarpnl for your idea. Does it mean that you used the Legacy skin before updating to Neve 3.5.5? And could you be so kind to give some more details about the installing All Bootstrap Blocks please.
Thanks
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!