Registration and mod_gk_register problem

Create fresh and professional look of personal or blog websites with AppsPro Tech
GK User
Tue May 15, 2012 2:00 pm
Hi

Joomla 2.5.4
+ AppsPro Tech v.3.2 template installed

1. Installed mod_gk_register from another template (appsite) package called "gk_appsite_rest_files_J!16". Trying to publish module in "register" position on all pages (like in Quick Start Package) but there is not such a position.

2. On Registration component page letter "A" appear.

Screenshot
http://www.screencast.com/t/nIYda0cO2c
Path:
/templates/gk_appsprotech/css/joomla.css
Line 686

Code: Select all
#member-registration dd:after {
    content: "A";
    white-space: pre;
}


What's that: "A"; ?

In Quickstart Package there is difference in Firebug:
Code: Select all
#member-registration dd:after {
 content: "\A ";
    white-space: pre;
}


Regards

Kamil
User avatar
Junior Boarder

GK User
Tue May 15, 2012 2:36 pm
If somebody interested just replace
content: "A";
with
content: "\A ";
:)
User avatar
Junior Boarder


cron