Digital experiences for all disciplines
New Landing › How can we help? › Cardinal › A Couple Little Issues
New Landing › How can we help? › Cardinal › A Couple Little Issues
- This topic has 146 replies, 6 voices, and was last updated 8 years by David Martin – Support.
-
Posted in: Cardinal
-
July 22, 2015 at 1:01 pm #196679
Do you have anything in the error logs? Nothing in the update could cause that as far as I’m aware.
– Ed
July 22, 2015 at 8:15 pm #196868Hi Ed,
I actually couldn’t get to the error logs or anything, the entire foundation of WordPress crashed when I updated. Browser goes white visiting my actual page or the /wp-login.php or /wp-admin backend pages.
I temporarily fixed it by using my hosting server’s backup service. I reverted back a day to the point where the update hadn’t been installed yet, and it started working again.
July 23, 2015 at 10:34 am #197008Hi,
Maybe something went wrong with the automatic update.
You can try to install it from the zip file, just rename your current directory from cardinal to cardinal_old and after that upload the zip, this way you will have there the version that works just in case.
https://www.dropbox.com/sh/1uvsbajed8qf0fx/AACLxwGvc2Y3YwDM7M4o0QfGa?dl=0
Here is also the latest framework version.
-Rui
July 31, 2015 at 12:55 am #199544Hi Rui, thanks for the reply. I tried your method but still ran across troubles. For now, I’ll hold off on this current specific update and try the next one.
More importantly, I’ve been talking with my friend who I run the website with, and we want to do a huge redesign that we’ve been wanting to do for a long time. This is something that would require a good bit of CSS tweaking, element organization, and other things that I’m not sure Cardinal has built in from the get-go or not. I’m wondering if I post all of my Photoshop mockups (once I’ve completed them), would support team be able to have a look and tell me if:
1. It’s realistically possible to create through Cardinal
2. Someone is able to support me during making some of the more complex changes to ensure stability
3. Which of the changes are already built into Cardinal (from what I saw, there were a good number of features already implemented)Would really appreciate the assistance on that, I’ll probably make a new topic for that once these mockups are done.
August 3, 2015 at 12:19 pm #200153Hi,
Sure please add a zip file or link with any image references and we can advise you on your future approach.
Thanks,
David.August 3, 2015 at 10:35 pm #200367This reply has been marked as private.August 4, 2015 at 10:44 am #200545Hi,
Some of these can be done easily with the Page Builder and theme options. For small CSS requests we can indeed help you with these.
Your mockups and your request list would imply you would likely need to work with a developer to achieve the full level of customisation you require, as we cannot provide full site customisation for you.
Here is my thoughts on what you maybe able to achieve and where you will likely need a 3rd party developer.
Homepage:
Nav bar gets drop shadow on hover
Even height slider with transition – please use page builder & swift slider.
3 or 4 newest articles at bottom – please use page builder posts assetAbout Page
Top section with image tabs on the left – advanced customisation required, likely a 3rd party dev
Content changes when a new tab is clicked, preferably with animation
Automatic slider at bottom – please use page builder & swift slider.Articles Tab (Hover)
Show a featured post of choice with details, a link to the post and a share button for social media – advanced customisation required, likely a 3rd party dev
Show all other article categories on the right side – advanced customisation required, likely a 3rd party devArticles Page
Cardinal “Mini” blog-like display with customized visuals – please use page builder posts assetSingle Post Page
Top banner with separate 80% width content area underneath (with box shadow). – please use page builder posts asset
Customized audio player if possible – advanced customisation required, likely a 3rd party devAll Reviews Page
Banners with review score and title shown – advanced customisation required, likely a 3rd party devSingle Review Page
Accordion layout with custom images for each accordion tab. Opening a tab shows any mixture of text, audio and video material – please use page builderVideos Tab (Hover)
– advanced customisation required, likely a 3rd party devVideos Page
Masonry-like layout of available videos – – please use page builder portfolio asset, add videos category and limit post output to that category
Clicking play on a video opens a lightbox overlay for the video – advanced customisation required, likely a 3rd party devProjects Tab (Hover)
– advanced customisation required, likely a 3rd party devProjects Page
Top banner showing synopsis of project – use the standard project meta optionsSearch Button (Click)
– advanced customisation required, likely a 3rd party devThanks,
David.August 4, 2015 at 6:20 pm #200768Hi David,
Thanks for taking the time to point out each of the bullets I listed, it’s much appreciated. I’ve got a decent bit of programming under my belt, so I should be able to pull off some of the trickier bits myself with a couple short WordPress PHP tutorials and some trial and error. Already pretty much getting the search button functioning as I want it.
Just want to check something with you, I’ve got @font-face running since my mockup and site will be using a custom font. It’s strangely working perfectly on Safari desktop, but Chrome and iOS Safari are just not changing over. I haven’t tried Firefox, Opera or IE/Edge yet, but I’m wondering if you could possibly fill me in as to why it’s not registering on iOS Safari and all of Chrome? Here’s my @font-face CSS:
@font-face { font-family: 'Gotham-Light'; src: url('GothamLight.svg') format("svg"); src: url('GothamLight.eot'), url('GothamLight.eot?#iefix') format('embedded-opentype'), url('GothamLight.woff2') format('woff2'), url('GothamLight.woff') format('woff'), url('GothamLight.ttf') format("truetype"); } @font-face { font-family: 'Gotham-Book'; src: url('GothamBook.svg') format("svg"); src: url('GothamBook.eot'), url('GothamBook.eot?#iefix') format('embedded-opentype'), url('GothamBook.woff2') format('woff2'), url('GothamBook.woff') format('woff'), url('GothamBook.ttf') format("truetype"); } @font-face { font-family: 'Gotham-Medium'; src: url('GothamMedium.svg') format("svg"); src: url('GothamMedium.eot'), url('GothamMedium.eot?#iefix') format('embedded-opentype'), url('GothamMedium.woff2') format('woff2'), url('GothamMedium.woff') format('woff'), url('GothamMedium.ttf') format("truetype"); } @font-face { font-family: 'Gotham-Bold'; src: url('GothamBold.svg') format("svg"); src: url('GothamBold.eot'), url('GothamBold.eot?#iefix') format('embedded-opentype'), url('GothamBold.woff2') format('woff2'), url('GothamBold.woff') format('woff'), url('GothamBold.ttf') format("truetype"); }
As mentioned, it works perfectly on my MacBook Pro, but not on my PC, iPhone or iPad. I read in an article that Chrome has this tick to its coding that prefers the svg format to come first, but even that’s not working. In fact, I think it’s slowing my Safari’s load time for the fonts by doing that.
Would appreciate the help on this, thanks.
August 4, 2015 at 7:15 pm #200773Also, is it possible to add a Twitch social link field in the next update? 🙂
August 5, 2015 at 10:00 am #200857Hi,
It likely works fine on your Macbook pro as you have the font on that machine and not others.
Where have you uploaded the font files on your site? You are not referencing the correct path to the fonts here:
src: url('GothamBold.svg')
you need to add the path to the font location on your website.This functionality is built with theme already, rather then pasting in custom code, try it in the theme options below:
Theme Options => Font Options => Add Font
– David.
August 5, 2015 at 4:44 pm #201072This reply has been marked as private.August 5, 2015 at 4:58 pm #201076And if you see the homepage, there’s also an issue since my last Cardinal update where the recent posts at the bottom of the page is mashing together the author and the date together. Any idea what’s happening there?
And to my previous question, can we get a Twitch field in the Social Icons section in the next update?
August 6, 2015 at 12:12 am #201181Fixed that for tomorrows update.
Will see what we can do about the Twitch icon.
Thanks,
– Ed
August 6, 2015 at 12:22 am #201184Hey Ed,
Much appreciated as always. I’m wondering if you happened to get my email about the custom font compatibility/upload issue? I read on an earlier thread that patched code was being privately handed out.
Thanks as always,
ThomasAugust 6, 2015 at 1:18 am #201185Hi Thomas,
No fix as of yet for the custom font upload – not sure where you read that?
– Ed
-
Posted in: Cardinal
You must be logged in and have valid license to reply to this topic.