Support

Home Forums Event Espresso Premium Avada Theme and EE4

Avada Theme and EE4

Posted: March 2, 2014 at 5:47 pm

Viewing 10 reply threads


Danny de Hek

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?


Danny de Hek

March 2, 2014 at 11:53 pm

I still have this problem anyone able to help or do I just delete the CSS files?


Danny de Hek

March 3, 2014 at 1:11 am

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?


Dean

March 3, 2014 at 3:38 am

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.


Danny de Hek

March 3, 2014 at 4:35 am

Have a look now at http://www.elite6.co.nz/members/keith-reid-motor-works/


Danny de Hek

March 3, 2014 at 4:37 am

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,
.float-right {
float: right;
}
.left,
.float-left {
float: left;
}
.clear, .clear-float {
clear: both;
}
.hidden {
display: none;
}
.hide-if-no-js {
display: none;
}

.jst-left {
text-align: left;
}
.cntr,
.jst-cntr {
text-align: center;
}
.jst-rght {
text-align: right;
}

.tiny-text {
font-size: .5em;
line-height: 1.1em;
letter-spacing: .75px;
}
.smaller-text {
font-size: .8em;
line-height: 1.2em;
letter-spacing: .5px;
}
.small-text {
font-size: .85em;
line-height: 1.4em;
letter-spacing: .25px;
}
.big-text {
font-size: 1.2em;
line-height: 1.6em;
letter-spacing: -.25px;
}
.bigger-text {
font-size: 1.5em;
line-height: 2em;
letter-spacing: -.5px;
}
.huge-text {
font-size: 2em;
line-height: 2.4em;
letter-spacing: -.75px;
}

.pink-text {
color: #E44064;
}
.green-text {
color: #70CC50;
}
.red-text {
color: #B4113F;
}
.orange-text {
color: #E76700;
}
.lt-blue-text {
color: #00B1CA;
}
.blue-text {
color: #005B9E;
}
.yellow-text {
color: #F8D755;
}
.lt-grey-text {
color: #A39D9C;
}
.grey-text {
color: #888;
}
.drk-grey-text {
color: #59595B;
}
.black-text {
color: #2F3334;
}
.important-notice {
font-weight: bold;
color: #d54e21;
}
.ee-attention {
width:94%;
padding: .75em 2.5%;
margin: 0 auto 1em;
background: #fff;
border: 4px solid #F8D755;
font-size: 1em;
line-height: 1.6em;
text-align: center;
}
.highlight-bg {
padding:1em;
background:#FEFBDC;
}

.extra-padding {
padding:1em;
}
.width-100 {
width: 100%;
}
.tiny-link {
display: block;
text-align: right;
font-size: .6em;
cursor: pointer;
}
.underline-hdr {
padding: 0 0 .05em;
margin: 2em 0 1em;
border-bottom: 2px solid #eee;
}
.overline-hdr {
padding: .5em 0 0;
margin: 2em 0 1em;
border-top: 2px solid #eee;
}
.no-bold {
font-weight: normal;
}
.currency-code {
font-size: .7em;
color: #a8a8a8;
vertical-align: text-top;
}

.display-the-hidden,
.hide-the-displayed,
.ee-form-cancel-new-state-lnk {
cursor: pointer;
}
.espresso-txn-status-icon {
vertical-align: text-bottom;
margin-right: .5em;
}
.espresso-txn-status-icon,
#espresso-ajax-loading img {
box-shadow: none !important;
border: none;
}
.ee-gmap {
max-width: 100%;
}

.ee-form-add-new-state-dv {
padding:1.5em 1.5em .5em;
background: #f8f8f8;
color: #444;
}

.ee-form-add-new-state-dv li {
line-height: 1.2em;
margin:0 0 .5em;
}


Danny de Hek

March 3, 2014 at 4:38 am

BTW I live in New Zealand so I am now sleeping


Danny de Hek

March 3, 2014 at 4:50 am

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
Health & Wellness Networking Video Gallery Andy Lamont – Quiz Night Fund Raiser

You can see this on the Title Bar


Josh

  • Support Staff

March 3, 2014 at 2:24 pm

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


Danny de Hek

March 3, 2014 at 8:27 pm

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
/*
Plugin Name: Edits
Description: Snippets Edit’s by Danny de Hek
*/

add_action( ‘wp_print_styles’, ‘my_custom_deregister_styles’, 100 );

function my_custom_deregister_styles() {
wp_deregister_style( ‘espresso_default’ );
}

And now it has fixed my display errors!

THANK YOU


Josh

  • Support Staff

March 4, 2014 at 7:21 am

You’re welcome Danny!

Viewing 10 reply threads

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.

Event Espresso