1. castellodipavone
  2. Commercial Templates
  3. Wednesday, 17 June 2015
  4.  Subscribe via email
Hi Ciaran,

with Vitality is it possible to create a module position in place of "social media icons" to set Google Translate?
If not, what do you suggest, keeping the header full screen?

Many thanks
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

You could try replacing the contents of your templates social-icons.php to the following which will create a module position in this area...


<div id="socialmedia">   
<jdoc:include type="modules" name="social-icons" style="mod_standard"/>
</div>


You'll find the position won't be listed in the positions dropdown within your modules parameters so simply type it in to create (social-icons).

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

that works but the social-icons position is not in line with the top menu and, more important, it disappear in mobile screens. Using the position header1/2 the module also disappear in mobile mode.

you can see here: http://www.agiodice.net

Many thanks
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

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


#socialmedia .module_surround {
padding: 25px 0;
}
@media only screen and (max-width: 1024px) {
#socialmedia {
display: inline !important;
left: 0;
top: -25px;
}
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
  • Page :
  • 1


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