0
Votes
Undo
  1. novellman
  2. Commercial Templates
  3. Sunday, 28 April 2013
  4.  Subscribe via email
Good morning,

Can I change the position of the social media in Arkadia template? I want this to hornav position if possible. And also in color and larger. Can I create custom icons?

Can I hide modules if the screen is to small to show all?
If I see the template Preview they hide automatically. What kind of mudule you are using? I use custom HTML for this on my site.

Thanks in advance,

Pieter.
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

1. To move the social icons down in to the hornav area try adding the following to the Custom CSS field of your templates parameters..


[code type=css]#socialmedia {top: 30px;}[/code]

2. To edit the icons you must edit the social icons sprite directly. You will find this file located at ../templates/j51_arkadia/images/sm_icons.png from the root of your Joomla installation (http://demo.joomla51.com/0093/templates/j51_arkadia/images/sm_icons.png).

3. Media queries can be used to hide certain modules on your site on smaller screen size. What module do you wish to hide?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thankk you for the quick answer

I want to hide top-1a, top-1b, top-1c and top-1d.
They are made with custom HTML. What kind of modules you are using on Preview template?

Can I modify de social media file. For testing I try but I get some position problems. there is also a more dark version of this file?

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

3. Slight correction here.. with our Arkadia template you should find options with in your templates parameters to disable/enable each block of modules on mobile devices (Extensions -> Template Manager -> J51_Arkadia -> Responsive Options).

For our demo on the homepage in these positions we used the ImageLinkHover module which is included with your purchase.

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

I did that but no effect. The modules are still visable and not hide.


Pieter
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Pete

Would you have a URL to an example of your modules?

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

http://www.zunni.nl
and for testing I use http://www.pieterbrattinga.nl/zunni

Pieter
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Pieter

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


[code type=css]@media only screen and ( max-width: 767px ) {
#wrapper_top-1 {display: none !important;}
}
@media only screen and (max-width: 440px) {
#wrapper_top-1 {display: none !important;}
}[/code]

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 7
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks. That will do the trick
  1. more than a month ago
  2. Commercial Templates
  3. # 8
  • 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