-
AuthorPosts
-
November 15, 2022 at 11:16 pm #1372723November 16, 2022 at 2:32 pm #1372775
Hey,
Thanks for contacting us!
It looks like something is breaking the footer. Is that on a specific page?
Could you please create temporary admin logins and post them here privately so we can look into it? :)
Best regards,
YigitNovember 16, 2022 at 2:55 pm #1372782We’ve turned it off and on and now it looks good, one of those weird enfold things.
We take advantage of this thread to ask another question, how can we remove the underlining from the links that are shown like this?
thanks..
- This reply was modified 2 years ago by plvsultra.
November 16, 2022 at 4:03 pm #1372801Hi,
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
a:where(:not(.wp-element-button)) { text-decoration: none; }
Lines were added in WP 6.1 and will be removed in upcoming Enfold update :)
Best regards,
YigitNovember 16, 2022 at 4:31 pm #1372803November 16, 2022 at 5:31 pm #1372823Hey,
Please refer to this post – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb and modify /enfold/config-templatebuilder/avia-shortcodes/logoslider/logoslider.php on your child theme and find
$imgage = "<a {$lightbox_attr} data-rel='slide-" . avia_partner_logo::$slider . "' class='slide-image' title='{$linktitle}' {$blank}>{$img}</a>";
and change it to following
$imgage = "<a {$lightbox_attr} data-rel='slide-" . avia_partner_logo::$slider . "' rel='nofollow' class='slide-image' title='{$linktitle}' {$blank}>{$img}</a>";
Best regards,
Yigit- This reply was modified 2 years ago by Yigit.
November 17, 2022 at 12:55 am #1372852Since we are in this maelstrom of questions, I would like to take the opportunity to ask another one, is it possible to eliminate the bar that appears by default in the categories?
Thanks a lot
November 17, 2022 at 7:31 pm #1372997Hi,
I’m not sure what you mean by “bar that appears by default in the categories” please add a screenshot of it so we can see. To add one please try using an Screenshot service and pasting the image URL in your post.Best regards,
MikeNovember 17, 2022 at 9:44 pm #1373014November 17, 2022 at 10:01 pm #1373016 -
AuthorPosts
- The topic ‘footer problem’ is closed to new replies.