• Resolved tjwoodason

    (@tjwoodason)


    Hi!

    I’ve activated the featured slider. Instead of it showing up under the menu (like in the demo), it’s squeezing in to the right side of my logo. How can I fix this? I’m fairly new to WordPress.

    Thank you in advance!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter tjwoodason

    (@tjwoodason)

    I was playing around with the sizes of the featured images, and seemed to have fixed the problem. I do notice that if the images are just a little different in size, then the slider will resize, too. Is there anyway to stop this?

    Thanks again!

    Theme Author Silkalns

    (@silkalns)

    The main thing it to keep image width tp 1018px and height can be tweaked.

    If feel that you have to change features slider image width you can do it via functions.php.

    Current values are defined like this

    add_image_size( 'slider', 1018, 460, true );

    Thread Starter tjwoodason

    (@tjwoodason)

    Wonderful. Thank you for your quick response!

    I tried changing add_image_size( 'slider', 1018, 460, true ); to add_image_size( 'slider', 1018, 360, true ); . But the change does not reflect

    I did the change in Editor->Theme Functions(functions.php) file in wordpress dashboard. But nothing seems to take effect. Please help.

    http://www.davedenenberg.com/

    I installed the meta slider plug in and created a slider file which I want to appear in place of the three sliders shown on above website.
    how do I go about this?

    please speak plainly as I am new to this.

    thank you all.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Featured Slider Location Problem’ is closed to new replies.