Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #109600
    Garret
    Participant

    How can I easily assign 5 or 6 images to the main slider and have them be non-clickable.
    I’m using Beaver Builder if that makes a difference.
    Thanks

    #109643
    Pratik
    Keymaster

    Hi @Garret,
    Can you post in your site url? I need to check the slider.

    Regards,
    Pratik

    #109701
    Garret
    Participant

    My URL is ctmasterclosets.com

    #109766
    Pratik
    Keymaster

    Hi @Garret,

    You need to use Featured Image Slider as slider type and either leave the Link blank.

    Regards,
    Pratik

    #109866
    Garret
    Participant

    I tried that. No matter what I do, those camera images are all that I get.
    I’m sure I’m doing something simple wrong, but I can’t figure it out.
    To be clear, I’m looking to have the slider scroll through some predetermined images, not images from other parts of the site.

    #109931
    Pratik
    Keymaster

    Hi @Garret,

    This is strange. I will need your admin credentials to check the issue. I will email you shortly.

    Regards,
    Pratik

    #110225
    Pratik
    Keymaster

    Hi @Garret,

    As you can see your site, I have added two image with non clickable links and its working fine. Please check Appearance=> Customize=> Featured Slider. You can increase the number of sliders and add in new images as desired. Please do not forget to save and refresh after you have changed slider number.

    For more info, please see Theme Instructions and check Featured Image Slider section.

    Regards,
    Pratik

    #110319
    Garret
    Participant

    Thank you Pratik, I have got it now. I was trying to adjust from the wrong screen.

    One more question…Is there a way to overlay text or a logo over the slider photos?

    #110357
    Pratik
    Keymaster

    Hi Garret,

    Yes, if you want plain text, you can just add it in Title and Content .

    For logo, it is not possible now. We will push an update to make it possible soon.

    After the update, you need to add it via HTML.

    Regards,
    Pratik

    #110494
    Garret
    Participant

    Pratik, I would like to go about this a different way for now.
    Is it possible to have a larger area for logo in the menu area or above it?
    If you look at my site now ctmasterclosets.com you will see how small the logo is.
    I would like it better.
    Also, for overlay text on the slider images…if you hover over the text a shaded box appears.
    Is there a way to have that box always visible? That way the white text would be more readable on a light photo.
    Thanks for your help!

    #110515
    Pratik
    Keymaster

    Hi @Garret,

    You can use following code to make logo look a bit more prominent and center:

    
    #logo-icon {
        float: none;
        text-align: center;
        width: 100%;
    }
    
    #logo-icon img {
        max-height: none;
    }
    

    To make slider container alway have box, use following code:

    
    #feature-slider .entry-container {
        background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
        border-radius: 4px;
    }
    
    #110578
    Garret
    Participant

    HI Patrik, Logo fix did not work., the Slider box fix did work.
    Maybe I did something wrong?
    Copied and pasted code as instructed but nothing changed in logo area.
    Any ideas?

    #110614
    Pratik
    Keymaster

    Hi @Garret,

    There was a strange issue, it was not working. I changed the positions of CSS and it worked :S

    Check now and let me know it you like what you see or not.

    Regards,
    Pratik

    #110615
    Garret
    Participant

    FANTASTIC!
    That’s exactly what I was looking to do.
    Thank you for your assistance.

    #110650
    Pratik
    Keymaster

    Hi @Garret,

    You are welcome 🙂

    Regards,
    Pratik

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Full Frame Pro – Front page image slider’ is closed to new replies.