Viewing 9 replies - 1 through 9 (of 9 total)
  • Here is my site. https://kcgmag.com/

    I’m using the zeeDynamic theme. Can’t get the slider/drop down menu to show up like on the preview theme

    In theme options/front page, show front page slider is checked

    How do I activate?

    Thanks for your help.

    Would either of you be able to tell me how you made the front page image slider a smaller size? Mine is preset to the large size you get when you first download the theme and the images are so big. Thank you! ??

    Thread Starter Anonymous User 12851872

    (@anonymized-12851872)

    Hi,

    Media Settings
    The size of your thumbnail images is set in your wordpress media settings and can be changed at
    WP-Admin > Settings > Media. The theme uses medium_size in single posts and pages and thumbnail_size
    in index and archiv files.

    Functions.php
    // Add Slider Image Size
    add_image_size( ‘slider_image’, 880, 290, true);

    Thank you for your help.
    So which section would I need to change to make the front page slider images smaller? Despite changing the numbers on the Media Settings and in the Theme Editor section for ‘add slider image size’ the images have stayed the same size.

    Thread Starter Anonymous User 12851872

    (@anonymized-12851872)

    you can not change the size, it is defined in functions.php and elsewhere, you must have your images for the slider, size 880×290 pixels necessarily.

    Thread Starter Anonymous User 12851872

    (@anonymized-12851872)

    after the plugin regenerate thumbnail

    Apologies what do you mean ‘after the plugin regenerate thumbnail’? How did you manage to make your slider images smaller if it is not possible to change the size?

    Thread Starter Anonymous User 12851872

    (@anonymized-12851872)

    I do not have a smaller image, I did not change anything, the link I therefore an example website, I just wanted the slider looks like this site.

    After putting the right sizes in Media “should create new miniatures, why use the plugin regenerate thumbnails.

    Thread Starter Anonymous User 12851872

    (@anonymized-12851872)

    Hi,
    pity that the author does not respond.
    at least the author of the theme MesoColumn responds quickly.

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