-
AuthorPosts
-
Klaus Ondrich Friend
Klaus Ondrich
- Join date:
- April 2015
- Posts:
- 67
- Downloads:
- 13
- Uploads:
- 0
- Thanked:
- 2 times in 1 posts
July 9, 2015 at 9:42 am #208452Hi,
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 ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
July 10, 2015 at 7:04 am #576922Hi
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.phpYou 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.
July 17, 2015 at 9:54 pm #577843Giving this a +1 as well please.
July 17, 2015 at 9:54 pm #644137Giving this a +1 as well please.
-
AuthorPosts
This topic contains 5 replies, has 3 voices, and was last updated by gavind 9 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum