This topic has 5 replies, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #130100
     onlinerender
    Participant

    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.
    #130134
     Radu
    Moderator

    Hi,

    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 CODE
    define( 'WP_DEBUG', true );
    
    •   After this line add this:
    COPY CODE
    define( '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 solution
    #130162
     onlinerender
    Participant

    it’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

    #130232
     Radu
    Moderator

    Hi 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 solution
    #130261
     onlinerender
    Participant

    good call disabling all plugins seemed to work , when I enabled the core ones again it magically sorted itself out… hmm

    #130270
     Radu
    Moderator

    Odd 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
Viewing 6 posts - 1 through 6 (of 6 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?