• I am using the FullFrame theme by catch themes. I love it. however first time using the sliders in banner. Looks great but the text from the page it is linked to shows in the slider pictures as well. I found in the forum where they referred to being able to just select pictures form the media library and flagging them as sliders, no links to pages. I don’t see where I can do that either. Would like the pictures set as featured on pages to be in sliders like I have but no text. How can I shut off the text? Also how do you just select pictures to be sliders but not linked to pages?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi!
    with this code you can remove the text from the image but no the permalink.

    .page-id-xxx .entry-container { display: none !important; }
    .page-id-xxx .entry-container { display: none !important; }

    xxx it’s the ID of the page wich contains the image slider.
    You must add as many lines as images your slider have.

    Thread Starter Tom Quig

    (@tom-quig)

    Where do I add the Code? Appreciate your help

    You’ve to install the plugin: Simple Custom CSS
    I’ve bad news, I don’t know why the code doesn’t work today. I’m investigating why.

    try this:

    #feature-slider .entry-container {display: none !important; }

    I have tried this but it did not work. I did go to Custom CSS, I copied the text, I have 5 pages so put the ID in there and saved it but the text was still there.

    e.g. .page-id-1 .entry-container { display: none !important; }
    .page-id-12 .entry-container { display: none !important; }

    @mpvrij post your site address

    hello,

    To answer your question you can shutoff the text by going into the full-frame root directory=>inc=>full-frame-featured-slider there on line number 211 you can see '.the_title( '<span>','</span>', false ).' delete the line and you can get rid of the title.
    But I do recommend to do it on a child theme.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘full frame slider pictures ho to eliminate the text’ is closed to new replies.