Archived topic
Comments section in sidebar
4 replies · Started by Khaled on February 16, 2020
Hi,
I've got a weird problem. On single post pages, the comments appear on the right sidebar the sidebar widgets appear below the main content area. I tried to disable all the plugins and check one by one but couldn't find anything. Please have a look.
On amp version, everything seems working fine - https://getiosstuff.com/alternatives-itunes/?amp
Hi there,
the HTML structure of the post has been 'changed'.
This is either due to a Theme Template being edited or some other code interfering with the layout. Most likely injecting some broken HTML.
Code can be a plugin, a custom function or some code in a GP hook.
I suggest you disable everything apart from GP Premium, including any child themes, custom functions or code added to a Hook to see if this resolves the issue. Then work back from there.
Yup, found the bug. There was an extra
tag inside one hook. Thanks!
Glad to hear that