The sidebar/review issue on mobile

i know this issue, the sidebar showing after reviews on mobile, has been discussed before, and the offered solution was css which moved the sidebar on top of the content, which isnt the best solution. Basically reviews on mobile arent displayed well.

I found this thread on a different theme with the same issue, and a fix.
https://studiopress.community/topic/how-move-primary-sidebar-before-comments-on-mobile/

The offered solution was:

remove_action( 'genesis_after_entry', 'genesis_get_comments_template' );
add_action( 'genesis_after_content_sidebar_wrap', 'genesis_get_comments_template' );

would this work on hivepress theme, and if so what are the name of the hooks? thanks as im sure if this works it can help a lot of users

Hi,

Unfortunately, this code will not work with our theme, as it is an entirely different framework.

ok, thanks for your reply

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.