Events calendar has angle brackets

  • Christoph Neis
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 8 months ago - 9 years 8 months ago #68392 by Christoph Neis
Events calendar has angle brackets was created by Christoph Neis
Hello folks,

my events calendar shows angle brackets in each day and above the Weekly/Monthly buttons.
I saw in firebug that all these fields are li - so it could be some list-ltem-style coming from another css.

Here is the link: to my site

I can't find it. Please help.

Greets
Chris
Last edit: 9 years 8 months ago by Christoph Neis.

Please Log in or Create an account to join the conversation.

More
9 years 8 months ago #68403 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Events calendar has angle brackets
Hi Chris

It seems there are css conflicts with your site template. Please submit a support ticket sending us super admin account of your site so that we can check and correct it for you

Regards,

Tuan

Please Log in or Create an account to join the conversation.

More
9 years 8 months ago #68613 by Tatiana Gobert
Replied by Tatiana Gobert on topic Events calendar has angle brackets
Tuan,
can you, please, post a solution for this issue? I have a similar one
Thanks

Tatiana

Please Log in or Create an account to join the conversation.

More
9 years 8 months ago - 9 years 8 months ago #68640 by James Riley
Replied by James Riley on topic Events calendar has angle brackets

Christoph Neis wrote: I saw in firebug that all these fields are li - so it could be some list-ltem-style coming from another css.

Your template is defining the > as the li "bullet" character in template/favourite/css/joomla.css for your entire website.

Screenshot of your live CSS from my code inspector:


You can try overriding this by adding the following CSS to where ever you like to add custom CSS for your site:
Code:
#eb-calendar-page ul li:before,{ content: "" !important; }

@Tatiana -- your problem probably the same, and the above CSS will probably work for you too :)

James Riley .: EventBooking user since 2014 ::: JoomDonation user since 2016 :.
.: grfx & web design / IT / AV @ St. Therese Institute of Faith and Mission, Bruno, SK, Canada :.
Attachments:
Last edit: 9 years 8 months ago by James Riley.
The following user(s) said Thank You: Tuan Pham Ngoc, Tatiana Gobert

Please Log in or Create an account to join the conversation.

More
9 years 8 months ago #68673 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Events calendar has angle brackets
@Tatiana: Each template has different css code, so you will need to at least send us the link to the page on your site so that we can check and guide you

Regards,

Tuan

Please Log in or Create an account to join the conversation.

More
9 years 8 months ago - 9 years 8 months ago #68818 by Tatiana Gobert
Last edit: 9 years 8 months ago by Tatiana Gobert.

Please Log in or Create an account to join the conversation.

More
9 years 8 months ago #68826 by Dũng Nguyễn Việt
Replied by Dũng Nguyễn Việt on topic Events calendar has angle brackets
Hello.
Please open this css file: www.equitopia.center/media/com_eventbook...ssets/css/custom.css
And add this css code:
body .eb-topmenu-calendar ul li:before, body .eb-calendar ul.eb-weekdays li:before {
display: none;
}
Thanks.

Please Log in or Create an account to join the conversation.

More
9 years 8 months ago #68921 by Tatiana Gobert
Replied by Tatiana Gobert on topic Events calendar has angle brackets
Thank you Dũng Nguyễn Việtit worked for the top of the calendar, but inside the calendar they are still there. Can you help me with the rest of them?
permetikainstitute.com/index.php/compone...?month=09&Itemid=101

Please Log in or Create an account to join the conversation.

More
9 years 8 months ago #69059 by Dũng Nguyễn Việt
Replied by Dũng Nguyễn Việt on topic Events calendar has angle brackets
Hello.
Please add this css style on the same file i talked above.
.eb-calendar .eb-days:last-child li:before {
display: none!important;
}
Thanks.
The following user(s) said Thank You: Christoph Neis

Please Log in or Create an account to join the conversation.

  • Christoph Neis
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 7 months ago #70403 by Christoph Neis
Replied by Christoph Neis on topic Events calendar has angle brackets
This works - thank you very much!

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc