polins
Forum Replies Created
-
Thanks, David.
Yes, this would be consistent with the number of pages viewed daily by real users and search engines. I’m guessing that the plugin is creating a ~3KB mySQL record for each of 10,000 pages on my site (with an option_name something like: %_transient_timeout_asb_%)From your plugin description, the default is for cached entries to last 24 hours.
I will therefore modify my code to add a cache=false statement, and then confirm that the cache has been cleared.Peter
PS This is one of the very best social media plugins—unlike many of the others that create a crippling delay in page load time! Thanks for your work.
Ah, yes.
I had tried to istall both Jetpack and the Jetpack Extras add-on simultaneously.
THX.I have had good results with the Scripts Gzip plugin, which combine and compresses scripts. It’s simple, with the only option being a manual edit of the blacklist.php file, to exclude selected scripts.
Just logged in to my WP admin and was able to view a “post-list” page.
Then I deactivated the plugin and reactivated.
My custom settings had disappeared, and my “post-list” page refused to load at all.
When the shortcode was deleted, the page loaded properly.I have just repeated this sequence and got the same results.
I haven’t checked to see if there might be a plugin conflict.
Hope this helps.
Thanks, jokerbr313.
I am using WP 3.3.1 and plugiv V. 0.2.0.
I was able to repeat the phenomenon once, but then not again. Human error? I’ll let you know if I learn more.I had the same deactivtion/reactivation problem on two sites, even though the “delete database” button was set to “no”.
Sorry — too brief.
1. Create a shortlink such as [post_list name=”junk1″] and paste it into a page.
2. Delete the shortlink from within admin, or accidentally place the shortlink [post_list name=”junk2″] on a page.
3. Result when viewing the page output: I get a 500 server error.This is not a “flaw”. However, a more elegant solution would be for WP simply to to ignore any shortcodes that do not exist. A couple of examples of shortcode plugins that have this functionality are Global Content Blocks and Get Custom Field Values.
PS I appreciate this plugin—it’s very versatile for things in addition to “post lists”.
Ditto.
The sidebar widget displays on pages with the appropriate text in the custom field, but there is an additional error message shown within the widget output:
Parse error: syntax error, unexpected $end in /home/mydirectory/public_html/mydomain/wp-content/plugins/advanced-custom-field-widget/adv-custom-field-widget.php(566) : eval()’d code on line 1
This shows up with shortcodes generated by such plugins as “Shortcodes Ultimate” or “Postcontent in Shortcodes”, for example. The error message is the same, regardless of the particular shortcode used. (WP 3.2.1, ACFW version 0.9.9). Thanks!
Put the shortcode for the plugin (such as [social4i size=”small” align=”float-left”] ) in a sidebar text widget. Then execute the shortcode, (e.g. using the plugin, Shortcodes in Sidebar Widgets).
You probably will want to turn off the default display within the contents of posts/pages to prevent duplicate loading.PS What a cool plugin; it gives you the basics—fast!
Forum: Fixing WordPress
In reply to: Tag intersections / tag union URLs broken?Saw the same problem, only with DEFAULT permalinks, not PRETTY permalinks.
The alternative search syntax does behave as expected, regardless of permalink settings:
http://domain.com/?tag=tag1+tag2I don’t claim to be an expert, but I thought that both types of search syntax should work.
This was verified with a clean install of WP 3.1 or 3.1.2; 2010 theme; no plugins; only two posts.
Forum: Fixing WordPress
In reply to: Combine tag and category in a permalinkDon’t know about WP 2.9.2, but the following syntax works in WP 3.1:
http://ultimateglutenfree.com/category/ski-colorado/?tag=crested-butte-coHave you tried refreshing the different dashboard sections? This worked for me.
WP 3.1.1Forum: Fixing WordPress
In reply to: Convert Tags to Taxonomy TagsThis is built into WP 3.0.1
-Open Dashboard>Posts>Post Tags
-Click on the number in the Posts column corresponding to the tag you’re interested in
-Select “Title” — Edit — Apply
-Your Custom taxonomy will now show up as an option box; just type in the value for the taxonomy that you desire.