Timofey
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Realtime Sitemap] WP Realtime Sitemap Not Working Running PHP 7Hi guys.
I’m not the author but while he is not ready i have simple patch for you.You will need edit /wp-content/plugins/wp-realtime-sitemap/wp-realtime-sitemap.php file. Find all constructions like $$arr[‘key’] (just find $$ in any text editor) and replace all with ${$arr[‘key’]}.
It was help for me.Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Repeat monthly, shift by one day.Now i found and resave all events manually.
But it may be useful feature: recount “event instances” after timezone changes or other troubles.
Thanks for you attention.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Repeat monthly, shift by one day.I found event in the wp_ai1ec_event_instances table and dates in this table is shifted by one day. After resaving the event, new dates saved to wp_ai1ec_event_instances is correct. Maybe it event (and other like this) created with another timezone and server timezone has been changed later.
Is there a way to recount wp_ai1ec_event_instances for all active events?
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Repeat monthly, shift by one day.When i edit post and save it without changes it’s date corrected.
I think, event need more time (e.g. one month) without editing, before day shifted.I can’t to test conflicts now. I try it later (maybe tomorow).
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Repeat monthly, shift by one day.No.
First this happen with less then 2.1.8. At that time i did update to 2.1.8 (don’t remember previous version) and it didn’t help. Then i edit and save event without changes and date corrected.
Few days later i found other event with shifted date. I correct it in the same way.
After that plugin updated to 2.1.9.Now i see other shifted event.
Repeat: Monthly on 2nd Thursday for 10 occurrences
Timezone: New York
Start Date: 11/13/2014 7:00pm
End Date: 11/13/2014 10:00pmAt the site this shows on Wed, Dec 10 @ 7:00 PM – 10:00 PM
For “Super admin” all right.
Ok. Let’s see what might be wrong. First of all, does it says anything? What type of message you see?
It says “Access denied” on empty page. No header, no footer, no menu.
Also, please check if for Administrator Role everything is unchecked on Menu Tab (click on AAM->Access Control and Menu Tab is the first Tab with the list of Admin Menu)
Yes, everything is unchecked, but there is one thing. In the “Admin Menu” list no “Dashboard” items. It contains “Post”, “Media”, “Links”, “Pages”, etc… but no “Dashboard”. In 1.* versions of AAM “Dashboard” item was present.
Rollback to old versions or deletion of plugin does not helps.Hi all!
I have same error with Administrator role user. I can access to any page inside dashboard, but no access to dashboard homepage.
Forum: Plugins
In reply to: [Simple Instagram] Authorize with Instagram button issueThanks, mr_speer!
But bug with iframe tag still present. Maybe, you forgot this.
Forum: Plugins
In reply to: [Simple Instagram] Authorize with Instagram button issueHi. I have same issue.
It’s part of html source code:
<iframe width="100%" src="http://*******/wp-admin/admin-ajax.php?action=register_instagram"</iframe>Iframe tag not closed correctly. Maybe it caused this bug.