Bill

Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • in reply to: Feature Image Auto Cropping to 200×200 #1271544
    Bill
    Participant

    Any other ideas?

    in reply to: Feature Image Auto Cropping to 200×200 #1270989
    Bill
    Participant

    Shelby, thanks for that link. But we’ve already done this. We edited the single-event.php file in our child theme and it’s not that the image isn’t displaying… it is. And it’s also displaying the “called size (i.e., Large, Full, etc.)”.

    The glitch is it’s hard cropping the image. So if I upload an image that’s 1000px wide by 300px high it’s hard cropping it to 200px by 200px. Which is not the behavior that’s expected. We do not have any hard cropping configured nor is there a resize set to 200×200. Our thumbnail is set to 300pxw by 600px.

    See, we’ve commented out the default tribe feature image and replaced it with the simple the_post_thumbnail() function call – if it’s our office IP (so it only shows to us during dev).

    <?php //echo tribe_event_featured_image($event_id, 'full', false); ?>
    			<?php 
    				if ($_SERVER['REMOTE_ADDR'] == 'xxx.xxx.xxx.xxx') {
    					echo the_post_thumbnail( 'full' );
    				} else {
    					echo tribe_event_featured_image($event_id, 'full', false);
    				}
    			?>

    The peculiar thing is the full size image uploads – shows as a wide image before submitting/updating the event. But once we update – it hard crops the image.

    in reply to: Conflict since last update #1213882
    Bill
    Participant

    To fix my similar issue I added this CSS to force the event containers to span 100%. It fixed it.

    .tribe-events-event-image+div.tribe-events-content, 
    div.tribe-events-single-event-description.tribe-events-content,
    .tribe-events-content { width:  100% !important; }
    Bill
    Participant

    Made both edits indicated. Still seeing extra characters?

    Bill
    Participant

    @andras – last I checked there had been no reply to my ElegantThemes post on this subject. I suspect it’s being side-stepped since it’s a quagmire of plugins, etc…

    I thought i “had” narrowed in on a possible plugin conflict… but nope. When I get a chance, I’m going to configure a dev site… but then I’ll hit glitches with no Event Calendar licenses…. you guys should really accommodate a dev setup…. it would make life so much easier.

    • This reply was modified 7 years, 5 months ago by Bill.
    Bill
    Participant

    1) Yes, using standard pages

    2) Sidebars added via content aware sidebar plugin – https://wordpress.org/plugins/content-aware-sidebars/

    3) N/A – not using short codes

    4) No, rest of site worked fine post update

    5) The broken event that “remained” but was unusable – is no different than the others – it was simply the last event entered, not sure if that matters…

    in reply to: Fatal Error after update to 3.9.3 #959809
    Bill
    Participant

    Encountered same error. had to revert to 3.9.2. Seems to be a bug in the code someplace.

    Bill
    Participant

    Created in EB, then imported. I honestly don’t know when the promo ticket (for $0) was created, but it would have been done in EB. Yes, that $0 ticket’s visibility is set to “hide this ticket type”. But it’s somehow triggering the price range $0 – $100 to display on the wordpress page. No, the ticket itself doesn’t show – but the desire is to only show the $100 ticket price and not the $0 – $100.

    in reply to: Strip formatting from imported Eventbrite event #139854
    Bill
    Participant

    @momondays – encountering similar issue. Be interested if you were successful. Formatting of imported EB posts are horrible.

    Bill
    Participant

    Duh. Three was a setting in ElegantThemes Divi template that limited listings to 5. Set it to 12 and it seems to work now.

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