Removing slider captions?

Viewing 8 posts - 1 through 8 (of 8 total)
  • #2946
    Ephras
    Participant

    Hi there. I’ve just started using the Minimatica theme and while it’s been great so far, the captions that appear when you mouse over the slider boxes has been bothering me.

    How would one go about removing the captions while keeping the title portions?
    Thanks in advance!

    #2947
    Amanda C
    Participant

    Hi Ephras!

    I am having the same problem as well. If you figure out how to get rid of them before I do, please let me know how you did it. I will definitely inform you of whatever feats of coding that I manage πŸ™‚

    #2948
    Ephras
    Participant

    At the moment my solution is a big convoluted. I’m using the “Quick Page/Post Redirect DEV” plugin to basically direct one post to another. That way the post the sliders are actually linked to are left blank.

    Any ideas for a more permanent solution?

    #2949
    Amanda C
    Participant

    No, I have not been able to find a more permanent solution and, actually, now I cannot even see my website on the localhost that I setup. I am starting to think this would have been easier had I simply paid someone to do it for me πŸ™‚

    #2950
    Amanda C
    Participant

    Hey Ephras!

    I just stumbled upon this bit of coding that Daniel, the creator of the Minimatica theme, wrote in order to restrict the number of words in the captions under the titles of the gallery slider boxes. It does not fix the issue we are having entirely but it is definitely an improvement to the paragraph of text I originally had under mine! Hope this helps.

    Add this to functions.php:

    function minimatica_excerpt_length( $length ) {
    return 25;
    }

    add_filter( ‘excerpt_length’, ‘minimatica_excerpt_length’ );

    Taken from here: http://wordpress.org/support/topic/theme-minimatica-how-to-show-images-on-homepage

    #2951
    Amanda C
    Participant

    I just tried the coding out and, for some reason, when I put it into my functions.php folder, everything stops working so if it works for you please let me know!

    #2952
    Amanda C
    Participant

    I figured out how to do it!

    In loop.php and loop-slider.php there are tiny sections that have to do with “excerpt”. Find those clauses, delete them and you should be in working order!

    Good luck!

    #2953
    jessiehannah
    Participant

    Is there anyway of limiting what shows up as a caption. I believe all the mentions/solutions above are talking about deleting the content all together. (whcih I understand was the original topic)…hoping whoever knows the answer to that can help me also!

    with-grace.com

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

You must be logged in to reply to this topic.