Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #607010

    Jordan gave me a solution for one problem I’m having with the interaction between the latest version of Enfold and The Events Calendar plugin. Here’s another:

    The events list display is now fine, but when displaying an individual event, there’s some misbehavior. The Details/Organizers/Venue box, which used to display at the bottom of the listing, has now been hoisted up to the top, in a column to the left of the main panel. The problem is that when the organizer’s domain name is a bit long, as ours is, the email address and website URL bleed off the panel. There’s no longer enough room for them on the Details, etc., panel. This looks a little tacky and unprofessional. See, for example:
    http://centerforworldmusic.org/event/passport-worlds-music-2016-04-30/
    So, the question is, is their a way to make that panel a tad wider? Or would that screw everything up (including the perhaps mobile display)? Or the font for the email addresses and URLs a tad smaller? Or a way of moving that Details, etc. pane back to the bottom of the listing?

    Thanks! Lance

    #607067

    Hi @CWM ;
    if you add this line into tour custom css it will reduce the left margin and also the width of the “event detail” (left side)
    .av-single-event-content{width: 55% !important;margin-left: 10px !important;}

    the origanl is ;
    .av-single-event-content{width: 60%;float:right;margin-left: 50px;}

    #607187

    Hi Lance,

    Did you have any luck with @begrafik’s suggestion? Let us know if you didn’t and we’ll have a closer look.

    Regards,
    Rikard

    #609733

    Sorry for the delayed reply; I don’t seem to be receiving the follow-up reply notifications via email.

    Yes, indeed. @begrafik’s solution did work. Many thanks to him or her. I added it to my “quick css” box. Actually a tad too well, in the sense that now the Details/Organizers panel is a bit too wide for my taste, so that it now dominates the screen, thus:

    http://centerforworldmusic.org/event/passport-worlds-music-2016-04-30/

    Would I be correct in assuming that I could adjust those numbers? How would I adjust them to make the Details/Organizers panel,say, 20 px narrower?

    May I ask: Would there be some quick css code that would move the Details/Organizer panel back down below the main event panel, like it use to be?

    Your help is much appreciated! Lance

    • This reply was modified 8 years, 6 months ago by TK-CWM.
    #610445

    OK, I figured out how to tweak the numbers in @begrafik’s code. So I’m happy.

    #610736

    Hi,

    Great, glad you got it working and thanks to @begrafiks for helping out :-)

    Cheers!
    Rikard

    #908147

    I am having the same problem here:

    https://www.nighttorememberkc.org/event/great-bowls-of-fire-chili-cook-off-dinner/

    Notice that the email is getting cutoff on the right. The solutions here won’t work because I have an unusually long email address.

    Can you give me the CSS code that put the ORGANIZER section underneath the DETAILS section, which would remedy this problem?

    Thanks in advance…

    #908368

    Hi,

    The email is too long to fit into the row, try this in Quick CSS to break it into two lines:

    .tribe-organizer-email {
      word-wrap: break-word;
    }

    Best regards,
    Rikard

    #908546

    That’ll work.

    Thank you!

    #908773

    Hi,

    Glad we could help!
    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Basilis

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.