Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Are you editing the permalink of the news/event page? Can you give more details?

    Are you using plugin for you news and event page?

    Try re-saving your permalinks.
    Settings >> Permalinks – Then just hit save w/o changing anything.

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

    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>

    Yes. I agree with mburridge, you should at least have a knowledge of PHP
    and WordPress coding standards.

    WordPress has default twentythirteen to fifteen theme included, open those files and try to understand the structures codes.

    You can also google for “wordpress cheat sheet pdf”.

    There’s a plugin like “Visual Composer” you may find helpful for designing pages without coding. A theme called “enfold” is very easy to manage can help you design your websites.

    You can also [Link redacted per forum rules] if you need help for your projects.

    Good luck..

    #sc_menu{
    	text-align: center;
    }
    #sc_menu > li{
    	float: none; /*making sure no css conflicts*/
    	display: inline-block;
    	vertical-align: middle;
    	margin: 0 3px; /* add small margin between icon */
    }
    #sc_menu > li > a{
    	display: block;
    }

    Optional

    #sc_menu{
    	text-align: center;
    }
    #sc_menu > li{
    	float: none;
    	display: inline-block;
    	vertical-align: middle;
    	margin: 0 3px;
    	width: 35px;
    	height: 35px;
    	background: #363e4a;
    	border-radius: 50%;
    	text-align: center;
    	padding: 6px 0;
    	color: #fff;
    }
    #sc_menu > li > a{
    	display: block;
    }
    Thread Starter Jun Sanchez

    (@pixeljun)

    Hi Michael,

    Awesome, It’s now working ??

    Thank you so much.

    While on my way checking your code in my local,
    Have tried:

    <div class="navigation">
    <div class="alignleft"><?php previous_posts_link( '? Previous Entries' ); ?></div>
    <div class="alignright"><?php next_posts_link( 'Next Entries ?', '' ); ?></div>
    </div>

    or use and alternative plugin like https://www.ads-software.com/plugins/wp-paginate/

    Go to Cimy Extra Fields settings..
    There should be a fix problem button there.

Viewing 8 replies - 1 through 8 (of 8 total)