Support » Theme: Custom Community » Serious problem with image slideshow

  • Hello, what’s going on with the picture slide show of my home?
    my site > http://www.mirimbrasil.org.br/
    There is a blank space on the left side. How to fill this space?
    The responsive mode is disabled. The width of the site is 1200 (px).
    As the images on the current slide is 1000×210. Interestingly I increased the resolution of the images slideshow and blanks increased.
    Please help me, I need urgently launch the site.

    hugs

    Ahhh, another problem… when I look at the site on ipad, the background appears incomplete. Appears a blank space on the left side, despite having BG 1300 width. How to solve this?

Viewing 6 replies - 1 through 6 (of 6 total)
  • hi milogus,

    wow beautiful site!! 🙂

    for the slider just add this CSS to the THEME SETTINGS -> CSS tab:

    #cc_sliderslidertop {
    margin-left: 0 !important;
    }

    for the ipad thing i don’t have a solution right away,
    do you mean landscape or portrait view?

    there must be somewhere a padding which we must get rid off..

    P.S. hey, why not add it to the showcase of custom community?
    http://themekraft.com/custom-community/showcase/

    Thread Starter milogus

    (@milogus)

    Thank you @konrads :):):) … good idea, I’ll add the site to showcase the custom community …
    But it did not work 🙁 My home is a static page…

    hi milogus,

    i checked again, and this here must work 1000% 😉

    #cc_slider-top.row-fluid .span12.cc_slider {
    margin-left: 0 !important;
    }

    please add it to THEME SETTINGS -> CSS tab..
    and delete the other style if you haven’t already..

    -> by the way, did you add it to the CSS tab or somewhere else? I don’t mean the editor..

    hope that helps!
    konrad

    Thread Starter milogus

    (@milogus)

    @konrads not work 🙁
    ? dont know why…
    please help me 🙂

    somethings going wrong there… the style should at least appear somewhere in the source code but doesnt…

    could be there is some plugin blocking that, for example some caching plugin…
    if you got one, try disable and save theme settings again (check if the style is still in your css tab and you didnt delete it accidently or something) and check if the error still exists..

    if you dont use any caching plugin,
    try to disable all plugins and check if the error still exists..

    other question – do you use a child theme?
    you could put that css snippet also in the style.css of your child theme if you use one..

    let me know, konrad

    Great site Milogus. Can I ask? How did you implement the second slider toward the bottom of the homepage, and how did you include those captions in the slider images of the banner?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Serious problem with image slideshow’ is closed to new replies.