Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1060082
    doohikey
    Participant

    On this URL:

    http://www.doohikeydesigns.com/shop/prints/neverstopmakingwishes/

    It has my description after the weights and dimensions.

    I want to order it description, weights and dimensions and then reviews. It’s crazy how it changed to order and i didn’t do that in any code.

    #1060089
    Thai
    Moderator

    Hey There,

    Please add the following code under Customizer > Custom > Global Javascript:

    jQuery(function($) {
    	$(".additional_information_tab").insertAfter($('.description_tab')).removeClass('active');
    	$('.description_tab').addClass('active');
    });

    Hope it helps 🙂

    #1060671
    doohikey
    Participant

    yes that helped! Not sure how it got switched around it was weird. Thanks!

    #1060790
    Lely
    Moderator

    You’re welcome!

    Cheers!

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