jeremycwilson
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Error when trying to embed videosre: 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.
Forum: Fixing WordPress
In reply to: WordPress 3.3 Fatal Error – Help Needed ASAPThanks 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.
Forum: Themes and Templates
In reply to: Sidebar showing up on the bottom@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.
Forum: Themes and Templates
In reply to: Sidebar showing up on the bottomThanks 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 –>
Forum: Themes and Templates
In reply to: Sidebar showing up on the bottomTo 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.
Forum: Themes and Templates
In reply to: Sidebar showing up on the bottomThanks 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.
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.