-
Author
-
July 25, 2016 at 17:51 #130100onlinerenderParticipant
Hi there I having issue with embedding videos , several actually … on WP post I get an error however the video does embed , but when in the activity when I embed anything ie youtube link it only displays the text , I don’t know if this is theme related or wordpress being a pain in the ass
Attachments:
You must be logged in to view attached files.July 25, 2016 at 19:03 #130134RaduModeratorHi,
What error do you receive ?
The embed feature comes from wordpress not from our theme,in first instance tell me what error do you receive.
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 error persists.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 25, 2016 at 21:50 #130162onlinerenderParticipantit’s not an error per say , its the fact that oembed is not showing up when I enter a YouTube link in the activity field , it just parses the link
July 26, 2016 at 14:59 #130232RaduModeratorHi again,
Even if you de-activate all plugins except buddypress and de-activate child theme, this continue to happes ?
R.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionJuly 26, 2016 at 17:55 #130261onlinerenderParticipantgood call disabling all plugins seemed to work , when I enabled the core ones again it magically sorted itself out… hmm
July 26, 2016 at 18:05 #130270RaduModeratorOdd but it’s ok if it works now
Cheers
R.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 ‘Bugs & Issues’ is closed to new topics and replies.