Archon_4
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Drop in website traffic since July 19, 2024Did your website recover from the traffic drop? I’m wondering because I’ve suffered a strange traffic drop across many site with seemingly no good answers. All starting late July.
I’m having a similar issue. When a new user registers, and activates their account, the password they provided when signing up does not allow them to login. However, if they do a password reset, they can login. This is only recently began happening. I’ve disabled plugins, changed themes, and still no luck so far.
First, thanks for the awesome free plugin!
Im unclear on how to block a custom post type? (acadp_listings) Would I add a tweaked version of some of the above code to my functions.php? Can you point me in the right direction?
Thanks!
Forum: Plugins
In reply to: UPS Freight Shipping with woocommerce?I am looking for the same thing and not finding anything. I feel another workaround coming on.
Forum: Reviews
In reply to: [WP Customer Area] Waste of Time Move OnI have had great success with this plugin and it plays well with my theme (The7). I haven’t experienced any glitches as of yet. The developers have responded to my several question pretty quickly. I know of no other plugin that does what this one does, and its free for the gods sake! It gets Five stars as far as I’m concerned!
Forum: Plugins
In reply to: Disable Flat Rate Shipping Per Product WooCommerceI am looking for the same solution to no avail. Very frustrating. I have tried some code snippets I found in the forums in the functions.php but they are all depreciated at this point. Seems strange you can’t just choose which shipping method for each product in 2014.
Forum: Plugins
In reply to: [Testimonial Rotator] IE white background issue – who would have guessed!works fine in ie8, but has the white background as expected since 8 doesn’t support transparency. Since I don’t support 8 it doesn’t really matter.
Forum: Plugins
In reply to: [Testimonial Rotator] IE white background issue – who would have guessed!User Error!
Hey, well I was on IE 10 yesterday having the issue and when I used firebug it pointed to the js file. However, 18 hours later I tested on IE 9, and 10 and have no issue. Must have been on my end. I had a bunch of different browsers (safari, opera, ie, ff, chrome) running at the same time yesterday so maybe that disrupted the “IE experience“. All is good, and thanks for the very useful plugin, and the response!!
Add this to your child theme style sheet. It fixed it for me!
/*** FIX SQUASHED THUMBNAILS IN NEXTGEN GALLERY IN CURSED IE8 ***/
.entry-content .ngg-gallery-thumbnail img {
height:auto;
margin: 0 0 18px 0;
width:auto;
}