Footer error / bug in 3.14

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Nov 12, 2014 4:39 pm
Reply with quote
Report this post
I am having some trouble with the 3.14 update.

At the bottom under "gkFooter" there is a space thats not suppose to be there.

www.hadbergs.dk

If you disable "gkIsWrapperFixed" you can see this code:
jQuery(document).ready(function(){ // Target your .container, .wrapper, .post, etc. jQuery("body").fitVids(); });

In Layout->Default this code is present in the bottom:
<s-cript>
jQuery(document).ready(function(){
// Target your .container, .wrapper, .post, etc.
jQuery("body").fitVids();
});
</script>

Have tried to remove - string in <s-cript> to <script> but that dosent change anything.

What to do?
User avatar
Senior Boarder

GK User
Wed Nov 12, 2014 4:46 pm
Reply with quote
Report this post
Typically....

Solved....

Somehow Joomla didn't save the file correct and keeps the slash in the script <s-cript>
Changed it with FireFTP and now the space is gone :)

But why the slash was there in the first place, I dont know :)
User avatar
Senior Boarder


cron