• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

Genesis Responsive Slider: Remove border, disable images, fix blanks.

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › Design Tips and Tricks › Genesis Responsive Slider: Remove border, disable images, fix blanks.

This topic is: resolved

Tagged: genesis responsive slider

  • This topic has 22 replies, 2 voices, and was last updated 12 years, 11 months ago by BP.
Viewing 20 posts - 1 through 20 (of 23 total)
1 2 →
  • Author
    Posts
  • August 10, 2013 at 2:03 pm #55517
    BP
    Member

    Please...

    1.) How do you remove the light blue square border?

    2.) Is there a way stop images from being displayed? I only want the article title to be displayed. No content excerpts etc.

    3.) The display shows blank occasionally as it circulates. Seems to happen with long titles. Is there a fix for this?

    See slider below articles here: http://www.guruhabits.com/


    Brad

    http://www.solotopia.com/
    August 10, 2013 at 2:40 pm #55525
    Herb Trevathan
    Member

    I do not see a slider on this page? Can you please explain what you are referring to in more detail?


    Freelance WordPress Developer & Consultant
    Tweet Me: @herbtrevathan – To hire me and get personal support Email Me.

    August 10, 2013 at 2:48 pm #55527
    BP
    Member

    Thank you for your interest, Herb. I meant at the end of any article. See the slider at the bottom of the page, for example, here: http://www.guruhabits.com/reduce-stress/


    Brad

    August 10, 2013 at 2:54 pm #55530
    Herb Trevathan
    Member

    #genesis-responsive-slider {
    background-color: #fff;
    border: 10px solid #eee;
    margin: 0 auto;
    padding: 10px;
    position: relative;
    }

    is in your stylesheet...

    you can add:

    #genesis-responsive-slider {
    border: none;
    }

    to get rid of that.

    Let me know if that works for you.


    Freelance WordPress Developer & Consultant
    Tweet Me: @herbtrevathan – To hire me and get personal support Email Me.

    August 10, 2013 at 2:57 pm #55531
    Herb Trevathan
    Member

    looks like:

    .slide-image img {
    display: none;
    }

    will kill the images...


    Freelance WordPress Developer & Consultant
    Tweet Me: @herbtrevathan – To hire me and get personal support Email Me.

    August 10, 2013 at 4:45 pm #55550
    BP
    Member

    Herb, I put the code here: Genesis/Custom Code/Custom CSS, but the border and images are still showing.


    Brad

    August 10, 2013 at 5:50 pm #55559
    Herb Trevathan
    Member

    disable w3 Total cache, and let me if the issue persists...

    if this fixes it, then delete the cache and re create cache


    Freelance WordPress Developer & Consultant
    Tweet Me: @herbtrevathan – To hire me and get personal support Email Me.

    August 10, 2013 at 6:01 pm #55561
    BP
    Member

    Border and images are still there.


    Brad

    August 10, 2013 at 6:05 pm #55562
    Herb Trevathan
    Member

    Hmmm... I still see this:

    <!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

    Served from: http://www.guruhabits.com @ 2013-08-10 17:03:15 by W3 Total Cache -->


    Freelance WordPress Developer & Consultant
    Tweet Me: @herbtrevathan – To hire me and get personal support Email Me.

    August 10, 2013 at 6:07 pm #55563
    Herb Trevathan
    Member

    if you disable the plugin you will not lose your settings, your setting are in the database - so beyond turning the caching off, you can disable the plugin and then we can move to the next step if this still persists


    Freelance WordPress Developer & Consultant
    Tweet Me: @herbtrevathan – To hire me and get personal support Email Me.

    August 10, 2013 at 6:17 pm #55565
    BP
    Member

    I added this to Custom CSS:

    #genesis-responsive-slider {
    border: none;
    }

    .slide-image img {
    display: none;
    }

    And deactivated W3 Total Cache.

    But border and images still showing.


    Brad

    August 10, 2013 at 6:23 pm #55567
    Herb Trevathan
    Member

    try:

    #genesis-responsive-slider {
    border: none !important;
    }

    .slide-image img {
    display: none !impotant;
    }


    Freelance WordPress Developer & Consultant
    Tweet Me: @herbtrevathan – To hire me and get personal support Email Me.

    August 10, 2013 at 6:25 pm #55568
    Herb Trevathan
    Member

    for prose, also check that minify css is unchecked.

    if this persists we might need to check folder permissions...


    Freelance WordPress Developer & Consultant
    Tweet Me: @herbtrevathan – To hire me and get personal support Email Me.

    August 10, 2013 at 6:47 pm #55569
    BP
    Member

    Border is gone!!!

    Images are still showing. Apparently the images show when the article has a photo. But then no title shows - just the image. So that's why I want to stop the images. If the title is extra long, nothing shows.

    I reactivated W3 Total Cache to see what would happen. Border still gone, images still show.

    I'm following your instructions on this site BTW: http://www.smallmore.com/advantages-of-the-hdtv-computer-monitor-combo/

    I really appreciate all your help, Herb. Sorry to be such a pain.


    Brad

    August 10, 2013 at 6:57 pm #55570
    Herb Trevathan
    Member

    No worries - your problem today is my problem tomorrow - haha : )

    The text is an overlay so if we hide the image it looks like we lose the overlay...

    I need to review the setting for the genesis responsive slider, I do not use it too often. I know there is way to specify the width and position of the overlay.

    Let me look into this quickly...

    You might need some type of "related post rotator" , or similar, since that is what you really are trying to accomplish, and the slider is really meant to be an image slider first and foremost...


    Freelance WordPress Developer & Consultant
    Tweet Me: @herbtrevathan – To hire me and get personal support Email Me.

    August 10, 2013 at 7:04 pm #55571
    BP
    Member

    I already have a related posts plugin.

    What I like about the GRS is that it shows random posts at any quantity that I select.


    Brad

    August 10, 2013 at 7:05 pm #55572
    Herb Trevathan
    Member

    okay try this:

    .slide-image {
    opacity: 0;
    }

    hahaha


    Freelance WordPress Developer & Consultant
    Tweet Me: @herbtrevathan – To hire me and get personal support Email Me.

    August 10, 2013 at 7:07 pm #55573
    BP
    Member

    The image issue isn't that crucial. They attract attention. But I'd sure like extra long titles to show.


    Brad

    August 10, 2013 at 7:19 pm #55574
    Herb Trevathan
    Member

    I think we're stuck - you can target the alt tag, but the break-line and word-wrap does not work for attributes...

    Where are the titles coming from - is that the post title?


    Freelance WordPress Developer & Consultant
    Tweet Me: @herbtrevathan – To hire me and get personal support Email Me.

    August 10, 2013 at 7:30 pm #55575
    Herb Trevathan
    Member

    your best bet would be to go into the plugin and comment out the code for the image unfortunately...do you know how to use the editor in the admin panel to edit the plugin.

    then I would copy the code changes or make good notes.

    the main issue is that this plugin is purpose built to display images as the first priority, and removing that goes against it's primary objective as an image slider...

    Do you know how to edit the plugin files in wordpress?


    Freelance WordPress Developer & Consultant
    Tweet Me: @herbtrevathan – To hire me and get personal support Email Me.

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 23 total)
1 2 →
  • The forum ‘Design Tips and Tricks’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2026 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble