Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #66798
    freebird
    Participant

    Hello, sorry for my english
    My site is http://xn--80ab0ao1a1d.xn--80aswg/
    In Chrome Image in Featured Slider is good
    In FireFox Image in Featured Slider is bad (does not adapt, remains large, and off-center)
    Please help, thanks

    #66812
    Sakin
    Keymaster

    @freebird: Thanks for reporting. We found that this issue is there only in Featured Post Slider. We will fix this in next version update. For now, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
    #feature-slider .cycle-slideshow .slides { width: 100%; }

    #67163
    Georg
    Participant

    sorry, this does not work for me, my picture is still full width and if I use with: 75% the image is not centered. Can anybody help me how to center the image by using the original size?
    Thanks for help.

    #67164
    Georg
    Participant

    sorry my fault… all fine now I used a wrong picture size 😉
    Thanks

    #67165
    Georg
    Participant

    I just checked it in different browsers. In firefox still not working. I resized the images to 840×300 but they are still full screen. Then I entered the above CSS Option. Nothing happens. If I decrease the percentage to 75%, the image is shown in a smaller form – not the original one -, but not centered. Here the link to my site: http://www.funkfeuer.team/

    Thanks for helping

    #67226
    Sakin
    Keymaster

    @Georg: I check in Firefox and it is showing slider image center

    #67230
    Georg
    Participant

    Hi Sakin,

    pic1.jpg with your CSS command
    http://www.westbeld.eu/temp/pic1.jpg

    same look as without the CSS command

    pic2.jpg after changing to width: 60%
    http://www.westbeld.eu/temp/pic2.jpg

    pic3.jpg Internetexplorer screenshot with 60% width
    http://www.westbeld.eu/temp/pic3.jpg

    pic4.jpg Internetexplorer screenshot with 100% width
    http://www.westbeld.eu/temp/pic4.jpg

    So what can I do, that it works propper?

    Thanks a lot for help.

    #67288
    Sakin
    Keymaster

    @Georg: Which version of Internet Explorer are you checking in from. As I just check in from Chrome, Safari, FireFox and Internet Explorer 11 and the image in showing as center in your site http://www.funkfeuer.tv/

    #67334
    Georg
    Participant

    Hi Sakin,

    the ie has the version 11.0.9600, but it happens also with chrome and other browsers.

    I found out that the full screen mode of the theme has an effect of how the images of the featured slides are shown.
    So if I change the view from full screen mode to window mode and than changeing the width of the window, there is a point where the images are zoomed in automatically. I dont’t want this effect on the slides, because then they become pixelated. So how can I switch off the zoom in function for the featured slide pictures? Or is it only possible to fix the width of the whole site (theme)?

    Regards Georg

    #67418
    Sakin
    Keymaster

    @Georg: You can add the following css to disable that zoom feature:

    @media screen and (min-width: 1440px) {
    	#feature-slider .cycle-slideshow img {
    		width: auto;
    	}
    }
    #67487
    Georg
    Participant

    Thanks, that’s it!
    Kind regards Georg

    #78589
    freebird
    Participant

    In 3.2 was still not fixed :((

    #78596
    Sakin
    Keymaster

    @freebird: I checked in and it’s working fine. Did you refresh your browser after the changes. As when I check in your site it’s working fine.

    #78597
    freebird
    Participant

    strange. has not added css does not work, as I have not refresh last version. remove the code – everything all the ragged works 🙂 sorry and thanks

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Big Image in Featured Slider’ is closed to new replies.