Support ForumAccordion action – Support Forum https://support.ishyoboy.com/forums/topic/accordion-action/feed/ Sun, 05 May 2024 10:47:54 +0200 http://bbpress.org/?v=2.5.12-6148 en-US https://support.ishyoboy.com/forums/topic/accordion-action/#post-10035 <![CDATA[Accordion action]]> https://support.ishyoboy.com/forums/topic/accordion-action/#post-10035 Tue, 22 Sep 2015 21:40:13 +0000 nick Hi there

We have a lot of content inside accordions. They’re all set to False i.e. they’re closed when the page loads. When you click on the first accordion, and read to the bottom of the page, and then click on the second accordion, you’re not taken to the top of the accordion, so you have to manually scroll up to start from the top of the second accordion. Is there a way to set the page to jump to the start of the accordion when it’s opened?

Thanks

]]>
https://support.ishyoboy.com/forums/topic/accordion-action/#post-10047 <![CDATA[Reply To: Accordion action]]> https://support.ishyoboy.com/forums/topic/accordion-action/#post-10047 Wed, 23 Sep 2015 14:15:58 +0000 IshYoBoy Hi nick,

I am afraid this will have to be done with custom javascript inside the functionality which handles the opening/closing.

Could you please share and example page, so we can see how exactly you have used it?

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/accordion-action/#post-10994 <![CDATA[Reply To: Accordion action]]> https://support.ishyoboy.com/forums/topic/accordion-action/#post-10994 Sat, 26 Dec 2015 15:57:14 +0000 fredsaxo Hi,

Just have to place this jquery :

jQuery(function($){ $(‘.vc_tta-panel-title a’).click(function(){
var current_toggle = $(this);
setTimeout( function() {
$(‘html,body’).animate({
scrollTop: $(current_toggle).offset().top – $(‘.ish-sticky-scrolling’).height()-100
},700 ,’swing’);
}, 300);

}); });

]]>
https://support.ishyoboy.com/forums/topic/accordion-action/#post-11016 <![CDATA[Reply To: Accordion action]]> https://support.ishyoboy.com/forums/topic/accordion-action/#post-11016 Mon, 04 Jan 2016 08:39:31 +0000 IshYoBoy Hi there,

we’re glad you’ve been able to find easy solution and hope it will serve to others too ;)

PS: Happy New Year

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>