
Adrenaline Theme
#11
Posted 21 January 2012 - 03:17 PM
- LarSkicle and JeffCresLome like this
#12
Posted 22 January 2012 - 06:07 PM
Nice... ok the only thing that I dont understand is the widgets... How do I put them so it can look like the demo login page and all that
read the "README.html" file included in the theme!
Installation Instructions
- Trough FTP upload the folder "widgets" to the folder: application.
- Go to: LAYOUT → THEME EDITOR.
- Acces: UPLOAD NEW THEME (*in the upper-right corner)
- Fill Theme title with: Adrenaline Theme
- Leave Theme Description blank
- Click on "Choose file", and select from your theme package: adrenaline.tar
- Click the "UPLOAD" button and the theme will start uploading automatically, after this you have to click on "Activate Theme"
- Acces: LAYOUT → LAYOUT EDITOR
- From "Editing..." menu select: Home Page
- From the "Edit Columns" menu select the 3rd layout on the 1st row
- On the left column add the following widgets in this order:
- 1. Home Text
- 2. Popular Members or Recent Signups
- On the left column add the "Signup Form"
- Click "Save Changes"
- From "Editing..." menu select: Site Header
- Arrange your header's blocks in this order:
- 1. Social Bookmarks
- 2. Signup Button
- 3. Forgot Password
- 4. Login or Signup
- 5. Search Widget
- 6. Mini Menu
- 7. Site Logo
- 8. Main Menu
- Click "Save Changes"
- From "Editing..." menu select: Member Home Page
- The first two boxes on the left column should be:
- 1. User Photo
- 2. Quick Links
- The first five boxes on the right column should be:
- 1. Invite Button
- 2. Requests
- 3. Recents Signups
- 4. Popular Members
- 5. Online Users
- Click "Save Changes"
- From "Editing..." menu select: Member Profile
- From the "Edit Columns" menu select the 3rd layout on the 1st row
- The first two boxes on the right column should be:
- 1. Recent Signups
- 2. Popular Members
- Click "Save Changes"
Howcan you change the colors!?
- Acces: LAYOUT → THEME EDITOR
- To change the colors you can edit: constants.css
theme_homepage_background: #0063A3;
theme_header_background: #005580;
theme_main_menu: #0063A3;
theme_main_tabs: #FF3433;
theme_profile_tabs: #005373;
theme_menu_borders_dark: #333;
theme_menu_buttons_font: #FFF;
theme_footer_background: #EEE;
theme_footer_border: #00B3EF;
theme_light_background: #777;
theme_lighter_background: #EEE;
theme_dark_color: #333;
theme_darkest_color: #000;
(*If you will change those color codes, you will change the color of all elements that use the same color code) - If you have finished doing this you can now enjoy your theme and grow your unique community.
Edited by muambus, 22 January 2012 - 06:08 PM.
- LarSkicle likes this
#15
Posted 27 January 2012 - 04:36 AM
Can anyone help me please?
Singup form without the css is what I've done wrong
How can I fix it?
Big Thanks!
Go to /adrenaline/theme.css and change it as follows:
Original:
#global_page_user-signup-index .global_form input[type="text"], #global_page_user-signup-index .global_form input[type="password"], #global_page_user-signup-index textarea { background-color: white !important; border: 1px solid #999 !important; color: $theme_dark_color !important; font-size: 16px !important; font-weight: normal; letter-spacing: 1px; padding: 6px 3px 6px 6px !important; width: 240px; }
Change:
Insert the line: #global_page_user-signup-index .global_form input[type="email"]
Exemple:
#global_page_user-signup-index .global_form input[type="email"], #global_page_user-signup-index .global_form input[type="text"], #global_page_user-signup-index .global_form input[type="password"], #global_page_user-signup-index textarea { background-color: white !important; border: 1px solid #999 !important; color: $theme_dark_color !important; font-size: 16px !important; font-weight: normal; letter-spacing: 1px; padding: 6px 3px 6px 6px !important; width: 240px; }
Good luck!

+1
#16
Posted 27 January 2012 - 12:22 PM
Go to /adrenaline/theme.css and change it as follows:
Original:#global_page_user-signup-index .global_form input[type="text"], #global_page_user-signup-index .global_form input[type="password"], #global_page_user-signup-index textarea { background-color: white !important; border: 1px solid #999 !important; color: $theme_dark_color !important; font-size: 16px !important; font-weight: normal; letter-spacing: 1px; padding: 6px 3px 6px 6px !important; width: 240px; }
Change:
Insert the line: #global_page_user-signup-index .global_form input[type="email"]
Exemple:#global_page_user-signup-index .global_form input[type="email"], #global_page_user-signup-index .global_form input[type="text"], #global_page_user-signup-index .global_form input[type="password"], #global_page_user-signup-index textarea { background-color: white !important; border: 1px solid #999 !important; color: $theme_dark_color !important; font-size: 16px !important; font-weight: normal; letter-spacing: 1px; padding: 6px 3px 6px 6px !important; width: 240px; }
Good luck!![]()
+1
No effect with this code, here is my edit theme.css:
#global_page_user-signup-index .global_form .form-elements { width: 575px; background: #EDEDED; margin: 0px auto 40px; padding: 20px 0px 20px 45px; border-top: 1px solid #D0D0D0; } #global_page_user-signup-index #global_content > h2 { display: none; } #global_page_user-signup-index .global_form input[type="email"], #global_page_user-signup-index .global_form input[type="text"], #global_page_user-signup-index .global_form input[type="password"], #global_page_user-signup-index textarea { background-color: white !important; border: 1px solid #999 !important; color: $theme_dark_color !important; font-size: 16px !important; font-weight: normal; letter-spacing: 1px; padding: 6px 3px 6px 6px !important; width: 240px; } #global_page_user-signup-index select { background-color: white !important; border: 1px solid #999 !important; color: $theme_dark_color !important; font-size: 16px !important; font-weight: normal; letter-spacing: 1px; padding: 6px 6px 6px 3px !important; width: 80px; }
But for the attempt help +1
Maybe someone has another idea?
Edited by Gondo, 27 January 2012 - 12:23 PM.
#17
Posted 30 January 2012 - 02:12 AM
#18
Posted 30 January 2012 - 04:10 AM
Nice work , and Awesome Template , but please Show a Clearification for Widgets Addition @ Layout from the Admin panel so we could have it in the Ideal Perfect Form like the Creators did it
Yes a instruction set would be great, as I cant seem to get the same layout as demo, and thats exactly what I'd like to have. please add instructions.
#19
Posted 10 February 2012 - 10:33 AM
#20
Posted 20 February 2012 - 05:39 PM
Kindly please help me....
please find the screen shot below:
http://desmond.image....jpg&res=medium
Thanks in Advance
Khan
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users