Title: Layout Order problem
Last modified: May 30, 2019

---

# Layout Order problem

 *  [csgaraglino](https://wordpress.org/support/users/csgaraglino/)
 * (@csgaraglino)
 * [7 years ago](https://wordpress.org/support/topic/layout-order-problem/)
 * First, love the plugin and I would pay for this one! That said, I am having an
   issue with the order that your features are displayed. In the link, you’ll see
   that the Social Share, Author Box, and Next/Previous Features are displaying 
   above the Product Review Plugin when these should always be at the very end of
   the posts.
    I see this as being a huge issue with many different plugins that
   add and contribute to the content of the post or page. Any way to get this changed?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Flayout-order-problem%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [faycalboutam](https://wordpress.org/support/users/faycalboutam/)
 * (@faycalboutam)
 * [7 years ago](https://wordpress.org/support/topic/layout-order-problem/#post-11589207)
 * Hey!
 * Hmm.. I hear you but this is a double-edged sword, I’m sure there are other plugins
   that may have content which should be put at the end of the post.. I don’t want
   to force the priority order in this case.
 * I can help you with a JS code though, put this in the integration tab of theme
   options (head or body area):
 *     ```
       <script>
       	(function($) {
       		$(document).ready(function() {
                   if ( $('body').hasClass('single') ) {
                       var wppr = $('.wppr-review-container'),
                           ed_tags = $('.expand-divi-below-tags');
                       if ( wppr.length && ed_tags.length ) {
                           wppr.insertBefore(ed_tags);
                       }
                   }
       		});
       	})(jQuery);
       </script>
       ```
   
 * This code looks for the review box, and add it before the tags in single posts.
 *  Thread Starter [csgaraglino](https://wordpress.org/support/users/csgaraglino/)
 * (@csgaraglino)
 * [7 years ago](https://wordpress.org/support/topic/layout-order-problem/#post-11589248)
 * Awesome, that worked perfectly!
    This would be a good add as a switch 🙂
 * Thanks again!!
 *  Plugin Author [faycalboutam](https://wordpress.org/support/users/faycalboutam/)
 * (@faycalboutam)
 * [7 years ago](https://wordpress.org/support/topic/layout-order-problem/#post-11589279)
 * Oh yeah! I’ll consider adding it as an option in the future : )

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Layout Order problem’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/expand-divi_7b04e1.svg)
 * [Expand Divi](https://wordpress.org/plugins/expand-divi/)
 * [Support Threads](https://wordpress.org/support/plugin/expand-divi/)
 * [Active Topics](https://wordpress.org/support/plugin/expand-divi/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/expand-divi/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/expand-divi/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [faycalboutam](https://wordpress.org/support/users/faycalboutam/)
 * Last activity: [7 years ago](https://wordpress.org/support/topic/layout-order-problem/#post-11589279)
 * Status: not resolved