1. Rayjak
  2. Sherlock Holmes
  3. Commercial Templates
  4. Wednesday, 09 August 2017
  5.  Subscribe via email
Unable to hide header-1 position on phone. I have this in the CSS
@media (max-width: 720px) {
.hidden-phone {
display: none !important;
}
}
Tried with and without a blank in first position of Module Class Suffix. Will also need hidden-desktop to work which I have not tried as yet.
References
  1. https://flinjuryfirm.com
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

In your templates header.php (../templates/j51_cashmere/php/layouts/header.php) locate the following (line 58)...

<jdoc:include type="modules" name="header-1" style="none" /> 


And replace with...

<jdoc:include type="modules" name="header-1" style="mod_standard" /> 


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you again. I owe you for my success.
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi, is this working for starlet, too? No module class suffix working for the header positions. Why is that?
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you for bringing this to our attention. We have just updated our Scarlett template, amending this issue. For details on updating please have a look at the following article.. https://www.joomla51.com/tutorials/item/updating-your-template

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


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