make the url in listing stay url
This topic contains 29 replies, has 4 voices, and was last updated by Paolo 8 years, 9 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support TicketTagged: I
-
AuthorPosts
-
June 29, 2016 at 3:01 pm #218258
Hello let me explain correctly I would like my links in the listing stay url because when i post a event or a listing it loads the soundclounds and my page takes forever to load im not sure if im not clear heres an example let me know thanks ahead
June 29, 2016 at 3:50 pm #218297Hi Stevens,
Sorry, I’m not getting this. I’ve just visited the link you posted and it’s a broken link(404) . Do you mind listing down the steps in order to recreate the issue?
Thanks!
June 29, 2016 at 5:11 pm #218348Thanks for your support this is what i noticed my image don’t load : http://psytrancegoa.party/events/
then this event listing I used the social importer there’s soundcloud links that open a widget since there are many links the page is very slow I would like to deactivate that but i don’t know why you see a 404 my url is from the backend and its active : http://psytrancegoa.party/events/festival/blast-off-open-air-festival-world-people-14151617-juillet-2016/
June 29, 2016 at 8:03 pm #218592Hi,
I see Page not found as well, please provide a link and admin credentials in a private reply and we will have a look.
Thanks
June 30, 2016 at 6:46 am #218810Hi support team thanks for your expertise here’s the thing, when i use the social importer I import a party from facebook and all the soundcloud links create a widget on the listing page wich is great but there’s so many artist that my page freezes when it loads see it here :
http://psytrancegoa.party/events/festival/totemystik-festival-2016/
How can I speed up website ?
Maybe is there a way to use the social importer and create links like this automatically without using the full text editor : https://soundcloud.com/technical_hitch
Thanks ahead
June 30, 2016 at 6:49 am #218811This reply has been marked as private.June 30, 2016 at 11:25 am #218894This reply has been marked as private.July 1, 2016 at 7:56 am #219466Hello can you guys let me know on what I could do to gain speed and keep my site interactiv ?
July 1, 2016 at 9:10 am #219484Here’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!
July 4, 2016 at 11:04 am #220987Hi 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 ?
July 4, 2016 at 11:30 am #220988i would like to hide the soundcloud iframe if that’s not too difficult maybe you guys could code me out a little merci beaucoup!
July 4, 2016 at 12:00 pm #221022If 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 GitHubJuly 4, 2016 at 8:24 pm #221261Hi,
I’ve flagged this for the developers. We are actually having a similar problem here in our forum.
They’ll let you know asap.
Thanks
July 5, 2016 at 8:05 am #221562Ok thank you so much! I put my site on hold until fix.
July 5, 2016 at 2:00 pm #221745on the forum we now user this: https://wordpress.org/plugins/disable-embeds/
it disables all embeds but WP caches them, i could not find an easy way to remove the cache so i removed them manually with a database query, but the plugin should work for future posts.Thanks,
Stiofan
-
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket