-
AuthorPosts
-
June 10, 2014 at 10:01 pm #54760
Hey Javi,
Please upgrade to the latest version of X and the plugins as we have fixed a lot of bugs and included it in the latest release.
Thanks.
June 11, 2014 at 1:49 am #54829Hi Javi,
I installed the latest Theme and all works good with [accordion] shortcode. You should not have to revert back to older version. This issue has been fixed in the latest version.
June 11, 2014 at 2:05 am #54837I’m still having ongoing issues with accordions not closing even after updating to X v2.0.1 and X-Shortcodes v2.3.1. (More details here: http://theme.co/x/member/forums/topic/accordion-not-closing-since-2-0/)
I have accordions on two sites and everything worked as expected on both sites through X v1.8.5. However the “auto-close” element stopped working on both sites with x v2.0.0.
Noting that the change log claimed that the latest version of X-Shortcodes addressed this issue I updated both sites today (X-Theme v2.0.1 and X-Shortcodes v2.3.1) one site’s accordions began working normally again in all browsers.
However the unusual thing is that the other site’s accordions work as expected in the latest versions of Safari and IE but not in Firefox or Chrome. ???
There is one main difference between the two sites: the first site (accordions work in all browsers) employs Visual Composer on the accordions page. The site which is hit-and-miss uses X-Shortcodes to implement the accordions. The difference may or may not have anything to do with the issue, I’ve no idea.
Hopefully the devs can iron this out for us.
June 11, 2014 at 1:25 pm #55115Hi Rich,
This is working ok on my test site. Could you provide a link to a page where your accordion isn’t working properly? We can test in the offending browsers and see what might be different.
June 11, 2014 at 4:00 pm #55227Hi! I’ve actually posted all of the details on another thread: http://theme.co/x/member/forums/topic/accordion-not-closing-since-2-0/page/2/ (last post at the moment). I also created a private post on that thread that has the page and login info, etc.
Thanks!
June 12, 2014 at 8:42 am #55531Thanks Rich! Sounds good.
June 12, 2014 at 1:10 pm #55601Hi there!
Is any solution in the horizon?
BR,
June 13, 2014 at 11:21 am #55933Hi there!
Any solution?
Best regards,
June 13, 2014 at 11:57 am #55945Hi Javi. Just an FYI, per the Support Policy (“http://theme.co/x/member/forums/topic/how-to-use-the-forum-important/”), it turns out that bumping a thread only pushes it to the bottom of the proverbial pile. It will take even longer to get a reply because the developers answer threads from oldest to newest.
They’re really quite good at responding although with so many posts it can take a little while sometimes but I usually get answers in 24 to 48 hours or so.
Hang in there!
June 14, 2014 at 5:55 pm #56344June 16, 2014 at 7:14 am #56820Thanks Rich! Hi there!
The problem is exactly what was reported in the question of this thread by Steve. Just copying:
I only want to open one accordion at a time.
I used this code on two different sites with the latest release of X and latest release of wordpress but when one accoridan opens, it does not close the other?I have done this before..is this a new bug?
http://stevemademywebsite.com/
[accordion id="my-accordion"][accordion_item open="true" parent_id="my-accordion" title="Accordian 1"]Accordian 1 text[/accordion_item][accordion_item parent_id="my-accordion" title="Accordian 2"]Accordian 2 text[/accordion_item][accordion_item parent_id="my-accordion" title="Accordian 3"]Accordian 3 text[/accordion_item][/accordion]
The solution you guys provide of adding some JS doesn’t fix the problem (first time you click opens all accordion items at a time):
Hi Steve,
Thank you for dropping by!
There is no toggle option for X accordion, so you will need extra javascript for that.
Add this javascript at your customizer’s custom javascript.
jQuery(function($){
$(‘.x-accordion-toggle’).click(function(){
$(‘.accordion-body’).not( $(this).attr(‘href’) ).collapse(‘hide’);
});});
Hope this helps.
Then you explained there were an issue in the latest version of the shortcode library but version 2.2.2 was working (I purchased recently so I have no was to download it and check).
I have the latest version of the theme installed. Can you please figure out the “formula” to have my accordions (only one item opened at a time when click) working?
Thanks in advance.
June 17, 2014 at 4:58 am #57233Hi!
I´ve just tried the 2.3.1 and still wouln´t work. I set six accordions with same Parent ID but the wouldn´t close properly.
I tried:
jQuery(function($){
$(‘.x-accordion-toggle’).click(function(){
$(‘.accordion-body’).not( $(this).attr(‘href’) ).collapse(‘hide’);
});});
Which is great except for the same problem above mentioned (when you click the first one actually is the only one that wouldn´t open, the other ones do, but after that, it works great)…
Any suggestion?
Thanks!!
June 18, 2014 at 9:22 am #57829Hi Javi,
As requested before, we’ll need your site URL so we can take a closer look.
Implantacion, could you please post yours too?
June 18, 2014 at 9:42 am #57836This reply has been marked as private.June 18, 2014 at 9:43 am #57839This reply has been marked as private. -
AuthorPosts