amarfresh
Forum Replies Created
-
Forum: Plugins
In reply to: [Surge] Great Plugin; Feature Request+1 for preloading/cache warming!
we have premium and we timed out everytime after 7.5 update…. <4k total posts in our wp_posts table.
viewing all pages and all posts from dashboard were unusable; timeout.
jetpack and akisment were the only plugins running.we reverted to 7.4.2 and we are good to go.
good luck
Forum: Plugins
In reply to: [Contact Form 7] wpcf7->skip_mail = true not workingskip_mail: onas described here:
https://contactform7.com/additional-settings/does not work in the Additional Settings section
demo_mode: ondoes work but it doesn’t save the record either.pls advise
Forum: Plugins
In reply to: [ImageInject] featured image does not insert on wp 4.6also, attribution does not get added to the post when selecting featured image.
Forum: Fixing WordPress
In reply to: Bloglines – valid RSS, but no updates?me too. http://mocoblog.com
i’ve never had success with them showing new posts.i am having similar problems… my problem got worse after adding a huge ping list to the list under Options > Writing.
it would be nice if the pinging can be done in the background and not as part of the wp posting process. (if in fact that is the case)
-atm
Forum: Plugins
In reply to: Plugin: Elegant Category (in)Visibilityi was having similar “page not found” problems myself. the posts were elegantly removed from the pages i requested, but the post pages themselves were not available.
they all stopped when i removed my permalink structure.
(was /%year%/%monthnum%/%day%/%postname%/)does this plugin only work with the default permalink structure?
Forum: Themes and Templates
In reply to: Child categories in a non listed categori list !i am having this problem too. any resolutions? CVS?
Forum: Requests and Feedback
In reply to: wp_list_cats() children display problemare you calling list_cats() or wp_list_cats() more than once? it appears that list_cats() can only be called once. if used elsewhere on the same page it results in no categories. perhaps that is your problem?
there is a separate thread started specifically on this problem:
http://wordpress.org/support/topic/26112/rss/Forum: Fixing WordPress
In reply to: Can’t run wp_list_cats twice?i am using wp 1.5 and it doesn’t work:
http://216.92.101.85/wordpress
look under cats on left and on rt column.
Forum: Fixing WordPress
In reply to: Can’t run wp_list_cats twice?i have the following:
<ul>
<?php list_cats(0, '', 'name', 'asc', '', 1, 0, 1, 1, 1, 1, 0,'','','','','8,9,10,11,12,13') ?>
<?php list_cats(0, '', 'name', 'asc', '', 1, 0, 1, 1, 1, 1, 0,'','','','','8,9,10,11,12,13') ?></ul>
i am using wp 1.5
Forum: Fixing WordPress
In reply to: Can’t run wp_list_cats twice?yes, i am having the same problem. i am trying to do a partial list of categories on the left column and want to display a subset of the categories on the right.
i tried all of the above before even finding this post.
kluge = define wp_list_cats2() ?????
how and why is this limitation implemented