Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #630715

    Hi

    I am not able to add content to the color section block.
    Website:

    Hjem

    I enabled the debug mode and it it is not adding the shortcodes to the av_section
    shortcode. I have disabled all plugins and updated the theme and still not working!!

    #630864

    Hey kennethadalen,

    Sorry for the issues you are having.

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • the URL to the login screen
    • a valid username (with full administration capabilities)
    • as well as a password for that username.

    Best regards,
    Jordan

    #630950

    Hi Jordan,

    Thanks for your reply. I posted the credentials!

    Kenneth

    #631911

    Hi,

    Weird. Is this happening on a different page? What happens if you remove the scripts at the very bottom of the page?

    Remove the code block in the section then append the “pulse” button via functions.php file:

    function add_custom_script(){
    ?>
    <script type="text/javascript">
    (function($){
    	function a() {
    		$('#pulse .entry-content-wrapper').append('
    <div class="arrangementcontainer"><button class="pulse-button"></button>
    <div class="knapplink"><a href="/arrangementer/">KOMMENDE ARRANGEMENTER</a></div>
    </div>
    ');
    	}
    
    	a();
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_script');

    Best regards,
    Ismael

    #631984

    Hi Ismael,

    This happens on all pages to “color sections”. Even if you create a blank page with only one color section.
    The page I posted to you is just a copy to play arround with so you may test as much as you want to on the installation if there is something you want to test.

    This is critical for us because as is we cannot make any updates on our site without losing all color section content. We use color sections allot!

    Kenneth

    #633039

    Hi,

    There might be some corrupted files, so please delete all theme files completely via FTP, before installing a fresh copy from your themeforest account. Here is a short tutorial on how to install the theme via FTP, in case you are not sure how that works:

    Best regards,
    Andy

    #634275

    Hi,

    I cleaned up everything and did a fresh install of the enfold theme without any difference. The bug is still there.
    We cannot edit the pages with color sections without loosing everything inside them. It’s no difference if we have made changes to the color section or on other elements of the page. As soon as you open a page and hit save the color sections turns empty..

    Kenneth

    #634892

    Hey Kenneth,

    I can’t see Enfold installed on your site any more, not sure if you decided to take a different route maybe?

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.