E
E
eskask2021-10-13 07:39:00
WordPress
eskask, 2021-10-13 07:39:00

Unlimited elements plugin template import not showing in Elementor, what should I do?

In versions of Elementor after 3.1.4, template imports are no longer displayed, this is corrected by the code in functions.php in the theme or through the Theme Customization plugin, which allows you to add code to it without creating a child theme.

add_action('admin_head', 'my_custom_styles');
function my_custom_styles() {
  echo '<style>
    #e-admin-top-bar-root~#wpbody .wrap .page-title-action,#e-admin-top-bar-root~#wpbody .wrap h1 {
  display:inline;
  }
  </style>';
}

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question