Would any of you know how to help me? I can't get out of it!!
The correct footer is like this page http://turbowaterstyle.altervista.org/p ... ry&path=20
The error is visible on home page http://turbowaterstyle.altervista.org/public_html
Thank you so much!!!!
Ernie
My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.
Crystal Light Centrum Taiwan
Extensions: MailQueue | SUKHR | VBoces
“Data security is paramount at [...], and we are committed to protecting the privacy of anyone who is associated with our [...]. We’ve made a lot of improvements and will continue to make them.”
When you know your life savings are gone.
Now I have inserted the same footer, but it continues to be different only in the home

Code: Select all
<script type="text/javascript">
function force_full_width_57099900() {
var p = $(".standard-body .full-width .advanced-grid-57099900");
if(p.size() > 0) {
p.width($('body').width());
p.css("left", "0px");
var position = p.offset();
p.css("left", "-" + position.left + "px");
p.find(".container").css("padding-left", position.left);
p.find(".container").css("padding-right", position.left);
}
var s = $(".standard-body .fixed .advanced-grid-57099900");
if(s.size() > 0) {
s.width($('.standard-body .fixed .pattern').width());
s.css("left", "0px");
var position = s.offset();
var position2 = $('.standard-body .fixed .pattern').offset();
var position3 = position.left-position2.left;
s.css("left", "-" + position3 + "px");
s.find(".container").css("padding-left", position3);
s.find(".container").css("padding-right", position3);
}
var c = $(".fixed-body .advanced-grid-57099900");
if(c.size() > 0) {
c.width($('.fixed-body .main-fixed').width());
c.css("left", "0px");
var position = c.offset();
var position2 = $('.fixed-body .main-fixed').offset();
var position3 = position.left-position2.left;
c.css("left", "-" + position3 + "px");
c.find(".container").css("padding-left", position3);
c.find(".container").css("padding-right", position3);
}
}
force_full_width_57099900();
$(window).resize(function() {
force_full_width_57099900();
});
</script>
Crystal Light Centrum Taiwan
Extensions: MailQueue | SUKHR | VBoces
“Data security is paramount at [...], and we are committed to protecting the privacy of anyone who is associated with our [...]. We’ve made a lot of improvements and will continue to make them.”
When you know your life savings are gone.
I think it's 2 missing opening <div> tags as you can see in Firefox source view these 2 closing </div>s are not matched:
http://screenshots.antropy.co.uk/143b8979.jpg
UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk
What I found was that there was a html <br> in my product description/name causing this issue.
Start with removing each module on your home page one by one, and when the footer corrects itself, you found the offending module.
Then have a look at the items displayed in that moduel and review the descriptions in HTML format and look for any unesseary breaks (or other html elements).
Remove it and try the module again.
Hope this helps...
paulfeakins wrote: ↑Fri Feb 14, 2020 10:53 pmI think it's 2 missing opening <div> tags as you can see in Firefox source view these 2 closing </div>s are not matched:
http://screenshots.antropy.co.uk/143b8979.jpg
THANK YOU!!!!!!!! I SOLVED!!!!!


Taurinense wrote: ↑Thu Feb 20, 2020 5:37 pmpaulfeakins wrote: ↑Fri Feb 14, 2020 10:53 pmI think it's 2 missing opening <div> tags as you can see in Firefox source view these 2 closing </div>s are not matched:
http://screenshots.antropy.co.uk/143b8979.jpg
THANK YOU!!!!!!!! I SOLVED!!!!!![]()
![]()

UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk
Users browsing this forum: No registered users and 8 guests