-
AuthorPosts
-
December 31, 2015 at 3:43 am #726532
Hi,
I experience the same problems as #641917 but found no solution in the thread.
The slides opens as thumbs in accordion unless I switch Tabs.Clues:
The slides work fine in cornerstone element “slider revolution”.
Problem in Chrome, Explorer and Chrome for Android but works in Firefox.
Cache is cleared.
If the slides are change from “Auto” to “full width” they work (but opens as full width).
Setting in accordion “start open” is set to “on” when saved even if it has been turned off. Same with “Link Items”. I am new to WordPress, but I do not recall that happened some week ago.Thx in advance!
X-theme Icon 4.3
Revolution Slider 5.1.5
WP 4.4December 31, 2015 at 5:02 am #726573Hi there,
Thanks for posting in.
it’s due to container’s visibility. For a slider to work properly, its container should have a defined size (eg. width). But it’s not possible with a hidden container like tabs and accordion.
Please try adding this CSS at Admin > Appearance > Customizer > Custom > CSS :
.accordion-body.collapse:not(.in) { display: block; height: 0px; overflow: hidden; padding:0; }
Hope this helps.
December 31, 2015 at 5:42 am #726595Many thx, problem solved.
Happy New Year!
December 31, 2015 at 6:03 am #726603You’re welcome and Happy New year!
May 4, 2016 at 2:58 am #912073HI again,
The problem occured again, probably in some update, as it effected two different sites with X-theme.
The CSS text as above is still in the “Global CSS”X-theme Icon 4.4.2
Revolution Slider 5.2.5.1
WP 4.5.1May 4, 2016 at 7:07 am #912332Hi There,
I have checked your website in different resolutions using Chrome and Firefox and I couldnt find anythying. Could you please be my specific and if possible provide a screen shot and also mention which device and browser you are using?
Thanks
Joao
May 5, 2016 at 8:41 pm #977998The problem “solves” it self when jumping between tabs, that might be the reason yu do not see it. Same behavior as alst time as well. Image as enclosed file.
May 6, 2016 at 2:12 am #978268Hi there,
How about we re-trigger the rendering functionality. Please add this code at Admin > Appearance > Customizer > Custom > Javascript
jQuery( function($) { $('a.x-accordion-toggle').on('click', function() { setTimeout ( function() { $(window).trigger('resize') }, 300 ); } ); } );
You may adjust the 300 value if you wish to change the re-render delay.
Thanks!
May 6, 2016 at 5:59 am #978443Seams to be working.
Thanks!
May 6, 2016 at 10:25 am #978697You are welcome.
Let us know if you need further help.
Joao
-
AuthorPosts