Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • Klaus Ondrich Friend
    #208452

    Hi,

    we have some suggestions for ja_fubix:

    • Customize footer logo via backend like ja_teline_v provides rather than replacing footer-logo.png file in ja_fubix
    • Optionally add a “Show all articles” link under “What’s trending” module (see [url=http://www.joomlart.com/forums/topic/whats-trending-module-with-link-to-all-articles/

    This list may be continued, since ja_jubix is new to us. We are gaining experience.

    Cheers

    Saguaros Moderator
    #576922

    Hi

    As I mentioned in that thread, if there are more ppl interested in this feature, the team will have further consideration.

    For the logo in the footer, if you want it has back-end settings like in JA Teline V template, you will need to update 2 files:
    – root/templates/ja_fubix/templateDetails.xml
    – root/templates/ja_fubix/tpls/blocks/footer.php

    You can compare with those files in JA Teline V template and see the difference:

    In the file: – root/templates/ja_fubix/templateDetails.xml, you will need to update the field under <config> tag:


    <fields name="params" addfieldpath="/plugins/system/t3/includes/depend">

    <!-- Sample for add or disable template parameters -->
    <!--fieldset name="menu_params" label="T3_PARAMS_MEGAMENU">
    <field name="group_disable" type="t3depend" function="@group">
    <option for="menu_as_bg" value="no">menu_as_bg</option>
    </field>
    </fieldset-->
    <fieldset name="theme_params" label="T3_THEME_LABEL" description="T3_THEME_DESC">
    <field name="theme_params_default" type="t3depend" function="@group">
    <option for="logofootertype" value="image">
    logofooterimage
    </option>
    <option for="logotype" value="image">
    logoimage, logoimage_sm, enable_logoimage_sm
    </option>
    <option for="enable_logoimage_sm" value="1">
    logoimage_sm
    </option>
    </field>
    <field name="theme_params_logolink" type="t3depend" function="@group">
    <option for="logolink" value="page">
    logolink_id
    </option>
    </field>

    <field name="logolink" type="list" default="default"
    label="T3_THEME_LOGOLINK_LABEL"
    description="T3_THEME_LOGOLINK_DESC">
    <option value="default">T3_THEME_LOGOLINK_DEFAULT</option>
    <option value="page">T3_THEME_LOGOLINK_PAGE</option>
    </field>
    <field name="logofootertype" type="list" default="image"
    label="T3_THEME_LOGOFOOERTYPE_LABEL"
    description="T3_THEME_LOGOFOOTERTYPE_DESC">
    <option value="text">T3_THEME_LOGOTYPE_TEXT</option>
    <option value="image">T3_THEME_LOGOTYPE_IMAGE</option>
    </field>
    <field name="logofooterimage" type="t3media" default=""
    label="T3_THEME_LOGOFOOTERIMAGE_LABEL"
    description="T3_THEME_LOGOFOOTERIMAGE_DESC"/>

    <field name="logolink_id" type="text" default=""
    label="T3_THEME_LOGOLINK_ID_LABEL"
    description="T3_THEME_LOGOLINK_ID_DESC"/>
    </fieldset>

    <fieldset name="navigation_params">
    <field name="navigation_collapse_legend" type="hidden"/>

    <field name="navigation_collapse_enable" type="hidden" default="0"
    global="1"/>
    </fieldset>

    <fieldset name="general_params">
    <field
    name="show_typo_tools"
    type="radio"
    default="1"
    global="1"
    class="btn-group"
    label="TPL_TELINE_V_SHOW_TYPO_TOOLS_LABEL"
    description="TPL_TELINE_V_SHOW_TYPO_TOOLS_LABEL">
    <option value="1">JSHOW</option>
    <option value="0">JHIDE</option>
    </field>
    <field
    name="show_sharing_tools"
    type="radio"
    default="1"
    global="1"
    class="btn-group"
    label="TPL_TELINE_V_SHOW_SHARING_TOOLS_LABEL"
    description="TPL_TELINE_V_SHOW_SHARING_TOOLS_LABEL">
    <option value="1">JSHOW</option>
    <option value="0">JHIDE</option>
    </field>
    </fieldset>

    </fields>

    Now, these settings for logo will appear under Theme tab in back-end of your site.

    Then in the file: – root/templates/ja_fubix/tpls/blocks/footer.php, you will update the footer block to call the data set in back-end. I recommend you to compare with this footer block in Teline V template to see how it called.

    gavind Friend
    #577843

    Giving this a +1 as well please.

    gavind Friend
    #644137

    Giving this a +1 as well please.

    gavind Friend
    #742772

    Giving this a +1 as well please.

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

This topic contains 5 replies, has 3 voices, and was last updated by  gavind 9 years, 3 months ago.

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