I figured out how to reduce the size of the slider, but I'm having a problem with the images, they simply don't look right, I tried to adjust the size in functions.php and I ended up getting this error "...not responding due to a long-running script", so I changed it back and I got past the error, don't know why, but it worked. How can you get the images to look right? Also, one reason that I want to make the slider smaller is so that I can add some text to the right of it, how can I do that? The text stays static while the slider rotates.
I have a short welcome message in the homepage, can I make the page shorter, or maybe move up the 4 columns at the end of the page? I have the office location and a few other miscellaneous things in these columns, but I would like to move them up below the tabs underneath the slider, I would of course, change the content, right now, they are just set up to fill up space. Thanks for your help
Resizing images in slider and other homepage issues
9 posts from 3 voices-
Posted 2 years ago #
-
Hey,
Can you post the site URL so we can see the problem 1st hand?
James
Posted 2 years ago # -
Posted 2 years ago #
-
Hey,
try to change the sizes in functions.php again. Then use this plugin: http://wordpress.org/extend/plugins/regenerate-thumbnails/ to regenerate the thumbnails...Posted 2 years ago # -
Thanks, that worked
One more question, I reduced the size of the slider, so I have some space to the right of it. I would like to put some text in there, just a few lines, is there a way I can do that?
Thanks again for your helpPosted 2 years ago # -
Hi, is there any way I can add a text widget or something to the right of the slider? I reduced the size of the slider, I wanted to add a couple of sentences in that area. Thanks
Posted 2 years ago # -
You can add a div in index.php after following code:
<!-- ###################################################################### --> </div><!-- end featuredwrap --> <!-- ###################################################################### -->Harcode your text content like:
<div class="slidertext"> My text on the right side </div>At least add following code to style.css:
.slidertext{ position:absolute; top: 130px; right: 0px; width: 200px; }and adjust the top and width parameter to your needs (if you increase the top parameter you'll push down the text block).
Posted 2 years ago # -
Thanks for your help, that worked perfectly
Posted 2 years ago # -
Glad that I could help you :)
Posted 2 years ago #
Reply
You must log in to post.














