cognidox / WordBridge

https://www.cognidox.com/
6 stars 7 forks source link

Number of entries #74

Open paulus67 opened 8 years ago

paulus67 commented 8 years ago

Thanx for this great extension an the good work ! In parameters I set the number of entries to 1. I only want to show the latest post. Unfortenately it does not seem to work so every setting shows the latest 10 entries. How can I change this/

Thanks,

Paul

vittala commented 8 years ago

Hi Paul

Thanks for the comments! If you just want one entry to appear, you need to change both the "Feed Count" setting in Joomla and the "Syndication feeds show the most recent" setting in WordPress to 1. See https://github.com/cognidox/WordBridge/wiki#user-content-WordPressSettings

Regards Vittal

paulus67 commented 8 years ago

Thank you for your quick reaction, Vittal. In the meantime I read the wiki and figured this out for myself. Is there by chance any CSS suggestion to center the images and content? The given CSS for Joomla adaption does not seem to work with my website.

http://www.astridlampe.nl/demo

Regards,

Paul

Afdeling 39/zorg voor webdesign/ 06-28308499 spreekuur@afdeling39.nl www.afdeling39.nl

Op 29-4-2016 om 21:18 schreef Vittal Aithal:

Hi Paul

Thanks for the comments! If you just want one entry to appear, you need to change both the "/Feed Count/" setting in Joomla and the "/Syndication feeds show the most recent/" setting in WordPress to 1. See https://github.com/cognidox/WordBridge/wiki#user-content-WordPressSettings

Regards Vittal

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/cognidox/WordBridge/issues/74#issuecomment-215853181

vittala commented 8 years ago

Hi Paul

This CSS will centre the images: .wordbridge_content img { margin-left:auto; margin-right:auto; display:block; }

This CSS will centre the content: .wordbridge_content { text-align:center }

Regards Vittal

paulus67 commented 8 years ago

Thanks, great Op 4 mei 2016 11:26 schreef "Vittal Aithal" notifications@github.com het volgende:

Hi Paul

This CSS will centre the images: .wordbridge_content img { margin-left:auto; margin-right:auto; display:block; }

This CSS will centre the content: .wordbridge_content { text-align:center }

Regards Vittal

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/cognidox/WordBridge/issues/74#issuecomment-216809647