in the widget, the list marks overrides the first number

Home Forums Calendar Products Events Calendar PRO in the widget, the list marks overrides the first number

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #11821
    Stefan
    Participant

    Hi,
    I have the problem, that in the widget List, the list marks overrides the first number. You can look good on the website, which is still under construction. User and password to enter the site is test2012. I hope, you have any Ideas 😉
    (and Sorry for my bad english)
    Thank You,
    Stefan
    (I have the Event Calendar pro)

    #11833
    Rob
    Member

    Hey Stefan. We’d be happy to take a look at the site – can you share a link though? 🙂

    #12070
    Stefan
    Participant

    Hi Rob,

    thanks for your response and sorry, your mail was take it in my spam folder.
    The link to the website (under construction) is http://www.bilddoc.de, sorry that i have forget this. Thank you for your help 😉

    Stefan

    #12093
    Rob
    Member

    Stefan: this issue looks like it could be fixable by editing the widget itself; you’ll notice if you go to Appearance –> Widgets, it tells you that you can modify the widget’s appearance in views/events-list-load-widget-display.php. Are you familiar enough with modifying PHP files that this points you to what you need, or do you have further questions?

    #12111
    Stefan
    Participant

    Hi Rob,

    I’ve tried with this file, but I’m not quite clear what I need to change there. I would be very grateful if I could get there a little more specific instructions. I am happy to pay for something as well.

    Thank you and best regards,
    Stefan

    #12157
    Rob
    Member

    Hey Stefan. Sure – let me see if our dev Jonah can point you in the right direction here. I’ll get him to chime in directly.

    #12189
    Jonah
    Participant

    Hi Stefan,

    Because of the way you have applied your CSS styling, some of your general sidebar list styling is being applied to the events widgets. The CSS being applied is:


    .art-blockcontent-body ul li {
    line-height: 125%;
    color: black;
    margin: 0 0 0 12px;
    padding: 0 0 0 9px;
    background-image: url('images/blockcontentbullets.png');
    background-repeat: no-repeat;
    }

    You can override this by simply applying a higher CSS specificity like so:


    #art-main .eventsAdvancedListWidget li {
    background-image: none;
    }

    I hope that helps.

    #12197
    Stefan
    Participant

    Hi Jonah,
    Hi Rob,

    Thanks for your help. I had a similar solution, as I had just taken a blank icon, but that’s obviously better:)

    Best regards,
    Stefan

    #12201
    Jonah
    Participant

    Hi Stefan, glad that worked!

    #974894
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘in the widget, the list marks overrides the first number’ is closed to new replies.