Support

Home Forums Event Espresso Premium show details + not expanding

show details + not expanding

Posted: October 16, 2014 at 7:07 am


Ryan Kline

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?


Dean

October 16, 2014 at 7:15 am

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).


Ryan Kline

October 16, 2014 at 7:23 am

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.


Lorenzo Orlando Caum

  • Support Staff

October 16, 2014 at 8:23 am

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).


Lorenzo


Ryan Kline

October 16, 2014 at 9:09 am

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:
wp-.*\.php
index\.php
/events/
/venues/
/upcoming-events/
/registration-checkout/
/transactions/
/thank-you/
/registration-cancelled/


Ryan Kline

October 16, 2014 at 9:20 am

<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?


Ryan Kline

October 16, 2014 at 9:49 am

Had to upgrade jquery version. but the icon for downloading the ics still seems to be an issue.


Tony

  • Support Staff

October 16, 2014 at 10:07 am

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?


Ryan Kline

October 16, 2014 at 10:26 am

Chrome version Version 38.0.2125.101


Josh

  • Support Staff

October 16, 2014 at 1:05 pm

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;
}


Josh

  • Support Staff

October 16, 2014 at 1:06 pm

Oh and one more thing, if you run into any further issues, please start a new thread. Thanks.


Ryan Kline

October 16, 2014 at 1:15 pm

Thanks that worked! 🙂


Josh

  • Support Staff

October 16, 2014 at 1:33 pm

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.

Event Espresso