Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • usmancim Friend
    #177793

    Hi

    On Home page, There is module position, with demo content, i cant find this module , position can anyone help me how to change content here,

    regards


    1. Screen-shot-2012-06-04-at-12.58.12-AM
    TomC Moderator
    #455761

    Did you check either your Article Manager or your K2 Articles ??

    Css Magician Friend
    #455822

    Dear usmancim,

    There is not a module, there is com_content featured

    usmancim Friend
    #455828

    <em>@duchh 323339 wrote:</em><blockquote>Dear usmancim,

    There is not a module, there is com_content featured</blockquote>

    Thanks for your answer, I want to show K2 categories on this place as i can see here in positions picture its written position “content”,

    http://static.joomlart.com/images/templates/j25/mendozite/position.png

    but when i want to assign any module, to this position as i can do for right, or left or user1, i cannot find any position backend,

    i hope you understand my question,

    Regards

    Css Magician Friend
    #455849

    Dear usmancim,

    Please go to Administrator -> Menus manager -> Main menu -> Edit Menu Item: Home -> change Menu Item Type to K2 categories and choice your categories, config…on Basic Options

    Regards

    usmancim Friend
    #455874

    Dear Duchh

    Thanks for your Reply, it works, But I want to show all items in small Images, i made changes to show small main Images for items even for Categories itself but no changes all Items are showing in mix, some small ,and some large, I checked by these options but not working out

    Its showing like this

    link to website is
    http://69.36.186.50/new/
    regards


    1. Screen-shot-2012-06-04-at-12.58.49-PM
    2. Screen-shot-2012-06-04-at-1.00.59-PM
    usmancim Friend
    #455945

    Hi Please help i am Giving indication to show small images, but no effects are coming please help, regarding this,

    It is possible i can show any other modules or i can create module position here, so i can show what ever i want, please help regarding
    this issue.

    regards

    Css Magician Friend
    #455964

    Dear usmancim,

    <blockquote>Thanks for your Reply, it works, But I want to show all items in small Images, i made changes to show small main Images for items even for Categories itself but no changes all Items are showing in mix, some small ,and some large, I checked by these options but not working out </blockquote>

    Please go Please go to Administrator -> Menus manager -> Main menu -> Edit Menu Item: Home -> add Page class as follow ” homepage” on Page Display Options

    After that, copy my css to your k2.css :


    .homepage span.catItemImage img { min-width: 0; }

    .homepage div.catItemImageBlock { float: left; margin: 5px 20px 0 0; }

    aris Friend
    #455982

    hi Usmacim,
    i think no need use K2 for controlled your homepage. it just use Article Manager.

    usmancim Friend
    #456011

    Hi all

    Yes arsaf you got it, I want to control home page through k2 module as in other template, its flexible I am assigning JA Newsprint module to any position, but in content position for this template I must have to assign anything to home in main-menu its not flexible, I tried tutorial last night to make a new module position instead of content position now way to reach, also bad impact to use K2 categorie is when I am assigning k2 categories to home in main menu my social sharing plugging also in-herting I think better solution could be if can assign any module such as JA news feature to content position, I hope you understand issue

    I hope moderator will help regarding this
    Thanks

    Css Magician Friend
    #456224

    Dear usmancim,

    Step by step to assign module to content position:

    1) edit file templatesja_mendoziteetclayoutsdefault.xml as follow:


    <?xml version="1.0" encoding="utf-8"?>
    <layout name="desktop">
    <!--Extra css load for this layout-->
    <stylesheets>
    </stylesheets>
    <blocks name="top" style="xhtml">
    <block name="header" type="header" main-inner="1"></block>
    <block name="mainnav" type="mainnav" main-inner="1"></block>
    <block name="cpanel" type="usertools/cpanel"></block>
    <block name="slideshow" type="modules" main-inner="1" style="raw">slideshow</block>
    <block name="topsl" type="spotlight" main-inner="1">user1,user2,user3,user4</block>
    <block name="topsl1" type="spotlight" main-inner="1">user5</block>
    <block name="topsl2" type="spotlight" main-inner="1">user6</block>
    <block name="topsl3" type="spotlight" main-inner="1">user7</block>
    </blocks>
    <blocks name="middle" colwidth="33">
    <block name="content-mass-top">content-mass-top</block>
    <block name="right1">left</block>
    <block name="right2" width="25">right</block>
    </blocks>
    <blocks name="bottom" style="xhtml">
    <block name="botsl" type="spotlight" main-inner="1">user8</block>
    <block name="navhelper" type="navhelper" main-inner="1"></block>
    <block name="botsl1" type="spotlight" main-inner="1" special="right" specialwidth="50">user9,user10,user11,user12</block>
    <block name="botsl2" type="spotlight" main-inner="1" special="right" specialwidth="33">user13,user14,user15,user16,user17</block>
    <block name="footer" type="footer" main-inner="1"></block>
    </blocks>
    </layout>

    2) Install your module , position content-mass-top and assign to menu Home item.

    3) Go to Template Manager -> Edit JA_Mendozite Template -> Create new profile: Home -> Hide Main content block: Yes -> Save

    4) Language & Page Assignments on JA Mendozite Template -> add menu Home on Mainmenu with profile Home.

    I hope I can help you
    regards


    1. step3
    2. step2
    3. step4
    usmancim Friend
    #456812

    <em>@duchh 323808 wrote:</em><blockquote>Dear usmancim,

    Step by step to assign module to content position:

    1) edit file templatesja_mendoziteetclayoutsdefault.xml as follow:


    <?xml version="1.0" encoding="utf-8"?>
    <layout name="desktop">
    <!--Extra css load for this layout-->
    <stylesheets>
    </stylesheets>
    <blocks name="top" style="xhtml">
    <block name="header" type="header" main-inner="1"></block>
    <block name="mainnav" type="mainnav" main-inner="1"></block>
    <block name="cpanel" type="usertools/cpanel"></block>
    <block name="slideshow" type="modules" main-inner="1" style="raw">slideshow</block>
    <block name="topsl" type="spotlight" main-inner="1">user1,user2,user3,user4</block>
    <block name="topsl1" type="spotlight" main-inner="1">user5</block>
    <block name="topsl2" type="spotlight" main-inner="1">user6</block>
    <block name="topsl3" type="spotlight" main-inner="1">user7</block>
    </blocks>
    <blocks name="middle" colwidth="33">
    <block name="content-mass-top">content-mass-top</block>
    <block name="right1">left</block>
    <block name="right2" width="25">right</block>
    </blocks>
    <blocks name="bottom" style="xhtml">
    <block name="botsl" type="spotlight" main-inner="1">user8</block>
    <block name="navhelper" type="navhelper" main-inner="1"></block>
    <block name="botsl1" type="spotlight" main-inner="1" special="right" specialwidth="50">user9,user10,user11,user12</block>
    <block name="botsl2" type="spotlight" main-inner="1" special="right" specialwidth="33">user13,user14,user15,user16,user17</block>
    <block name="footer" type="footer" main-inner="1"></block>
    </blocks>
    </layout>

    2) Install your module , position content-mass-top and assign to menu Home item.

    3) Go to Template Manager -> Edit JA_Mendozite Template -> Create new profile: Home -> Hide Main content block: Yes -> Save

    4) Language & Page Assignments on JA Mendozite Template -> add menu Home on Mainmenu with profile Home.

    I hope I can help you
    regards</blockquote>

    Thanks a-lot its works:)

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

This topic contains 12 replies, has 4 voices, and was last updated by  usmancim 12 years, 5 months ago.

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