Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter jeremycwilson

    (@jeremycwilson)

    re: Shane, Deactivating Contact form 7 did work. Except that now, I no longer have a contact form. Please do let me know if you have recommendations for a new contact form, or if you recommend that I just re-download the same one. Thanks!

    re: ESMI, Switching theme is also another option I might consider once I have a bit more time.

    Thread Starter jeremycwilson

    (@jeremycwilson)

    Thanks for your response. However, as it turns out, Arras was not my website theme. Somehow the theme had been switched, and I think that is what caused the problem. My website hosting company changed them for me and now we re up and running again. Thanks for your response.

    Thread Starter jeremycwilson

    (@jeremycwilson)

    @alchymyth Great catch, that’s exactly what was happening. Thanks so much for your help. I’ll be sure to keep an eye out for this in future posts.

    Thread Starter jeremycwilson

    (@jeremycwilson)

    Thanks for the responses.

    1. on the index.php page I don’t actually have a wp-followme section. In fact, the only place I see the we-followme section is on the dashboard menu –> left sidebar –> settings menu.

    2. I also tried looking for the missing </div> however before the ‘get_footer’ line there was already a </div> in place. (see below)

    Entries’, ‘inove’)); ?></span>
    <?php endif; ?>
    <div class=”fixed”></div>
    </div>

    <?php get_footer(); ?>

    3. As for my footer tab, it starts with a bit of funny code. I don’t know if it belongs there or not. Perhaps you’d have a better idea. See below for that code.

    </div>
    <!– main END –>

    <?php
    $options = get_option(‘inove_options’);
    global $inove_nosidebar;
    if(!$options[‘nosidebar’] && !$inove_nosidebar) {
    get_sidebar();
    }
    ?>
    <div class=”fixed”></div>
    </div>
    <!– content END –>

    <!– footer START –>

    Thread Starter jeremycwilson

    (@jeremycwilson)

    To my knowledge I did not change sidebar.php but I did make small changes in style.css. Is it possible the problem is there? If helpful I can provide code from my sidebar.php or style.css sheet.

    Thread Starter jeremycwilson

    (@jeremycwilson)

    Thanks so much for the reply, I did not see that code there earlier today but did when I logged back in.

    As such, I deleted the two contact form plug-ins. The code disappeared but the sidebar was still at the bottom. So I then re-installed one plug-in (contact form 7, v3.0). However, the problem continues to persist.

    Thread Starter jeremycwilson

    (@jeremycwilson)

    Perhaps a better way to word this is that my sidebar and body are uneven, and the level of un-evenness depends on the length of the cumulative posts that are being displayed.

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