Comments Andrew Chandler started the conversationMarch 4, 2019 at 9:02pmIs 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,974Support repliedMarch 5, 2019 at 3:31pmHello 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 NameOf 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 PolicyAndrew Chandler repliedMarch 6, 2019 at 5:28pmHave 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,974Support repliedMarch 6, 2019 at 5:50pmHello 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 PolicyAndrew Chandler repliedMarch 6, 2019 at 11:18pmThanks - 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,974Support repliedMarch 7, 2019 at 12:56amAdd Home as custom link in the menu (instead of page link) and change the logo link too:/sections/header_section.phpfrom<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 Sign in to reply ...
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
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
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/
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
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
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