Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #764354

    I’m using one of the Enfold theme demos and have not done any custom CSS changes. It has been working fine until today and now when I make any sort of changes to any of the pages (add element, delete element, change size of boxes), the footer glitches (fonts change colors, no longer stretches across the screen etc).

    #764605

    Hi,

    To edit any page, you need to share with me your WP credentials in the private content.

    Best regards,
    John Torvik

    #764759

    I have provided the credentials and links to a Dropbox showing screen captures of the footer issue.

    #765216

    Hi,

    Thanks for the login details. I checked all of your pages but I couldn’t see the problem occurring on any of them, how can we reproduce it?

    Best regards,
    Rikard

    #765586

    Hi,
    As I stated above, if you make a change to any of the pages (ie. Go to the Wealth Management page and delete the rule above the “how can we help button” then hit preview page) you will see the footer issue.

    #765931

    Hi,

    To fix it, just add this custom CSS code at Enfold Theme Options > General Styling > Quick CSS

    
    #footer a {
    color: #f7f7f7 !important;
    }
    

    Best regards,
    John Torvik

    #766247

    This did not solve the problem. When I delete the rule or whitespace just above the full width “how can I help” button on any page, the button and footer are no longer stretching full width and the colors in the footer change. When I add the whitespace/rule back in, the page looks as it should.

    #767886

    Hi,

    Please make sure that all elements or set of elements are inside their own color section. If possible, please re-create the issue on a test page so that we can inspect it.

    Best regards,
    Ismael

    #768139

    Footer issue:
    1- Would like to delete the part “Enfold …” from the footer.
    2- in mobile responsive the 2-4 column have more padding from left. Even I did not change that manually.

    Template
    3- how can I reduce the column spacing a bit?

    Hope u can help me

    #768421

    I have created a test page that you can preview when you login to WordPress (called test page). You can see the footer issue at the bottom when I have deleted one of the page elements. Please advise.

    #768864

    Okay it appears that the footer issue only appears on Preview mode. When I update the page, it looks fine.

    #768868

    I am also having a problem on the responsive site where the content sliders on the top of all pages are not showing the full text (please see attached graphic). How can I fix this? It is happening on 2 different sites I am working on.

    #768869

    Here is a link to the responsive issue

    #769225

    Hi!

    I have created a test page that you can preview when you login to WordPress (called test page).

    I’m sorry for the late response. I accessed the site but I can’t see the test page. The footer on the other pages look ok.

    I am also having a problem on the responsive site where the content sliders on the top of all pages

    The caption is not displaying or responding correctly because of the following css modifications.

    .html_header_transparency #top .avia-builder-el-0 .container, .html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
        padding-top: 95px;
    }

    Cheers!
    Ismael

    #769241

    Sorry, I deleted the test page so it is still in the trash. I didn’t want to confuse client. For the captions, do I need to add that to quick CSS? I don’t see it there. Thanks.

    #769263

    Hey!

    If you can’t find the css code in the Quick CSS field, please add this one instead.

    @media only screen and (max-width: 768px) {
         .html_header_transparency #top .avia-builder-el-0 .container, .html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
             padding-top: 0;
         }
    }

    Regards,
    Ismael

    #769460

    Thank you, that worked perfectly.

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘Footer problems when changing other elements on page’ is closed to new replies.