Mucha
Forum Replies Created
-
Forum: Plugins
In reply to: [GenerateBlocks] Feature Request: Copy & Paste block stylesThank you Tom! That’s awesome! Looking forward to it. 🙂
Figured it out (somewhat easy to overlook as it’s the last item in the dropdown): For the “Archive Page Skin” you can choose “Custom Shortcode”… then just paste in the shortcode of the view you would like to use.
We were able to fix the errors by deleting the “&” character from the wp_default_scripts() function which is found in “/wp-includes/script-loader.php” around line 48.
before:
function wp_default_scripts( &$scripts ) {after:
function wp_default_scripts( $scripts ) {Hope this helps someone.
Thank you for sharing that info @tonyzeoli
@manibuntu Thank you – your technique got my Elementor page back up and running.
Forum: Themes and Templates
In reply to: Splash Page HelpI’m wondering how you even got a splash page to work with 2.1? I’m trying to do the same thing and have been unsuccessful.