Hi Ciaran
some of your tutorials seem to not apply to template SKYLAR.
I've examined the articles "Creating a new module position in the header area of your template" and "Editing the mobile menu title - 'MENU'".
Can you pls give advice for those two questions or -better- update your tutorials to apply to SKYLAR as well?
Regards
Rolf
- dautrich
- Commercial Templates
- Monday, 31 August 2020
- Subscribe via email
Hi Ciaran
I solved my issue using header-2 with some nested DIVs and some CSS. So there is no need to work on this item any more.
May I add the comment, that your tutorial "Creating a new module position in the header area of your template" does not apply to SKYLAR.
I'm going to deactivate your super user account for my development website. If necessary in the future, I can activate it again.
Best reagrds
Rolf
I solved my issue using header-2 with some nested DIVs and some CSS. So there is no need to work on this item any more.
May I add the comment, that your tutorial "Creating a new module position in the header area of your template" does not apply to SKYLAR.
I'm going to deactivate your super user account for my development website. If necessary in the future, I can activate it again.
Best reagrds
Rolf
- more than a month ago
- Commercial Templates
- # 1
Hi Rolf
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.
Ciaran
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.
Ciaran
- more than a month ago
- Commercial Templates
- # 2
Hi Ciaran
your new features in the Responsive Options tab solve my issues regarding the mobile menu.
What I still lack is a hint how to create an additional module position Header-3. Positions Header-2 and Header-3 should share the rightmost half of the header. Your tutorial "Creating a new module position in the header area of your template" doesn't seem to apply to SKYLAR.
I assume that I have to modify Index.php lines 82 - 96 to something like this:
Also, I have to add a line to templateDetails.xml behind line 86:
In addition to this, I assume that I have to modify file _header.less, but I'm not that good in CSS to do it myself.
Can you pls give some advice!?
Regards
Rolf
your new features in the Responsive Options tab solve my issues regarding the mobile menu.
What I still lack is a hint how to create an additional module position Header-3. Positions Header-2 and Header-3 should share the rightmost half of the header. Your tutorial "Creating a new module position in the header area of your template" doesn't seem to apply to SKYLAR.
I assume that I have to modify Index.php lines 82 - 96 to something like this:
<?php if ($this->countModules( 'header-1' ) || $this->countModules( 'header-2' ) || $this->countModules( 'header-3' )) : ?>
<div class="header_top">
<div class="wrapper960">
<?php if ($this->countModules( 'header-1' )) : ?>
<div class="header-1">
<jdoc:include type="modules" name="header-1" style="mod_simple" />
</div>
<?php endif; ?>
<?php if ($this->countModules( 'header-2' )) : ?>
<div class="header-2">
<jdoc:include type="modules" name="header-2" style="mod_simple" />
</div>
<?php endif; ?>
<?php if ($this->countModules( 'header-3' )) : ?>
<div class="header-3">
<jdoc:include type="modules" name="header-3" style="mod_simple" />
</div>
<?php endif; ?>
</div>
</div>
Also, I have to add a line to templateDetails.xml behind line 86:
<position>header-3</position>
In addition to this, I assume that I have to modify file _header.less, but I'm not that good in CSS to do it myself.
Can you pls give some advice!?
Regards
Rolf
- more than a month ago
- Commercial Templates
- # 3
Hi Rolf
I have just updated the Skylar template, adding the option to define the title on the mobile menu (v1.0.5). This options is available via the Responsive Options tab of your templates settings using the Mobile Menu Title field.
Ciaran
I have just updated the Skylar template, adding the option to define the title on the mobile menu (v1.0.5). This options is available via the Responsive Options tab of your templates settings using the Mobile Menu Title field.
Ciaran
- more than a month ago
- Commercial Templates
- # 4
Hi Ciaran,
I would like to rename the header of my mobile menu from "Menu" to "Navigation" or to "MenĂ¼". But your respective tutorial does not help very much, because it obviously does not apply to SKYLAR.
Just the same for an additional module position in the header area: The tutorial does not apply to SKYLAR.
Regards
Rolf
I would like to rename the header of my mobile menu from "Menu" to "Navigation" or to "MenĂ¼". But your respective tutorial does not help very much, because it obviously does not apply to SKYLAR.
Just the same for an additional module position in the header area: The tutorial does not apply to SKYLAR.
Regards
Rolf
- more than a month ago
- Commercial Templates
- # 5
Hi Rolf
Could you please detail how you would like this module positioned displayed and we will create it for you.
Ciaran
Could you please detail how you would like this module positioned displayed and we will create it for you.
Ciaran
- more than a month ago
- Commercial Templates
- # 6
- 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 »