• Resolved SLBerlin

    (@slberlin)


    Hello,
    after updating the Colorway theme to the 3.3.5 version I need some help.
    I would like to disable the new sliding functions of the home page and like to have it static again (like it was in version 3.3.4):

    a) How can I disable the slider of the home page image? I want to show only one picture with heading (static) and do not need the sliding. When I enable the slider, the home page image and heading dissapears completely.

    b) I also would prefer the feature section on the home page to be static again, not “floating into the page”. How can I change it?

    Thanks in advance!

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

    (@inkthemescom)

    Hello,

    You can easily resolve your issue, you just all have to follow the steps as shown in the screenshot given below.

    Link of the screenshot: https://screenpresso.com/=hkbHd

    Hope it will resolve your issue

    Thanks!

    Thread Starter SLBerlin

    (@slberlin)

    Hi, thanks a lot!
    This worked to disable the “floting into the page” animation of the feature section. But the section is still popping into the site with a short time delay. Can I change this delay to zero?

    And unfortunatly my “slider issue” describes under a) is still there.
    Do you have a solution for this? That would be great!

    Theme Author inkthemescom

    (@inkthemescom)

    To stop popping, use this code in Custom CSS field(Appearance=>Theme Option=>Styling Option=>Custom CSS) of your dashboard.

    .salesdetails{
    -webkit-animation: none;
        -moz-animation: none;
        -o-animation: none;
       animation: none;
    }

    For your 2nd issue i.e. to disable home page slider,use this code in custom CSS field.

    nav#nav-dots {
    display: none;
    }
    nav#nav-arrows {
    display: none;
    }
    .sl-slide.slide2.sl-slide-vertical {
    display: none !important;
    }

    Hope it will resolve your issue

    Thanks!

    Thread Starter SLBerlin

    (@slberlin)

    Actually it does! Perfect!
    Many thanks for your quick reply and that great support!

    Thread Starter SLBerlin

    (@slberlin)

    Sorry, I was too quick – I have to re-open the thread again.
    There are two problems left I haven’t noticed until a while:

    1. the slider animation is still active: after a few seconds the home page image is fading away and leaves a blank white space, after a while it comes back in place.

    2. I created a childtheme to implement the changes and there the home page image is blurred and shows only a part of the original picture. It did not change even when I reduce the picture size to 890x460px.
    (I am not sure if it is caused by the changes of the slider or if it is a new topic)

    Do you have an idea? Thanks in advance.

    Hello, I have the same problem of the OP. With the custom CSS I stopped the slider, but cannot fix the features that gradually rise to their original locations.

    The screen shot that the theme author posted is no longer available. I need to stop all the animation. Please help.

    https://www.livingtruth.com

    SLBerlin and Livingtruth, how did you fix it? I have the same problem with the blank white space after a while…

    Lsass, I had to go to appearance> customize> style settings> Custom style setting, and in the custom CSS box pasted the following from the previous post by the Theme Author:

    nav#nav-dots {
    display: none;
    }
    nav#nav-arrows {
    display: none;
    }
    .sl-slide.slide2.sl-slide-vertical {
    display: none !important;
    }

    https://www.livingtruth.com

    sorry, but I was wrong. The custom code did not work. The image did not change right away, but eventually it changes to a blank whited image. I do not like this new 3.4.0 version of Colorway, and just want to go back to the version I had before.

    https://www.livingtruth.com

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Colorway 3.3.5: Disable home page slider’ is closed to new replies.