izzaboo
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Query Loop] Datetime presentationWelp. I was trying to use Advanced Custom Fields plugin to display the field created in Advanced Query Loop. Perhaps that’s my problem!
- This reply was modified 2 months, 1 week ago by izzaboo. Reason: Edit to apologize for wasting folks' time here
I guess I don’t know enough about mc_upgrade_db() to know how best to execute it. add_filter or add_action( ‘init, …)?
So, something like this, in the functions.php file in the theme used by the subsite lacking the tables?
function izzafunction(){
// n === the subsite with no My Calendars tables in place
if( get_current_blog_id() === n ){
mc_upgrade_db();
}
}
add_filter( 'izza_name', 'izzafunction' );Or should I
return mc_upgrade_db();If I Network Deactivate, will My Calendar tables be erased from existing sub-sites?
Well, huh. Nope. I just created another site and those tables seem to have been created. I wonder if there is a way I can trigger the creation of necessary tables for the one site that didn’t have the tables created?
I believe what I did was activate the plugin on the entire network. On creation of a new site, the My Calendar tables are not created.
I was having the same trouble. I seem to have fixed it by editing the Pages template. I toggled inner blocks use content width ON. I set CONTENT to 100%. Then, in my pages I now had the three options for None, middle width, full width in my top level groups and column blocks.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Multisite WP using Central CalendarThe ID thing was quite odd. But the events would not be unique events sharing a common ID. They appeared to be the same event, but being displayed/listed multiple times. It didn’t seem like they were merely entries in a repeating event. Of course I’ve turned off the central calendar for the sub-sites now. I can’t get a screenshot of it. Once the subsite users get more adept at learning how to use the calendar I’ll attempt it again.
Multisite settings…which ones would help? I’m using subdomains. In wp-config I have these settings.
define( 'WP_ALLOW_MULTISITE', true ); define( 'MULTISITE', true ); define( 'SUBDOMAIN_INSTALL', true ); define( 'DOMAIN_CURRENT_SITE', 'sitedomain.tld' ); define( 'PATH_CURRENT_SITE', '/' ); define( 'SITE_ID_CURRENT_SITE', 1 ); define( 'BLOG_ID_CURRENT_SITE', 1 ); define('COOKIE_DOMAIN', '');Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Multisite WP using Central CalendarHas anybody else seen the duplicate events when using the central calendar on multisite installation? It is really weird and I’m not sure if it because I’m doing something wrong.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Multisite WP using Central CalendarIt is also interesting the “Regions” are not carried from one sub-site to another using the Central Calendar.
How can a person use API KEY for Google Maps 1.1.0 and how do I even know which version of Google Maps I’m using?
You owe me nothing, I will appreciate any pointers you might give.
Thanks!
all best,
Greg- This reply was modified 9 years ago by izzaboo.
Forum: Plugins
In reply to: [User Access Manager] v1.2.6.0 Editing Posts, Lost toolbar and Add MediaYes. Things worked as expected in chrome incognito mode.
I’ll revisit my cache settings…
I removed cached files and images from the beginning of time and this was the fix for me.
Thanks!
Forum: Plugins
In reply to: [User Access Manager] v1.2.6.0 Editing Posts, Lost toolbar and Add MediaAs a followup:
When I “downgraded” I deactivated v1.2.6 then nstalled 1.2.5 via FTP and when I loaded the Plugins page User Access Manager was Activated already.
I thought I’d cleared my cache…isn’t that info stored in the DB?
thanks!
all best,
GregForum: Plugins
In reply to: [SlimStat Analytics] Right Now tab not working since update to 3.3.33.3.2 worked for me as well.
A bit slower than earlier versions, but I really appreciate your possible support of a “lite” option. I generally use the overview weekly.
Thanks!
G
Forum: Plugins
In reply to: [SlimStat Analytics] Right Now tab not working since update to 3.3.3Which power would that be?
What was added in 3.3.3 that is now causing SlimStat to redline my server?
-g
Forum: Plugins
In reply to: [SlimStat Analytics] Right Now tab not working since update to 3.3.3whoops!
got the 500 error on homepage.
and now the error log is 2KB larger…
gotta run!
-g