Does not display correctly using JoomlaShine templates
-
- Phoca Member
- Posts: 14
- Joined: 10 May 2015, 11:38
Does not display correctly using JoomlaShine templates
Latest version does not display correctly using JoomlaShine generation 2 templates. Have tried Epic 2 and Dona 2. Both show same problem.
Tags:
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: Does not display correctly using JoomlaShine templates
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
which problem please? Could you show us the URL, where it occurs?
Joomla Version 3.9.1 & template up to date?
Kind regards
Christine
-
- Phoca Member
- Posts: 14
- Joined: 10 May 2015, 11:38
Re: Does not display correctly using JoomlaShine templates
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
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
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: Does not display correctly using JoomlaShine templates
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):
Kind regards
Christine
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;
}
Christine
-
- Phoca Member
- Posts: 14
- Joined: 10 May 2015, 11:38
Re: Does not display correctly using JoomlaShine templates
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
Colin
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: Does not display correctly using JoomlaShine templates
Hi Colin,
you could try with:
Christine
you could try with:
Kind regardsdiv.ph-privacy-row {
float:none;
}
Christine
-
- Phoca Member
- Posts: 14
- Joined: 10 May 2015, 11:38
Re: Does not display correctly using JoomlaShine templates
Hi Christine
Thank you so much for solving my problem. It now works as expected.
Colin
Thank you so much for solving my problem. It now works as expected.
Colin
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: Does not display correctly using JoomlaShine templates
Hi Colin,
thats' fine.
Kind regards
Christine
thats' fine.
Kind regards
Christine