• Resolved galossi

    (@galossi)


    Hi guys,
    I hope that you can help me,
    So, I’m making a new blog and I have not found difficult to configure the template Sketch, it’s wonderful. However, there is a list of numbers below of the slider, the quantity of number is exactly the quantity of slides I have set. How could I remove it? My blog is https://www.maepornatureza.com.br/

    Thank you in advance for your help.
    Regards.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hey there galossi,

    Hope you’re well! ??

    Try disabling all your plugins to see if this is not a plugin conflict because I saw a javascript error when I visited your website. You are seeing the numbers of how many slides you have because the required javascript of the slideshow doesn’t work. Also please tell me if you modify any code in any files of the theme.

    Looking forward for your reply! ??

    Take care,
    Calvin

    Thread Starter galossi

    (@galossi)

    Hi Calvin,
    Thank you so much for answer me. So, I have tried to disable all plugins like you said. First, I disabled all plugins less Jetpack, after, I disabled Jetpack and then I have configured it again, but unfortunately it not solved the problem.
    I’ve changed just one thing on the style.css file, nothing else.
    I just modified this line below:

    @media screen and ( min-width: 960px ) {

    Thank you for help me.
    Looking forward for your reply.

    Hey there galossi,

    Hope you’re well! ??

    The javascript error still there but I noticed that the number of slides is gone. Do you still need help for this matter?

    Looking forward for your reply! ??

    Take care,
    Calvin

    Thread Starter galossi

    (@galossi)

    Hi Calvin,

    Provisionally, I’ve changed the color of that numbers to white, because I need to delivery the site for client. However, as I changed the color of the numbers, the color of the links “Continue reading” on blog page also is white. So, I`ll be extremely happy if you could help me.

    Looking forward for your reply!
    See you.

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi there, to hide the numbers below the slider, we can use a more specific CSS selector and target only those numbers. Change you “a” rule you added to the following.

    .flex-control-nav a {
        color: #ffffff;
        text-decoration: none;
        transition: all 0.2s ease-in-out 0s;
    }

    Or better yet, let’s do this instead.

    .flex-control-nav a {
        display: none;
    }

    Hey there guys,

    Hope you’re both well! ??

    @galossi

    sacredpath’s answer will hide the numbers but I suggest you use the second option which is:

    .flex-control-nav a {
        display: none;
    }

    @sacredpath

    Thanks for your valuable input here ??

    Best Regards,
    Calvin

    Thread Starter galossi

    (@galossi)

    Hi guys,
    Thank you so much @calvin and @sacredpath. The problem is solve now.
    I’ll appreciate if I can reciprocate your help in some way.
    More one time thanks.

    See you.

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    @galossi, you are welcome.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘List of numbers below on Slider’ is closed to new replies.