How to make TWII as repsonsive Template

GK User
Sat Feb 02, 2013 6:27 pm
Hi
Q1 How to make TWII as repsonsive Template For J2.5 since i found its not responsive B)

Q2How would I have a Template Position stay at the any side of the page visually as the user scrolls down a web page? B)
For example i want to stay right_top position on the right side of page visually as the user scrolls down a web page

Its Very important for me ;)

Q3 I have recently Updated the template to Version: 2.14J Date: 25/01/2013
But found that template was not installed properly, :ohmy: The J query is not loading properly in backed im Template management which is causing template to save any changes to select image or logo ! :woohoo:

i re-install the v 2.12
User avatar
Fresh Boarder

GK User
Sun Feb 03, 2013 12:09 pm
Any one ?
User avatar
Fresh Boarder

teitbite
Sun Feb 03, 2013 1:05 pm
Hi

1. This is not an easy task, this would basicaly mean to build a new template with a look of TWN2. We do not support that, but if You need it badly You can hire me to create such.

2. I do not quite understand what You are trying to do. Can You please explaing it better ?

3. Our template is not using jQuery at all. And for sure not in backend, so I believe it's a different extension which is giving You this problem.
User avatar
Moderator

GK User
Sun Feb 03, 2013 5:36 pm
As for per my Previous Questions
Q1 Does it require new cost ? for making TWII template as responsive
Q2 i want a fixed position while the scrolled is up in down, the position does not move up and down its stick at the bowers, for example in facebook you can see the right is fixed when move down or move up scrolled the position does not move
Q3 I dont know coding i thought it was J-query, The backend template management system is not showing Sliders, it was auto expanding the sliders, when i try to save any logo image or any changes the template does not do it on save !
i re-install the previous version template and its working fine !
User avatar
Fresh Boarder

teitbite
Mon Feb 04, 2013 3:20 pm
Hi

1. Yes it does. This is like building a new template one more time form scratch.
2. So You need to add a style to this position css like:

Code: Select all
CSS_SELECTOR_NAME {
    position: fixed;
    right: 10px;
    top: 10px;
}
User avatar
Moderator

GK User
Tue Feb 05, 2013 6:21 pm
Please send me quote as inbox for making new template

And yes i want this kind of css for every positions, i may use as fixed or variable position
if i use as fixed position in template the position in template will be fixed
if i use variable position in template it works as default css which is currently in the template
User avatar
Fresh Boarder

teitbite
Wed Feb 06, 2013 12:57 pm
Hi

I do not understand what You mean by fixed and variable positions. What I adviced is a module class suffix taking module from one of template positions and displaying as fixed to browser element.
User avatar
Moderator

GK User
Wed Feb 06, 2013 3:40 pm
Yes i wan that one which you said !
if it comes in class suffix its great than !
User avatar
Fresh Boarder

GK User
Thu Feb 07, 2013 11:30 pm
Help please guide me how to do this
CODE: SELECT ALL
CSS_SELECTOR_NAME {
position: fixed;
right: 10px;
top: 10px;
}

as class suffix
User avatar
Fresh Boarder

teitbite
Fri Feb 08, 2013 7:43 pm
Hi

Ok. Than follow this example.

Create Custom HTML module. Use any position You like. As a content please add text "I AM LEFT TOP CORNER - BEWARE", than in advanced settings please add a module class suffix " fixed_left_top" (space in front is important). Save it, make sure it's enabled.

Now add this code to override.css file (but remember to allow using of this file in template settings):

Code: Select all
.fixed_left_top {
position: fixed;
top: 10px;
left: 10px;
}
User avatar
Moderator


cron