Home › Forums › Calendar Products › Events Calendar PRO › Calendar Pro Widget Bullets. Again
- This topic has 11 replies, 2 voices, and was last updated 13 years, 4 months ago by
Barry.
-
AuthorPosts
-
December 19, 2012 at 5:39 pm #29817
Michael
ParticipantI have tried all of the suggestions in previous closed posts on removing the bullets on the Events Calendar Pro Widget, but nothing seems to be working. I am not terribly experienced with css, but I have tweaked it here and there succesfully. My the widget is on the page at http://www.ecologyactioncenter.org. Can you help me out?
Thanks!
Michael
December 20, 2012 at 8:45 am #29838Barry
MemberAre you comfortable with CSS? Can you try adding a new rule like this one:
li.eventsAdvancedListWidget ul.upcoming li {
background-image: none;
}December 20, 2012 at 8:54 am #29843Michael
ParticipantI am not particularly comfortable with CSS, but I am good at following directions. As such I have already tried that and the other similar fixes that have been posted to this forum, but with no success. For whatever reason, they aren’t fixing it.
December 20, 2012 at 9:00 am #29845Barry
MemberWhich file did you add that CSS to – I’m not seeing it anywhere in your stylesheets (nor in the style element in your HTML)?
December 20, 2012 at 9:02 am #29846Barry
MemberIf you haven’t already done so, could I ask you to copy this file:
wp-content/plugins/the-events-calendar/resources/events.css
To this location (you may need to create the events subdirectory):
wp-content/themes/{your-theme}/events/events.cssAnd add the rule I provided to the bottom of that stylesheet? Then let me know so I can take a look with it in place. Thanks!
December 20, 2012 at 9:12 am #29848Michael
Participantwell now I feel stupid. apparently I had changed it in the wrong location. I have just added it this time utilizing the editor function within WP and the main stylesheet for the site, as opposed to utilizing FTP and manually making the change in what I assumed was the correct stylesheet.
Will this edit that I have just made withstand updates? I read on other solutions to this problem about creating a duplicate “events” folder within the theme to prevent things from changing back when there is an update. However, that approach didn’t work for me.
December 20, 2012 at 9:12 am #29849Michael
ParticipantAnd thank you very much for your assistance.
December 20, 2012 at 9:14 am #29850Michael
ParticipantOops, didn’t see your additional post on the events folder. Let me try that, but it sounds like what I have already done. Per my previous post, the bullets are now gone, but I am concerned about them changing back when it updates.
December 20, 2012 at 9:19 am #29851Michael
ParticipantI have now added that additional code to the events.css file within the events folder in the mantra theme. I assume this is what is supposed to make the changes stick? As adding the code to the stylesheet within the WP editor actually already removed the bullets, I am now unsure if this is doing anything. Should I go back and remove the code from the stylesheet?
Thanks.
December 20, 2012 at 11:21 am #29857Barry
MemberOK, great! So I took a look and the bullets are gone. I can also see that you made the change to your events/events.css file within your theme as well as to the theme stylesheet itself.
You should only need to do one or the other, but since it’s working you may as well leave what you’ve done in place.
This should persist between plugin updates; the only scenario where it might not persist is if your theme updates and does so destructively (where all pre-existing files in the theme are purged) – usually though the events folder will be untouched.
If you are unsure please feel free to touch base with your theme’s author: there are a variety of techniques to safeguard yourself here including the use of child-themes, but it’s quite possible it will be a non-issue or that your theme author will have some other strategy for implementing customizations that they would rather you follow.
December 20, 2012 at 11:29 am #29858Michael
ParticipantThank you very much – I greatly appreciate your help!
December 20, 2012 at 11:41 am #29859Barry
MemberNo problem at all 🙂
-
AuthorPosts
- The topic ‘Calendar Pro Widget Bullets. Again’ is closed to new replies.
