Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #124236
    kend
    Participant

    I 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.

    #124241
    tikaram
    Keymaster

    @kend : Please post in your site URL.

    Regards,
    Tikaram

    #124278
    kend
    Participant

    This new website is in early development stage and so far only exists on my iMac as localhost. No public URL yet, sorry.

    #124374
    kend
    Participant

    OK 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?

    #124401
    tikaram
    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,
    Tikaram

    #124402
    kend
    Participant

    Thanks 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.

    #124403
    tikaram
    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,
    Tikaram

    #124405
    kend
    Participant

    That worked! Thanks very much for your assistance (great theme by the way!).

    #124451
    tikaram
    Keymaster

    @kend : Thank you for using our theme and have a Good day.

    Regards,
    Tikaram

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Essential Content Types Portfolio image links’ is closed to new replies.