Several problems with template.

Advanced and professional portal news Joomla template with community features and various content display layouts.
GK User
Mon Feb 04, 2013 6:18 pm
Hello , i love TWN2 , but having some issues .
here is website http://wactesting.cloudaccess.net
1. Cant make login/register uppear on left side of t he logo just like on demo - plz help
2. Logo is not appearing as original size - help plz
3. left menu always unfolded , but needed to be as accordion menu .
4. On main menu ,corners not rounded like on demo .( on red box itself)
5. When folowing JS 2.8 template implementation , i get blank screen . pleaee help .

I can provide ftp and super user info . please help .
User avatar
Senior Boarder

GK User
Mon Feb 04, 2013 6:39 pm
Ok figured , #4 - solved
User avatar
Senior Boarder

GK User
Mon Feb 04, 2013 8:49 pm
I fixed LOGO size , but now need to make it on t he middle , what is the css code for padding plz

And cant make font in main menu like on demo i think its IMPACT font .
User avatar
Senior Boarder

GK User
Mon Feb 04, 2013 9:29 pm
bratuha wrote:Ok figured , #4 - solved


Change a bit more from settings on your logo, friend....
here is the code from your logo
Code: Select all
h1#gkLogo a img
{
  height: 119px;
  max-width: 480px;
  margin: 0 0 30px 0
}
User avatar
Expert Boarder

GK User
Mon Feb 04, 2013 9:35 pm
bratuha wrote:I fixed LOGO size , but now need to make it on t he middle , what is the css code for padding plz .... And cant make font in main menu like on demo i think its IMPACT font .


Tahoma is the font off menu.....

Code for padding is:

{
padding: 1px 2px 3px 4px;
}
User avatar
Expert Boarder

GK User
Mon Feb 04, 2013 9:52 pm
kosovari wrote:
bratuha wrote:I fixed LOGO size , but now need to make it on t he middle , what is the css code for padding plz .... And cant make font in main menu like on demo i think its IMPACT font .


Tahoma is the font off menu.....

Code for padding is:

{
padding: 1px 2px 3px 4px;
}



For some reason , when i change font , nothing happening on front end , i tryed removing cache .
And menu on left side , is that possible make it like regular accordion menu , so it would be folded and when clicked its unfolds?
User avatar
Senior Boarder

GK User
Mon Feb 04, 2013 9:56 pm
bratuha wrote:For some reason , when i change font , nothing happening on front end , i tryed removing cache .
And menu on left side , is that possible make it like regular accordion menu , so it would be folded and when clicked its unfolds?


Change this settings too friend:
from 124 in 60px
Code: Select all
#gkLogoWrap
{
  min-height: 124px;
  position: relative;
}
User avatar
Expert Boarder

GK User
Mon Feb 04, 2013 10:00 pm
bratuha wrote:For some reason , when i change font , nothing happening on front end , i tryed removing cache .
And menu on left side , is that possible make it like regular accordion menu , so it would be folded and when clicked its unfolds?

For accordion menu you need to install an accordion module for menu !!
Your fonts are ok man.... looks fine.... and who will looks the fonts in your site, hahahahaha......
User avatar
Expert Boarder

GK User
Mon Feb 04, 2013 10:03 pm
I see you have accordion menu..... just set the style suffix for css in module like the accordion menu and will be the same....
User avatar
Expert Boarder

GK User
Mon Feb 04, 2013 10:11 pm
kosovari wrote:I see you have accordion menu..... just set the style suffix for css in module like the accordion menu and will be the same....


No i mean , we need it to be mainmenu font like on demo site .

Can you help with making logon/register module appear plz , just like on demosite
User avatar
Senior Boarder

GK User
Mon Feb 04, 2013 10:17 pm
Enable login module into the login position and we will see....
User avatar
Expert Boarder

GK User
Mon Feb 04, 2013 10:26 pm
bratuha wrote:No i mean , we need it to be mainmenu font like on demo site .


Here is the code:
Code: Select all
#gkMainMenu > div > ul > li > a, #gkPage .box > div > h3.header, #gkPage .box_menu > div > h3.header, #gkPage .box_text > div > h3.header, ul.gkTabs li, .gkTabsWrap.vertical ol li, h1, h2, h3, h4, h5, #gkMainMenu > div > ul div.childcontent .group-title, .button, button, button.button, input[type="submit"], input[type="button"], .pagenav-next a, .pagenav-prev a, table th, legend, .tip-title, div.pagination ul li a, div.pagination ul li span, div.k2Pagination ul li a, div.k2Pagination ul li span, div.header .nspLinks ul li h4, #article-index ul li a, #jsMenu .jsMenuBar > ul > li > a, #community-wrap div.profile-info .contentheading, #community-wrap div.greybox div.joinbutton, body #community-wrap div.profile-toolbox-bl ul.small-button li, ul.profile-details li.title, div.ctitle, #community-wrap .latest-events .jsEvDate, #community-wrap .cModule.latest-events .jsDetail b a, body #community-wrap ul#featurelist li, #community-wrap h1, #community-wrap h2, #community-wrap h3, #community-wrap h4, #community-wrap .cModule h3 span, #cWindow #cWindowAction input.button, #community-wrap .clabel, #community-wrap .cTabsBar ul li a, #community-wrap .album-name, #cWindowContentTop #cwin_logo, #community-wrap .label, #community-wrap .cVideoTitle, #community-wrap .joms-newsfeed-more, #cWindowAction .button, #community-wrap #cFeatured.forPeople .cFeatured-Name a, a.plupload_button
{
  font-family: BebasNeue,Arial,sans-serif;
}
User avatar
Expert Boarder

GK User
Mon Feb 04, 2013 10:31 pm
bratuha wrote:Can you help with making logon/register module appear plz , just like on demosite


Here is the code for login button.... you can play with margin and padding.... dont forget, you can set -15px if you need such style.....and and....
Code: Select all
#gkButtons #btnLogin
{
  display: block;
  float: left;
  height: 21px;
  padding: 0 0 0 14px;
}
User avatar
Expert Boarder

GK User
Mon Feb 04, 2013 10:33 pm
kosovari wrote:
bratuha wrote:No i mean , we need it to be mainmenu font like on demo site .


Here is the code:
Code: Select all
#gkMainMenu > div > ul > li > a, #gkPage .box > div > h3.header, #gkPage .box_menu > div > h3.header, #gkPage .box_text > div > h3.header, ul.gkTabs li, .gkTabsWrap.vertical ol li, h1, h2, h3, h4, h5, #gkMainMenu > div > ul div.childcontent .group-title, .button, button, button.button, input[type="submit"], input[type="button"], .pagenav-next a, .pagenav-prev a, table th, legend, .tip-title, div.pagination ul li a, div.pagination ul li span, div.k2Pagination ul li a, div.k2Pagination ul li span, div.header .nspLinks ul li h4, #article-index ul li a, #jsMenu .jsMenuBar > ul > li > a, #community-wrap div.profile-info .contentheading, #community-wrap div.greybox div.joinbutton, body #community-wrap div.profile-toolbox-bl ul.small-button li, ul.profile-details li.title, div.ctitle, #community-wrap .latest-events .jsEvDate, #community-wrap .cModule.latest-events .jsDetail b a, body #community-wrap ul#featurelist li, #community-wrap h1, #community-wrap h2, #community-wrap h3, #community-wrap h4, #community-wrap .cModule h3 span, #cWindow #cWindowAction input.button, #community-wrap .clabel, #community-wrap .cTabsBar ul li a, #community-wrap .album-name, #cWindowContentTop #cwin_logo, #community-wrap .label, #community-wrap .cVideoTitle, #community-wrap .joms-newsfeed-more, #cWindowAction .button, #community-wrap #cFeatured.forPeople .cFeatured-Name a, a.plupload_button
{
  font-family: BebasNeue,Arial,sans-serif;
}




I added code to averide , but nothing changed for some reason :/
User avatar
Senior Boarder

GK User
Mon Feb 04, 2013 10:41 pm
bratuha wrote:I added code to averide , but nothing changed for some reason :/

You can set the fonts in template settings man.....
bebasneue.jpg
User avatar
Expert Boarder

GK User
Mon Feb 04, 2013 10:49 pm
If the first login code not change anything.... look with it now:
Code: Select all
#gkButtons #btnLogin span
{
  display: block;
  float: left;
  height: 21px;
  padding: 0px;
}

first number is top, right, bottom, left....
User avatar
Expert Boarder

GK User
Mon Feb 04, 2013 11:02 pm
plz check your inbox
User avatar
Senior Boarder

GK User
Mon Feb 04, 2013 11:07 pm
bratuha wrote:plz check your inbox

Check frontend..... are the fonts now ok.....
User avatar
Expert Boarder

GK User
Mon Feb 04, 2013 11:09 pm
kosovari wrote:
bratuha wrote:plz check your inbox

Check frontend..... are the fonts now ok.....

you super .

Is that possible to do same login and register button like on demo .
Sorry for many questions , you really helping man!!!
User avatar
Senior Boarder

GK User
Mon Feb 04, 2013 11:20 pm
bratuha wrote:Is that possible to do same login and register button like on demo .
Sorry for many questions , you really helping man!!!

Set back all the settings what you change for login and register..... the modul position will come back again at the same place where it was bevor.... than you need to change a little bit settings to fix it at the right place where you wanna have it....
User avatar
Expert Boarder

GK User
Mon Feb 04, 2013 11:30 pm
what about register button ?
User avatar
Senior Boarder

GK User
Mon Feb 04, 2013 11:40 pm
bratuha wrote:what about register button ?

You have all in one.... when click on login it comes the register form too..... why, i dont know.....
You have change many thing in backend..... and in default.php
User avatar
Expert Boarder

GK User
Mon Feb 04, 2013 11:43 pm
kosovari wrote:
bratuha wrote:what about register button ?

You have all in one.... when click on login it comes the register form too..... why, i dont know.....
You have change many thing in backend..... and in default.php

No i didnt change anything . In demo register button visible , and need to be regerected to Jomsocial registration .
User avatar
Senior Boarder

GK User
Mon Feb 04, 2013 11:46 pm
OK , another quick question , when i put my login module to LOGIN position , it showing button and when click there its showing popup up and inside this popup actual module that i set to login position. very strange
User avatar
Senior Boarder

GK User
Tue Feb 05, 2013 12:03 am
bratuha wrote:OK , another quick question , when i put my login module to LOGIN position , it showing button and when click there its showing popup up and inside this popup actual module that i set to login position. very strange

I see it man.... look into your default.php -- templates/layouts/default.php
I see the register failed in your site....

See this points:
Code: Select all
<div id="gkButtons">
      <div>
                     <a href="http://wactesting.cloudaccess.net/index.php?option=com_users&amp;view=login" id="btnLogin"><span>Login</span></a>
                           <a href="http://wactesting.cloudaccess.net/index.php?option=com_users&amp;view=registration" id="btnRegister"><span>Register</span></a>
               </div>
   </div>
User avatar
Expert Boarder

GK User
Tue Feb 05, 2013 12:13 am
Friend.... dont do anything..... i would say, just update your template with new one from twn2.... and all will be at the right place.... but bevor download your template in a folder.... than update it with a new one.
User avatar
Expert Boarder

GK User
Tue Feb 05, 2013 12:18 am
kosovari wrote:Friend.... dont do anything..... i would say, just update your template with new one from twn2.... and all will be at the right place.... but bevor download your template in a folder.... than update it with a new one.



Got it , thnx man , iall do it now
User avatar
Senior Boarder

GK User
Tue Feb 05, 2013 5:01 am
Nothing helps , cant make login/register module like on DEMO , and i have wierd underlines in menus .plz check
User avatar
Senior Boarder

GK User
Tue Feb 05, 2013 2:13 pm
bratuha wrote:Nothing helps , cant make login/register module like on DEMO , and i have wierd underlines in menus .plz check

Friend.... send me ftp data login.... i will look for you....

regards
User avatar
Expert Boarder

GK User
Tue Feb 05, 2013 2:28 pm
kosovari wrote:
bratuha wrote:Nothing helps , cant make login/register module like on DEMO , and i have wierd underlines in menus .plz check

Friend.... send me ftp data login.... i will look for you....

regards

just sent you PM
User avatar
Senior Boarder


cron