Forums

Calendar Navigation arrows hidden

neveryonas@shaw.ca 14 Feb, 2018
Hi,

The calendar pops up fine, but is not showing the navigation bars on the top bar. It still works when clicking the left or right side of the bar but this would be confusing to users. In preview the arrows do show up. Just not showing when I link a menu item to the form.

I attached a screenshot.

Cheers,
Max_admin 14 Feb, 2018
Hi neveryonas,

If it does work fine in the preview then something on your website front is affecting this with CSS, please right click the arrow area and select "inspect" to check the CSS rules applied and remove any of them in your stylesheets, or send a link to the form so we can check it.

Best regards
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
neveryonas@shaw.ca 16 Feb, 2018
Hi,

I tried looking but not a CSS expert. If you wouldn't mind showing me where in the CSS it is being hidden that would be great.

Link is https://www.bonsai-bci.com/index.php/test-new-form
GreyHead 16 Feb, 2018
Hi neveryonas,

It looks as though you have removed the calendar from the form - makes finding the error tricky. Please post a link to a form with a working calendar - a simple test from is fine.

Bob

PS I see that there are a bunch of JavaScript errors from your Google Analytics code - you might want to fix those, I don't think that they will cause a problem with the calendar but they might.
neveryonas@shaw.ca 16 Feb, 2018
Hi Bob,

Its the Date of birth field. Calendar pops up when clicking it

I will look into those javascript errors

Cheers
Bonnie
Max_admin 16 Feb, 2018
Hi Bonnie,

There is no "Date of birth" field!

Best regards
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
neveryonas@shaw.ca 16 Feb, 2018
Weird. Sorry about that, permissions weren't set up correctly on that field.

Can you try again. Should show up now
GreyHead 16 Feb, 2018
Hi neveryoneas,

There is some CSS in your template that is setting the heading font color to white. See in the file https://www.bonsai-bci.com/templates/forte/css/bootstrap/bootstrap-default-min.css
a.btn,table.table th {
color: #fff!important
}
Bob
neveryonas@shaw.ca 16 Feb, 2018
Perfect, thanks. Do you know how I could create a custom override?
GreyHead 16 Feb, 2018
Answer
Hi neveryonas,

This seems to work - you can add it in a Custom > CSS element in your form
table.year th {
color: blue !important;
}
Bob
neveryonas@shaw.ca 16 Feb, 2018
Bob,

You are awesome and you made my day! Thanks a bunch!

Cheers
Bonnie
This topic is locked and no more replies can be posted.