Some Questions About News2 Template

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Mar 14, 2014 8:32 pm
Reply with quote
Report this post
Hello,

First of all thank you for this beautiful template. I have some questions if you can help me.

1. On mobile view my logo breaks menu as seen in attachment. How can i fix that?
2. How can i modify login page as the demo of news2 template?
3.Do you decide to add a pinterest social button to news2 template?
4.How can i hide submenu items? I switch start item level 0 and end item level 1, no change. Before this template i can hide submenu items with t3.
5. Is it possible to disable menu animation on mobile view?

regards.

my site link:

http://www.avmindirim.com
User avatar
Senior Boarder

teitbite
Mon Mar 17, 2014 6:32 pm
Reply with quote
Report this post
Hi

1. Please add this code to hide the extra menu item for mobile:

Code: Select all
@media only screen and (max-width:450px) {
#gkLogin { display: none; }
}


2. What do You mean ? Login page is a standard joomla one so style cannot be different. Can You tell me the url to Your login page ?

3. I thought this icon is included already. I can also see it in code of the template. Can You plase tell me which place You have in mind ?

4. Add this code to css:

Code: Select all
.gkMenu > ul > li.haschild:after,
.gkMenu > ul li div.childcontent {
display: none !important;
}
.gkMenu > ul > li.haschild > a {
    padding-right: 10px;
}


5. We do not use any animation for mobile. Our menu is simply using a select list which is presented this way by mobile browsers.
User avatar
Moderator

GK User
Mon Mar 17, 2014 8:10 pm
Reply with quote
Report this post
teitbite wrote:Hi

2. What do You mean ? Login page is a standard joomla one so style cannot be different. Can You tell me the url to Your login page ?

3. I thought this icon is included already. I can also see it in code of the template. Can You plase tell me which place You have in mind ?




2. This is my login page

http://www.avmindirim.com/login.html

3. Sorry i couldn't find it. How can i add pinterest or instagram icon?

Regards
User avatar
Senior Boarder

teitbite
Mon Mar 17, 2014 10:31 pm
Reply with quote
Report this post
Hi

2. There is a separate template style for login, You can select it to be attached to this page or use this extra parameter in the login url: "tmpl=blankpage"

3. I meant that You need to show me where do You want this icon ? Is it in the article ? If yes than there is an option in template settings to activate it.
User avatar
Moderator

GK User
Tue Jul 22, 2014 11:24 pm
Reply with quote
Report this post
When i do have two extra languages set up for the login page, how can i set up each one language?
Do i have to create two extra html files in the template->html folder?

Thanks in advance,
Carlos
User avatar
Junior Boarder

teitbite
Wed Jul 23, 2014 9:23 am
Reply with quote
Report this post
Hi

I'm not sure if I understand, but if I do than I think You just need to add a parameter to the url as lang=en. Of course languages needs to be installed and configured before.
User avatar
Moderator


cron