-
AuthorPosts
-
March 21, 2017 at 8:35 pm #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).
March 22, 2017 at 7:01 am #764605Hi,
To edit any page, you need to share with me your WP credentials in the private content.
Best regards,
John TorvikMarch 22, 2017 at 1:34 pm #764759I have provided the credentials and links to a Dropbox showing screen captures of the footer issue.
March 23, 2017 at 8:00 am #765216Hi,
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,
RikardMarch 23, 2017 at 5:30 pm #765586Hi,
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.March 24, 2017 at 6:52 am #765931Hi,
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 TorvikMarch 24, 2017 at 3:42 pm #766247This 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.
March 28, 2017 at 6:37 am #767886Hi,
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,
IsmaelMarch 28, 2017 at 1:55 pm #768139Footer 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
March 28, 2017 at 8:33 pm #768421I 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.
March 29, 2017 at 3:32 pm #768864Okay it appears that the footer issue only appears on Preview mode. When I update the page, it looks fine.
March 29, 2017 at 3:42 pm #768868I 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.
March 29, 2017 at 3:44 pm #768869Here is a link to the responsive issue
March 30, 2017 at 12:50 am #769225Hi!
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!
IsmaelMarch 30, 2017 at 1:46 am #769241Sorry, 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.
March 30, 2017 at 3:06 am #769263Hey!
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,
IsmaelMarch 30, 2017 at 1:50 pm #769460Thank you, that worked perfectly.
-
AuthorPosts
- The topic ‘Footer problems when changing other elements on page’ is closed to new replies.