Links are present and working through "page source" but not through browser?

5 replies · opened Aug 29, 2021

AAbelMagwitchAug 29, 2021

On my page index.html as per url provided. I have linked the <h2> element "Coffee" to demo-blog.html. I have not added the link to the image, merely added the demo-blog.html address to the word Coffee and the now edited date below it. To my surprise neither of your links show anything? They are all correct so I don't understand why? When I view the page source, the links work straight away, but not on the live page. None of the other links to images bring up the link prompt also?
NB index.html on the remote server is hover-parallax.html from Canvas.
I am always very excited when I sit down to use Canvas, disappointed when things like this happen.
please help
AbelMagwitch

SSemicolon WebSTAFFAug 30, 2021

Hello,

Apologies for the Inconveniences caused but it is not likely that the issue is with the Template.

Also, the Live URL you have provided is not working for us. So it would be great if you can please provide us with a Valid Live URL so that we can check what is happening. Thanks for your Patience.

Meanwhile, do let us know if we can help you with anything else or if you find any further issues with Canvas.

AAbelMagwitchAug 30, 2021

Hi
Sorry about the URL. Here is a corrected URL.

Original link not saved as index.html

I gave up on the original page and identified another to use as index.html.
just before I am posting this, I tried the link in 3 browsers to no avail. I have not messed with anything, I am at a loss as to why It happens?

SSemicolon WebSTAFFAug 31, 2021

Hello,

Thanks for the Live URL. We have checked this out and the Pointer Events of Links are turned to none due to the 3d Effect which is why you are not able to click the Links. Simply find and remove the pointer-events: none; CSS Property from the .img-hover-detail CSS Block.

This will automatically fix this and make the links clickable. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

AAbelMagwitchAug 31, 2021

Thanks for that. I was really struggling with it, I would love to know how you find out where the problem lies. Well done.
There is also a problem I am having with Canvas. Same site, different page. After much trial and error, I haved trimmed down this pages of its sidebar but I cannot find out how to centre the #wrapper div to centre the page. I have tried everything I know and all the help I can get but no further on.

http://muff.wellbugger.me/blog-single-full2.html

I know, I think I know, I should be in style.css possibly here:

#wrapper {
	position: relative;
	float: none;
	width: 0 ;
	margin: 0 auto 0 37px;
	background-color: #FFF;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);

Possibly something to do with these two lines:

   `width: 0 ;
margin: 0 auto 0 37px;`

Outside of that, I am lost.

Thanks

SSemicolon WebSTAFFSep 1, 2021

Hello,

We usually check using the "Inspect Element" Tools of the Browser and then we try detecting the possible issues based on experiences with Support.

Simply remove the .stretched Class from the #wrapper DIV. This will make the Wrapper in the center of the Page and give your site a Boxed Look.

Here is an Example: https://themes.semicolonweb.com/html/canvas/index-boxed.html .

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard