neodan
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Emoji's break contentFound a ticket on this:
https://core.trac.www.ads-software.com/ticket/27961
Resolution:
https://www.ads-software.com/support/plugin/full-utf-8This plugin fixes the embed tweet (one that contains an emoji) when you are copying and pasting the embed code from the tweet and not using the url.
Forum: Themes and Templates
In reply to: Can't embed tweets 4.1, not showing properlyResolution:
https://www.ads-software.com/support/plugin/full-utf-8This plugin fixes the embed tweet (one that contains an emoji) when you are copying and pasting the embed code from the tweet and not using the url.
Forum: Themes and Templates
In reply to: Can't embed tweets 4.1, not showing properlyFound a ticket on this:
Forum: Everything else WordPress
In reply to: Emojis break instagram embed^ I also had this problem. Quite frustrating.
Forum: Themes and Templates
In reply to: Can't embed tweets 4.1, not showing properlyedit: If you embed a tweet with a special emoji, it will delete the previous content. quite frustrating :-/
Forum: Themes and Templates
In reply to: [Hueman] Twitter embedI am also having this problem in 4.1
Forum: Themes and Templates
In reply to: [Twenty Fifteen] Twitter Embeds Don't Display CorrectlyI am also having this problem in 4.1
I found how to fix this. In nxs_functions.php under the function nsFindAudioInPost I removed lines 97 – 101
$regex_pattern = “((https?|ftp|gopher|telnet|file|notes|ms-help):((//)|(\\\\))+[\w\d:#@%/;$()~_?\+-=\\\.&]*\.(mp3|aac|m4a))”;
$output = preg_match_all( $regex_pattern, $postCnt, $matches ); if ($output === false){return false;}
foreach ($matches[1] as $match) { $postAu[] = $match; } $postAu = array_unique($postAu); if (isset($ShownAds)) $ShownAds = $ShownAdsL; return $postAu;
This is working, but after the post is published I get this error
Warning: array_unique() expects parameter 1 to be array, null given in /home/EDITED/public_html/wp-content/plugins/social-networks-auto-poster-facebook-twitter-g/nxs_functions.php on line 51
Warning: Cannot modify header information – headers already sent by (output started at /home/EDITED/public_html/wp-content/plugins/social-networks-auto-poster-facebook-twitter-g/nxs_functions.php:51) in /home/EDITED/public_html/wp-includes/pluggable.php on line 1121
This is fixed, thank you so much!
I tried this on a fresh install of wordpress. I wanted to verify it’s not the theme or another plugin conflict.
~bump to first page.
Any ideas?
Forum: Plugins
In reply to: [Infinite Slider] admin menu corruptThis is happening for me too.
Forum: Plugins
In reply to: [Infinite Slider] On/Off Switch not workingThis is happening for me too.
I’m using soundcloud embed code and using %RAWTEXT% it works on tumblr, but that error keeps coming up