This topic has 15 replies, 3 voices, and was last updated 6 years by Radu.

  • Author
  • #187904
     randrcomputers
    Participant

    This has always been an issue but anyway i can fix this? the worse areas are activity feeds and PM’s but even in forums it looks bad

    https://www.dropbox.com/s/6yh3abuj6idlsux/Screen%20Shot%202018-02-05%20at%206.43.34%20PM%20%282%29.png?dl=0

    Attachments:
    You must be logged in to view attached files.
    #187950
     Laura
    Moderator

    Hello, will assign the ticket to a higher support level who can help and advise you in your query.
    Thanks! ?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #187974
     Radu
    Moderator

    Hi,

    Can you please provide to me permalink to that activity please ? to can take a look ?

    And maybe a dummy account to can see if if the community it’s closed.

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #188086
     randrcomputers
    Participant

    http://vpinball.com/activity/
    about 5 clicks on “load more” you will see a link to “Freddy a Nightmare On Elm Street(Gottlieb 1994) wheel” or anywhere there is a link if a new one is posted. You shouldnt need a account to see activity

    #188133
     Radu
    Moderator

    Hi,

    Just add this css in wp-admin -> theme options -> general options -> quick CSS.

    COPY CODE
    
    #buddypress #activity-stream p iframe[src*='vpinball.com'] {
        display:none !important;
    }
    

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #188162
     randrcomputers
    Participant

    This worked great on activity page but how would i fix it in other areas like messages, PM’s and support forum topics or maybe it would be easier to just do site wide? is that possible?

    #188219
     Radu
    Moderator

    Hi,

    You can try to do that by using this css

    COPY CODE
    
    iframe[src*='vpinball.com'] {
        display:none !important;
    }
    

    The rule will be applied cross site.

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #188228
     randrcomputers
    Participant

    While that worked it also causes chat not to display at all! any idea why that would be?

    #188428
     Radu
    Moderator

    Hi,

    replace it with this one

    COPY CODE
    
    iframe[src^='http://vpinball.com'],iframe[src^='https://vpinball.com'], iframe[src^='vpinball.com'] {
        display:none !important;
    }
    

    Let me know

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #188514
     randrcomputers
    Participant

    Thanks! that did work and allowed chat to work but then broke screenshot upload of downloads area. SO FRUSTRATING! the screenshot upload in downloads area uses standard WP media uploader so its kind of a pop up window

    #188539
     Radu
    Moderator

    Hi,

    In this case revert to this one

    COPY CODE
    
    #buddypress #activity-stream p iframe[src*='vpinball.com'] {
        display:none !important;
    }
    

    Then to can apply this rule on certain parts of your website you will need to

    COPY CODE
    
    .pageclass iframe[src*='vpinball.com'] {
        display:none !important;
    }
    

    So for the forums will be

    COPY CODE
    
    .bbpress iframe[src*='vpinball.com'] {
        display:none !important;
    }
    

    See the next image to can figure out how you can target specific components or pages.

    Do it for your desired parts or website

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #188590
     randrcomputers
    Participant

    GREAT info! thank you

    #188602
     randrcomputers
    Participant

    Was hoping

    .bbpress iframe[src*=’vpinball.com’] {
    display:none !important;
    }
    Would be the fix but it causes chat not to load again. anyway i can use

    iframe[src^=’http://vpinball.com’%5D,iframe%5Bsrc^=’https://vpinball.com’%5D, iframe[src^=’vpinball.com’] {
    display:none !important;
    }

    but just for forums?

    #188639
     Radu
    Moderator

    There you will need to target inner more specific

    Put .article-content #bbpress-forums before the rest example will target only iframes that are in that kinf of structure

    .article-content #bbpress-forums iframe[src^=’http://vpinball.com’], .article-content #bbpress-forums iframe[src^=’https://vpinball.com’],.article-content #bbpress-forums iframe[src^=’vpinball.com’] {
    display:none !important;
    }

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #188740
     randrcomputers
    Participant

    Thanks again for the help.
    still not working as expected. Why is it so difficult to just stop this link live preview?
    anyways the code above you suggested dont seem to stop the live linking or embed thing in forums so frustrating

    #188786
     Radu
    Moderator

    Hi,

    That embeded it’s powered by the wordpress itself and it loads again the site trough iframe, not sure why, you can search a plugin that prevents wordpress embeds https://wordpress.org/plugins/disable-embeds/

    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 16 posts - 1 through 16 (of 16 total)

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

Log in with your credentials

Forgot your details?