There is nothing wrong with the theme or plugin.
The problem on that page is inside the post’s content, all you need to do is go fix it. Actually there is nothing to be fix, it’s just the markup from wysiwyg that’s need to be cleanup.
What I would do is switch over to text editor tap ( located at the top right corner of the editing screen ) make sure that inside the post’s content you only see the clean text and a gallery shortcode and nothing else around the text itself, then click save.
Thread Starter
Andy
(@symptomlesscoma)
Oh, I don’t think there’s anything wrong with the theme or plugin, I just can’t figure out how to fix it.
I’ve gone in to the text editor and changed the font size and hit “Update”? Can’t see a save button.
Hitting the update button doesn’t seem to have fixed it. Any more suggestions? Sorry this sounds like such a simple question… genuinely mortified that I can’t figure it out.
Of that page, inside the content’s editor, like this screenshot
http://codex.ww.wp.xz.cn/File:posts-edit.png
Make sure that you are on “html” mode (now it’s renamed to “text”) by clicking on the top right tab.
Then make sure that you only have text and nothing around the text of that post AND a gallery shortcode and then click save “Update” blue button.
There is nothing else you have to do, no font-size adjust, no anyting.
Thread Starter
Andy
(@symptomlesscoma)
I have 2 tabs: Visual and Text.
The visual tab contains the following, with nothing else:
[print_gllr id=132]
The text tab contains the following, with nothing else:
<span style="font-family: Consolas, Monaco, 'Lucida Console', monospace;"><span class="Apple-style-span" style="font-size: 12px;"><code>[print_gllr id=132]</code></span></span>
I tried changing the font size and hitting update but it made no difference.
Sorry if I’m a complete dumb-a**!
In your text mode editor, copy this and paste it.
One of my favourite hobbies is Photography ... feel free to get in touch via the contact page.
[gallery]
See if it works, then change [gallery] to [print_gllr id=132] ( because I don’t know what plugin you use and how the plugin works so just try normal gallery first )
Thread Starter
Andy
(@symptomlesscoma)
Okay, I got rid of the original page and pasted as you suggested to the text editor in a new page and that seems to have done the trick.
I’m not even gonna pretend that I understand why, but it seemed to do the trick.
Thanks!
I’d just stay with the Text editor, and away from the Visual.
on a different subject, you might wanna change the permalink setting
http://codex.ww.wp.xz.cn/Using_Permalinks
Thread Starter
Andy
(@symptomlesscoma)
I’m sure I’ll regret this and be swapped with more information than I can reasonably process, but why would I change the Permalinks?!?
This permarlink doesn’t have any SEO value.
http://example.com/?page_id=160
This one has SEO value.
http://example.com/photographer-los-angeles-best
There is more to it, this page has enough info as to why and why not.
http://codex.ww.wp.xz.cn/Using_Permalinks
Thread Starter
Andy
(@symptomlesscoma)
Oh I see, thanks for the tip. Might look in to that.