Tempalte is Resonate
We want to hide the search box and put social icons there as custom html module.
We know how to hide search but there is no module position search in given, so how we cna dispaly a cusotm module in search postion
http://hadimosque.com/en/
- muddasirpk
-
- Commercial Templates
- Tuesday, 06 September 2016
- Subscribe via email
Hello
For details on creating a new module position in the header area of your template may I suggest the following article... https://www.joomla51.com/tutorials/item/creating-a-new-module-position-in-the-header-area-of-your-template
Ciarán
For details on creating a new module position in the header area of your template may I suggest the following article... https://www.joomla51.com/tutorials/item/creating-a-new-module-position-in-the-header-area-of-your-template
Ciarán
- more than a month ago
- Commercial Templates
- # 1
OK, Is that possible in bread crum position i can put a long width text when i put
the socail icons hide.
What i want to show flats and social icons at top, might be
at left flags
and at right social icons
Did not we increase the widht of breadcrums using css? so both will be shown?
<p style="text-align: left;">{module Language Switcher}<img src="images/facebook.png" alt="facebook" width="28" height="28" /><img src="images/twitter.png" alt="twitter" width="28" height="28" /><img src="images/skype.png" alt="skype" width="28" height="28" /><img src="images/youtube.png" alt="youtube" width="28" height="28" /></p>
the socail icons hide.
What i want to show flats and social icons at top, might be
at left flags
and at right social icons
Did not we increase the widht of breadcrums using css? so both will be shown?
- more than a month ago
- Commercial Templates
- # 2
Hello
I am not sure if I understand you correctly. Would you have a URL to an example of your issue so we can better understand?
Ciarán
I am not sure if I understand you correctly. Would you have a URL to an example of your issue so we can better understand?
Ciarán
- more than a month ago
- Commercial Templates
- # 3
Hello
Your best option would be to create a new module position in this area of your template. Have you tried what is detailed here... https://www.joomla51.com/tutorials/item/creating-a-new-module-position-in-the-header-area-of-your-template ?
Ciarán
Your best option would be to create a new module position in this area of your template. Have you tried what is detailed here... https://www.joomla51.com/tutorials/item/creating-a-new-module-position-in-the-header-area-of-your-template ?
Ciarán
- more than a month ago
- Commercial Templates
- # 6
Yes, i tried but 2 issues
a) Its overlapping the slider, rather it has to use the search postiion where search box appear so little up.
b) Its not changing it direction from RTL when move to arabic
http://hadimosque.com/en/
a) Its overlapping the slider, rather it has to use the search postiion where search box appear so little up.
b) Its not changing it direction from RTL when move to arabic
http://hadimosque.com/en/
- more than a month ago
- Commercial Templates
- # 7
Yes, i tried but 2 issues
a) Its overlapping the slider, rather it has to use the search postiion where search box appear so little up.
b) Its not changing it direction from RTL when move to arabic
http://hadimosque.com/en/
a) Its overlapping the slider, rather it has to use the search postiion where search box appear so little up.
b) Its not changing it direction from RTL when move to arabic
http://hadimosque.com/en/
- more than a month ago
- Commercial Templates
- # 8
Hello
To amend try adding the following to the end of the Custom CSS field of your templates parameters...
Ciarán
To amend try adding the following to the end of the Custom CSS field of your templates parameters...
#search-1 {
right: 0;
text-align: right;
top: -35px;
}
:lang(ar) #search-1 {
right: auto;
text-align: left;
left: 0;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 9
- 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 »