Nasah
Forum Replies Created
-
Just resolved this. A jquery tools js-file from another (unused plugin of all) was causing trouble when the forms were loaded. Deactivated the plugin and works like a charm now. Good work with the plugin ??
Forum: Plugins
In reply to: [YUZO] Settings not working?You were correct. tested on different sites worked as it should, but for some reason on the particular site I installed it on first, it always showed 12 related posts, no matter what the setting wass. So uninstalled it on this particular site and just coded my own function in the theme.
Forum: Plugins
In reply to: [YUZO] Settings not working?Let me emphasize: Tried from 1 post – 20 posts, but it always shows 12.
Put it on 1 it shows 12, put it on 4 it shows 12, put it on 20 it shows 12.
Forum: Plugins
In reply to: [WP Edit] Advanced Link Button – Right Here!Big thanks and thumbs up from me Josh. I can now scrap my hacked core file and just use your plugin. Great you’re keeping an eye on the boards and deliver solutions. ??
Forum: Plugins
In reply to: [Advanced Editor Tools] Link Advanced OptionsI ended up hacking the core editor file for my needs (at least until a new TinyMCE for advanced links plugin is developed as there is no plugin for this in ver. 4). Saved the code offline, and will just put it in, if the editor file changhes over time…
You’re welcome, and thanks for the quick response and quick fix, reinstalled it and it works fine now ??
Forum: Plugins
In reply to: [RSS Image Feed] Featured imageline 896 sorroundings:
if ( !$is_IIS && php_sapi_name() != 'cgi-fcgi' ) status_header($status); // This causes problems on IIS and some FastCGI setups header("Location: $location", true, $status); return true;
Forum: Plugins
In reply to: [RSS Image Feed] Featured imageAnother update.
I had to deactivate the plugin on one of the sites as it broke my
site:Warning: Cannot modify header information - headers already sent in /wp-includes/pluggable.php on line 896 line 896: header("Location: $location", true, $status); return true;
Sorry…
Forum: Plugins
In reply to: [RSS Image Feed] Featured imageUpdate.
A problem with outcommenting line 8, is that now I can’t use my rss2 feed in my RSS importer on another site (feed to post). temporary fix is to outcomment the same code (line 8 again) in the feed-atom.php and use the atom feed instead of RSS2…
Forum: Plugins
In reply to: [RSS Image Feed] Featured imageHej Waldemar,
It still gives problems. Error message:
Warning: Cannot modify header information - headers already sent in /wp-includes/feed-rss2.php on line 8
But when I remove (outcomment) line 8 in the feed-rss2.php:
header('Content-Type: ' . feed_content_type('rss-http') . '; charset=' . get_option('blog_charset'), true);
It works perfect.
I use the standard rss2 feed php files included in WP-include.
Feed with error (this installation is set to not throw errors, but the layout says it all):
https://selgolb.cphadsdemo.dk/feed/Working feed (outcommented line 8):
https://www.fashionvictim.dk/?feed=rss2I will just modify my code in the rss files where the plugin is needed, but thought you might want a detailed description about a possible error on some installations.
(maybe if/isset/else header statement can cure this problem?)
Cheers ??
Forum: Plugins
In reply to: [FeedWordPress] Cron job not working.Did you get this to work?
Forum: Themes and Templates
In reply to: [Fluxipress] Remove link from boxesDone by fiddling in the JavaScript.
Forum: Plugins
In reply to: [RSS Image Feed] Featured imageSorry for being a pain, dude. But now there seems to be no feed at all, just blanks it out… Also when I click save to save settings in the options page for the plugin, it goes blank…
Forum: Plugins
In reply to: [Google Analytics Dashboard] Could not load Google Analytics data errorDid you ever get past this error? Having the same trouble…
Forum: Plugins
In reply to: [RSS Image Feed] Featured imageThe site is on a single site and set to show the whole post in the blog. just deactivated all my plugins, now it seems to get worse…