excentricus
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: WordPress SEO by Yoast] XML Sitemap missingI’ve just had the same problem as everyone else, with a 404 page appearing in place of the XML file. I found the solution to my problem was to remove the blank line(s) at the end of my funictions.php, so that there’s nothing after
<?php } ?>or whatever is your last line in your file.What happens is that the XML file to be considered valid, it always needs to start on the first line in the source code. When you have a blank line at the end in your file (such as functions.php), your site code will start on the second or third line, which is not a problem for rendering normal pages, but causes XML errors.
To quickly check whether this is your particular problem, go to your homepage and look in the source code to see on which line the code starts. If it’s any other than 1, you need to find the offending file and fix it as described above.
Hope that helps.
I agree, adding taxonomy terms would make this plugin so much better, considering that custom post are now used more often.
Forum: Plugins
In reply to: [Epic Post Type] [Plugin: Epic Post Type] Plugin BuggedI’d really appreciate it if you could even vaguely describe how to use this plugin. I’m in need of adding a few metaboxes (without a bloated plugin) and this looks like it might accomplish the task. Maybe a short working example?
I recently found this meta box script for wordpres but am struggling with a few things to do on my own.
Anyway, waiting for the documentation. Thanks.
Hi!
I’ve tried all these options before, ‘upload from pc’, ‘add file from server’ plus I had some demo files from local install before transferring it to server and none of these works. I’ve checked folders and paths (within the plugin, too) and all seem fine but it wont work.
Any other possible solutions you can think of?
Many thanks!
Forum: Plugins
In reply to: [SimpleModal Login] [Plugin: SimpleModal Login] Disable Jquery loadingOh sorry, I feel like a fool. Thanks a lot.
Forum: Plugins
In reply to: [SimpleModal Login] [Plugin: SimpleModal Login] Disable Jquery loadingActually, I prefer to load it straight from google CDN for speed and bandwidth, plus most people have this already in their browser cache.
It would be awesome to have a option to disable it in the panel. What part of the code do I need to edit to have a fix for now?
Thanks for the great plugin.
Forum: Plugins
In reply to: [Download Monitor] [Plugin: WordPress Download Monitor] Why so many queries?@aldolataldolat
Download Manager is a good and lightweight alternative, though not as customizable. It surely won’t kill your site and that’s more important than cosmetics. Personally, I gave up on all download plugins since I discovered Magic Fields a few days ago. It’s awesome as it is and they have a fairly active community, so a lot potential for for further development and improvements. I recommend you check it out.
Forum: Plugins
In reply to: [Download Monitor] [Plugin: WordPress Download Monitor] Why so many queries?Could you elaborate on how this came about (too many downloads, visitors, etc.)? I suspect you’re on shared hosting, which might explains why you got kicked off.
Regardless, I think this is not a good plugin, despite the many awesome features it has. Until the issues will be fixed, there’s no way I’m going to touch it.
The developer has not yet responded to this post, but is fairly active in other threads – I guess it’s a non-issue and can be ignored?
For now I’m experimenting with other solutions and might have just found a much better alternative…
Forum: Plugins
In reply to: [Download Monitor] [Plugin: WordPress Download Monitor] Why so many queries?Oh man, I hope the developer of this plugin will address this issue. I remember testing it locally a few months back and it wasn’t even close to this number of queries. It’s a pity I can’t use it as it will probably bring my site down to a crawl.
Has anyone had experience using it on a moderately busy site?
Be sure you’re logged out as admin while testing the download counter – it will ignore admin downloads.
Forum: Themes and Templates
In reply to: Highlight category in navigation instead of parent blogI also would like to know. Can someone help?