1. hceliktas
  2. Commercial Templates
  3. Thursday, 13 June 2013
  4.  Subscribe via email
http://www.derki.com/joomla3/index.php?option=com_content&;view=featured&Itemid=705

1) As you can see, GK News 5 module is in contentbottom position. Grey field is up of it. I want module inside this grey area. I know there are other module positions but i want my news module between side coloumns. Thus there is a few little choice. Also if you are not using component, you cannot use this grey area which is empty right now.

2) Your template doesn't %100 fit to GSM i think. I tried it on Samsung S4 and Sony Arc S, explorer is moving right and left. Because the template doesn't fit %100.

3) Also i want to enlarge article wideness on GSM template. How can i do it? Which CSS do i have to look?

4) On ipad when i test my site, it looks terrible when i looked it horizantal in responsive mode. Because it shows sidecoloumns first and i don't know how to disable them as like for GSM modes. I don't want to disable responsiveness, because that is why i choode your template.

5) Is is possible to add module position in logo area. It is too large and useless for me. May be i can take logo to left, and a banner right. Or is it possible to disable logo area?

6) Also click an article and look at breadcrumbs. it looks terrible. Where can i change it's fonts and look normal.

Too much questions doesn't means i don't like your template. I like it but it needs some fixings for me. :)
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Hasan

1. Try adding the following to the Custom CSS field of your templates parameters..


[code type=css].contentbottom .module {
border-radius: 5px;
background: #fff;
box-shadow: inset 0px 0px 0px 1px #fff, inset 0px 0px 60px 0px #999, 0px 0px 3px 0px rgba(0,0,0,0.8);
margin:0px;
padding: 20px 20px;
}[/code]

To remove the component area try adding the following to the Custom CSS field...


[code type=css].maincontent {display: none;}[/code]

Presuming you only want to remove the component area to this specific page you will need to create a separate template style specifically for this page.

2./3./4. Could you explain what you mean by 'GSM'?

5. May I suggest the following post which details how to add a new module position in th header area of your template...

http://www.joomla51.com/forum/support/commercial-templates/chimera-language-switcher#2211

6. To amend try adding the following to the Custom CSS field of your templates parameters...


[code type=css].breadcrumb li a {
color: #DDDDDD;
display: inline-block;
}
.breadcrumb li {
color: #FFFFFF;
text-shadow: none;
}[/code]

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
2/3/4 android and iphone. Sorry i wrote GSM.

Thanks for other solutions. I will try. :)
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Hasan

2./3./4. May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will edit your responsive CSS regarding these issues. For our reference please paste a link to this post in your email.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Hasan

You appear to have made some changes to the files of your template that is effecting the responsive layout of your site. We have installed the original template along side your current template (J51_Metropolis_Original) which is working without issue. We could reinstall your template to revert back to the original which will amend these issues however this will remove any changes that you have made.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Yes, first of all i have to use k2 so i imported k2 template from another template. And also i have to make it's size bigger. Does these changes effects responsiveness so?


Also in IPAD sidecoloumns goes first on view so the page seems weird, how can i disable them? Or can i disable responsiveness oly for ipad. Or can i take sidecoloumns under content?
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Hasan

Sorry to say simply copying a CSS file from another template will most likely cause issues with the styling of your template so I suspect this is mostly likely the source to your issues.

To disable the side columns on your ipad/tablets try adding the following to the Custom CSS field of your templates parameters...


[code type=css]@media only screen and ( max-width: 767px ) {
#sidecol_a, #sidecol_b {display:none;}
}[/code]

This will effect portrait view on your tablet. Would you also like to disable the side columns on tablet landscape?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you. I don't want to disable the side columns on tablet landscape if possible.

Also i have k2 nivoslider on contenttop-b position. I want to disable this position for android and iphone phones (but not for ipad and tablets bigger than 7 inch) . Because their slideshow is not responsive on img caption slider system and it looks worse on android.

Can you show me how?
  1. more than a month ago
  2. Commercial Templates
  3. # 7
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Hasan

The above CSS should only disable your sidecolumns on portrait only.

To disable the contenttop module positions on mobile phones only, try also adding the following to your Custom CSS field..


@media only screen and ( max-width: 767px ) {
.wrapper_contenttop {display:none;}
}
@media only screen and (max-width: 440px) {
.wrapper_contenttop {display:none;}
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 8
Accepted Answer Pending Moderation
0
Votes
Undo
1) Thank you Ciaran. I disabled com_k2 template folder that i imported from another template thus Metropolis doesn't have and it mixes up responsiveness. But as you can see from link below the head part of item mixes now. Itemdatecreated and author name mixed now. If i can fix it, there will be no need for import another k2 template. Can you help me so? :)

http://www.derki.com/joomla3/index.php/gizemcilik/item/3119-evrensel-insan-cagina-buyuk-bir-adim


2) also breadcrumbs needs fixing. :)

3) k2 category page, itemdatecreated and author name needs to be aligned center, but i cannot find where to do it so?

Look here: http://www.derki.com/joomla3/index.php/gizemcilik
  1. more than a month ago
  2. Commercial Templates
  3. # 9
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

It is hard to say as I am not familiar with the CSS you are using but you can try adding the following to the Custom CSS field of your templates parameters...


.itemDateCreated {position: relative;}


Failing that I would suggest going to the developers of the K2 CSS file you are using.

For your breadcrumbs module try adding the following...


.breadcrumb {margin:0px;}


To center the k2 items try also adding the following..


.catItemHeader {text-align: center;}
  1. more than a month ago
  2. Commercial Templates
  3. # 10
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!

Join Our Newsletter

* indicates required
We respect your privacy and do not tolerate spam and will never sell, rent, lease or give away your information (name, email, number, etc.) to any third party. Nor will we send you unsolicited email.
Joomla51 - Mullaghmore, Co. Sligo, Ireland
Joomla51.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by
Open Source Matters
the trademark holder in the United States and other countries.

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.

Ok