raymond

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • raymond
    Participant

    Hi Josh,

    Thanks for your help!

    Adding “body” was what we needed to moved the Tickets up:

    /* Set WooCommerce Tickets to left of the featured image
    ——————————————— */

    .tribe-events-event-image,
    .single-tribe_events #tribe-events-content form.cart {
    float:left;
    width:50%;
    }

    body.single-tribe_events #tribe-events-content div.cart,
    body.single-tribe_events #tribe-events-content form.cart {
    margin: 0;
    }

    To affect changes to the max image size, we changed the CSS to:

    /* Set WooCommerce Tickets max image width
    ——————————————— */

    .tribe_events .tribe-events-event-image img {
    max-width: 300px;
    height: auto;
    }

    raymond
    Participant

    Hi Josh,

    I made a short video showing the problem we are having over ridding the plugin CSS in the child theme.

    Thanks for any help you can give us!

    The video is at
    https://drive.google.com/open?id=0B4Xnjhbx7hBkQlM5N3gzWURabDg
    and will be available for a few days.

    Thanks again!

    Allan

    raymond
    Participant

    Hi Josh,

    Thanks so much for your time and the help!

    The link to the test event is https://www.ffmva.com/event/adult-child-infant-cpraedfirst-aid-8/

    We have changed the CSS in the child theme to

    .body.single-tribe_events #tribe-events-content div.cart,.body.single-tribe_events #tribe-events-content form.cart {
    margin: 0;
    }

    This has not overridden the plugin CSS

    .single-tribe_events #tribe-events-content div.cart, .single-tribe_events #tribe-events-content form.cart {
    margin: 30px 0;
    }

    Thanks for helping us!

    Allan McNabb

    raymond
    Participant

    Thanks, that helped.

    We have also made changes so that you can see the tickets on the test page again.

    Now we are trying to accomplish 2 things to improve the styling.

    #1 change the plugin css

    .single-tribe_events #tribe-events-content div.cart, .single-tribe_events #tribe-events-content form.cart {
    margin: 30px 0;
    }

    to 0 margin.

    When we add add

    .single-tribe_events #tribe-events-content div.cart,.single-tribe_events #tribe-events-content form.cart {
    margin: 0;
    }

    to the child theme, it does not work.

    #2 We are trying to style the description below the tickets so that the first line starts at the far left, rather than inline with the tickets.

    Thanks for any help you can provide!

    Allan McNabb

    in reply to: Removing "Tickets" Name #1016312
    raymond
    Participant

    Thanks,

    By removing the word, a blank h2 tag remains on the page.

    If there is a way to completely remove the item, that would be great. But if not, this method will work.

    Thanks again for the help!

    Allan

    raymond
    Participant

    Thanks.

    We have a test event setup here that we are working on with this issue – https://www.ffmva.com/event/adult-child-infant-cpraedfirst-aid-6/

    If we are not able to get the Tickets to the right of the feature image, we may want to put the event description to the right of the image.

    Thanks again for helping us!

    Allan McNabb

Viewing 6 posts - 1 through 6 (of 6 total)