Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1369731

    Hi,

    I am sorry, but I cannot get my head around how to remove the last section on this page (it is on more pages) – https://temp2.forcetechnology.com/da/spm-events/spm-erfa-8-moede-produktionsteknik – the section containing a headline and the 5 logos.

    I don’t see it from the Edit page and it is not in a footer – as far as I can see.

    Any suggestions?

    Best,

    Chrilles

    #1369739

    Hey Chrilles,

    Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #1369773

    have a look into your child-theme functions.php if there is something like this:

    add_action('ava_before_footer', function() { …
    

    because it is everywhere on your installation – it seems to be inserted via a shortcode

    #1369781

    Hi,

    Thanks for helping out @guenni007 :-)

    Best regards,
    Rikard

    #1369815

    Thanks, please have a look.

    best,

    Chrilles

    #1369818

    Thanks Guennie007

    It only containes this code

    
    add_theme_support( "avia_gdpr_permanent_hide_message_bar" );
    
    add_filter("avf_masonry_entry_content", function($content) {
           $content = strip_tags(trim($content));
           return $content;
    }, 10, 1);
    #1369826

    Hi,
    Thanks for the login, in your theme settings you are using a custom footer:
    2022-10-22_014.png
    and this page contains the elements you are referring to:
    2022-10-22_015.png

    Best regards,
    Mike

    #1369840

    that too was my thought first – but it is not declared in the DOM as footerpage. In this case the inserted div got the ID : footer-page.
    But on his DOM no such div.

    #1369880

    Thanks both Guenni007 and Mike.

    I get it now. Didn’t really think of that option or that it existed.

    Guenni007, your comment, i guess, is more for the developers of Enfold – I guess.

    Best,

    Chrilles

    #1369888

    Hi,

    Great, I’m glad that Mike could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1370278
    This reply has been marked as private.
    #1370279
    This reply has been marked as private.
    #1370290

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘How to remove a section not visible on Edit page – and not in the footer’ is closed to new replies.