Posted: March 2, 2014 at 5:47 pm
|
All was going fine however for some reason it is displaying Portfolio Pages over sized see http://www.elite6.co.nz/members/keith-reid-motor-works/ If I turn the EE4 plugin off they all re-size and display nicely. However the Event are not showing on these pages so why would the CCS have any say on these pages? |
|
I still have this problem anyone able to help or do I just delete the CSS files? |
|
I remove the file espresso_default.css and it fixed the my Portfolio pages from having over sized images and making the tables overlap any idea that I need to edit so I do not lose all formatting? |
|
Hi Danny, Can you provide a link to what the image should look like? As it looks large but not incredibly so, and I cannot see any issues with tables. The espresso_default.css is still showing on that page you linked. |
|
Have a look now at http://www.elite6.co.nz/members/keith-reid-motor-works/ |
|
I removed all of the below… and it displays like you had already seen it, however if I add the below back again it oversizes the table or image. /******************* GENERAL ****************** */ .right, .jst-left { .tiny-text { .pink-text { .extra-padding { .display-the-hidden, .ee-form-add-new-state-dv { .ee-form-add-new-state-dv li { |
|
BTW I live in New Zealand so I am now sleeping |
|
ALSO see this Event… http://www.elite6.co.nz/events/andy-lamont-fundraising-evening/ NOTE even though is have only selected the Cat “Events” it is displaying ALL of the Cats Tips & Advice Motivational Events News & Articles Personal Development Marketing You can see this on the Title Bar |
Hi Danny, You can remove all of Event Espresso’s default front end styles by adding a function to a custom snippet plugin like this one: add_action( 'wp_print_styles', 'my_custom_deregister_styles', 100 ); function my_custom_deregister_styles() { wp_deregister_style( 'espresso_default' ); } |
|
|
Made a Directory in the Plugin Folder Called “edits” within that folder I made a file called snippets.php and put the below text in the file… <?php add_action( ‘wp_print_styles’, ‘my_custom_deregister_styles’, 100 ); function my_custom_deregister_styles() { And now it has fixed my display errors! THANK YOU |
You’re welcome Danny! |
|
The support post ‘Avada Theme and EE4’ 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.