• Resolved tanmaymeh

    (@tanmaymeh)


    The slides in the carousel become different and the title and category also go out of the box and in the case of sliders also the slides overlap and slides height also different. What can be the solution?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Mystery Themes

    (@mysterythemes)

    Hello @tanmaymeh

    Your localhost url was not working. If possible provide us the valid URL so that we can check it and give you feedback on this.

    According to your details provided seems like you you have random height and width for the images so that images was not showing properly. We recommend you to use the regenerate thumbnail plugin to recrop image in proper size according to the theme which will fix your most of the issue. If your image was not in proper size then it may cause size issue in website.

    Thanks ??

    Thread Starter tanmaymeh

    (@tanmaymeh)

    And my other problem is while setting the logo in site identity it is not allowing me to crop the image and giving an error like “There has been an error cropping your image.” and there is no option for skip cropping, only crop image is showing.
    Please help me how can I solve this.

    Theme Author Mystery Themes

    (@mysterythemes)

    Hello @tanmaymeh

    For this, you have to add some code to the theme functions.php file.

    add_theme_support( 'custom-logo', array(
    		'width'       => 300,
    		'height'      => 45,
    		'flex-width'  => true,
    		'flex-height' => ture
    	) );

    please replace the whole function.

    Thanks,

    Thread Starter tanmaymeh

    (@tanmaymeh)

    Thanks a lot, it worked and a great theme.
    You can mark it as resolved.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Slider and carousel images height error’ is closed to new replies.