DaveLindberg
Forum Replies Created
-
Forum: Plugins
In reply to: [WP eCommerce] Shipping Module won't load after updateI was also being haunted by a really old theme and ancient template files. I had to remove some old files that were being called from the legacy theme.
All’s good now. 🙂
Hi Spencer,
Thanks for the reply. Unfortunately, this issue is still active.
Here’s the error message I get when accessing the page:
Fatal error: Maximum execution time of 30 seconds exceeded in /home/katlak1/staging.timclue.com/wp-content/plugins/feed-them-social/includes/feed-them-functions.php on line 1386
This comes up consistently using Chrome 42.0.2311.90 (64-bit), FIrefox v31.0, and Safari Version 8.0.4 (10600.4.10.7) on a Mac running OSX 10.10.2.
I receive a similar error on an iPhone running Safari, which states that the error is occurring on line 1384.
The shortcode in use is
[fts facebook id=TimClueMotivationalSpeaker posts_displayed=page_only type=page]Chrome console error reads
"Invalid App Id: Must be a number or numeric string representing the application id."The facebook page issueing the feed is https://www.facebook.com/TimClueMotivationalSpeaker
Any idea what I’m missing here?
Forum: Plugins
In reply to: [AngularJS for WordPress] ng-binding?Hi Roy,
I’ve fixed the know config issues on my dev site, it now performs identically to my local server.
On the dev home page, you’ll see the post name for the first 6 posts are loading correctly, but the rest of each post doesn’t; seems to be associated with `Error: [$sanitize:badparse]’
(There are a number of posts that are displaying properly on the page; these have “Load with AngularJS” set to “off”.)
However, as per your suggestion — switching to twenty fourteen rectifies the issue. If you have any suggestions on what I’m missing in my custom theme, I’m all ears.
Thanks!
Forum: Plugins
In reply to: [AngularJS for WordPress] ng-binding?Forum: Plugins
In reply to: [WP eCommerce] Database Update won't completeIssue resolved.
For the record, after running the update I had to:
- Delete the existing wp e-commerce plugin
- Install fresh version
- Deactivate all plugins
- Switch theme to Twenty Ten
- Update Database
Forum: Plugins
In reply to: [WP eCommerce] Database Update won't completeThe console error was caused by SEO Ultimate plugin. I’ve disabled it, and the console is now clean.
However, the page request continues to refresh once per second.
Very odd. Any thoughts, internet?
Forum: Plugins
In reply to: [WP eCommerce] Database Update won't completeLooking closer, the console is showing a javascript error on page load.
When I access the Store Update page, console says:
Resource interpreted as Script but transferred with MIME type application/octet-stream: "https://s3.amazonaws.com/sdfimages/seoultimatebanner/seo_ultimate_banners_jsonp_764.json?_=1427501229659".When I click on the “Update WP Ecommerce” button, the page says “Updating Categories…” and console shows the error continuously reloading.
Testing in the Twenty Ten theme, so that shouldn’t be an issue here.
???
Confirmed, I came across the 50% padding-top solution as well and it solved the issue. Thanks @frankjrjr for posting it here.
Having the same issue. While the video display properly at desktop browser width, the preview and video don’t properly fit the iframe within smaller viewports.
See http://www.staging.timclue.com/
Thanks!
Forum: Localhost Installs
In reply to: Can't log in to local install, login-php redirectSimple user error. Was missing a slash in the site uri.
Forum: Localhost Installs
In reply to: Media Library Permissions in localhost?Aah, yes, that’s just what I needed — a remind to go back and check the basic syntax of my flu URL link to the library.
Case closed, filed under “shoulda looked there first”
Thanks!
Forum: Localhost Installs
In reply to: Media Library Permissions in localhost?Just gave that a try: changed Common Settings from Default to Post name. No impact on media library items.
It was an interesting idea though. 🙂
Forum: Localhost Installs
In reply to: Media Library Permissions in localhost?I did run a search & replace function through the database. That correctly updated links to media items within posts.
The odd behavior here seems limited to the media library view:
- Every image in the Media Library has lost its thumbnail, and is represented with a generic grey document icon
- For each item, the Edit Media page lists the permalink as http://localhost/word/?attachment_id=XXX. No image shows up here, just the file name and creation date
- However, as stated, the links within a post are properly formatted (e.g., src=”http://localhost/word/wp-content/uploads/2012/03/imagename.jpg”)
Funny, no?
Forum: Localhost Installs
In reply to: Media Library Permissions in localhost?I’ve found this post on upload folder permissions which works to a degree. At least now I can re-upload existing images to a directory on my local site and use them for design purposes.
Still not sure why my current media items in their respective year/month folders aren’t recognized on the localhost system. But I’m letting it go and moving on…
Forum: Fixing WordPress
In reply to: Missing Admin Content (left menu intact, blank content area)Thanks taco100. I just encountered this issue while installing a local version of a client site. Your suggestion worked like a charm!