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.
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
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
- more than a month ago
- Commercial Templates
- # 2
Hello Ciaran,
I did that but no effect. The modules are still visable and not hide.
Pieter
I did that but no effect. The modules are still visable and not hide.
Pieter
- more than a month ago
- Commercial Templates
- # 5
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
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
- more than a month ago
- Commercial Templates
- # 6
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
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
- more than a month ago
- Commercial Templates
- # 7
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. 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
- more than a month ago
- Commercial Templates
- # 8
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »