stonedhippy2001
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: XML Google Maps] Unable to activate version 1.12<repost, apologies. Please delete if possible>
Forum: Plugins
In reply to: [Plugin: XML Google Maps] Unable to activate version 1.12The GPX mode is parse 1 alright, I changed it to 2 just to check and to clear the cache but it obviously didn’t work so I changed it back.
Any other help would be appreciated otherwise I think i’ll revert to the old version and see if I can make that work again.
Many thanks
Forum: Plugins
In reply to: [Plugin: XML Google Maps] Unable to activate version 1.12Hey dschuesae, thanks for the quick response.
I checked the webpanel of my host (dreamhost) and found that PHP5 was activated. Just to make sure I emailed them and they created a phpinfo file for me which confirms that I have PHP5.2.9 installed and running (https://www.itsalongwaytotipperary.net/info.php)
Can you think of any other reason why the plugin may not be displaying properly? I’ve updated it to 1.12.1 and while it activated fine the gpx files don’t display properly, only showing the whole globe instead.
Many thanks,
S.h.2001Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] Widget Slideshow Centered in Sidebar?Where in the code exactly did you add this? Sorry for asking a really obvious question!
Forum: Themes and Templates
In reply to: Widget problemI have a similar question to sensifreak. I can add widgets to my page at the moment using the dashboard but instead of adding them to my normal sidebar somewhere like I want it puts them in instead/over my sidebar.
The code for my sidebar is
<div id=”sidebar”>
-
<?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar() ) : ?>
- <h2>Archives</h2>
<?php wp_list_pages(‘title_li=<h2>Pages</h2>’ ); ?>-
<?php wp_get_archives(‘type=monthly’); ?>
-
<h2>Calendar</h2>
<?php get_calendar(1); ?> - <h2>Categories</h2>
-
<?php wp_list_cats(‘sort_column=name&optioncount=0&hide_empty=0&all=1’); ?>
<?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
<?php get_links_list(); ?><?php } ?>
<?php endif; ?>
</div>My functions.php is as follows too:
<?php
if ( function_exists(‘register_sidebar’) )
register_sidebar();
?>I’ve searched all the themes code for mentions of widgets but haven’t been able to find anything and don’t even know where to start playing around with them so any help would be appreciated!