Feed manager problem

This is an open forum for any mojoPortal topics that don't fall into the other categories.

This thread is closed to new posts. You must sign in to post in the forums.
4/30/2012 1:25:20 PM
Gravatar
Total Posts 17

Feed manager problem

Hi,

First I would thank you for mojoportal :) it's really amazing.

I have an issue I would like you to check it out

if you go to www.emiratesautism.ae and scroll down to (Center's upcoming events)

you will find spaces between the date and the next topic and this unknown space is coming because of these two:

<a rel="nofollow" href="http://emiratesautism.ae/different-activities.aspx"></a>

<div></div>

how can I remove the empty div from this feed manager? it's causing me a headache :S

5/1/2012 8:16:39 AM
Gravatar
Total Posts 17

Re: Feed manager problem

any idea? anyone please?

5/1/2012 8:52:09 AM
Gravatar
Total Posts 18439

Re: Feed manager problem

Hi,

I looked into this and found that div is added in the blog feed to create a space after the read more link. I will change this for the next release to include a css class so it can be hidden. ie it will change to this:

<div class='excerptspacer'>&nbsp;</div>

then in CSS you will  be able to hide it like this:

div.excerptspacer {display:none; }

However as a workaround, you can go into the feed manager settings and in the section for Excerpt Settings click the box for "Headings Only". This will make it only show the title linked to the full post.

Hope that helps,

Joe

5/2/2012 2:14:45 AM
Gravatar
Total Posts 17

Re: Feed manager problem

Thanks a lot for the reply joe.

But can I do that fix manually in the current release? before the second release?

if yes, please guide me.

Regards.

You must sign in to post in the forums. This thread is closed to new posts.