Community Forums › Forums › Archived Forums › Design Tips and Tricks › Genesis slider height not changing
Tagged: excerpts, slider, slider height
- This topic has 13 replies, 2 voices, and was last updated 11 years, 8 months ago by Sunil.
-
AuthorPosts
-
January 22, 2013 at 9:46 am #13710SunilMember
Hi,
My site is http://adultacnetreatmentreviews.com. I'm using the Agency theme and in the front page, there is the slider. The problem is, no matter how much I increase the height of the slider settings, the height doesn't change at all on the browser.
I've also limited the excerpts content to 30 characters and yet it is showing more than that. As a result, the "Continue Reading" which is the text I've placed on the More Text settings end up hidden below.
Can someone help?
Thanks.
Regards,
SunilJanuary 22, 2013 at 9:51 am #13712Lisa at OGMemberSunil, I used Firebug to add height: 500px to the #genesis-responsive-slider in CSS and it worked. Could it be that you are just not seeing the changes due to cacheing? Are you using a cacheing plugin?
January 22, 2013 at 10:18 am #13719SunilMemberHi Lisa,
I can't find anything in the style.css file about slider height settings. I do have firebug, but not sure how to use it. Yes, I have W3 Total cache plugin.
The slider height seems to be sticking to the featured image I've set to all the featured posts on my slideshows. My featured image size for all the posts are the same. Width: 517 Height: 195.
But the height settings of the slider is 320. Yet it keeps sticking to the image size.
January 22, 2013 at 10:53 am #13726Lisa at OGMemberSunil,
Did you add the following code to your CSS?
#genesis-responsive-slider {
height: 320px;
}It worked for me in Firebug. Once you make the change in the CSS and save it, you will need to purge your cache and refresh your page so that you are seeing it with the changes. W3 Total Cache is a great plugin but during development you need to keep clearing the cache to see the "live" version of the page.
January 22, 2013 at 11:06 am #13731SunilMemberHi Lisa,
I've added it. But its only the height of the slider that has increased. The content area is still chipped off. You can take a look at my site now to see the difference.
January 22, 2013 at 11:15 am #13732SunilMemberLisa,
Hope you have seen it. I'll be removing the following code that you have asked me to place in the style.css file because its not working. 🙁
January 22, 2013 at 11:29 am #13736Lisa at OGMemberSunil, the excerpts is something controlled separately from the height of the slider. Are you using an excerpt plugin by any chance?
January 23, 2013 at 9:51 am #14055SunilMemberHi Lisa,
No I don't have any excerpts plugin. What else can I try?
January 23, 2013 at 11:39 am #14074Lisa at OGMemberI also have a demo set up of this particular theme. Mine is working perfectly straight out of the box. If I were you I would look for broken code that might be affecting the excerpts OR check to see if there are any plugin conflicts. One little piece of code out of place like a comma can throw a wrench into things. Hope this helps.
January 24, 2013 at 9:08 am #14298SunilMemberHi Lisa,
If you don't mind, can I give you access to my wordpress account? Maybe you can help me check what's wrong. This stuff is too technical for me to handle.
Please let me know. Thank you.
January 24, 2013 at 10:57 am #14328Lisa at OGMemberSunil, if you'd like us to provide some development services, please send me a private message to [email protected]. Thanks.
January 24, 2013 at 11:17 am #14336SunilMemberHi Lisa, I'm afraid I don't think I can afford to pay for any such services. I'm not making any money from this site. I was using a free theme before this and I was getting moderate traffic until Google came up with the EMD (Exact Match Domain) algo update.
Unfortunately, since then, my site got zero traffic. I'm just trying to rebuild my site for a better infrastructure. I just need to tweak a little bit and then start concentrating on my site content and rewriting some of them.
So, at this point, I'm not ready to make any financial commitment. Purchasing the genesis theme is the last thing I can do for now.
Thanks.
January 24, 2013 at 11:29 am #14340Lisa at OGMemberTo check for plugin conflicts: "deactivate your plugins one-by-one until you find the one that is conflicting". If none are, then move on to looking for errors in your code. It's always good to do this anyways. I'd recommend http://www.w3schools.com/web/web_validate.ASP to check HTML, XHTML or CSS code site-wide. It will tell you any errors it finds so you can correct them. That may resolve your issue.
If not, I would go back to square one because the theme works "out of the box".
January 24, 2013 at 11:43 am #14343SunilMemberHey, thanks for the advice! I appreciate it! First I think I'll try to deactivate my plugins one at a time. Maybe I should not deactivate the genesis plugins. Just leave them alone first.
I came across w3schools site before. I'll check on your recommendation. If all still fails, I'll just raise the white flag. 🙁
-
AuthorPosts
- The forum ‘Design Tips and Tricks’ is closed to new topics and replies.