Stevens Nahmias
Forum Replies Created
-
AuthorPosts
-
or what it would take to implement that solution ? thanks ahead
hello and thank i understand just i would like to be able to that while using the social importer plugin from geodirectory that’s why I ask here directly if that is an option ? 🙂
Hey guys just the same question because i cain’t figure this out is it possible to make to make the urls active because with thicode there just plain text it doesnt redirect to user to the link i would like to have no_follow links is that possible ?
awsome! all good it worked like a charm is it possible the links to point to the url like on geodirectory when we post it’s still an actie link ? 🙂
Can you give a direction on where should i go from here to disable this wordpress feature?
yes i have done new listings as a test and it failed I still get the soundcloud widget. Not sure about the rest.
hello thanks for your response in fact i have installed this plugin and for some reason for it doens’t do the job for me i still get oembed loaded to my site it’s still installed but the post are embed…
i tried deleting & installing the plugin i have also tried editing the media.php with wp_disable_oembed no success.
Could you share a piece of your code it could help me and others looking for the same solution. Thanks to you!
Ok thank you so much! I put my site on hold until fix.
If you would rather not support an oEmbed site, you can remove it with the wp_oembed_remove_provider function in your site’s wp-includes/media.php file. Here’s the structure you need to follow:
<?php wp_oembed_remove_provider( $format ) ?>
view raw
media.php hosted with ❤ by GitHubThe $format string is the URL of the oEmbed site you want to remove. You can get this from the wp-includes/class-oembed.php file. For example, if you wanted to remove WordPress.tv from the list (but why would you, anyway?) you would add this to your media.php file:
<?php wp_oembed_remove_provider( ‘http://wordpress.tv/*’ ); ?>
view rawhttps://premium.wpmudev.org/blog/embedding-wordpress-oembed/?tchv=b&utm_expid=3606929-72.AqocGS0YR5Gn_p3r6t6_AA.1&utm_referrer=https%3A%2F%2Fwww.google.fr
media.php hosted with ❤ by GitHubi would like to hide the soundcloud iframe if that’s not too difficult maybe you guys could code me out a little merci beaucoup!
Hi I posted 3 days ago no one responded so in attempt to speed website speed I tried disabling oembed for soundcloud adding this code to media.php at the very buttom of the file:
/**
* Disable oembed provider soundcloud.
*
* @custom_code
*
*
*
*
*/
<?php wp_oembed_remove_provider( ‘https://soundcloud.com/*’ ); ?>I get a white page site : Parse error: syntax error, unexpected ‘<‘ …
Can you tell me how to stop soundcloud oembed on geodirectory theme please ?
Here’s my report from gtmetrix it’s double A for my home page : https://gtmetrix.com/reports/psytrancegoa.party/zCjxdfsa
when i try to run analysis on this page : http://psytrancegoa.party/events/festival/totemystik-festival-2016/ I get this message :
Analysis Error
Browser ran out of memory!
Loading the page required too much system memory to load. Try testing using a different browser option.
Please give me a suggestion thank you!
Hello can you guys let me know on what I could do to gain speed and keep my site interactiv ?
Je te conseille d’utiliser des images de mêmes dimensions. Cordialement David.
Salutation tu peu essayer de mettre sa dans un seul widget text :
Dit moi si c’est bien sa que tu veu faire.
-
AuthorPosts