scottficek
Forum Replies Created
-
Forum: Plugins
In reply to: [Bulk Attribute Manager For Woocommerce] Doesn't work at allPreviously all I saw was the 3 boxes listed across the top 1, 2, 3 and the previous and next buttons. No drop down.
I deleted the plugin and reinstalled and now it works. Not sure what I had changed in between.
figured it out.
Here is a screen shot. https://screencloud.net/v/rOTC
Great. Thanks for validating.
How do we get the developer to read this?
Yes. All my fields are unchecked and none of them will do validation if left blank or less than minimum length
Great. Thanks.
Is there anyway to see how many hotlinks this plugin has prevented/thwarted? That would be interesting info and prove to the user that it is working (would probably get you more users).
I checked my .htaccess file and it appears the code is in there. One of the sites has it in there twice and one has it once, but still no menu item on either site.
Strange.
Forum: Plugins
In reply to: [Plugin: Events Calendar] [[EventsCalendarLarge]]This has been fixed in the new version 6.6.x. Use [events-calendar-large] instead. It works in WP 3.0 also.
Wolfgrrl-
I had the same question. I started doing some research and although I don’t think I nailed it 100%, I did come up with some interesting insights.I could be wrong on all this, but being an ex-computer guy, I think at least some of it is more than coincidence.
It appears the spiders hitting the site are counted in the Visitors summary by Statpress. I turned off counting spiders in the statpress options and saw my Visitors count drop almost in half.
Also, I did a DNS lookup on the Top IP-Pageviews on the Details page. Many of those were hitting my site 100s of times per day and they were from other countries (that I don’t think care about Minnesota real estate). I put a deny from xx.xx.xx.xx in my .htaccess file to block those IP addresses. I assume they are some sort of spam or Splog servers.
Lastly, I took a hard look at the Statpress Spy page and realized that several of my pictures were being linked to by MySpace pages! I quickly renamed the files to break the links. Again, I think Statpress was counting those as users. Google only runs when a page is accessed.
Time will tell if these changes were actually the correct ones, but this is my $.02 on the issue.
Forum: Plugins
In reply to: Google Sitemaps and WordPress 2.3 (Please help testing)****Update-Seems to be working****
I re-enabled the plug-in and started playing with the settings. I first started by unchecking all the boxes and set the “Limit number of posts” to 25 and put the memory at 16M and timeout to 0. It ran. I gradually increased the post count to 150 and then to blank and it ran.
I started re-checking the boxes and it kept working until I checked the “Write a gzipped file (your filename + .gz)”. When I turn that one on (with all other settings back to default except memory 16M and timeout to 0) it locks up like before.
Forum: Fixing WordPress
In reply to: 404 Error after save or postOnce I disabled all the plugins and then added each one slowly, I found it was the Google XML Sitemap plugin. I am trying to find a fix as the changes to the memory setting and timeout settings in the plugin did not fix the problem.
Forum: Plugins
In reply to: Google Sitemaps and WordPress 2.3 (Please help testing)I am at the same spot as archjedi, but I am running WP 2.2.2. I have about 30 entries in my debug log that look like the following (is this your question?):
Notice: Undefined property: stdClass::$category_name in /home/minneso4/public_html/wp-includes/category-template.php on line 83I just love this product and it was working fine. I had to shut it down because it was locking up my posts.
Forum: Fixing WordPress
In reply to: Place Holder Peeving MeNow it comes up. What placeholder are you talking about?
Forum: Fixing WordPress
In reply to: Place Holder Peeving MeYour link doesn’t work.
Forum: Themes and Templates
In reply to: Long Titles won’t wrap in Recent Post SidebarUnfortunately removing the repeat did not work. The other file does contain the code to pull the data for Recent Posts. I finally found the place the HTML is generated which is the Widgets.php code.
Now I just need to learn php!