Home › Forums › Calendar Products › Events Calendar PRO › in the widget, the list marks overrides the first number
- This topic has 9 replies, 4 voices, and was last updated 10 years, 9 months ago by
Support Droid.
-
AuthorPosts
-
December 4, 2011 at 11:39 pm #11821
Stefan
ParticipantHi,
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)December 5, 2011 at 8:14 am #11833Rob
MemberHey Stefan. We’d be happy to take a look at the site – can you share a link though? 🙂
December 9, 2011 at 10:47 am #12070Stefan
ParticipantHi 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
December 9, 2011 at 5:20 pm #12093Rob
MemberStefan: 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?
December 10, 2011 at 7:15 am #12111Stefan
ParticipantHi 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,
StefanDecember 12, 2011 at 2:51 pm #12157Rob
MemberHey 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.
December 12, 2011 at 8:51 pm #12189Jonah
ParticipantHi 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.
December 13, 2011 at 4:43 am #12197Stefan
ParticipantHi 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,
StefanDecember 13, 2011 at 6:53 am #12201Jonah
ParticipantHi Stefan, glad that worked!
July 2, 2015 at 5:00 pm #974894Support Droid
KeymasterThis 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. -
AuthorPosts
- The topic ‘in the widget, the list marks overrides the first number’ is closed to new replies.
