Visuals not showing up properly after pasting shortcode

Hey, guys. I’ve recently been trying to add a page linked image grid that links to various pages throughout my site, but every time I paste the code, whether that be in the visual or text editor, I still get the same result. Here is a screenshot of what I’m seeing after adding the code

Any insight on this would be greatly appreciated. Thank you!
I’m pasting the code within elementor if that helps.

Hello There,

Thanks for writing in! There could be incorrect urls in your code. Please provide the code in your next reply so that we can check your code. On the other hand, the images could be coming from a different domain which has resulted to a CORS issue or Cross Origin Resource Sharing (https://en.wikipedia.org/wiki/Cross-origin_resource_sharing). If possible, please provide the url of the page in question as well so that we can investigate this.

Regards.

Hey Devin,

The issue is because you’re using pretty quotes.

It is different than the regular quote character. Compare with ". Please use the latter.

Hope that helps.

It worked! Is there a way I can attach a link to the images? I’m making it into a catalog for products that link to a different page. Also, would it be possible to make that video private or delete it, I don’t want my site publicized just yet. Thank you for your help, Christian.

Hi There,

You can add the <a> tag to your images. Something likes this:

<a href="http://yourlink.com/">[image type="rounded" src="http://yourdomain.com/image.jpg" alt="Text"]</a>

BTW: I’ve deleted the video link.

Hope it helps :slight_smile:

Could you show me an example by linking to this page using the link with the block grid.

[block_grid_item][image src=“https://dirtbikeplanet.com/wp-content/uploads/2017/11/goggles-1.jpg” alt=“Recommended Goggles” type=“thumbnail”][/block_grid_item]

Hello There,

You can have it like this:

[block_grid_item]<a href="https://dirtbikeplanet.com/best-brands/">[image src="https://dirtbikeplanet.com/wp-content/uploads/2017/11/goggles-1.jpg" alt="Recommended Goggles" type="thumbnail"]</a>[/block_grid_item]

If you need anything else we can help you with, please let us know.

That helped. Thank you!

You’re welcome!
We really appreciate for letting us know that it has worked for you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.