Opened 12 months ago

Last modified 12 months ago

#220 accepted defect

No RSS Feed with Transposh

Reported by: bassonline Owned by: ofer
Priority: major Milestone: 0.7 - Coming Major
Component: WordPress Plugin Version: 0.8.3
Keywords: RSS Feed Cc:

Description

Hello,

We have Transposh WP-plugin install on our site http://www.basssonline.com, it's great working well and easy setup.

The problem is our RSS feeds are not working on the entire website. We worked with our host WPEngine and tuned off each plugin one by one and it seems to be the Transposh plugin causing the problem.

Wanted to know if anyone else has this problem and what the fix maybe....we love the plugin and want to keep using it.

Thanks

Change History (3)

comment:1 Changed 12 months ago by ofer

  • Status changed from new to accepted

Looks like an empty line is inserted before and after your feed, I really have no clue to why it will happen, and I fail to see any reason that transposh by itself would be responsible.

I can suggest that you modify the is_special_page function so that the feeds will be considered special and therefore ignored, not the best solution, but it will work.

comment:2 Changed 12 months ago by bassonline

Not really sure ourselves, very weird.

Can you provide more detail on your "modify the is_special_page function"?

How that may be done by a none PHP guy..:)
Willing to give anything a shot at this point....thanks!

comment:3 Changed 12 months ago by ofer

Look at that function in transposh.php file
it tales transposh to ignore some directories, such as wp-admin and wp-login,
you need to add "/feed" there, very simple

Good luck

Note: See TracTickets for help on using tickets.