Templates And DP Calendar - Question | JoomShaper

Templates And DP Calendar

J

johnny

Template 1 year ago

I am having issues displaying DP Calendar with any Joomshaper template.

So far I have tried 5 templates and they all have issues displaying the free Joomla component DP Calendar https://joomla.digital-peak.com/download/dpcalendar/dpcalendar-9.1.1

The default Joomla template Cassiopeia displays it perfectly. However I have tried all the templates below and they all display in incorrectly.

  • Delacroy
  • Edulif
  • Nestfund
  • Helixultimate
  • Hope

I've included images of how it should look and how it looks with a Joomshaper template.

https://imgur.com/NDpftEl

https://imgur.com/igNygt2

Can someone explain what the issue is?

0
4 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #164059

Ok, I understand, I installed on my own Joomla demo.


Use that Custom CSS

 .com-dpcalendar-eventform .dp-form-input, 
 .com-dpcalendar-eventform .control-group input.form-control {
  max-height: 34px; width: 100%; padding: .6rem 1rem;
  font-size: 1rem; font-weight: 400;
  line-height: 1.5; display: block;}
small.form-text {display: none;}

And if you want to display tips under input fields use also that

.com-dpcalendar-eventform .control-group, small.form-text {display: block !important;}

0
J
johnny
Accepted Answer
1 year ago #164065

Perfect! Thank @Paul

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #163989

Hi Johnny

  1. Check also on raw Helix Ultimate template.
  2. Thx for screenshots, as I see it's problem with input fields styling. Easy to correct.

Share example URL where I can see it on our Template

0
J
johnny
Accepted Answer
1 year ago #164035

Hi @Paul,

I did try on the Helix template and it's the exact same issue, see images;

https://imgur.com/HeQmWmN

https://imgur.com/fHtLD8y

I am unable to share my page as it's localhost. However you can replicate the issue yourself I am using the free verison of DP Calendar available here https://joomla.digital-peak.com/download/dpcalendar/dpcalendar-9.1.1

0