-
AuthorPosts
-
alioztr Friend
alioztr
- Join date:
- September 2008
- Posts:
- 197
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 44
- Thanked:
- 3 times in 1 posts
March 25, 2011 at 12:52 pm #161933I installed joomla 1.6
My registration page different from your demo page.
my registration left of the picture.
How can i do my registration page look like your demo page (right of the picture)Thanks
happylittlepigs Friendhappylittlepigs
- Join date:
- February 2011
- Posts:
- 19
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 3 times in 1 posts
March 25, 2011 at 6:08 pm #383306I know it’s not much help, but I previously reported the problem under http://www.joomlart.com/forums/topic/registration-form-rendering-incorrectly/
The PM response from phill luckhurst:
“As for your problem there does appear to be a bug which I am investigating. I will have to wait until I hear back from the devs.”I have not heard back yet regarding the issue, but it is an issue where the css is not called properly – you’ll have to wait for a bug fix on this one.
Arvind Chauhan ModeratorArvind Chauhan
- Join date:
- September 2014
- Posts:
- 3835
- Downloads:
- 74
- Uploads:
- 92
- Thanks:
- 1240
- Thanked:
- 1334 times in 848 posts
March 26, 2011 at 6:51 am #383370Hi,
I will get this solved on monday. Its weekend and support is off. If its a bug, it would be fixed and solution provided.
Regards
Arvind
Arvind Chauhan ModeratorArvind Chauhan
- Join date:
- September 2014
- Posts:
- 3835
- Downloads:
- 74
- Uploads:
- 92
- Thanks:
- 1240
- Thanked:
- 1334 times in 848 posts
March 29, 2011 at 9:37 am #383784Hi,
Its not a bug. J 1.5 version is using K2 component, whereas, the J 1.6 doesnot have K2 support yet. So is the difference in the Registration page.
we use com_users for registration but it’s overrided by K2 if you uninstall K2 com you will see the registration page like j16
Hope it clears the doubts. We will update the template with K2 overrides once K2 stable is released for J 1.6
Arvind
happylittlepigs Friendhappylittlepigs
- Join date:
- February 2011
- Posts:
- 19
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 3 times in 1 posts
March 29, 2011 at 4:35 pm #383845<em>@drarvindc 230848 wrote:</em><blockquote>Hi,
Its not a bug. J 1.5 version is using K2 component, whereas, the J 1.6 doesnot have K2 support yet. So is the difference in the Registration page.
we use com_users for registration but it’s overrided by K2 if you uninstall K2 com you will see the registration page like j16
Hope it clears the doubts. We will update the template with K2 overrides once K2 stable is released for J 1.6
Arvind</blockquote>
That doesn’t make a whole lot of sense… can’t uninstall K2 com because it isn’t installed in J1.6 template.
Also, your demo (or quickstart) of J1.6 renders this registration page correctly without K2.
And since K2 isn’t coming out for quite a while, what is the solution in the mean time to have the registration page render correctly without relying on a component that isn’t installed and doesn’t exist?
Arvind Chauhan ModeratorArvind Chauhan
- Join date:
- September 2014
- Posts:
- 3835
- Downloads:
- 74
- Uploads:
- 92
- Thanks:
- 1240
- Thanked:
- 1334 times in 848 posts
March 29, 2011 at 6:10 pm #383860Yes, i agree it doesnot make sense at all, i replied what i got from the dev. I checked the j1.6 demo >> http://joomla16-templates.joomlart.com/ja_teline_iv/index.php/using-joomla/extensions/components/users-component/registration-form
it doesnot have the style. Please show me the demo link for J 1.6… if its there, I will get you the update on how to do it. Anyways, i am equally confused and would be getting deep into it.
Arvind
alioztr Friendalioztr
- Join date:
- September 2008
- Posts:
- 197
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 44
- Thanked:
- 3 times in 1 posts
March 30, 2011 at 7:54 am #383963There is different error what you gived link and my web site look like picture.
How can i fix itThanks
alioztr Friendalioztr
- Join date:
- September 2008
- Posts:
- 197
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 44
- Thanked:
- 3 times in 1 posts
March 30, 2011 at 11:20 am #384043any help please
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
March 30, 2011 at 12:34 pm #384057Yes, Arvind is dealing with it. It may take a little time to get this updated so please bear with us.
alioztr Friendalioztr
- Join date:
- September 2008
- Posts:
- 197
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 44
- Thanked:
- 3 times in 1 posts
March 31, 2011 at 2:48 pm #384285Do not forget my problem :-*
1 user says Thank You to alioztr for this useful post
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
April 1, 2011 at 8:00 am #384410Hi,
Please follow these steps to fix this bug:
– open file: templatesja_teline_ivcsstemplate.css and insert these below css lines:
.registration fieldset dt{ clear: none; float: none; }
.registration fieldset label{ float: left; min-width: 160px; }
.registration fieldset #jform_spacer-lbl{ float: none; }
.registration button{ vertical-align: middle; }– open file: templatesja_teline_ivja_teline_ivcsstemplate-ie7.css and insert these below css lines:
.registration fieldset dt{ clear: both; float: left; }
.registration fieldset label{ float: none; }
.registration fieldset #jform_spacer-lbl{ float: none; }And we would like to inform you that we will release this bug fix soon.
Regards,
4 users say Thank You to chavan for this useful post
May 2, 2011 at 7:07 pm #389484Just so you know to also update JA Anion (perhaps other templates):
I had the same problem with JA Anion 1.6. I had noticed that I could correct the problem in Firebug editor by entering a non-breaking space in the first empty dd tag — but did not know how to make a permanent fix.
So thank you. Your solution worked for me. Please make a note for need to update JA Anion as well as Teline IV re: this issue.
Kevin
-
AuthorPosts
This topic contains 12 replies, has 6 voices, and was last updated by kevin147890 13 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum