Page 1 of 1

Does not display correctly using JoomlaShine templates

Posted: 30 Nov 2018, 01:09
by CFoxall
Latest version does not display correctly using JoomlaShine generation 2 templates. Have tried Epic 2 and Dona 2. Both show same problem.

Re: Does not display correctly using JoomlaShine templates

Posted: 30 Nov 2018, 12:16
by christine
Hi,

which problem please? Could you show us the URL, where it occurs?
Joomla Version 3.9.1 & template up to date?

Kind regards
Christine

Re: Does not display correctly using JoomlaShine templates

Posted: 30 Nov 2018, 14:38
by CFoxall
Phoca Guestbook 3.0.8, Joomla 3.9.1, Template and Sun Framework up to date (JSN Epic 2 2.0.3, JSN Sun Framework 2.2.10).
The Post Message Tab display is the problem.
https://www.vihchoir.org/testpgb will show the problem
Moving from JSN Epic to Epic 2. Guestbook page of site still uses Epic.
Thanks
Colin

Re: Does not display correctly using JoomlaShine templates

Posted: 30 Nov 2018, 15:08
by christine
Hi Colin,

it seems, that some formations of template will overwrite some codes. E.g. _forms.scss etc. (which shows: text-align:right;)

just an idea: put following code in your: custom.css (for later compiled ... scss):

Code: Select all

.form-horizontal .control-label {
text-align:left;  
}
Kind regards
Christine

Re: Does not display correctly using JoomlaShine templates

Posted: 30 Nov 2018, 18:19
by CFoxall
Thanks Christine. That made a vast difference, and didn't affect other pages. Now usable but just the buttons at the bottom look a little strange...

Colin

Re: Does not display correctly using JoomlaShine templates

Posted: 30 Nov 2018, 23:09
by christine
Hi Colin,
you could try with:
div.ph-privacy-row {
float:none;
}
Kind regards
Christine

Re: Does not display correctly using JoomlaShine templates

Posted: 01 Dec 2018, 00:23
by CFoxall
Hi Christine
Thank you so much for solving my problem. It now works as expected.

Colin

Re: Does not display correctly using JoomlaShine templates

Posted: 01 Dec 2018, 13:24
by christine
Hi Colin,

thats' fine.
Kind regards
Christine