snowboy76
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Getting loop inside an iframeThanks Indeedle. But I’m about to throw a wrench into your suggestion. I don’t code. I don’t know jQuery or javascript or java or PHP or any programing language. None.
I choose the hAccordian I found at https://letmehaveblog.blogspot.com/2007/10/haccordion-simple-horizontal-accordion.html (note: my browser tells me this is an attack site, but I know its not.) because its baby simple and it uses <div> and not
ul for its panels (that is important to me) and it will take percentage heights and widths (also important to me).Again, if there is a way to fool wordpress into acting like there is a iframe there, I’m fine with that too. But I can’t code that. I think this would be a lot easier if I could just get wordpress to load its pages into one <div>. Like some sort of PHP command that said “WordPress, load all files in this div.” Then I could put the loop in there everything would be fine. Problem solved.
Thanks again.
Forum: Fixing WordPress
In reply to: WordPress loop within an iframe fails^^^ Bump
Really? No ideas, thoughts, or help?
Forum: Themes and Templates
In reply to: Grid View with Static ElementsBefore I let you get back to something more important…
I am trying to use this method ( https://urbanoalvarez.es/blog/2008/09/11/assign-image-to-wordpress-post/ ) to add an image to the post. I think this method is very easy and I can (sort) of understanding what its doing.
So guess what… parse error when I try to use it on the line starting with “echo”. I think its issue with like 3 layers of <php> calls. What do you think?
See code at: https://wordpress.pastebin.com/gzfPZ4V7
Again, thank you SO MUCH!!!
Forum: Themes and Templates
In reply to: Grid View with Static ElementsThank you! It words like a charm.
Post here again with any and all copyright and accreditation information you want included in the code.
It even holds nicely on multiple pages. If I could attach an image I would.
Thank you so much. Someday I will have to learn programming. ??
Forum: Themes and Templates
In reply to: Grid View with Static Elementsalchymyth, there is now a parsing error at line 102 which is the last line in the file, namely <?php get_footer(); ?>.
Could be the code you gave me needs a closing out in someway before the sidebar and footer statements?
Forum: Themes and Templates
In reply to: Grid View with Static ElementsThis is why I dislike things that use programming code… So I copied your code in. Now I get “parse error” warning on like 100. (Actually its on whatever line the next <php> statement is on.)
Full index.php code (cut/pasted) at https://wordpress.pastebin.com/EFSKutg4
What am I missing?
Forum: Themes and Templates
In reply to: Grid View with Static ElementsYeah… Have I mentioned I don’t know a drop of PHP?
So where in the example would I place my code for the non-static posts? I see you are modify the loop and telling the static posts to do different things depending on what is happening, but where do a put my existing post code?
Thanks again.