• Resolved fleetime

    (@fleetime)


    Hi,

    I have a problem with the featured image of home page and slider image size:

    For slider all images show too big and cutted. I tried to resize few images but is not working properly.

    All featured image related to category in home page are cutted.

    Could you help me plaese?

    website: https://www.fleetime.it

    Thanks in advance
    Luigi

Viewing 8 replies - 1 through 8 (of 8 total)
  • Theme Author Richie KS

    (@rkcorp)

    #slider
    try reduce the height for slider in customizer->general->posts->slider height->300 maybe

    add this to customizer->general->custom css

    #custom aside.home-feat-cat .feat-thumb {
        max-height: 1000px;
    }
    Thread Starter fleetime

    (@fleetime)

    Hi Richie,

    home page featured images now work good.

    I need so solve images displayed are enlarged. I tried to reduce at 300px slider height.

    How could I fix it.
    Thanks
    Luigi

    Theme Author Richie KS

    (@rkcorp)

    lets remove the image auto width in slider, add this to custom css

    #custom .jdGallery .slideElement {width: 100%; height: 100%; background: #191919 no-repeat center center; -webkit-background-size: auto; -moz-background-size: auto; -o-background-size: auto; background-size:auto;}

    Thread Starter fleetime

    (@fleetime)

    Hi I tried to add custom css above, but picture in slide show remain cutted.

    Please help me thank you.
    Luigi

    Theme Author Richie KS

    (@rkcorp)

    look fine to me, the slider work as you want, not stretch to width.

    Thread Starter fleetime

    (@fleetime)

    I’m refering to the image in slide that show cutted.
    For example imege in slider “Jojob” is cutted on the sides.

    I would to see the image complete. Here the link for image:
    https://www.fleetime.it/wp-content/uploads/2017/02/jojob_grande-01-kdwC-U10701000982564gTB-1024×[email protected]_.jpg

    Theme Author Richie KS

    (@rkcorp)

    the slider wasn’t using that image. it use
    //www.fleetime.it/wp-content/uploads/2017/02/jojob_grande-01-kdwC-U10701000982564gTB-1024×[email protected]_-640×480.jpg

    try edit lib/sliders/jd-gallery-slider.php

    <?php
    echo dez_get_featured_slider_image("", "", 640, 480, "alignleft full", "featured-slider-img", dez_get_image_alt_text() ,the_title_attribute('echo=0'), true);
    ?>

    ‘featured-slider-img’ to ‘large’

    both code on top and bottom similiar php code.

    Hi,

    I am also having issues with the slider image, i have tried using the custom css but the image still doesnt show.

    its seems to be resizing the image and centralizing it with black on both the left and right.

    ideally it would be great if it could simply take the featured image and run it at its size because if a screen grab the page and crop to the slider it tells me the size is 930 x 400.

    which i crop my images to fit this and it still doesnt pull them to the actual size.

    i also wonder why it is that your template doesnt also show the featured image on the actual post, every other theme i have worked with pulls the feature image to the slider (and never had issues like this) and also keep the featured image to show above the headline on the actual post.

    another thing i dont like about the theme is that when you click a category it by default is saying archives for xxxx (xxx been the category) when ideally i just want it to have the category name.

    finally i have applied custom colors to my categories, but in the primary menu you cant do this unless you create a custom menu.

    if you leave it as default it only shows categories that have posts assigned to them which is great because you dont want dead pages. but you cant assign a color.

    the only way i think you can assign a color to show is making a custom primary menu which you manually add the categories but if at a later date there is no posts for that category it will remain in the menu.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Size featured image and slider’ is closed to new replies.