1. mesquite
  2. Sherlock Holmes
  3. Commercial Templates
  4. Wednesday, 15 July 2015
  5.  Subscribe via email
Hi
What is the module position for the main menu with the Florence template.
I obviously would like it to look the same as your demo.

regards
Terry
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Terry

The main (side column) menu is rendered by the template and is not an actual module position. The menu to be displayed in this area can be set from within the 'Menus' tab of your templates parameters (Extensions -> Template Manager -> J51 Florence -> Menus).

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hello!

If i want some stuff same position to main menu is that possible?

Can i made new module position?
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
?
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

You could try creating a new module position in this area.First of all locate the following line of code in your templates index.php (../templates/j51_florence/index.php)..


<?php require("php/layouts/hornav.php"); ?>


Directly after this code paste the following..


<div id="newmodule">
<jdoc:include type="modules" name="newmodule" />
</div>


This will add a module position called newmodule in this area of your template. You'll find the position won't be listed in the positions dropdown within your modules parameters so simply type it in to create (newmodule).

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!