05-29-2014, 04:18 PM
More of a "heads-up" here than anything else.
Problem: On homepage of Linux Lite (specifically on https://www.freecinema2022.gq/ and/or https://www.freecinema2022.gq/index.html), none of the links to other pages were working. Had to type in the link addresses of other pages to get to them because links from homepage didn't work. Once on another page, the links from them to others worked fine -- it was only the homepage that had problems.
Have tracked down cause of mysterious problem to be things on the homepage being blocked by the Adblock Plus extension in Firefox web browser. Here are my Adblock settings:
And here are the items (in red) being blocked on the LL home page that cause all links on the page not to work:
It appears that something about the social media buttons for Facebook, Twitter, etc. being blocked is causing problems with all links on the page. I have not yet run into this problem on any other website. Here's what I see without Adblock:
And here is same area with Adblock:
I'm no expert in HTML programming, but it appears that blocking the buttons causes this script (which is NOT being blocked) to not work properly.
On above screenshot showing blocked items in red, if I allow the 3rd, 4th, & 5th blocked items then the links on the homepage work again. Since none of the other pages on the LinuxLite website use the script and social media buttons, this problem does not happen on them.
So, the question to me is "why" does the malfunction of that script (caused by blocking social media buttons) affect ALL of the links on the page, rather than just the social media links?
Like I said, I'm no expert on this and am really just guessing. Maybe someone else here who knows more about HTML programming can look at the source code for the homepage and figure it out.
Anyway, if anyone else happens to have same problem, just disable those Adblock filters on the LL site or manually type in the link you want to go to -- eg. "http://www.freecinema2022.gq/support.html"
Problem: On homepage of Linux Lite (specifically on https://www.freecinema2022.gq/ and/or https://www.freecinema2022.gq/index.html), none of the links to other pages were working. Had to type in the link addresses of other pages to get to them because links from homepage didn't work. Once on another page, the links from them to others worked fine -- it was only the homepage that had problems.
Have tracked down cause of mysterious problem to be things on the homepage being blocked by the Adblock Plus extension in Firefox web browser. Here are my Adblock settings:
And here are the items (in red) being blocked on the LL home page that cause all links on the page not to work:
It appears that something about the social media buttons for Facebook, Twitter, etc. being blocked is causing problems with all links on the page. I have not yet run into this problem on any other website. Here's what I see without Adblock:
And here is same area with Adblock:
I'm no expert in HTML programming, but it appears that blocking the buttons causes this script (which is NOT being blocked) to not work properly.
Code:
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
On above screenshot showing blocked items in red, if I allow the 3rd, 4th, & 5th blocked items then the links on the homepage work again. Since none of the other pages on the LinuxLite website use the script and social media buttons, this problem does not happen on them.
So, the question to me is "why" does the malfunction of that script (caused by blocking social media buttons) affect ALL of the links on the page, rather than just the social media links?
Like I said, I'm no expert on this and am really just guessing. Maybe someone else here who knows more about HTML programming can look at the source code for the homepage and figure it out.
Anyway, if anyone else happens to have same problem, just disable those Adblock filters on the LL site or manually type in the link you want to go to -- eg. "http://www.freecinema2022.gq/support.html"
Try Linux Beginner Search Engine for answers to Linux questions.