Home Forums Theme support Hercules issues on homepage

Tagged: 

This topic contains 1 reply, has 2 voices, and was last updated by  7Theme Support 10 years, 3 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Hi,

    I’m helping a friend do some updates/corrections on http://www.dhmusicworks.com as he’s run into several issues along the way and we’re having trouble resolving. It’s mainly occurring in one area on the homepage below ‘Sure we can do that’ where the 3 services icons are (Original Music & Audio Editing, Live DJ& Musicians, Private Event Music Planning)

    We simply want to make ‘Continue Reading’ and the Icons linkable to their corresponding pages. It would seem obvious enough but we haven’t been able to fix that, yet. Would you be able to provide any suggestions on how to correct that?

    This is the short code used for that specific section on the homepage admin page:

    [services_grid columns=”3″ rows=”1″ order_by=”date” order=”DESC” icon_align=”center” icon_size=”icon-3x”]

    And this is the bit of code for ‘Continue Reading’ taken from the functions.php file:

    // no more jumping for read more link
    if(!function_exists(‘hs_no_more_jumping’)) {

    function hs_no_more_jumping($post) {
    return ‘ ‘.’Continue Reading’.’‘;
    }
    add_filter(‘excerpt_more’, ‘hs_no_more_jumping’);

    }

    I appreciate any suggestions in advance!

    Thanks!

    Hi,

    the theme you are using is not our hercules theme, it’s another ‘Hercules’ theme…

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.