Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1372723

    Can someone explain to me why my footer looks like this in the mobile version?

    footer-problem

    #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,
    Yigit

    #1372782

    We’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?

    menu

    thanks..

    • This reply was modified 2 years ago by plvsultra.
    #1372801

    Hi,

    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,
    Yigit

    #1372803

    Taking advantage of this thread, I would like to know how I can put the images included in a partner element as nofollow links

    NOFOLLOW
    Thanks

    #1372823

    Hey,

    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.
    #1372852

    Since 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

    #1372997

    Hi,
    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,
    Mike

    #1373014

    Hola,

    When you create a category on Enfold, a sidebar is automatically added to the category page as can be seen in the screenshot. The question is, how can I make a category show as a page, without that sidebar.

    barra-lateral

    #1373016

    Hi,
    Thanks for the screenshot, you can disable sidebars for categories with the theme option Enfold Theme Options ▸ Sidebar Settings ▸ Sidebar On Archive Pages ▸ no sidebar
    2022-11-17_004.png

    Best regards,
    Mike

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘footer problem’ is closed to new replies.