Viewing 11 replies - 1 through 11 (of 11 total)
  • Sona

    (@support-web-dorado)

    Hi mished,

    Thanks for your inquiries.

    Can you please show us the calendar page URL for being able to advise you solution?

    Saying parameters if you mean the event description fields, then please be aware, that you can just add new fields with Custom fields add-on, but the default ones can’t be changed.

    Here is the link for Custom Fields add-on https://web-dorado.com/products/wordpress-event-calendar-wd/add-ons/custom-fields.html

    Thread Starter mished

    (@mished)

    Thanks for getting back promptly.

    1 – The site is not live yet, that’s why I gave a link to a pic of the page. I am happy to give you log in credentials to the development site. Where/how do I send them to you?

    2 – The questions about parameters refer to the iframe. I meant the parameters of the iframe – width, length, scrolling, etc

    Sona

    (@support-web-dorado)

    Dear Mished,

    Please send us admin credentials at [email protected] mentioning this forum post URL in the subject line of your message.

    You mean popup window event details?

    Thread Starter mished

    (@mished)

    Sorry for the delay.

    I just sent you the admin credentials.

    Thanks for your assistance.

    Sona

    (@support-web-dorado)

    Thanks Mished ??

    Our developers will check your issues and find solutions for you.

    Sona

    (@support-web-dorado)

    Dera Mished,

    Please see below the advised code adjustments.

    Please enter Calendar > Settings > Custom CSS and add the following codes for appropriate results:

    To make the venue page content center, please add the following code:

    .single-ecwd_venue main{
    float: none !important;
    }

    For not displaying whole event info please use this code:

    .ecwd-venue-events {
    display: none !important;
    }

    To change dimensions of the event showing window, please use the code below:

    .ecwd-venue-events {
    height: xxxpx !important;
    width: xxxpx !important;
    }

    For xxx please use the appropriate sizes.

    Thread Starter mished

    (@mished)

    Thanks, Sona.

    I’ve just tried all the three sets of codes.

    1 – The first set to centre the page’s content isn’t working for me.

    2 – The second set now enables me to remove the event info altogether from the page.

    3 – The third code to adjust the size of the window showing event info isn’t working for me.

    I wonder what other people’s experiences are? Am I the only one unable to make #1 and #3 work?

    Sona

    (@support-web-dorado)

    @mished,

    Our developer will check it out soon. Thank you.

    Sona

    (@support-web-dorado)

    Dear Mished,

    I’m sorry for this inconvenience.

    Let me send you updates.

    For the first inquiry, please use this code:

    .single-ecwd_venue main{
    float: none !important;
    margin: 0 auto !important;
    }

    For the 3-rd inquiry, please add the code for us to check and see why it is not working.

    Thread Starter mished

    (@mished)

    Hi, Sona

    Thanks. I can do both #1 and #2 now.

    For #3, what I want to do is show the full event entry on the page, thus necessitating NO scroller at all.

    I tried the following: 800px for width and 1000px for length, but to no avail:

    .ecwd-venue-events {
    height: 1000px !important;
    width: 800px !important;
    }

    Sona

    (@support-web-dorado)

    Hi Mished,

    To check your issue please assign this venue to some upcoming events, also please temporarily remove the below code, because this way we just cannot check why the solution is not working:

    .ecwd-venue-events {
    display: none !important;
    }

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘How to centre content of venue page’ is closed to new replies.