• Resolved sleemandude

    (@sleemandude)


    I’d like to know where to modify the “timer” for the slider…

    Also, if relatively simple, I’d like to remove the “half-transparent” dark banner at the bottom because it overlays some text I want people to be able to read.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter sleemandude

    (@sleemandude)

    Found my answer for the timer: …/js/nivoSettings.js
    pauseTime: #### increase to value of your choise.

    Still searching for the “bottom part” that overlays the image.

    Theme Author ThemesBros

    (@themesbros)

    Hi, sorry for the late reply.

    For the half-transparent part (I assume you mean on caption), as for any other customizations – it’s preferred to do it via child theme.

    Copy slider.php to child theme, and remove this:
    title="<?php the_title_attribute(); ?>"

    That should do it.

    Thread Starter sleemandude

    (@sleemandude)

    Thanks for the answer! I’ll give it a try.

    Mean while, I modified the opacity to 0.0

    Thread Starter sleemandude

    (@sleemandude)

    Your solution worked perfectly for the caption. Lot simpler than changing the opacity!

    Now my question is regarding the use of nivoSettings.js in a child theme: I copied and modified the file inside the Child theme, but it is not working. Where and how do I tell it to use the “child” .js ?

    *would you prefer a new topic?

    Thread Starter sleemandude

    (@sleemandude)

    Please tell me if I am correct:

    In the original functions.php file, I replaced get_template_directory_uri() by get_stylesheet_directory_uri()

    It did the trick, but is this the “proper way” of doing things?

    Theme Author ThemesBros

    (@themesbros)

    Hi, sorry for the late reply.

    As long as you’re editing parent theme files directly, it’s not a proper way. But, if I’d put get_template_directory_uri() instead of get_stylesheet_directory_uri() there wouldn’t be problems.

    I wasn’t thinking about this when I was developing theme, so I’ll put it on my to do list.

    Theme Author ThemesBros

    (@themesbros)

    I’ll put this as resolved.

    Thread Starter sleemandude

    (@sleemandude)

    Thanks!

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