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!