Alisa R. Herr
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Images/some styles missing in Safari only after site moveI’m glad you got it fixed!
In regards to doing a find/replace directly in PhpMyAdmin, it’s better to use the script I linked to because it will find and replace the string you search for in serialized strings or objects in the correct manner by replacing the lengths of strings within them. Otherwise, the serialized string or object would basically break and you may lose the data stored in there. Usually this happens with widgets in WP.
Migration plugins like Duplicator are great because they also take care of any references in the database to the old URL.
Make sure to always go to https://example.com/wp-admin/options-permalink.php to reset permalinks anytime the site URL changes.
Forum: Fixing WordPress
In reply to: Images/some styles missing in Safari only after site moveI’d recommend running this script on your site to make sure the database has all the correct paths: https://interconnectit.com/products/search-and-replace-for-wordpress-databases/
You should search for: roothealthclinic.com/testsite
and replace it with roothealthclinic.comForum: Themes and Templates
In reply to: Theme TroublesHi Stacey,
Can you paste line 604 of the file functions.php from the theme you just activated?
Thanks,
AlisaForum: Plugins
In reply to: [Infinite-Scroll] Media uploader triggers Error – wp_debug = true,Following. I am having this exact same issue.
It is on the day view of the calendar. The previous day and next day buttons have the same ID.
I’m using WP 3.4.2 and Ai1EC 1.8.3 premium. I’ve already corrected it on the site I am currently developing (https://uncwellness.cuberishosting.com/). But you can see it on the Timely demo site here: https://time.ly/calendar/#action=ai1ec_oneday&ai1ec_post_ids=
I don’t know what to tell you. That fix I explained above is how I got it to work on my client’s site using the most recent version of the plugin. The reason the 2012 dates don’t work is because the PHP date format is incorrect in their code. I’m not aware of any other issues that would affect that.
Looked at your site and it looks like you just set it to Dec 31, 2011. Can I see what happens when you set it to a date next year?
Here’s the site I got the 2012 date to work on: https://e11golf.com/
Forum: Plugins
In reply to: [WPBook] [Plugin: WPBook] No Access Token errorThat makes complete sense. Thanks for taking a look at it and I’ll keep that in mind for the future!
Forum: Plugins
In reply to: [WPBook] [Plugin: WPBook] No Access Token error@johneckman, sorry I deleted the post since it showed up wrong. I’ve reposted it and you can see it here: https://www.facebook.com/pages/Cuberis/101890296522841?sk=wall
and here:
https://cuberis.com/blog/testSince our site is in production, I’d like to remove it by the end of the day. Let me know if you need anything from me if you’re interested in troubleshooting. Thanks!
Forum: Plugins
In reply to: [WPBook] [Plugin: WPBook] No Access Token errorThank you for the instructions! That worked great. The only problem is that a seemingly random author image (not the author of the post) is inserted into the wall post. I love having the blog tab on the fan page so I will keep using this app, but I may need to find a different solution for the wall posts.
Thanks again!
Forum: Plugins
In reply to: [BloggerSync] [Plugin: BloggerSync] Great, NOW its brokenI agree. I just updated and got this same error.
Forum: Fixing WordPress
In reply to: jQuery date picker in admin?Found help on this thread:
https://www.ads-software.com/support/topic/including-jquery-breaks-dashboard-javascript?replies=6I downgraded to 1.7.3 and now it’s not throwing any errors.
Hope this helps someone else.
Forum: Fixing WordPress
In reply to: jQuery date picker in admin?I am also getting an error when I implement datepicker in the admin area:
this._mouseInit is not a function
in file: load-scripts.php (line 67)This breaks all of the other js functions loaded by WP. Anyone know of a way around this or a way to fix this?
Any help would be appreciated!
Forum: Plugins
In reply to: [Plugin: Contact Form 7] data is null – no ajax message & no e-mailThis is also happening to me. Did you ever find out what the problem was?