Posted: October 16, 2014 at 7:07 am
|
I can’t figure out why the “Show Details +” isn’t appearing even though there are details that could be displayed and I see the details in the code on the page: http://www.fsucheer.com/upcoming-events/battle-capital/. I know I could just remove the line with css all together but I would rather not if I can get it to expand. Any ideas? |
|
Hi Ryan, That’s certainly odd. There’s no specific JavaScript errors regarding this, though there is a warning from Modernizr and Google API. My only conclusion is that something is conflicting with our jQuery/JavaScript. As your JavaScript is minified it’s very hard to even try to debug it (and in theory the minified code could be the issue itself). |
|
I’m using cloudflare, and I just turned off “Auto Mimify” and their asynchronous JavaScript loader called “Rocket Loader” but that doesn’t seem to have assisted. |
Hi Ryan, Could you enable Cloudflare’s development mode and let us know if that helps? Also are you using any other caching/performance plugins on your site (e.g. W3 total, minify, wp super cache, etc). — |
|
|
cloudflare is in dev mode and I just paused it all together so it is not doing anything. I am using wp super cache and the following are not being cached: |
|
<input type=”submit” class=”ee-ical-sbmt” value=”” title=”Add to iCal Calendar”/> the value works in FF but not Chrome or Safari… Is there a substitute? |
|
Had to upgrade jquery version. but the icon for downloading the ics still seems to be an issue. |
Hi Ryan, Which version of Chrome are you running? The iCal icon on your site is working fine in IE, Chrome and Firefox here. Have you tried clearing the your browsers cache? |
|
|
Chrome version Version 38.0.2125.101 |
Hi Ryan, It looks like the issue is the icon isn’t displaying correct? I don’t know why it’s not displaying, it could be the theme, but that’s only a guess. If you inspect the element in Chrome Inspector it says the dashicon font family applied, but if you click “Computed” it says its Lucida Grande. Anyway, this is a CSS hack that you can try out that will force the icon to display over the button: #content input.ee-ical-sbmt { color: #fff; position: relative; left: -20px; top: -3px; z-index: -10; } .download-iCal-frm:before { content: "\f145"; font-family: 'dashicons'; } .download-iCal-frm { position: absolute; } |
|
Oh and one more thing, if you run into any further issues, please start a new thread. Thanks. |
|
|
Thanks that worked! 🙂 |
You’re welcome. |
|
The support post ‘show details + not expanding’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.