Hi there,
This sceleton is not working as is. Users are forced to upgrade to Grav v1.1.x.
Classes within markup are not working and show up on the rendered page.
Instead of:
### Contact us {.text-center .m-b-lg} )
I had to use pure HTML:
<h3 class="text-center m-b-lg">Contact us</h3>
For centering the contact-form also on medium format screens I added the class col-md-offset-2 to the corresponding divs.
Issue with the navigation:
rightmost entry reads as LOGIN_PLUGIN.BTN_LOGIN. Seems there is some issue with fetching the variable value.
I did not get the contact form to send emails. Crosschecking my mail settings with another sceleton (ceevee) worked like charm. Have no clue how to solve this.
This is a great template and I'd like to use this, but I'd need to have this contact form working.
Best regards.
Peter
Hi there,
This sceleton is not working as is. Users are forced to upgrade to Grav v1.1.x.
Classes within markup are not working and show up on the rendered page.
Instead of:
### Contact us {.text-center .m-b-lg} )I had to use pure HTML:
<h3 class="text-center m-b-lg">Contact us</h3>For centering the contact-form also on medium format screens I added the class
col-md-offset-2to the corresponding divs.Issue with the navigation:
rightmost entry reads as
LOGIN_PLUGIN.BTN_LOGIN. Seems there is some issue with fetching the variable value.I did not get the contact form to send emails. Crosschecking my mail settings with another sceleton (ceevee) worked like charm. Have no clue how to solve this.
This is a great template and I'd like to use this, but I'd need to have this contact form working.
Best regards.
Peter