Viewing 4 replies - 1 through 4 (of 4 total)
  • If you are referring to this theme. – https://www.ads-software.com/themes/traffica/

    Open the sidebar-footer.php

    And replace with following code,
    But remember, the footer widgets is only up to “Third Footer Widget” now.

    <div class="grid_8 alpha">
        <div class="footer_widget first">
            <?php if (is_active_sidebar('first-footer-widget-area')) : ?>
                <?php dynamic_sidebar('first-footer-widget-area'); ?>
            <?php else : ?>
                <h4><?php _e('About Us','traffica');?></h4>
                <p><?php _e('We make simple and easy to WordPress themes that will make your website easily. You just need to install it and your website will be ready within a minute.','traffica');?></p>
            <?php endif; ?>
        </div>
    </div>
    <div class="grid_8">
        <div class="footer_widget">
            <?php if (is_active_sidebar('second-footer-widget-area')) : ?>
                <?php dynamic_sidebar('second-footer-widget-area'); ?>
            <?php else : ?>
                <h4><?php _e('OUR PAGES','traffica');?></h4>
                <ul>
                    <li><a href="#"><?php _e('Default template ','traffica');?></a></li>
                    <li><a href="#"><?php _e('Full-width template ','traffica');?></a></li>
                    <li><a href="#"><?php _e('Home template ','traffica');?></a></li>
                </ul>
            <?php endif; ?>
        </div>
    </div>
    <div class="grid_8 omega">
        <div class="footer_widget">
            <?php if (is_active_sidebar('third-footer-widget-area')) : ?>
                <?php dynamic_sidebar('third-footer-widget-area'); ?>
            <?php else : ?>
                <h4><?php _e('Use of Widgets','traffica');?></h4>
                <p><?php _e('You can easily drag and drop the widgets here to display under the footer. You just need to go to your dashboard and there you can choose the appearance option and then widgets.','traffica');?></p>
            <?php endif; ?>
        </div>
    </div>
    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Open the sidebar-footer.php

    @pixeljun Please don’t recommend that solution, the user will lose your changes when the theme is updated.

    @educate1 if you want to go that way then that’s fine but first create a child theme.

    https://codex.www.ads-software.com/Child_Themes

    Once that’s done make a copy of that sidebar-footer.php into the child theme directory and modify the copy there. Don’t change the original file.

    If that does not work and you are using this theme https://www.ads-software.com/themes/traffica/ then consider posting in that theme’s dedicated support sub-forum.

    You can do that with this link.

    https://www.ads-software.com/support/theme/traffica#postform

    Thread Starter educate1

    (@educate1)

    @jun sanchez.. thank you for the post , the traffica theme i have has 4 footer widgets.

    @jan Dembrowski— thank you also.. I am using the wordpress/org/themes/traffica and will post in that forum.

    Yes, i forgot. You should create a child theme first.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Traffica -Fourth footer widget’ is closed to new replies.