Forum Replies Created
-
AuthorPosts
-
October 26, 2015 at 12:31 pm in reply to: Moving the WooCommerce Tickets form to display to the right of the feature image #1018636
raymond
ParticipantHi 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;
}October 22, 2015 at 2:42 pm in reply to: Moving the WooCommerce Tickets form to display to the right of the feature image #1017111raymond
ParticipantHi 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
October 22, 2015 at 7:18 am in reply to: Moving the WooCommerce Tickets form to display to the right of the feature image #1016891raymond
ParticipantHi 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
October 21, 2015 at 7:37 am in reply to: Moving the WooCommerce Tickets form to display to the right of the feature image #1016571raymond
ParticipantThanks, 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
raymond
ParticipantThanks,
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
October 20, 2015 at 5:31 am in reply to: Moving the WooCommerce Tickets form to display to the right of the feature image #1016156raymond
ParticipantThanks.
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
-
AuthorPosts
