• Resolved Queermag

    (@queermag)


    Hello, firts of all I want to say thank you for this amazing theme!
    I’m just wondering if there is a way how to change size of the front page slider and also to translate “Continue reading…” link in the middle of the slider. I can’t find the right file.
    Thanks a lot!

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

    (@rkcorp)

    hi the slider width is flexible and responsive 100%. do you mean the slider height? you could add this to custom.css

    #Gallerybox, #myGallery, #myGallerySet, #flickrGallery {
    height: 400px;
    }

    change the 400px to your own height.

    check for _e(‘Continue reading ‘, TEMPLATE_DOMAIN); in lib/sliders/jd-gallery-slider.php

    Thread Starter Queermag

    (@queermag)

    So maybe i only dont know where to change it, i tried to but it didnt work. I also tried to put the code in custom.css, but it didnt work. It is still XXL slider, as u can see on my website https://www.queermag.cz/

    Theme Author Richie KS

    (@rkcorp)

    there’s no custom.css detected on site.
    did you rename the custom-sample.css to custom.css?

    Thread Starter Queermag

    (@queermag)

    Size changed, thank you, Richie. (I haven’t renamed the custom-sample.css file). But now I’m struggling with moving it on the center, because now it is on the left side, I tried everything i think.

    Theme Author Richie KS

    (@rkcorp)

    try add this custom.css

    #featured {
    float: none !important;
    width: 500px !important;
    margin: 0 auto;
    }

    Thread Starter Queermag

    (@queermag)

    Thanks a lot, Richie!

    Hey Richie I Use Meso Column theme, The image on the Slider of my front page is not displaying i resized the images to every height possible, but it simply doesn’t show up ! What might be the error !
    here is the website
    https://www.divinemercychurch.com

    Theme Author Richie KS

    (@rkcorp)

    it is working fine to me at your site.

    Hello Richie.
    I use your theme Mesocolum in my web ( https://www.futuro.tv/blog ) but suddenly the right colum has dissapeared. If I delete the slider the colum is ok, but if I activate the slider again, the right colum dissapear again.
    What is the problem?
    Appart from this the tabbed sidebar has dissapeared too (with the social networks icons).
    Can you help me?
    Thank you very much.

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