Dave
Forum Replies Created
-
Forum: Plugins
In reply to: [Allow HTML in Category Descriptions] It doesn't seem to work with Images???hmmm – that should be working, as far as I can see.
If you want me to take a closer look at your site, email me: [email protected] – I’d only be too happy to see if I can work this out for you.Forum: Plugins
In reply to: [Allow HTML in Category Descriptions] It doesn't seem to work with Images???Hi Jill,
I haven’t had any trouble with using html in with this. What html do you think doesn’t work, but are trying to use?It works for me with the following code:
<div id="featured"> <div class="featuredimaged"><img src="/featured-image-01.jpg" /></div> <h1><strong>Header Title</strong></h1> <p><strong>Body Text</strong></p> <p><a href="#"><img src="<strong>read-more.gif</strong>" /></a></p> </div>
(I removed the details and the image directories just to save space)
Post your html here if you want me to test it for ya.
Then – how can we get the database to save the donation correctly? We’d quite like to show our other website users how much we’ve raised so far. Without this, they also don’t seem to get our thank you email.
Forum: Plugins
In reply to: Troubleshooting Improved Include Page Plugin problemMake sure that the page you’re calling up is correct.
To do this click “Edit” on your wordpress pages sidebar, then move your mouse over the link for the page you’re trying to call up, but don’t click.
It should look something like this:
https://andoverexchange.com/WordPress/wp-admin/page.php?action=edit&post=17
Take note of the number at the end, and that is the number of the page you’ll need to stick into your code.
For example, on this one it would be:
<?php if(function_exists('iinclude_page')) iinclude_page(17); ?>
Hope this helps you out!