Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • phylox Friend
    #194879

    On the Mendozite template, I want to add a spot for a 5th icon instead of the 4 that are currently there under the slider module. I know I probably have to resize the existing positions, but would like to know how I can go about in doing this.

    Thank you.

    Ninja Lead Moderator
    #523163

    This is user1, user2, user3, user4 positions on JA Mendozite Template, if you wish add the 5th position, you can follow these steps:

    + Create a new position in JA Mendozite Template

    Open the templates/ja_mendozite/etc/layouts/default.xml file

    Change

    <block name="topsl" type="spotlight" main-inner="1">user1,user2,user3,user4</block>

    To

    <block name="topsl" type="spotlight" main-inner="1">user1,user2,user3,user4, user18</block>

    + Go to admin site -> Module Manager -> Create new module and assign it with user18 position

    Then add css rule for user18 position into the templates/ja_mendozite/css/template.css file:


    div.ja-moduletable.has-icon.icon18 {
    background-image: url(../images/icons/icon-module4.png);
    }

    See the configuration:


    1. the_config
    phylox Friend
    #523834

    Thanks. Also, just in case anyone else is reading this and need to perform this task, here’s extra details on top of what was suggested that got it fully working for me.

    When creating the new position, the file to edit in addition to default.xml is templateDetails.xml, I simply added the position named user18 <position>user18</position> after user17.

    The module class suffixed required a space in order for it to work. I believe this may be a small bug. So ” has-icon icon18″ (without quotes) worked. Note space right before has.

    Mods: Please mark as answered! Thanks again!

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  phylox 10 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum