Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1032799
    jcolinpetersen
    Participant

    One of the sites I manage, weathertec.com, utilizes the X Theme with WooCommerce to list the specs on the different sprinklers our client offers. Because they offer the sprinklers overseas, I used the tabs shortcode to list both metric and standard measurements for each of the products. After a recent upgrade, however, not only have the tabs disappeared, but the tables and content within the shortcodes are not displaying.

    https://www.weathertec.com/product/1-14-impact-sprinkler-fullpart-circle-15-80/

    I am using WordPress 4.5.2 using the most recent version of X.

    Please let me know what I can do to fix this situation quickly.

    Thank you!

    #1033341
    Rupok
    Member

    Hi there,

    Thanks for writing in! It seems a plugin (autoptimize) hiding them. Kindly deactivate this to get expected result.

    Cheers!

    #1034167
    jcolinpetersen
    Participant

    Thank you. I disabled the plugin, deleted the cache, and tried to load the product pages again, and the tabs and its contents are still not showing.

    #1034561
    Jade
    Moderator

    Hi there,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #1040468
    jcolinpetersen
    Participant
    This reply has been marked as private.
    #1040956
    Rupok
    Member

    Hi there,

    Thanks for updating. It seems you have the following code on your CHild Theme’s CSS :

    .description_tab {
      display: none;
    }

    Kindly remove this to get expected result. When you add any custom code to your site, make sure you know what you are doing to avoid potential conflicts.

    Hope this makes sense.

    Cheers!

    #1041466
    jcolinpetersen
    Participant

    Thank you for taking a look at it, however the CSS quoted above does indeed hide the description (which is intentional). Removing the CSS has no effect on the tabs.

    #1042678
    Rupok
    Member

    Hi there,

    Thanks for updating. If that was intentional then you can keep this and add the below code :

    .x-tab-content > .x-tab-pane {
      display: block!important;
    }

    Hope this helps.

    Cheers!

    #1043438
    jcolinpetersen
    Participant

    Closer, but it still isn’t working. I added the CSS in to the customizer, and although the tabs appear, the content portion is all displaying in one tab.

    Because the site is live, I removed the CSS so the issue will not be viewable to our clients and their customers.
    In addition, the Google Fonts we had chosen for the content on the site are showing on the navigation, but not on the main site anymore.

    Thank you.

    #1043942
    Rad
    Moderator

    Hi there,

    This is an issue with multiple/nested tabs. I already forwarded this to our developer.

    For the meantime, please add this,

    .x-tab-pane.active, .x-tab-pane.description_pane {
      display: block!important;
    }
    

    Cheers!

    #1044049
    jcolinpetersen
    Participant

    Thank you.

    Is there a reason why this worked originally and no longer does since the upgrade?

    #1044501
    Rue Nel
    Moderator

    Hello There,

    That could be due the changes they’ve made in the latest version. Our developers will be looking into this. Once they’ll have it fix, it will be updated and will be rolled out in our nest update release.

    Thank you for your understanding.

  • <script> jQuery(function($){ $("#no-reply-1032799 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>