Okay
  Public Ticket #1919516
layout
Closed

Comments

  • Andrew Chandler started the conversation

    Is it possible to make the main image a carousel - i.e. three rotating images? happy to use rev slider or similar. Otherwise - love the theme

  •  1,974
    Support replied

    Hello Andrew,

    Not really, you can disable hero section for this page and insert a normal Aruba slider in a WPBakery row that has full class in Extra Class Name

    Of course you could use a rev slider too, but I suggest turning off AJAX page loading.

    AJAX requires a slightly different way to build your content.

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Andrew Chandler replied

    Have updated as described but I can't get the Aruba Slider to fill the area starting at  the top of the screen - https://www.andgold.co.uk/

  •  1,974
    Support replied

    Hello Andrew,

    try going to /sections/hero_section.php and remove lines 18 to 28

    <!-- Hero Section -->
            <div id="hero">
               <div id="hero-styles" class="parallax-onscroll">
                    <div id="hero-caption">
                        <div class="inner">
                            <h1 class="hero-title"><?php the_title(); ?></h1> 
                        </div>
                    </div>                    
                </div>
            </div>                      
            <!--/Hero Section -->

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Andrew Chandler replied

    Thanks - think I am nearly there - https://www.andgold.co.uk/ 

    The Aruba Slider doesn't reload when you come back to the page from the menu - is there a way round this or possible to force reload / turn off ajax for that page?


    Thanks again

  •  1,974
    Support replied

    Add Home as custom link in the menu (instead of page link) and change the logo link too:

    /sections/header_section.php

    from

    <a class="ajax-link" data-type="page-transition" href="<?php echo esc_url( get_home_url() ); ?>">

    to

    <a href="<?php echo esc_url( get_home_url() ); ?>">

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy