I need a new module position in the center of the header area of my enlighten template. I tried the instructions in the tutorials section of the forum....but the code is different than described and not sure what to do.
thank you
- webwahoo
-
- Commercial Templates
- Wednesday, 02 November 2016
- Subscribe via email
Hello
May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
Ciarán
May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
Ciarán
- more than a month ago
- Commercial Templates
- # 1
Thank you so much for fixing that for me...you did it perfectly. Is there anyway you could tell me how you did it. I need to do it on another of your older templates...hate to have to ask you again.
thanks
thanks
- more than a month ago
- Commercial Templates
- # 3
Hello
If you navigate to your templates index.php (../templates/j51_enlighten/index.php) you will where see where the following code was added...
The corresponding CSS has been added to the end of the Custom CSS field of your templates parameters.
Ciarán
If you navigate to your templates index.php (../templates/j51_enlighten/index.php) you will where see where the following code was added...
<div id="newmodule">
<jdoc:include type="modules" name="newmodule" />
</div>
The corresponding CSS has been added to the end of the Custom CSS field of your templates parameters.
Ciarán
- more than a month ago
- Commercial Templates
- # 4
Just a couple of issues I have with this.
1. My social media links in the header no longer work...they are visible but you cannot click on them.
2. I cannot hide this position using the "hidden-phone" technique. Because of where it is at it doesn't work when looked at on a mobile phone...so I want to hide it and then I will publish a mobile only version of the logo to make it work...but right now I can't
cliftmarketinginc.com/ is the domain to see the issue in action
thank you
1. My social media links in the header no longer work...they are visible but you cannot click on them.
2. I cannot hide this position using the "hidden-phone" technique. Because of where it is at it doesn't work when looked at on a mobile phone...so I want to hide it and then I will publish a mobile only version of the logo to make it work...but right now I can't
cliftmarketinginc.com/ is the domain to see the issue in action
thank you
- more than a month ago
- Commercial Templates
- # 5
Hello
1. To amend try adding the following to the Custom CSS field of your templates parameters...
2. Presuming you are referring to the custom module, try adding the following to the Custom CSS field of your templates parameters...
Ciarán
1. To amend try adding the following to the Custom CSS field of your templates parameters...
#socialmedia {
z-index: 9999;
}
2. Presuming you are referring to the custom module, try adding the following to the Custom CSS field of your templates parameters...
.touch #newmodule {
display: none;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 6
Thank you so much. The social media fix worked perfectly.....
The "new module" fix did not work...it still shows up on mobile devices.....is there something else I can try?
The "new module" fix did not work...it still shows up on mobile devices.....is there something else I can try?
- more than a month ago
- Commercial Templates
- # 7
Hello
Try the following instead...
Ciarán
Try the following instead...
.touch #newmodule {
display: none !important;
}
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 »