Messed up blog posts.

Hi,

a few weeks back, I wrote and asked about the blog module using a header template, and it passing through archived posts. I was told that it wasn’t possible, and post had to be created with whatever template was to be used. (that was it basically)

Anyway, I tried to do that tonight, and a weird thing happened. I wrote a post, used Genesis Dambuster to switch off the WP header etc, and clicked the Page Builder tab. It opened as expected. Then I dropped in a header module that I have saved, and is in all the site pages.

There is a bunch of code that has slotted into the top of the post, referencing the header. I deleted it all, started again, same thing. In looking at the post excerpt, the menu link text is right above it.

Have a look at the code in the screen grab below, the last line in the image is actually the first line in the post. So a lot of code has dropped in, and I have no idea why.

Any pointers would be appreciated.

Thanks!

Hugh

code

Hey Hugh,

Sorry, I’m not quite getting this. Could you elaborate more? May I know what are you trying to achieve with the blog module? Are you trying to insert a blog module into the header?

Thanks!

KC

Hi,

ok, so the first image below is using the Posts module, and the WP Text Editor. Looking at the excerpt view, all is well.

I went into the first post, enabled Genesis Dambuster, switched to the Page Builder tab, and dropped a saved module in for the header/menu.

Going to the front then the menu text shows above the excerpt. Look at the second image, it shows the words Menu Weddings Seniors etc. These are the links in my menu.

Going to the back end and switching off Page Builder (by enabling the Text Editor tab) and now I have the menu showing up in the editor, in Visual view. I have no idea why it’s appearing there. I do see also that the red header menu showing in image 1, disappears in image 2.

The third image shows that. The image I sent in my first message just shows the Text view.

I hope this all makes sense.

Hugh

Image 1

Image 2

Image 3

Hey Hugh,

So I guess the problem here is that the global header row you’re placing for all of your Posts is showing as an excerpt. That is actually the intended behavior as that is already part of the Posts’ content, which is what WP uses to make an automatic excerpt. What you can do is, enable Manual Excerpts and write one for each Post.

Ben

Hi,

I am having the same issue with with the Posts module.

If I set it to pages, the title shows at the start of the text on the first page. The next two pages are showing the menu links before the text. It’s weird.

Any advice would be great.

Thanks

posts

Hey Hugh,

Do you mind sharing the URL of the site so we can check?

Ben

Hi Ben,

it’s https://ventureweddingphotography.com/

I have switched on the issue.

Thanks.

Hugh

This is really weird! Although I can see on those 2 entries which have the menus on their excerpts, they both have a blank row at the top of each content. That may be what’s causing the issue. Could you try removing those blank rows and see if that fixes it? If you can’t find it, feel free to share temp admin access to the site so we can check the backend. :slight_smile:

Ben

Yes, it is a little curious. It’s the same thing I started this thread with, I think maybe it became a little muddled along the way.

I went to clear out the empty rows - in order to get to them I had to delete rows, which I saved first so I could pull them back in.

Then came the second weird thing - there are no Saved Rows showing up. Clicking on the Saved Rows section reveals nothing.

To get my content back, I had to use the Revisions feature in WP. Something seems to be amiss.

I created a user account for you.

NAME: beaver
PW: ben2016

Oh, and have a VERY Happy New Year!!!

Hugh

OOPS!!! Not private - deleted account, new one in next message

[Content Hidden]

Hi Ben,

re the last couple of posts - I can’t leave the jumbled content on my home page, so I switched the CONTENT to OFF. Feel free to switch it on when you need to. :slight_smile:

Thanks

Hey Hugh,

It was indeed caused by the hidden row. I’ve deleted them on those pages and now the menu is no longer part of the excerpt. Feel free to switch the content back on. :slight_smile:

Re the blank Saved Rows section, I can see rogue anchor and div tags added on several of the builder elements. It’s quite possible you have an unclosed a or div tag somewhere. I created a new page and same thing is happening so it must be from the theme. Unfortunately, I’m not really familiar with Dynamik. Try checking on your custom codes for those unclosed tags.

Ben

Hi Ben,

thanks for fixing the row issue. I tracked down the issue with the Saved Rows, and fixed it.

There is still one issue though - the Posts Module is still showing the page title, right before the text. I have no idea what’s happening there. Any thoughts?

Thanks so much by the way.

Hugh

Sorry, let me explain that a little more.

The center module for example, Wedding Timeline, starts with:

Wedding Timeline Wedding Timeline – Don’t leave home without one! Weddings are a bustling, jam packed day, with lots”

Note that Wedding Timeline shows twice at the start, but the text content only has it once. The first one, I show in bold above, is the page title.

I hope that makes sense. :slight_smile:

Hey Hugh,

That’s because on that Post, you have Wedding Timeline as an h1 heading and another one on your h2 heading. Check the screenshot below for reference.
http://imgur.com/nsrVnAP

Ben

Ah, that’s where it’s confusing me.

I see what’s happening now - the page title is setting the heading of the Post Module.

But on each page, there is an H1 heading, and that’s getting carried into the body of the Post module, but not as an H1, just as paragraph text.

Since the heading is already there, created from the page title, is there any was to not carry the same information from the H1 page text?

I have attached a screen shot to explain what I mean. It seems that the only way to make this look right is to remove the page heading, but then the page will not be correct. Unless there is another method?

Sorry, I’m taking up your time.

Hugh

title

Hey Hugh,

I don’t think that’s possible since you’re manually adding the h1 tag to your Posts - it’s already part of the editable content. You could try changing your theme’s Post template so it includes the title by default - outside the editable content. Or you could add the excerpts manually, so you have total control. Check the link below for more info.
http://www.mhthemes.com/support/custom-excerpts-wordpress/

Ben

Ok, I’ll go try the custom route. Thanks very much for all your help.

Hugh

No worries at all! Have fun! :slight_smile:

Ben