kreichelt
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Installed SSL and now shop doesn't work at allSo marking it solved.
Forum: Plugins
In reply to: [WooCommerce] Installed SSL and now shop doesn't work at allSolved my own problem — I just deactivated and reactivated the plugin, and it started working again. I guess it got confused by the switch to HTTPS.
Forum: Plugins
In reply to: [WooCommerce] Installed SSL and now shop doesn't work at allI should add that my SSL certificate and hosting are both through GoDaddy.
Wow, thanks for this! I’ll try it out if I don’t hear back a response on whether there’s some available setting…
I have disabled the plug-in, much as I liked it. Losing the regular edit option for me makes this a non-starter. Hopefully, I’ll hear back that there’s a setting I just need to fix!!
Same problem here. I turned Protect off, but I’d love a proper fix instead.
I gave up and turned off the Brute Protect feature. Had the same problem on two different sites running different themes. I’d love to have it on though. Is there a general bug here, or is there some known plug-in or theme conflict?
Solved it. I installed WP-Hide Dashboard to take care of the admin restriction side of things and turned off the restrictions in WP User Frontend. This still brings novice users to the profile.php page when they log in (ugly), so I’d love to redirect them to the home page instead — anyone know where to do that?
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Event Times OffI’ve updated to 2.2, and I know it lists this as a fix in the upgrade, I’m still having this problem. When I go to an individual event’s page, it doesn’t have the Time Zone filled in, and has the GTC0 time for the event (even though I’m in New_York timezone)
It does appear correctly on both the calendar view and in the widget.
Forum: Plugins
In reply to: [WP Hide Dashboard] Jetpack still availableI found this solution googling around (which works), but it would be great if the plug-in itself took care of this. Thanks again.
add to functions.php:
add_action(‘admin_init’, ‘remove_menus’);
function remove_menus(){
if(!current_user_can(‘add_users’)){
remove_menu_page(‘jetpack’);
}
}Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Event Times OffThat is great!! When do you expect 2.2 to be out?
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Event Times OffI’m having a similar issue- I enter my events in Google Calendar. All my events show up at the right time in the calendar view and in the widget on my site’s sidebar, but on the event page itself, they are being displayed as GTC0 even though both my wordpress site and google calendar are on Eastern Time (GTC-5)
OK, I feel stupid. Found it.
It’s on Site Stats, up toward the top of the page.
Happy New Year, all!
Thanks again! That worked, and now I can tinker at will!
Thanks for this!! I’ll implement and let you know if I have any trouble. I really appreciate the help!