-
AuthorPosts
-
December 22, 2014 at 10:06 am #203742
I am using the Construction theme to build a site and have two Footer content type containers in the acm-footer position.
I added a Module Class Suffix to both of these to help me style them, but these class names are not rendered in the code.
There was an issue similar to this discussed in the general T3 framework : http://www.joomlart.com/forums/topic/module-style-module-class-suffix-issue/
Can you confirm if the Module Class Suffix is not coded to appear in the footer positions and if I can use the solution on that forum thread?
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
December 23, 2014 at 3:07 am #559431Hi there,
You can try my tweak below to use class suffix in JA ACM module – Footer in this case:
– Go to backend settings of this module in acm-footer position > Advanced tab > Add your own class suffix name (Remember to add a space before the class name
– Suppose that you’re using this ACM Footer module with ‘style-3’, you will open its appropriate PHP file: /templates/uber/acm/footer/tmpl/style-3.php
At approx line 51:
<!-- FOOTER -->
<footer class="wrap uber-footer footer-3 <?php echo $footerBackground; ?>" <?php if($footerImg): ?> style="<?php echo $footerBackgroundStyle; ?>" <?php endif; ?>>
change it to:
<!-- FOOTER -->
<footer class="wrap uber-footer footer-3 <?php echo $footerBackground; ?><?php echo $params->get('moduleclass_sfx'); ?>" <?php if($footerImg): ?> style="<?php echo $footerBackgroundStyle; ?>" <?php endif; ?>>
It will show in frontend like this:
Then you can add style for this class suffix as you wish.
-
AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by
Saguaros 10 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum

