p15
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Loop within a LoopHi not sure exactly how to do what your asking, but there are a few plugins that are designed for events and selling tickets. such as Events Manager There are others too but cant think off the top of my head.
Hope this helps!
Forum: Fixing WordPress
In reply to: Excerpt first line starts with two white spaces?It seems to me to be printing an extra
at the beginning of the excerpt. Are you hand crafting the excerpts in the post page and perhaps adding a space in there? Otherwise Im sorry im not sure how else to help on this one. perhaps someone else might have a better idea?Forum: Fixing WordPress
In reply to: Page jump or anchorsThe page you are directing us too is password protected – ie is probably only set so that members can view.
you would want to make your code
<a href="#freemp3">Click here</a> to request your FREE MP3 of my intro EFT classthen at the bottom you would place:
<div id="freemp3>Yes, Sign me up for the FREE MP3!</div>NB: Div could also be Span. You would need to create #freemp3 in your CSS to style this bit.
Hope this makes sense
Forum: Fixing WordPress
In reply to: Page jump or anchorsHi,
Sorry but i can’t see any red text on this page?
In answer to your question if you create a link
<a href="#tips">Visit the Useful Tips Section</a>
where #tips is the same name as the div id you are jumping to. This should work.Forum: Fixing WordPress
In reply to: Excerpt first line starts with two white spaces?Have you got any extra spaces in your code. Without seeing the code it would be hard to have a look!