-
Author
-
February 6, 2018 at 02:46 #187904randrcomputersParticipant
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
Attachments:
You must be logged in to view attached files.February 6, 2018 at 14:25 #187950LauraModeratorHello, 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 solutionLaura 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 🙂
February 6, 2018 at 17:52 #187974RaduModeratorHi,
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 solutionFebruary 8, 2018 at 03:22 #188086randrcomputersParticipanthttp://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 activityFebruary 8, 2018 at 16:39 #188133RaduModeratorHi,
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 solutionFebruary 9, 2018 at 00:55 #188162randrcomputersParticipantThis 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?
February 9, 2018 at 22:02 #188219RaduModeratorHi,
You can try to do that by using this css
COPY CODEiframe[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 solutionFebruary 10, 2018 at 01:17 #188228randrcomputersParticipantWhile that worked it also causes chat not to display at all! any idea why that would be?
February 12, 2018 at 16:58 #188428RaduModeratorHi,
replace it with this one
COPY CODEiframe[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 solutionFebruary 13, 2018 at 15:46 #188514randrcomputersParticipantThanks! 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
February 13, 2018 at 17:54 #188539RaduModeratorHi,
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
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 14, 2018 at 02:42 #188602randrcomputersParticipantWas hoping
.bbpress iframe[src*=’vpinball.com’] {
display:none !important;
}
Would be the fix but it causes chat not to load again. anyway i can useiframe[src^=’http://vpinball.com’%5D,iframe%5Bsrc^=’https://vpinball.com’%5D, iframe[src^=’vpinball.com’] {
display:none !important;
}but just for forums?
February 14, 2018 at 16:32 #188639RaduModeratorThere 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 solutionFebruary 15, 2018 at 01:16 #188740randrcomputersParticipantThanks 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 frustratingFebruary 15, 2018 at 17:57 #188786RaduModeratorHi,
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 -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.