condraw
Forum Replies Created
-
Hello,
are you also working on a mac, safari, firefox, (eventually linux) setup? For now, try using chrome instead. Elementor dev are apparently working on a fix for the slow loading editor and trying to get it fixed next week.
best regards
Also, the elementor editor seems to overwhelm the browser (tested: Firefox, Safari).
Adjusting the width of the widget menu or opening the navigator after clicking the button are veeeeery sloooooow.. it reacts after more than 5 seconds.
Hello, I am also experiencing a slow editor since 3.17.3 I updated from 3.15… It gets slower with more complex pages or templates, with content and dynamic data. It takes longer to load and is lagging while editing..
Hello,
Will the new version work natively without the additional Elementor plugin?
Best regards
Hello again,
it is not a PHP 8 issue. I reached out to DHL support – techsupport at dhl dot de – They tweaked on their end. It works now. You were right Abdalsalaam, they are the only ones able to resolve this issue.
Thank you
Hello Abdalsalaam,
got the same Error. In some older thread (more than 12 months) there was a presumption this was due to the plugin not beeing compatible with PHP 8. Is this still the case and we need to use PHP 7.4?
Best regards
Above I included the code around line 632 in question:
$product_name = $parent_product->get_title().’ : ‘.$variation_title;
break; case 'product_name': if ( $product->is_type('variation') ) { $parent_product = wc_get_product( $parent_product_id ); $variation_title = wc_get_formatted_variation( $product, true, false ); $product_name = $parent_product->get_title().' : '.$variation_title; } else { $product_name = $product->get_title(); } array_push( $desc_array, $product_name); break;
Hi,
got following code from amazing ACF (advancedcustomfields) Support, try it in your child themes functions.php
This worked on single value fields and still not on taxonomy fields. We are also trying to find a solution for multi select fields or even multi select taxonomy fields. Any solution would be appreciated..
/** * Generate post title and post slug from ACF single value fields * */ add_action('acf/save_post', 'my_acf_save_post', 5); function my_acf_save_post( $post_id ) { $post_title = 'My default title'; $slug = 'my-default-slug'; // Check if a specific field value was updated. // Replace field_key with the actual field keys of the fields if( isset($_POST['acf']['field_key1']) && isset($_POST['acf']['field_key2']) && isset($_POST['acf']['field_key3']) && isset($_POST['acf']['field_key4']) && isset($_POST['acf']['field_key5'])) { // Replace field_key with keys of the fields needed to generate title $post_title = $_POST['acf']['field_key1'] . ' ' . $_POST['acf']['field_key2'] . ' ' . $_POST['acf']['field_key3'] . ' ' . $_POST['acf']['field_key4'] . ' ' . $_POST['acf']['field_key5']; $slug = sanitize_title( $post_title ); } // Grab Post Data from the Form $post = array( 'ID' => $post_id, 'post_title' => $post_title, 'post_name' => $slug, ); // Update the Post wp_update_post( $post ); }
Forum: Plugins
In reply to: [OoohBoi Steroids for Elementor] STALKER glitchesCould this issue have arosen with the recent Elementor-Update in preparation for container-usage? Is seems as if the Flex Box CSS-setting in Elementor Beta is behaving very similar when it comes to mobile view..
Stribor Marin?i? wrote on WPTUTS YouTube-Channel:
“I love the flexbox model, containers are awesome to work with, and they performe better. I tried using them for the whole project but there’s some mayor bugs. For example when you make a page template and you edit content in “post content” widget, the CSS for mobile does not work correctly and it shows desktop properties.(it works for a second when you save, the next time you refresh it breaks) If not for that, I would use them everywhere from now on even if they are in alpha, hope they get stable soon.”Todays most recent update of elementor didn’t help either to make Widget Stalker work properly again..
Forum: Plugins
In reply to: [OoohBoi Steroids for Elementor] STALKER glitchesGonna start with a BIG THANK YOU aswell for allowing us to stalk you with questions,
having the same issue following your layout class 4/7 (double hero). Trying to get two widgets of 50% width (units) on desktop to 100% stacked on mobile. saving the setting works, but then squeezes them when viewing.
Would appreciate a workaround,
best regardsUpdate:
Issue seems to be resolved since yesterdays update of Elementor and/or Steroids