Home › Forums › UnTheme › Food & Pizzeria › Clickable Images
- This topic has 7 replies, 2 voices, and was last updated 4 years, 9 months ago by
Maria Do.
-
AuthorPosts
-
-
June 3, 2018 at 2:13 am #21441
ismadmanParticipant(Still waiting on my other update below in this forum…just saying)
I want the image on this page ( Linking to the demo as it is the same )
http://demo.spyropress.com/themeforest/pizzeria/menu/ to link to the order page.
Seems strange that you would click on the ORDER NOW button below the image.
The more intuitive way , top me, is to click the image of the pizza.Can you please let me know how to get this image to click through to the order page INSTEAD of having to click on the ORDER NOW button
The other images seem to be clickable so wondering why this area doesn’t eg. Shop Page http://demo.spyropress.com/themeforest/pizzeria/shop/
Cheers
Kev -
June 4, 2018 at 7:45 am #21709
Maria DoKeymasterHi
In this link: http://demo.spyropress.com/themeforest/pizzeria/menu/ That is CMS Grid element and image of CMS Grid is not click able. If you want to add link for image, you need to custom layout of CMS Grid element.
Thank you.
-
June 7, 2018 at 12:37 am #21965
ismadmanParticipantFinally worked it out.
I am using a child theme.
If your not , It will break on theme updates.
so do below.
// I am using file manager in cPanel in the instructions below(CREATE CHILD THEME IF YOU ALREADY HAVEN’T)
Create vc_templates folder in your child theme folder
eg Child theme folder name – wp_pizzeria-childCopy cms_grid–menu.php file from
/wp_pizzeria-child/vc_templates/cms_grid–menu.php
Put it in your new CHILD THEME folder called – vc_templatesOpen the cms_grid–menu.php file in editor and around line 118
Replace this
// echo ”.$thumbnail;
With this
// ?>
// “>
// <?php
// echo ”.$thumbnail;
// ?>
//I had 3 people test my test site and everyone tried to click on the images.
Not sure how intuitive the ORDER NOW link is below the images. -
June 7, 2018 at 5:34 pm #22019
ismadmanParticipantI snapped a shot of the fix
https://prnt.sc/js0ebe
-
-
AuthorPosts
- You must be logged in to reply to this topic.