Community Forums › Forums › Archived Forums › Design Tips and Tricks › Genesis Responsive Slider: Remove border, disable images, fix blanks.
Tagged: genesis responsive slider
- This topic has 22 replies, 2 voices, and was last updated 12 years, 11 months ago by
BP.
-
AuthorPosts
-
August 10, 2013 at 2:03 pm #55517
BP
MemberPlease...
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/
http://www.solotopia.com/Brad
August 10, 2013 at 2:40 pm #55525Herb Trevathan
MemberI 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 #55527BP
MemberThank 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 #55530Herb 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 #55531Herb Trevathan
Memberlooks 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 #55550BP
MemberHerb, 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 #55559Herb Trevathan
Memberdisable 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 #55561BP
MemberBorder and images are still there.
Brad
August 10, 2013 at 6:05 pm #55562Herb Trevathan
MemberHmmm... 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 #55563Herb Trevathan
Memberif 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 #55565BP
MemberI 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 #55567Herb Trevathan
Membertry:
#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 #55568Herb Trevathan
Memberfor 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 #55569BP
MemberBorder 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 #55570Herb Trevathan
MemberNo 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 #55571BP
MemberI 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 #55572Herb Trevathan
Memberokay 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 #55573BP
MemberThe 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 #55574Herb Trevathan
MemberI 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 #55575Herb Trevathan
Memberyour 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. -
AuthorPosts
- The forum ‘Design Tips and Tricks’ is closed to new topics and replies.