Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Ajax for All Inserting Extra Linebreaks WordPress

I have a site at http://dev.revolutionaryact.com that has the Ajax For All Plugin installed and it is inserting extra spacing when you navigate to other pages.

- When you first arrive at the site, the Home tab is selected. Notice the spacing on the first post. Then click on Health & Wellness and notice how extra br tags are added.

- The URL is now http://dev.revolutionaryact.com/#url=http%3A//dev.revolutionaryact.com/resources/health-wellness/. If you change it to http://dev.revolutionaryact.com/resources/health-wellness/, the spacing is correct again.

- After seeing this, I did a preg_replace on wp_nav_menu to make all of the URLs absolute --- but unfortunately that breaks the ajax page refreshes.

How can I keep the ajax functionality as-is and remove those extra spaces?

Answers (1)

2011-03-08

Oleg Butuzov answers:

Can you try to insert a <br/> instead using <br> after the_author() function call in your index.php?

jus tot see will space issue stay or not..

p.s.


Jon T comments:

Actually I am using <br/> tags now. I think it may be carriage returns that are being rewritten somehow into <br> tags.

However, that gave me the idea of using hr tags instead of br --- and then I can remove all the styling in the css --- and that seems to work.


Oleg Butuzov comments:

as a way it has a right to live. you also can divide it by div and write styling with css.