Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #54760

    Christian
    Moderator

    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.

    #54829

    Deepak
    Participant

    Hi 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.

    #54837

    Rich A
    Participant

    I’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.

    #55115

    Alexander
    Keymaster

    Hi 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.

    #55227

    Rich A
    Participant

    Hi! 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!

    #55531

    Alexander
    Keymaster

    Thanks Rich! Sounds good.

    #55601

    Javi S
    Participant

    Hi there!

    Is any solution in the horizon?

    BR,

    #55933

    Javi S
    Participant

    Hi there!

    Any solution?

    Best regards,

    #55945

    Rich A
    Participant

    Hi 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!

    #56344

    Rad
    Moderator

    Hi Javi,

    I can’t find any issue related to accordion using the 2.3.1, could you provide a url address?

    For example, this code I posted at Rich’s other thread works on me.

    A text

    A 2nd text

    Let me know.

    #56820

    Javi S
    Participant

    Thanks 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.

    #57233

    Implantacion
    Participant

    Hi!

    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!!

    #57829

    Alexander
    Keymaster

    Hi Javi,

    As requested before, we’ll need your site URL so we can take a closer look.

    Implantacion, could you please post yours too?

    #57836

    Implantacion
    Participant
    This reply has been marked as private.
    #57839

    Javi S
    Participant
    This reply has been marked as private.