• Resolved Midgard

    (@midgard)


    Hello,

    i´m not a profi and websiteprogrammer. unfortunately my english ist not the best, so i hope you understand my problems.

    Your theme is basically suitable for my project. But i have some “problems” with the slider, and I do not like to move further sliderplugins.

    1. the slider appears at present only when i click on my blog-title. when i click through my various menues, there is no slider – is that intentional? can I easily change this? i would like the slider for each page menue.

    2. can i remove the textbox in the slider (By the way, why does the box next to the title still shows 000?)? only the images are to be shown!

    Big Thx.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Silkalns

    (@silkalns)

    1. Slider is displayed on front page and it is intentional and there is no simple option to enable it on all pages. However, you show it on all pages, you just need to follow this simple tutorials: http://colorlib.com/wp/forums/topic/how-to-add-featured-slider-to-all-pages-not-just-front-page/

    2. You can hide featured text on slider by simply adding this code to Theme Options – Other – Customs CSS

    .featured-text {
        display: none;
    }
    Thread Starter Midgard

    (@midgard)

    GREAT!

    All your instructions have helped – FANTASTIC!
    For this great Theme and your outstanding Support 5 STARS!

    BUT yet a little thing: What can i do when you will update your theme and i lost all these changes? Althoug i have a child theme, but with the header-extensions.php it does not work in a simply way (of course, style.css works).

    Do you still have a tip for me! Or no update is to come in the future.;-)

    Theme Author Silkalns

    (@silkalns)

    Since header-extensions.php is not part of the WordPress theme structure it won’t by copy/pasting file to Child Theme folder like you can do with single.php, style.css, page.php and other standard files.

    However, it is possible to make it update proof via Child Theme. Simply copy/paste function you want to edit from header-extensions.php to Child Theme functions.php and edit this function there. It is a slightly different approach but it will function the same way.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Some Questions to the Slider’ is closed to new replies.