matthewjahn
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: AWD Facebook] How do I Display Embedded Video from Posts?Anyone have ideas about this?
Forum: Fixing WordPress
In reply to: Trouble with Page Break TagsI got the following from https://wpbtips.wordpress.com/2009/04/01/codes-useful-for-text-widgets/
For blank lines you can use this (you can adjust it by changing the number):
<div style=”height:14px;”></div>
It works well in all browsers……been then disappears into thin air after I update the page multiple times.
Forum: Fixing WordPress
In reply to: Trouble with Page Break TagsI’m using the h4 to make the text bigger….only that
First, I really don’t know how to do that, and still…
wouldn’t this override the entire document?….I’ll need different size gaps on each part of the page.
Can’t you just designate what size gap you want below each picture and call it that?
Forum: Fixing WordPress
In reply to: Trouble with Page Break TagsThat doesn’t seem to do it…it seems maybe I need more than one line break to push the content below the picture. Any suggestions?
Forum: Fixing WordPress
In reply to: Trouble with Page Break TagsOk…but even if I use css padding, it still just pushes text around the image….I need the next title and paragraph to be completely below the image….isn’t this what forced breaks are for? And why do they work one minute, and then disappear?
Forum: Fixing WordPress
In reply to: Trouble with Page Break TagsIt’s bad coding though. Styles go inside stylesheets, not inside the style attribute of html elements.
Could you explain a little more….many thanks
Forum: Fixing WordPress
In reply to: Trouble with Page Break Tagssorry… I did try the
<p>&nbps;</p>
and it does the same thingForum: Fixing WordPress
In reply to: Trouble with Page Break TagsOK, sorry I’m new at this…
If you follow the link to about mid-page… I don’t want all those images and headlines crowding into each other.
If I put padding around the images, it just pushes everything to one side of it. I want text to be pushed below the image……hope that makes sense.
Shouldn’t a forced page break of some sort do this? Well like I said it does…. works fine….then after re-publishing the page about 3-4-5 times it just disappears and all in crowded again.
Forum: Fixing WordPress
In reply to: Trouble with Page Break TagsHere’s the page I’m working on
https://k9-obedience.com/secrets-to-dog-training-ebook-review/
It should have read —
<div style=”height:14px;”></div>
<br>
< /br>
and
Forum: Plugins
In reply to: Sidebar Navigation ControlOK got it. Thanks for the help.
Now two things —
I’m using a plugin called Nice Navigation that displays an animated collapsing page navigation with parent/child pages, but there isn’t the option to designate navigation labels for each page.
When I create a menu and use that widget, it creates a static menu with all child pages showing under the parent page. I’d rather not have this.
Is there a way to designate navigation labels for my pages without using the custom menu widget?
Also, I’m using the Ultimate Noindex plugin so I have rel=”nofollow” control over my navigation menu. It works fine with the Nice Navigation widget, but not with the custom menu widget.
Thanks for the help
Forum: Plugins
In reply to: Sidebar Navigation ControlThanks for the suggestion, but I don’t think that will do what I want.
I want to rename my pages, so they don’t show as the entire title of the page in the side navigation menu. Some titles are a bit long winded.
You know, something like the permalink option where you can designate the URL to whatever you want, so it’s not the exact title of the page.
Does that make sense?
Forum: Themes and Templates
In reply to: Trouble With Theme AdjustmentAll fixed thanks! Looks like I had a caching plugin installed and didn’t even know it. Turned it off and it works perfectly.
Cheers!