Anchor link doesn't work when clicking picture at my website - href

I've noticed a problem at my shopify website where there's two pictures with asigned anchor links to them. When clicking the pictures nothing happens. I've tried looking trough the console but I can't seem to find the problem.
Website = https://kuddexperten.se/
First URL = https://kuddexperten.se/products/cloudform-original?variant=39410644713672
Second URL = https://kuddexperten.se/products/ortofoam
I hope anyone can find the solution! Thanks :)
Picture of where my anchor links are

Related

How to create screenshot of every page on website

Hello I found many programs which capture screenshot of the website, but I need a program which will 'click' all of the links on th site and give me sceenshots of every single page not only current. Any ideas?
How about trying a https://www.screenshotmachine.com/ ? It seems to be what you're looking for.

Trac wiki subpage linking

I have Trac wiki page with multiple subpages like
(wiki:)Rootpage/More info/Details/Details on details
I need to create links on the last subpage on this path. If I put it
[[Rootpage/More info/Details/Details on details]]
Trac suggests me to create new page, even thought it regognizes the page with same/similar name. My typing is correct.
I get a red link when I add / in front of the link like
[[/Rootpage/More info/Details/Details on details]]
but when clicking it,it causes not found -error. Confusing. Can anyone help me fix this?
The answer turned out to be hard to see whitespaces on page names.

Wall post shows "n/a"

I have a problem that's been bugging me for a while now. I have a page with a Facebook Like button on it. When the visitor clicks on it, everything is working as it should. The user first logs in her Facebook account, and the right information is showing in the little iFrame that pops up. It has correct headline, url, image, and the possibility to add some text to the post.
But once posted on Facebook, the wall post doesn't show the description, instead it shows four rows with the text n/a. How come?
Some additional information:
I have set the followwing fields in the head section of the html, and
the Facebook debugger tool scrapes the correct information: og:title,
og:description, og:image, og:url, og:locale, og:type
Also, it always works for me and some others when liking it, but not
when person X or Y tries to share it, so it's kind of sporadic...
I use the Facebook js sdk.
In the Facebook debugger tool I get this warning: fb:admins and fb:app_id tags are missing. These tags are necessary for Facebook to render a News Feed story that generates a high click-through rate. But I have read somewhere that this shouldn't be necessary in my case.
The description sometimes contains characters like Å, Ä and Ö.
Has anyone else experienced this behavior?
Thanks in advance!

Facebook comments plugin not displaying moderation link

I'm using the Facebook comments box plugin..I have many pages with different get urls (example.com/id.php?id=1,example.com/id.php?id=2), and I'm attempting to give each its own seperate comments box. Everything is working fine except I get a warning telling me to add the href to the like button so I did. The only problem is, now a moderation link doesn't even appear..Here's code
" href="example.com/example.php?id="> ...I also included all meta tags I'm 100% sure..
I figured out the problem..Basically, if the page requires a login of some sort to view the contents, Facebook's bots don't have access to the meta tags.Therefore, you should add the meta tags to the page that a non-logged in user would see..This really caused me trouble and I hope this helps someone!

Like/Recommend Shows link relative to www.facebook.com

I have recommend buttons setup for articles in a blog. My OpenGraph meta tags are setup and checking the url on the facebook debugger shows the expected information (shown below obfuscated)
fb:app_id xxx
og:url http://example.com/blog/title-of-artilce
og:type article
og:title Title of article
og:image *correct image*
og:description *description*
og:site_name Sitename
og:updated_time 1326303278
However, in the user's wall, the image is not shown & the URL is shown relative to facebook:
http://www.facebook.com/blog/title-of-blog
The problem is identical whether the recommend is on the actual page, or located on a different page with a URL directing to the page. The 'like' count functions as expected.
The updated time above shows that it shouldnt be a cache problem.
Any help appreciated.
* SOLVED * - URL submitted to button was relative rather than absolute.
Silly mistake on my part.. The links in OG were not fully qualified URIs ..
So, /foo/bar was being translated to http://facebook/foo/bar