Installed this template on Joomla 2.5.8 and trying to assign the K2 User module to position 45 but all I see are positions #2 & #7
Am I missing anything?
Thanks,
Eyal
AS Templates
POSTED: 2012-12-23
Hello EYALKATTAN,
Try to type position manually.
Regards, AS Team.
eyalkattan
POSTED: 2012-12-23
Thank you. That worked.
eyalkattan
POSTED: 2012-12-23
Another challenge....
I have a category which I would like to present as a catalog (K2) with 2 columns. I configured the basic category parameters as follows:
Primary count - 8
Columns - 2
Then I selected YES for Catalog Mode
However the items still shows as 1 column. You can see the page at:
http://atlhomepros.com/index.php/experts
How can I make it show in 2 columns?
AS Templates
POSTED: 2012-12-24
Hello EYALKATTAN,
You have to change code in as002040 / css / K2.css :
from
div.itemContainer { }
to
div.itemContainer { float: left;}
Regards, AS Team.
eyalkattan
POSTED: 2012-12-26
Thanks that worked :)
eyalkattan
POSTED: 2012-12-27
Hi
I added the K2 User module for login.
After loging in the module seem to overlap the footer unless there is enough content on the page to push the footer down.
You can see it in this image:
http://atlhomepros.com/images/temp/error.png
How can I fix this?
Thanks
AS Templates
POSTED: 2012-12-27
Hello EYALKATTAN,
Please provide us with an access to admin panel, we have to check this issue .
Regards, AS Team
AS Templates
POSTED: 2012-12-28
Hello EYALKATTAN,
Please provide us with an access to admin panel via contact us page.
Regards AS Team.
eyalkattan
POSTED: 2012-12-29
Sent you yesterday (Friday).
AS Templates
POSTED: 2012-12-29
Hello EYALKATTAN,
Sorry, we can't access to admin panel with information you provided. Please re-check user and pass, make sure permission should be superuser.
Regards AS Team.
eyalkattan
POSTED: 2012-12-30
My apologies. I just sent you new credentials.
On another note (and another issue), the Captcha is incorrectly reformatted on the registration page.
You can see this when clicking on Create New Account:
http://atlhomepros.com/index.php/component/users/?view=registration
How can I fix this?
eyalkattan
POSTED: 2012-12-30
About the reCaptcha issue, I was able to override the reCaptcha CSS in the template.css.
Is that the correct way to do this?
AS Templates
POSTED: 2012-12-31
Hello EYALKATTAN,
Please download latest version from your astemplate account and refresh as002040 / css / k2.css file with current k2.css
Regards AS Team.
eyalkattan
POSTED: 2013-01-01
Thank you.
I'm getting the following error when trying to upload the new version of the template:
-1 - An error has occurred.
Copy Failed
eyalkattan
POSTED: 2013-01-01
...also... I tried copying the K2.css from the downloaded version but the new K2.CSS breaks the 2-column view of the category.
Please take a look at the EXPERTS page. I renamed the new k2.css and placed the old one back and it worked again.
I cleared the browser's cache between each test
AS Templates
POSTED: 2013-01-01
Hello EYALKATTAN,
You have to change code in as002040 / css / K2.css :
from
div.itemContainer { }
to
div.itemContainer { float: left;}
Regards, AS Team.
eyalkattan
POSTED: 2013-01-01
In addition, after applying the new K2.css the captcha seem to be formatted correctly. However there is an extra line of text below the captcha that is aligned to the right and should be aligned to the left, below the captcha or above it.
"Fields marked with an asterisk (*) are required."
Thanks,
Eyal
eyalkattan
POSTED: 2013-01-01
One more thing. You may want to update your captcha fix in K2.css to:
The entry field doesn't look good with box-shadow.
eyalkattan
POSTED: 2013-01-02
Updates-Summary:
1. The "div.itemContainer { float: left;}" worked
2. You may want to update your K2.css to include "div.k2UserBlock form input.ubLogout {}" instead of "div.k2UserBlock form input.ubLogout {display:none;}" as it hides the logout button
3. In Chrome, if a user is logged in on the front-end, and the main content area has content that is shorter than the height of the right extension column, the last (bottom) extension overlaps the footer. This doesn't happen in Firefox. I still need a fix for this.
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
Installed this template on Joomla 2.5.8 and trying to assign the K2 User module to position 45 but all I see are positions #2 & #7
Am I missing anything?
Thanks,
Eyal
Try to type position manually.
Regards, AS Team.
I have a category which I would like to present as a catalog (K2) with 2 columns. I configured the basic category parameters as follows:
Primary count - 8
Columns - 2
Then I selected YES for Catalog Mode
However the items still shows as 1 column. You can see the page at:
http://atlhomepros.com/index.php/experts
How can I make it show in 2 columns?
You have to change code in as002040 / css / K2.css :
from
div.itemContainer { }
to
div.itemContainer { float: left;}
Regards, AS Team.
I added the K2 User module for login.
After loging in the module seem to overlap the footer unless there is enough content on the page to push the footer down.
You can see it in this image:
http://atlhomepros.com/images/temp/error.png
How can I fix this?
Thanks
Please provide us with an access to admin panel, we have to check this issue .
Regards, AS Team
Please provide us with an access to admin panel via contact us page.
Regards AS Team.
Sorry, we can't access to admin panel with information you provided. Please re-check user and pass, make sure permission should be superuser.
Regards AS Team.
On another note (and another issue), the Captcha is incorrectly reformatted on the registration page.
You can see this when clicking on Create New Account:
http://atlhomepros.com/index.php/component/users/?view=registration
How can I fix this?
Is that the correct way to do this?
Please download latest version from your astemplate account and refresh as002040 / css / k2.css file with current k2.css
Regards AS Team.
I'm getting the following error when trying to upload the new version of the template:
-1 - An error has occurred.
Copy Failed
Please take a look at the EXPERTS page. I renamed the new k2.css and placed the old one back and it worked again.
I cleared the browser's cache between each test
You have to change code in as002040 / css / K2.css :
from
div.itemContainer { }
to
div.itemContainer { float: left;}
Regards, AS Team.
"Fields marked with an asterisk (*) are required."
Thanks,
Eyal
#recaptcha_area .recaptchatable #recaptcha_response_field { position: relative !important; box-shadow: 0px 0px 0px #666666;}
The entry field doesn't look good with box-shadow.
1. The "div.itemContainer { float: left;}" worked
2. You may want to update your K2.css to include "div.k2UserBlock form input.ubLogout {}" instead of "div.k2UserBlock form input.ubLogout {display:none;}" as it hides the logout button
3. In Chrome, if a user is logged in on the front-end, and the main content area has content that is shorter than the height of the right extension column, the last (bottom) extension overlaps the footer. This doesn't happen in Firefox. I still need a fix for this.