Footer Widget Areas

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #23778
    vrech
    Member

    Hello there,

    i can set only widgets in the first footer widget area. If i set a widget in some of the other areas they are not showing up.I set the same widget (fb likebox) in every area to test it.

    (In the “designmode”/”live editing”/”customize” under widgets there is only showing up the first widgetarea for editing. So maybe the rest is not loaded right??)

    http://mywoofi.de/dev/

    #23788
    Veena
    Moderator

    Can i get a temp login to your site ?
    You can share the login info as a private msg.

    #23792
    vrech
    Member
    This reply has been marked as private.
    #23806
    Veena
    Moderator

    Have you made any code changes in theme files ?

    #23926
    vrech
    Member

    No just some css changes by now

    #23927
    vrech
    Member

    Oh yes i did change the code in the portfolio page where i deleted everything i did not need (other thread)

    #23928
    vrech
    Member

    That is my modifies code for the single-portfolio.php (http://mywoofi.de/dev/?portfolio=bewegungspensum).
    Maybe you can tell if i deleted too much ?

    <?php

    /**
    * Post Template
    *
    * This template is loaded when browsing a WordPress post.
    *
    * @package Fusion
    * @subpackage Template
    */

    get_header(); ?>

    <?php mo_exec_action(‘before_content’); ?>

    <?php mo_exec_action(‘start_content’); ?>

    <?php if (have_posts()) : ?>

    <?php while (have_posts()) : the_post(); ?>

    <?php mo_exec_action(‘before_entry’); ?>

    <article id=”post-<?php the_ID(); ?>” <?php post_class(); ?>>

    <?php mo_exec_action(‘start_entry’); ?>

    <?php the_content(); /* No thumbnail support for this. Everything user has to input – videos, audio, slider etc. */ ?>

    <?php wp_link_pages(array(‘before’ => ‘<p class=”page-links”>’ . esc_html__(‘Pages:’, ‘mo_theme’), ‘after’ => ‘</p>’)); ?>

    <!– .entry-content –>

    <?php mo_exec_action(‘end_entry’); ?>

    </article><!– .hentry –>

    <?php mo_exec_action(‘after_entry’); ?>

    <?php if (mo_get_theme_option(‘mo_enable_portfolio_comments’)) {
    comments_template(‘/comments.php’, true); // Loads the comments.php template.
    } ?>

    <?php endwhile; ?>

    <?php endif; ?>

    <?php mo_exec_action(‘end_content’); ?>

    <!– #content –>

    <?php mo_exec_action(‘after_content’); ?>

    <?php get_footer(); ?>

    #23945
    Veena
    Moderator

    Resolved! Actually you have set Footer Columns to be displayed as “1” in Themeoptions > footer .

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Footer Widget Areas’ is closed to new replies.