• Resolved senorwakko

    (@senorwakko)


    Hello,

    First, let me say I really like this plugin. I am using it as a calendar to show release dates for video games. I even have the widget showing on the front page.

    I do have a question. Since obviously a video game is released only one day, it is rather redundant to have the duration showing. I really would like to get rid of the Duration box and text. I would appreciate being shown where that is, and how I can remove it, of course without messing anything else up.

    I would appreciate it.

    https://www.ads-software.com/extend/plugins/ajax-event-calendar/

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Contributor Eran Miller

    (@eranmiller)

    You can hide the duration box by adding:
    display:none to #aec-modal span.duration in the custom.css file

    Eran

    Thread Starter senorwakko

    (@senorwakko)

    Thanks Eran, it works like a charm. Thanks for responding so quickly.
    Two other questions within that same box.
    #1 There seems to be a lot of white space between the Date and the actual information, is there a way to close that gap a bit.
    #2 You may not be able to help me on this part. If you go to my sitte and click on the game. The first part of the info that I put in is double spaced and I don’t understand why.
    My code is this:

    <b>Publisher:</b> Microsoft
    <b>Developer:</b> Robot Entertainment
    <b>Genre:</b> Online Strategy
    <b>Online Play:</b> Online Only
    <b>Rating:</b> E10+

    that is it, there shouldn’t be any reason why it is double spacing.

    Site:gamingunwrapped.com

    Any help you can give is GREATLY apprciated.

    Plugin Contributor Eran Miller

    (@eranmiller)

    #1 That problem only seems to appear when you have inserted images in the form. It’s probably your css or you’re not assigning the height attribute.
    #2 I don’t see the double-spacing to which you are referring, so I’m guessing you figured it out.

    Eran

    Thread Starter senorwakko

    (@senorwakko)

    For those who might be looking to fix this, now that it has been upgraded to 1.0, you now must change #aec-modal .duration.

    You need to change #aec-modal .category to {display:none} also, otherwise the category will still show.

    Adding;
    #aec-modal .duration {display:none};
    #aec-modal .category {display:none};

    to the Weaver 2010 advanced options head section, does not hide this.
    I also need to hide the “Repeats” line as well.
    How is this done in the Weaver 2010 theme?
    Forrest

    Plugin Contributor Eran Miller

    (@eranmiller)

    Follow the instructions in the FAQ for adjusting styles with custom themes.

    Thaks Eran.
    I did and it did not work with the Weaver theme. This is why I am searching the forums.
    The FAQ has the same advice as here.

    In your FAQ you say this;
    How can I hide the Duration box and text?
    Add #aec-modal .duration{display:none} to your theme css file.

    I added the FAQ code to every css file in 2010-Weaver, nothing changed.

    The Weaver2010 theme does not have a custom.css file. It has an advanced options tab in it’s settings in appearance. Adding it there does not work.

    Any help would be appreciated.
    Cheers
    Forrest

    Plugin Contributor Eran Miller

    (@eranmiller)

    Perhaps the theme author can help you identify where in the theme you can apply style overrides.

    senorwakko hi, i’m trying the use this plugins exactly the same reason, for gaming release dates (turkish site). i think you did some modification on it. i saw your web sites, you didn’t use the widget anymore ? can you share your modificationed one ? thank you

    i would appreciate it.

    edit:
    where exactly i have to put this code in custom.css
    “display:none to #aec-modal span.duration”

    i just realize the plugin is not working in chrome and firefox, just in safari is working. i that true ? or i’m doing something wrong ? i think i’m gonna stop using this awesome plugin.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘[Plugin: Ajax Event Calendar] Duration Box’ is closed to new replies.