1. webwahoo
  2. Commercial Templates
  3. Wednesday, 02 November 2016
  4.  Subscribe via email
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
Accepted Answer Pending Moderation
0
Votes
Undo
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
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
It has been sent your way. Thank you
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
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
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

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
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
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. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

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
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
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?
  1. more than a month ago
  2. Commercial Templates
  3. # 7
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Try the following instead...


.touch #newmodule {
display: none !important;
}


Ciarán
  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!

Join Our Newsletter

* indicates required
We respect your privacy and do not tolerate spam and will never sell, rent, lease or give away your information (name, email, number, etc.) to any third party. Nor will we send you unsolicited email.
Joomla51 - Mullaghmore, Co. Sligo, Ireland
Joomla51.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by
Open Source Matters
the trademark holder in the United States and other countries.

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.

Ok