Digital experiences for all disciplines
Forum Replies Created
-
-
November 18, 2014 at 8:18 pm in reply to: Events calendar with Cardinal – how to display sidebars #129312This reply has been marked as private.November 18, 2014 at 6:01 pm in reply to: Cardinal 1.93; bugs with map asset and mobile header #129296
#1. Your second suggestion sounds good. Hopefully it can be implemented.
#2. Seems improved now, thanks.
Lots of tweaks made to my files on 1.93 now, I hope they are all incorporated into 1.94…
November 18, 2014 at 3:54 pm in reply to: Cardinal 1.93; bugs with map asset and mobile header #129234#1. I would prefer not to use the directory asset as that introduces another custom post type with advanced options that I don’t need in this case.
The map asset allows for multiple pins, but they don’t display on mobile; that can’t be optimal or am I missing something?.
#2. Ok thanks.
November 17, 2014 at 4:25 pm in reply to: Cardinal 1.93; bugs with map asset and mobile header #128917Managed to fix #3.
I had this code in the custom js which I forgot about:
$(':hidden').each(function() { var background = $(this).css("background"); if (background != 'none') { tempImage = new Image(); tempImage.src = backgroundImage; } });
Removed that and the uncaught error is gone. That was a snippet I had got from somewhere on the internet. What I was trying to achieve, without success, is find a way to pre-load the header background image before the page itself loads – the reason I want to do this is so that the background image is always there – currently, and this is especially evident on mobiles while using a slow connection, there is a brief second or two in which the background image does not appear behind the header and it does not look great… any ideas?
Thanks.
November 17, 2014 at 11:22 am in reply to: Events calendar with Cardinal – how to display sidebars #128747Ok thanks.
November 16, 2014 at 3:55 pm in reply to: Cardinal 1.93; bugs with map asset and mobile header #128617This reply has been marked as private.This has happened to me as well… nearly 100% sure the issue is a conflict with the tablepress plugin…
November 14, 2014 at 4:00 pm in reply to: Cardinal 1.93; bugs with map asset and mobile header #128463Ok thanks. I will give the directory asset a go.
Forget about my edited #1. point above. Seems like it has to do with the user color scheme I had set.
November 14, 2014 at 3:47 pm in reply to: Cardinal 1.93; bugs with map asset and mobile header #128461This reply has been marked as private.November 14, 2014 at 3:37 pm in reply to: Cardinal 1.93; bugs with map asset and mobile header #128459That did the trick, thanks.
November 14, 2014 at 1:37 pm in reply to: Cardinal 1.93; bugs with map asset and mobile header #128406Ok thanks Rui.
November 14, 2014 at 12:57 pm in reply to: Cardinal 1.93; bugs with map asset and mobile header #128373Hi Rui,
#1. Ok that accordion css resolves the issue
#2. Enabling minified scripts breaks all of the fixes you made in this thread – i.e. the map issue, the mobile menu not closing on browser resize to full width etc.
Will all of your fixes be included in the next theme update in both the full functions.js and the minified functions.js?
#3. Yes you are right this code snippet:
#mobile-header a.mobile-menu-link span.menu-bars, #mobile-header a.mobile-menu-link span.menu-bars:before, #mobile-header a.mobile-menu-link span.menu-bars:after { background-color: white !important; }
Is what is causing the strange mobile menu close icon issue. I want to have that as white, so hopefully Ed has a solution for that…
November 14, 2014 at 11:55 am in reply to: Cardinal 1.93; bugs with map asset and mobile header #128342This reply has been marked as private.November 14, 2014 at 9:50 am in reply to: Cardinal 1.93; bugs with map asset and mobile header #128280Ok I’ll wait to see what Ed says…
Can you tell me exactly what changes you made to files and what code you added/where you added it to solve these issues?
November 13, 2014 at 1:31 pm in reply to: Cardinal 1.93; bugs with map asset and mobile header #128030This reply has been marked as private. -