Digital experiences for all disciplines
Forum Replies Created
-
-
Ed, I see your two replies in email but I don’t see both of them here.
Just out of curiosity, what was the issue causing this? it seemed weird that i wasnt able to reproduce it locally. We have a dedicated server and I have all the php memory limits and stuff set pretty high to prevent things like this.
looking forward to the update!
thanks!
Nobody makes better themes than Swift. It’s a transitional period for them – them moving to swift-framework as a plugin is a massive improvement.
You should hang in there, I am sure they will get a fix soon.
Got a workaround:
1. via ftp rename the swift-framework plugin folder from “swift-framework” to “!swift-framework” this is to “hard” disable it.
2. delete cardinal v2.08 via ftp. downloaded cardinal v2.06 and uploaded it to /wp-content/themes folder.
3. found a backup of the database from before i upgraded to cardinal v2.08. copy from the old database the contents of wp_options table, sf_cardinal_options row, option_value cell
4. paste the old sf_cardinal_options data into the cell of the current database.
TLDR revert back to cardinal 2.06, disable swift-framework plugin, override the 2.08 options in the database with 2.06 options from a backup.
confirmed working for me.
Noticed this in the database … “transients” row?
Attachments:
You must be logged in to view attached files.I am also having this issue with one of our sites running Cardinal 2.08
We have at least 6 sites running Cardinal and WordPress 2.2.1
I also noticed that the menu type changed (and I cannot change it back unless I change it through a MYSQL editor) and lots of issues with the fonts.
This site in particular was just hemorrhaging memory – error log got up to over 100 GIGABYTES and was throwing fatal memory errors preventing non wordpress admin accounts from logging in.
I downloaded a full backup and booted it up through MAMP locally and the issue is gone. Which makes my first guess to be related to file/directory permissions.
Hope this helps and I am in for the fix, please help!
playback confirmed broken in ios8.1 safari. working in all major desktop browsers
<source "="" type="video/mp4" src="http://tekfab.com/video/HP01_TEKFAB_Compact_Stacker_streaming_WEB.mp4">
should be
<source type="video/mp4" src="http://tekfab.com/video/HP01_TEKFAB_Compact_Stacker_streaming_WEB.mp4">
also note that it is not outputting the source for the ogg/ogv file in addition to that erroneous code.
this is how the total code should look, which i can confirm plays in all browsers.
<video height="100%" width="100%" poster="undefined" preload="undefined" controls="" class="" style="display: block;"> <source src="http://tekfab.com/video/HP01_TEKFAB_Compact_Stacker_streaming_WEB.mp4" type="video/mp4"></source> <source src="http://tekfab.com/video/HP01_TEKFAB_Compact_Stacker_streaming_WEB.webm" type="video/webm"></source> <source src="http://tekfab.com/video/HP01_TEKFAB_Compact_Stacker_streaming_WEB.ogv" type="video/ogg"></source> </video>
-