gurneyhm
Forum Replies Created
-
Forum: Plugins
In reply to: [GEO my WP] Users stopped showing up in mapMe too!
Forum: Plugins
In reply to: [GEO my WP] Users stopped showing up in mapHi Eyal,
I really appreciate your fast response! I did have a backup and I did restore it. Disconcerting, but we are OK now. Members are showing up fine.
This is resolved. Thanks again!
M
Forum: Plugins
In reply to: [GEO my WP] Users stopped showing up in mapWow – I have no idea why, but looking at that table there is only one entry. That one member is showing up properly.
I don’t know what happened to that table entry. I think I have a backup.
M
Forum: Themes and Templates
In reply to: [Theme: Simon] Sidebar not showing on blogOh thank you for this. I didn’t know this was only for certain themes.
Forum: Themes and Templates
In reply to: [Theme: Simon] Sidebar not showing on blogOK, some progress. I was able to get the sidebar to show up with the following code:
<?php /*Template Name: Blog With Sidebar*/ get_header(); get_template_part('loop-post'); ?> <div class="sidebar"> <div class="sidebar-wrap"><?php get_template_part( 'sidebar-page' ); ?></div> </div> <p?php get_footer(); get_sidebar('homepage'); ?>However – it shows up at the bottom of the page instead of the right hand side. Can you help with this?
Thank you!
M
Forum: Themes and Templates
In reply to: [Theme: Simon] Sidebar not showing on blogHi there,
Thank you for the response. No I want it on the right hand side. Thank you, this gives me something to go on. I’ll let you know if I fix it.
I’m going to try to put it in like this above the other code and see what happens.