Forum Replies Created
-
AuthorPosts
-
Thanks Dave, It did not self correct though.
Had someone get on and fix the formatting. I’m guessing WordPress new use of widgets caused it.
Dave,
Thanks!
This was like my second website and might want to buy more SKT themes but there are so many.
Which Theme would you say is the most modern and up to date with the latest wordpress and other modern themes of 2021?I have a second .com site for working on new stuff that wont affect the other site.
Maybe I meant a Theme that had more built in theme options.
On this one I had to use quite a few plug ins to get it the way I wanted.
Dave, Thats for the new code. Just a question.
Is your code:
.footercols4 p:empty {
display: none;
}Better than the fix I am currently using?
body p:empty:before {
content: none;
}Mine seems to work fine but maybe the footer specific one is more efficient don’t know.
I found a fix for the line spacing issues with word press 5.7. It appears that it has affected many themes.
The best solution is to remove the extraneous P tags. However, if you want to adjust the behavior here, something like this should work:
body p:empty:before {
content: none;
}
You could use that in the Custom CSS settings, or in the theme, or what have you.I added the code to the CSS of the healing touch theme and it seems to have fixed the footer spacing. The change was done on purpose by wordpress but I read that they might revert back in the next version due to the complaints.
Again if you would like to read a discussion on the issue refer to the link below.
https://wordpress.org/support/topic/empty-spaces-after-wordpress-5-7-update/#post-14163553
Here is a better comparison of WP 5.7 vs 5.5.3 footer spacing.
Ok I put the word press 5.7 back on for the weekend. The footer under latest news went down with a bunch of blank spaces above it. 5.5 its perfectly aligned. Take a look. I will revert back to 5.5 after the weekend
The reason it look ok when you went to the sight is I had already reverted back to wp5.5. If you look now over the weekend its on 5.7 and again the footer spacing is not correct. Would like to fix it if possible.
ThanksHi,
We did not find any footer aligment issues on your website
Kindly update in 5.7 version again. Then we will solve that issue.
Regards,
Dave
========================================================================
Thanks for looking!
You don’t see any footer issues because I reverted back to the old version. But yes I can update again. Its also possible it was due to Eliminator plugin update. I will do they 1 at a time then check to see when it breaks the footers.I am not sure if this is the problems but maybe it will help you help me on the 5.7 issue.
https://wordpress.org/support/topic/empty-spaces-after-wordpress-5-7-update/#post-14163553
I reverted back to to word press 5.5.3 maybe 5.7 messed it up or the new eliminator. It looks fine now.
But someday I will move up to wp 5.7 and would like to know how to fix the footer issue that occurs by updating.
Thanks!
I restored it its working now.
jonesvision.rocks
Doh! Easy once you understand!
Thanks Dave!
Seems to be working now.
Im not sure what you mean. Like this? It made no difference so I gather I don’t understand what you meant or where to put it or exactly how to type the ID you are referring to. Thanks.
Thanks Brad.
Do you have a cheat sheet on more icon tricks?
How would I have known that for that icon to display I would need to put that line?
.fa.fa-facebook {
font-family: “Font Awesome 5 Brands” !important;
}Hmm I guess i did not put the link to the site
Here it is
https:\\jonesvision.rocks
https://jonesvision.rocks/
Both header and footer are effected. It just does not like like facebook, others work.
When I type
[social icon=”facebook” link=”#”]
Where does the theme look for the icon? It has to be a file someplace. Where are those files stored? If I look at the site with a File manager or command prompt is there a directory or place where one could swap out image files?
What if I wanted icon=facebook” to show a picture of a pumpkin? I feel to far removed from what is going on under the hood. So when something breaks not sure where to look to fix it.
Thanks
-
AuthorPosts