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!