jt101
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: GWPG3] where is my rest apiFound it. It was under user/group, but only after I changed the “allow_guest_access” from “0” to “1″
Forum: Fixing WordPress
In reply to: Navigation bar not displaying in galleryNo, that was the first thing I checked.
For example, my Big Blogs link is as follows in my header.php:
- <img alt=”Big Blogs” border=”0″ src=”<?php bloginfo(‘template_url’); ?>/images/pngs/Big Blogs.png”/>
I can see what you are saying about the ./wp-content/, using firebug, which when changed, corrects the problem, but as I say I cannot find the source
Any other ideas?
Thanks
James
Forum: Fixing WordPress
In reply to: Navigation bar not displaying in galleryCould you direct me to the file where I can edit this. I can see it with Firebug, but can’t find it in my php files
Thanks Dralezero
Forum: Fixing WordPress
In reply to: Navigation bar not displaying in galleryI guess i need to do something with the relative paths?
The problem is of course, there are an infinite number of pages in my gallery, and I don’t know how to change the root.
Looks like every page I’m having problems with however has the address: http://www.thebreadcrumbtrail.org/wp-content/themes/Breadcrumb trail/gallery.php?g2_itemId=
The only thing that changes is the ID.
Thanks
Forum: Fixing WordPress
In reply to: Navigation bar not displaying in gallery & messy URLDoes anyone have any ideas
Thanks
James
Forum: Fixing WordPress
In reply to: Navigation bar not displaying in gallery & messy URLFor some reason my code wasn’t pasted even though it was in backticks:
Forum: Themes and Templates
In reply to: Design for different browser sizeCan anyone get me started on the path. I’m sure this is something I have to do myself, but I’m not sure where to start
Thanks
Forum: Fixing WordPress
In reply to: XML Google Map – Map Doesn’t DisplayI just tried pasting the code into http://kmlvalidator.com/validate.htm, and it comes up with an error. Could this mean anything? The code I used is:
Thi website says the following (http://osdir.com/ml/GoogleMapsAPI/2009-08/msg01698.html):
“If it’s too big for the validator I think it’ll be too big for
> Google’s parser as well, which as a shared resource protects itself
> from large requests. In practice it sees to limit about 1Mb. Google
> Earth doesn’t need to do that, its not shared.”Forum: Fixing WordPress
In reply to: XML Google Map – Map Doesn’t DisplayHI Mark
Thanks for the advice, but you didn’t get the point in my very first post.
The XML plugin does not work for me so i used html as you pointed out above. But I, like several others have an issue whereby the map displays pefectly in html, but as soon as you go to edit anything in the post containing that html, the map disappears.
I’ve checked the html editor, and the html actually vanishes. I have this same problem with a “select” drop down menu i sometimes use. I think WordPress strips it out certain html elements.
What can I do?
Someone posted a topic about this, saying that if you have this problem, use the XML Google Maps plugin. But this does nothing except display a link to my map. It should display the map itself on my homepage.
So I’m stuck between a rock and a hardplace
Any other ideas?
Forum: Fixing WordPress
In reply to: XML Google Map – Map Doesn’t DisplayBecause I want a map the users can scroll and zoom in and out. I’ll make it big enough so it’s usable. A Snapshot is no good to me I’m afraid.
Any other ideas why it’s not working?
Forum: Fixing WordPress
In reply to: XML Google Map – Map Doesn’t DisplayHi SS Minow thanks for responding
No, I’m trying to display a google map.
if you click on the blue link “Finall” in very small letters under the title “The Trail” on my homepage, it will take you to this page, which is my google map:
http://maps.google.com/maps/ms?ie=UTF8&hl=en&msa=0&msid=108515697620533959145.00045d87ca82c41574aa4&ll=66.124962,27.861328&spn=16.465958,56.513672&z=4I just want to have a mini version of that map placed where the link is. The plugin should be able to do this. I changed my API key again for the fifth time, and it made no difference when I put it into the plugin.
Forum: Fixing WordPress
In reply to: XML Google Map – Map Doesn’t DisplayAnybody. Please help. This one thing is holding up the progress of my site.
Maybe you can at least point me in the right direction
Thanks
Forum: Fixing WordPress
In reply to: Displaying unique sidebar for ArchivesOk, at the moment, I wrote
<?php if ( is_archive ()) { ?> <?php $post_id = 570;
$queried_post = get_post($post_id); echo $queried_post->post_content;?> <?php } ?>into my sidebar.php
So now, everytime I pull up a page of archives it displays a unique message in the sidebar. Cool. But, my archives are divided into categories or months.
How can I further specify a unique message say for my category “travel-australia” or the month of “January” using the code above.
I mean I want a different message for every category and every month. Or at least every category.
Thanks
Forum: Fixing WordPress
In reply to: How to add space to Read more text in a php fileNice one. That did the trick! Thanks Alchymyth, I appreciate your time in these forums.
Forum: Fixing WordPress
In reply to: Displaying unique sidebar for ArchivesAwesome. I just copied your code and then edited the echo part. Not sure why it wasn’t working before, as it looks exactly the same. Previously I was infact using <?php if ( is_archive ())
Anyway, thanks Michael. However, can I be more specific. I want to specify ‘this is an archive …….’ for a specific date or category e.g. http://www.thebreadcrumbtrail.org/archives/date/2009/03
or
http://www.thebreadcrumbtrail.org/archives/category/travel-australiaTHanks
James