Not sure if you've seen this one but I'm stomped so here it goes: I've partnered with google and as a requirement I placed the google adsense code on my page to be verified and able to display ads.
However, before partnering up I had a fully functioning favicon displayed on my website on all pages, posts, and my website links. Now, after partnering up, My favicon is not displaying like before. The google blogger favicon has now taken over the place of my favicon and I can't get it back no matter how I try.
Could it be the script code that I had to copy in the php and sidebar widget area?
By the way, I deleted the code from the <head> php area and that didn't work. I'm really confused. What's really weird is that the Contact page is the only page that still shows my favicon like it's supposed to show on all my pages esp homepage. Please checkout my site sve-accountingandtaxes.com to see if you can see anything looking out of place with favicon?
Thanks for your help everyone.
When I go to your homepage, I do not see the favicon displayed on the browser tab like I normally would. But when I go to https://www.sve-accountingandtaxes.com/favicon.ico I do not see a favicon displayed on the page, either. I just see a completely white page. For comparison, when I go to https://www.google.com/favicon.ico I see the image (small) in the center of the page.
Perhaps it accidentally got deleted and needs to be uploaded again.
Related
I have a particular problem on a site that I'm working on and can't seem to get things working on Wordpress. I have a tab section of the site that uses # to function properly. I also have anchor links to these sections as well. Everything works great, but when I navigate off of the page and click the browser back button, I have to click through each # until I get to the root page. I realize that this is the normal browser behavior, but need to find a workaround if possible. I've tried all sorts of code, and could post some things I've tried but nothing is working thus far. Any help would be greatly appreciated.
Thanks so much
I am working on a website for a school project and I had made a modal gallery to show some pages of a brochure. So to test I made a seperate document to see if it would work and it did. But ofcourse when I tried to put it in my correct webpage it didn't.
It should be in the blue GIP section but instead it is on the bottom of the page and I can't seem to get it to go up. Also the whole gallery is broken but that is not for this sub I think.
Thank you to anyone that tries to help.
Test: http://www.vseppe.gc-m.be/Gip/test.html
Webpage: http://www.vseppe.gc-m.be/Gip/index.html
I can't figure out how to paste the code correctly in here, please comment or message if you need it.
I have just seen a website that can create a link to any website and display a modal when the link is clicked on someone else website. I was just curious if anyone knows how this is done?
Here's the test link that does this:
https://twitter.com/workladuk/status/955752813333766144
Here's how this scheme works:
Notice that clicking on the link in the tweet mentioned in your comment (seen at https://twitter.com/workladuk/status/955752813333766144) doesn't actually take you to StackOverflow, even though it appears to point to this article.
It takes you to http://readr.me/vc-25, a totally different site. This is clear from the browser address bar.
By inspecting the HTML of that page using the browser developer tools, we can see that it actually is a totally different page containing an overlay with the signup form, and also an iframe containing the page the user was hoping to visit, giving the illusion that they're on the page and just need to close the popup to view it. Once they do close the popup, it actually makes a whole new HTTP request and redirects the user to the real page.
Interestingly, this was even more obvious given the example you used, because when going to the site with the signup form, the StackOverflow page displayed underneath it showed I was not signed in, even though I was signed in to SO in other tabs in the browser. This will be because running it in an iframe caused it to be run in a separate session, in which I was not signed in. This was a another big clue to show that I was not on the real Stackoverflow page.
So to be clear, it is absolutely not making a popup appear on another website, because that's impossible without hacking it. Instead it's actually creating another page containing the signup form, redirecting the user to that page and embedding the "real" page within that to create an illusion.
I've been developing a website(on WordPress) and came across a very strange error.
I have AdSense ads shown, 1 on header and 1 on sidebar. It shows everywhere else, including posts, media, pages, etc. It just will not appear on my home page.
But I've noticed that if I add any sort of query string at the end of home URL, AdSense ads appear perfectly..
I've literally stayed up all night trying to solve this but I feel like I've made more mess. If anyone could please look at my website and see what the problem is, I would really appreciate it.
The website is http://catloversnation.com. You can see the ads if you go http://catloversnation.com?a or http://catloversnation.com?example=3jlfajdlsfa
Thank you so much for your help..
We have a header on our main website (Site #1) that is then fed to another website (Site #2). The header has a "My Account" link that is supposed to belong to site #2. When you click on from site #1 it loads full page same window correctly. When you go to site #2 and click the button it loads ONLY in the iframe at the top of the page (essentially the same area that is holding the header).
Site #1 is www.saclibrary.org
Site #2 is www.saclibrarycatalog.org
The original link that is supposed to be there for the my account link is https://find.saclibrarycatalog.org/iii/encore/myaccount
To get it to work for now I had to change the link to a redirect page on the first site, then have that page auto-redirect back to the second site's my account page. The urls in the iframe work correctly for any link that is not the same domain (saclibrarycatalog.org). That's why my work around works, but the original link in the same domain does not.
I've found a lot of places online telling you how to make a link load only in the iframe and not in full same page, but not the other way around, and I can't seem to reverse engineer any of those tips. Another web developer I talked to said it was a browser issue, but we have not done any updates to the browsers on the computers here. We are running firefox 25.0.1, and IE 9.
Thanks in advance!
You should really modernize your method. Using php, asp or cgi (depending on your hosting server capability) will allow you to split your header from the rest of your page (as for the footer and any other part). So loading your page and checking the requested URI, you can decide what is shown, when, and even don't load certain parts of your page.