kurdi
Forum Replies Created
-
Hi guys, thanks for your responses.
I was unable to deactivate the plugin normally, as I was faced with a white screen of death every time I tried to do so, and I eventually removed it via FTP. I then removed all of the aiowps_ tables from the db manually.
Are there other items that need to be removed, aside from the hourly and daily cron events?
Thanks
Forum: Plugins
In reply to: [Multi-Column Taxonomy List] A way to list only parent categories?Thanks for the tip man!
Forum: Plugins
In reply to: [Multi-Column Taxonomy List] A way to list only parent categories?I’m looking for the exact same thing. Just the parent categories. Any way to implement this?
Set “number of posts to offset” to 1 in the second widget; which is to say “skip the first post”.
Forum: Plugins
In reply to: [Seamless Donations is Sunset] recurring donationI hope this issue is under consideration. Would appreciate a response.
Forum: Plugins
In reply to: [JQuery Drill Down Ipod Menu Widget] Doesn't work! Everything piles-up.@ Mar7in. You solution works on Chrome and IE. It also works on Firefox (latest version 21.0), except something is wrong in that all of the entries are extended simultaneously (i.e. it doesn’t retract when the javascript is done loading on the page, unlike Chrome).
See the sidebar in the page below using Firefox for an example:
http://www.freewaregenius.com/three-great-apps-for-couples-that-you-should-know-about/Thanks Fran. I was able to remove the bold from my sidebar, but was not able to get the current categories highlighted. 🙁
Thanks for all your help though.
Fran. It still did not work after I added the space. My site is http://www.freewaregenius.com. The collapsing categories are in the sidebar of single posts/pages.
I appreciate your help.
Fran,
Thanks so much for this, but it doesn’t seem to work
I tried this in my custom.cssli.collapsing.categories.self a {
color: #D87C4A!important;
}I am thinking about buying the plugin, and wondering if these tweaks were incorporated in the plugin (my site has a slowness issue and I do not wish to add to it).
Thanks.
I ‘solved’ the problem by setting the permissions for the plugin folder at 775 recursively. See http://i.imgur.com/Lqfqhcd.jpg
Not sure if this is a secure solution, but settings are now being saved.
Forum: Plugins
In reply to: [Ad Injection] [Plugin: Ad Injection] Custom post typesOk, for those who are interested, I found an easy way to do it, by adding a conditional around the ad code.
Note that I am using this inside a post, not the loop. As follows
<?php if(!is_singular(‘question’)): ?>
<ad code>
<?php endif; ?>In this case above, it checks to see if the post type is not ‘question’
and serves the ad.If you wanted the opposite, use
<?php if(is_singular(‘question’)): ?>
<ad code>
<?php endif; ?>If post type is ‘question’, serves the ad. The difference is the absence of a single exclamation (!)
Forum: Plugins
In reply to: [Ad Injection] [Plugin: Ad Injection] Custom post typesIs this any close to implementation? Thanks.
I have the same issues as jshare above (with the latest ver 0.7.6)
– My custom (green) link color is not taken into consideration. It still displays as the default orange
– ‘The slide’ shows even though I have opted out of showing it.There is another issue however, quotes and other special characters in the title of a post show as ascii (e.g. a quote as ‘)
See here for a screenshot http://i.imgur.com/wJ0iwl.jpg
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] Comments posting slowI have been using w3tc for a long time, and have in fact recently had it professionally configured by W3EDGE. My site is http://www.freewaregenius.com
However, I recently realized that I have the same issue described above: when entering comments, publishing post, or doing a variety of other things I get a “There were no suitable nodes to serve this request”, and my site times out for a bit, before reviving again a couple of minutes later.
This does not happen when I disable w3tc
I would very much appreciate any insights on how this error can be averted.