2bearstudio
Forum Replies Created
-
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] MailChimp API Settings [NOT CONNECTED]The API was working weeks ago was created almost 2 years ago. I created a new API key just now. It is not working either.
I am having exactly same problem.
Used to be working without problem. New API key isn’t working either.
Any solution?
I found the solution on this page here:
https://theeventscalendar.com/support/forums/topic/events-marked-as-hide-from-event-listings-show-on-month-view/Since I am using 3.11.2, I am questioning the statement in the post saying that “The problem has been fixed in 3.11.1”.
Okay, if this will help.
When using navigation, part of $wp_query shows:
[“tribe_is_event”]=> bool(false) [“tribe_is_multi_posttype”]=> bool(false) [“tribe_is_event_category”]=> bool(false) [“tribe_is_event_venue”]=> bool(false) [“tribe_is_event_organizer”]=> bool(false) [“tribe_is_event_query”]=> bool(false) [“tribe_is_past”]=> bool(false) }When using reload, part of $wp_query shows
[“tribe_is_event”]=> bool(true) [“tribe_is_multi_posttype”]=> bool(false) [“tribe_is_event_category”]=> bool(false) [“tribe_is_event_venue”]=> bool(false) [“tribe_is_event_organizer”]=> bool(false) [“tribe_is_event_query”]=> bool(true) [“tribe_is_past”]=> bool(true) }Apparently, the hack from here:
https://theeventscalendar.com/knowledgebase/hide-category-from-calendar-views/won’t work, because tribe_is_event_query() is false.
Forum: Plugins
In reply to: [WP Super Cache] wp-admin login issue with WP Super Cache 1.4.3Thank you, @paulodamian. I switched back to 1.4.2.
No. The fields I refer to are the extra profile fields added via Profile Builder and set as required.
Forum: Fixing WordPress
In reply to: how to do automatic upgradesWordPress automatic background updates has different configurations. It can automatic update:
1. Minor maintenance release (enabled by default)
2. Plugin (disabled by default)
3. Theme (disabled by default)
4. Major core release (disabled by default)Read on to learn the details:
http://codex.wordpress.org/Configuring_Automatic_Background_UpdatesForum: Fixing WordPress
In reply to: moved to another url, to subdirectory pictures missing in postsCan you access the dashboard? I guess so.
Use “Search and Replace” plugin,
Replace: Old site url
with: New site urlForum: Plugins
In reply to: [Digg Digg] Unsecure content via HTTPSI am running on the latest version of Digg Digg as well. Mine is complaining the Pinterest javascript load: http://assets.pinterest.com/js/pinit.js
I saw version 5.3.4 update claimed fixing this problem in the changelog. Apparently, I wouldn’t call that a fix.
Forum: Fixing WordPress
In reply to: Changing WordPress URL for supages (masking? redirecting?)Right.
Use the find and replace tool to
find ” http://www.site1.com/wpsitename”, and
replace with: “http://www.wpsitename.com”Forum: Fixing WordPress
In reply to: Cannot Access Dashboard after 4.1.1 upgradeYou may want to read this:
Forum: Fixing WordPress
In reply to: Cannot Access Dashboard after 4.1.1 upgradeEnable debug mode to find out the exact error message, and figure out what is causing this White Screen of Death problem.
Forum: Fixing WordPress
In reply to: Changing WordPress URL for supages (masking? redirecting?)If I understand this correctly, you developed the site using http://www.site1.com/wpsitename. If so, simply changing the Site URL in General settings won’t change the links in database from “http://www.site1.com/wpsitename” to “http://www.site1.com/”. You need to use find and replace tool to fix this.
Forum: Fixing WordPress
In reply to: moving wordpress to a new domain?Instead of using plugin, I always use this tool:
Database search and replace script in PHP
https://interconnectit.com/products/search-and-replace-for-wordpress-databases/It is simple to use. For your specific task, you like to
replace: old domain (url)
with: new domain (url)I suggest you use full url including “http://”, without trailing “/”
Good luck.
Thank you so much, it works. Cheers!