- This topic has 8 replies, 2 voices, and was last updated 5 years, 7 months ago by
tikaram.
-
AuthorPosts
-
October 13, 2017 at 2:48 am #124236
kend
ParticipantI created a standalone home/landing page that links via an ‘Enter’ button to another standalone page that incorporates [portfolio…] shortcode, rather than use the Gridalicious Pro theme’s default Featured Grid Content layout. I want the displayed portfolio images to link to the relevant POST when clicked, but they will only link to the featured image itself. How can I do this? Same result if using [featured_content…] shortcode. Appreciate your assistance.
October 13, 2017 at 5:06 am #124241October 13, 2017 at 5:58 pm #124278kend
ParticipantThis new website is in early development stage and so far only exists on my iMac as localhost. No public URL yet, sorry.
October 16, 2017 at 2:39 am #124374kend
ParticipantOK Tikaram, I have now set up the site on a hosted server for you to look at, but it is incomplete and I need to revert to ‘Coming Soon’ maintenance mode ASAP. Used the Gridalicious Pro ‘Featured Content’ option to show featured images in a 3-column grid, rather than using the ‘Essential Content Types’ Plugin that I was using originally. The public URL is:
http://aariabeautifulgowns.com.au/
‘Featured Grid Content’ is disabled, but still there is a list of post extracts with thumbnails showing on the home page, under the featured images grid. I want to hide or disable that post extracts section – how can I do that please?October 16, 2017 at 7:13 am #124401tikaram
Keymaster@kend : Go to Appearance => Customize => Additional css and add the following css.
#content .wrapper #main { display: none; }
Let me know if you have any further issues.
Regards,
TikaramOctober 16, 2017 at 7:42 am #124402kend
ParticipantThanks for quick reply. That code prevents display of featured posts throughout the site – I just want to hide that div on the home page because the same featured images are already displayed above it and that is unnecessarily repetitive content on the home page. I need each product to be displayed in its own single post when featured images are clicked. Any ideas? Thanks.
October 16, 2017 at 7:48 am #124403tikaram
Keymaster@kend : Sorry for the inconvenience
Please use the following additional css.home #content .wrapper #main { display: none; }
Let me know if this resolves the issue or not.
Regards,
TikaramOctober 16, 2017 at 8:09 am #124405kend
ParticipantThat worked! Thanks very much for your assistance (great theme by the way!).
October 17, 2017 at 4:11 am #124451 -
AuthorPosts
- The topic ‘Essential Content Types Portfolio image links’ is closed to new replies.