Gregg
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Super Cache] Google Index ProblemThanks. That’s much better information to work with. At this point the plugin author or someone that knows that plugin better than I will need to step in.
Forum: Plugins
In reply to: [WP Super Cache] Google Index ProblemIf you can’t tell if Googlebot has come to your site, how do you know your site hasn’t been crawled/indexed?
When I use a string of text from your website in Google’s search, your website comes up inte SERPs just fine.
Forum: Fixing WordPress
In reply to: Restricting certain geographical paymentsNot likely. It’s up to you to manage that.
Forum: Plugins
In reply to: [WP Super Cache] Google Index ProblemI’m not sure it’s WP Super Cache that’s the problem. Have you looked at your log files to see if Googlebot has crawled the site? Do you have Webmaster Tools installed to see if the Google has recorded any errors? Do these things first to eliminate any obvious issues.
Forum: Fixing WordPress
In reply to: Add HTML via TAGIf I understand you correctly, you may want to look into Shortcodes.
Forum: Themes and Templates
In reply to: [Travel Blogger] Post shows twiceI just see one post.
Forum: Plugins
In reply to: [WP Super Cache] Google Index ProblemSite URL? WP Version?
Forum: Plugins
In reply to: [Smooth Slider] Slider overrides menu itemsAdd
z-index: 1;
to your style sheet for the class
.smooth_slider_fouc .smooth_slider
That should be around line #7 in style.css
Forum: Fixing WordPress
In reply to: Restricting certain geographical paymentsThere is no fool-proof way to do this. The options would include using IP addresses to either accept only certain IPs (whitelisting) or block all IPs outside the geotarget area (blacklisting) – either is a huge task with limited reliability.
The best way to control the buyers is to make the site a membership only site and vet the people before you let them become members.
I assume you’ve posted a message somewhere on your site (like the first form they fill out for the check out process) that tells your buyers you only accept orders from the geographic area? Do you manually check your orders?
Forum: Fixing WordPress
In reply to: Injection attack?Surely someone has seen something like this in their log files?
Forum: Plugins
In reply to: [Login Security Solution] Still can't get intoHello Daniel and Dean,
The setup is a publicly available server at a commercial host. The University has a single IP from it’s campus to the outside world. Now that I know what to look for and how to deal with it, I can handle it.I’ve begun the process of educating our users on updating their passwords and teaching them to take their time and READ the instructions. Essentially I’m counting on user education but for those that won’t (and I know I’ll have some) I can now address the situation which makes my life much less stressful.
Thank you both.
Gregg
Playing around with this now and I realize the answer is yes I can do it.
Now the question is what are the issues it will create!
Forum: Plugins
In reply to: Multiple Plugin Directories?Thanks for the reply. That’s what I thought. I’ll see if there’s another way to attack the problem.
Forum: Plugins
In reply to: [Login Security Solution] Still can't get intoClearing out that table of entries that came from our users worked. We’re now able to login again. I think what happened is because we had 3 users on the same IP address all attempting to work through the login/authentication process at the same time, it tripped the security flags and banned us all.
Live and learn. Now I know how to resolve the issue and that’s I needed. Thanks again for your help Dean.
Forum: Plugins
In reply to: [Login Security Solution] Still can't get intoUnderstood. Thanks.