-
Author
-
April 4, 2016 at 15:47 #114412MaroonOakParticipant
Hi – Having a problem with the layout on the Newsfeed.
Top part of the layout is fine (see Pic 1). After that, it’s too wide – with no padding or margins on either side, so doesn’t look good (pic 2).
Happening on desktop and mobile both.
Thanks
Attachments:
You must be logged in to view attached files.April 4, 2016 at 20:40 #114511RaduModeratorHi,
The layout from second screenshot appears after you scroll few times on the activity ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 4, 2016 at 20:45 #114515MaroonOakParticipantMaybe 1 or 2 scrolls. The sidebar on the right seems to vanish and then text spans the full width w/o any margin whatsoever.
On the mobile site, there is no sidebar, of course, but the text is virtually stuck to the ends of the phone instead of the 1/4″ margin in the top part.And both happen at exactly at the 5th activity from top.
April 5, 2016 at 16:41 #114651RaduModeratorHi,
I’ve viewed your activity and i cannot reproduce that.
That can happens by some plugin conflict
Please follow these steps to enable wp debug:
- Connect to your server by FTP
- Look in root directory of your WordPress install and open wp-config.php
- Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
COPY CODEdefine( 'WP_DEBUG', true );
- After this line add this:
COPY CODEdefine( 'WP_DEBUG_LOG', true );
WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).
Repeat the described actions and then check the debug.log file and let me know what error appears.
If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.
After you have disabled the plugins try to see if the issue persists.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Plugins questions’ is closed to new topics and replies.