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
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
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
Thanks, please have a look.
best,
Chrilles
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);
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.
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
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
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