Cihat
Forum Replies Created
-
@miloss84 I’m waiting for a solution to the problem I’m having with Elementor 3.2.0
I disabled both performance features in Elementor 3.2.0. Still, nothing changed. The same problem persists.
The interesting thing is, in Elementor 3.2.0, I’m getting this error when I use “Edit with Elementor” on my website’s homepage. I don’t have any problems with “Edit with Elementor” on other pages of my website.
While I could edit my website’s homepage with “Edit with Elementor” in Elementor 3.31.5, what’s the difference in Elementor 3.2.0 that causes this error?
I’m having the same issue with Elementor versions 3.31.3 and 3.31.4.
The temporary solution is to revert to 3.31.2.
I hope Elementor fixes this issue as soon as possible.
- This reply was modified 8 months, 3 weeks ago by Cihat.
I just updated to Elementor 3.26.3 But with Elementor 3.26.3 the same problem persists.
3 updates have been released since Elementor 2.26.0. But it still ignores this problem.
I use Elementor on multiple websites. The first problem occurred when I updated to Elementor 3.6.0. The same problem occurred again when I updated to Elementor 3.6.2.
Below is the screenshot of the problem.
https://prnt.sc/m4ZV6pmR5mTvI have to revert to Elementor 3.25.11.
Elementor version 3.6.2 has arrived, but the problem still persists.
I hope they fix the issue with a new update.
I am waiting for a response from the developers of the AAM plugin :))
@bsfankusht UAE Lite 2.0.1 güncellemesi sonrasında problem düzelmiştir. İlginiz için teşekkür ederim,
Cihat
Forum: Fixing WordPress
In reply to: Customizer sidebar accordion buttons 100% height in 6.7After the Ultimate Addons for Elementor Lite (UAE Lite) plugin update, you can fix the CSS problem that occurs in the buttons on the left side in the Appearance > Customize section in the wp-admin panel with function.php as follows
/* wp-admin panel Appearance > Customize button css fix */
function custom_admin_styles() {
?>
<style type="text/css">
.accordion-section-title button.accordion-trigger {
height: auto;
}
</style>
<?php
}
add_action('customize_controls_print_styles', 'custom_admin_styles');After the Ultimate Addons for Elementor Lite (UAE Lite) plugin update, you can fix the CSS problem that occurs in the buttons on the left side in the Appearance > Customize section in the wp-admin panel with function.php as follows
/* wp-admin panel Appearance > Customize button css fix */
function custom_admin_styles() {
?>
<style type="text/css">
.accordion-section-title button.accordion-trigger {
height: auto;
}
</style>
<?php
}
add_action('customize_controls_print_styles', 'custom_admin_styles');Forum: Fixing WordPress
In reply to: Customizer sidebar accordion buttons 100% height in 6.7I clearly found the source of the problem in the buttons on the left side of the Customize section in the wp-admin panel.
After the update of the Elementor Header & Footer Builder plugin, the name of the plugin was changed to Addons for Elementor Lite (UAE Lite).
After the update of this plugin, there was a problem in the Customize section. I opened a topic on the subject in the support section of the plugin in the link below.
https://ww.wp.xz.cn/support/topic/problem-in-the-wp-admin-panel-after-the-uae-lite-plugin-update/
I am also thinking of adding custom css to the wp-admin panel and temporarily solving the problem. I am very curious to see what the plugin developers will say.
Forum: Plugins
In reply to: [LiteSpeed Cache] Issue with Polylang and Litespeed cachei am having the same problem
Report number: YGQGQZPT
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 5.4.1 “This field is required” problemTen days ago, someone else had the same problem that I had and asked Porto.
Porto replied, “It will be fixed with an upcoming update of the plugin.” You can see Porto’s answer from the link below.
This code you provided already existed in Porto “theme.js” file. You can also see it from the attachment view in the link below.
https://www.hizliresim.com/dhi5evy
I still think the problem is caused by Contact Form 7 version 5.4.1. Otherwise it wouldn’t work in version 5.3.2.
I think I am helping Contact Form 7 plugin with solving this problem I am experiencing.
- This reply was modified 5 years ago by Cihat.