Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • joostwanetie Friend
    #164094

    I wanted to use 70% of the slideshow and use another element like a login module/banner on the right hand side. Kindly guide how to achieve that.

    I saw this code on this forum; <blockquote>you login administrator => extensions => template manage => ja_portolio => layout find line

    PHP Code:
    <block name="slideshow" type="modules" style="raw" >slideshow</block>
    and change

    PHP Code:

    <block name="topsl1" type="spotlight" style="col" >user12, user13</block>

    and module manage => mod_jaslideshow2=> you need change position: slideshow to position: user12
    and creat new module login is position: user13

    and open file template.css add line

    #ja-topsl1 .ja-box-left {width: 70% !important;}
    #ja-topsl1 .ja-box-right {width: 30% !important;} </blockquote>

    I changed the code but when i edit a module i don’t see user 12 or user 13 in the position list

    Thanh Nguyen Viet Friend
    #391924

    You must add them into template definition file (templates/ja_porfolio/templateDetails.xml)
    Please open this file, find and replace this code snippet

    <position>user10</position>
    <position>user11</position>
    <position>footer</position>
    with

    <position>user10</position>
    <position>user11</position>
    <position>user12</position>
    <position>user13</position>
    <position>footer</position>

    joostwanetie Friend
    #392130
    joostwanetie Friend
    #392803

    Can somebody help me with this?

    joostwanetie Friend
    #393208

    Nobody can help me with this question? I want a box of the right of the slideshow.

    Need it fast

    Thank you

    Thanh Nguyen Viet Friend
    #393286

    Please open this file “templates/ja_portfolio/core/etc/layouts/default.xml”

    Find and replace this code snippet
    <block name=”slideshow” type=”modules” style=”raw”>slideshow</block>

    With

    <block name=”top-spotlight” type=”spotlight” special=”left” specialwidth=”70″>slideshow,new_module_position</block>

    Now, you can assign your module to “new_module_position” position.

    You can read more information on my wiki page
    http://wiki.joomlart.com/wiki/JA_T3_Framework_2/Guides#Layouts

    joostwanetie Friend
    #393404

    Thank you for helping me, but i get this:

    Thanh Nguyen Viet Friend
    #393460

    Please give me your administrator account and ftp account.
    I’ll try to fix it for you 🙂

    Thanh Nguyen Viet Friend
    #393991

    I have fixed it for you.
    The modified file is
    /templates/ja_portfolio/css/mod_jaslideshow2.css

    luke66 Friend
    #394334

    Can you please show me the modifications done to achieve that? I am also trying to do the same to come up with some thing like that shown on the attached image.


    1. new_module_position
    Thanh Nguyen Viet Friend
    #394419

    13525

    Please try to use this file instead of the file on your site (download and rename it to mod_jaslideshow2.css)

    joostwanetie Friend
Viewing 12 posts - 1 through 12 (of 12 total)

This topic contains 12 replies, has 3 voices, and was last updated by  joostwanetie 13 years, 5 months ago.

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