• I’ve got the home page slider set up, but I can’t work out how to make it work with a static home page set up underneath, rather than having to use a post. If I set to static page, the slider disappear and I just get the header image. If I set it to a post, then the slider appears, but I get a post underneath, which I don’t want.

    Any ideas, please?

    Thanks.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author maxsdesign

    (@maxsdesign)

    Hi barquerole,
    maybe you are using the full width page template. I added slider support on that template in the last version of the theme. I will upload it within 48 hours.

    Gene2017

    (@luryglbiyer723728ncro42)

    Hello, I’m wondering how I could have an option of adding more slides than just those 3 available through the built-in Brand theme customizer. What code part would I need to modify for that? Which file is responsible for moving the slide titles/subtitles/find-more-button to other areas (top/bottom/left/right) on the slide? How can I make the slider show the entire image rather than just a ~90% cropped version? What other controls over the front page slider – e.g. the individual font/size/color adjustments of the title/subtitle/button parts (as well as those over the footer ad and the main navigation) would I get in the paid version of your theme? Please let me know. Thanks.

    Gene2017

    (@luryglbiyer723728ncro42)

    P.S. Also, it seems that the slider doesn’t scale the images down so they could fit entirely into the mobile browser window. Any way to adjust that?

    Theme Author maxsdesign

    (@maxsdesign)

    You can add more slides. In functions.php (preferably in a child theme) add this code snippet:

    function more_slides() {
    	return 4;
    }
    add_filter( 'brand_slides_number', 'more_slides' );

    There aren’t any control to move the element inside a slide. I’m going to add animation options and even more visual options for those elements in the premium version.

    The image doesn’t scale because the content could overflow from the slider container and the image would be too small on mobile device.

    In the premium version you can customize colors and fonts of navigation, headings, widgets, footer, buttons, content.

    Gene2017

    (@luryglbiyer723728ncro42)

    Thank you!
    One more question – when looking through the Internet Explorer, it seems that the slide titles/subtitles/buttons first appear in one area of the slide, and then “jump” to where they normally should be. Any way to get rid of this jumping issue?

    Gene2017

    (@luryglbiyer723728ncro42)

    Last question – what code part is responsible for inserting the slider into the header/content areas? Please, let me know. Thank you.

    • This reply was modified 7 years, 4 months ago by Gene2017.
    Theme Author maxsdesign

    (@maxsdesign)

    On which version of Internet Explorer you have encountered this problem?

    When slider is set on the front page header-slider.php is loaded.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Home page slider’ is closed to new replies.