pfefferle / autonomie

"Autonomie" is a highly semantic, responsive, accessible and search engine optimized WordPress Theme. It provides HTML5 templates refined with microformats, microformats v2 and microdata (Schema.org). "Autonomie" supports a lot of OpenWeb plugins and is fully IndieWeb compatible.
https://notiz.blog/projects/autonomie/
MIT License
96 stars 21 forks source link

Syndicated Links Displaying to the Far Left #10

Closed mrkrndvs closed 6 years ago

mrkrndvs commented 6 years ago

I really like ZenPress, but have been wondering about the inclusion of Syndicated Links. They are presented in the far left. Is this intentional? Is it something in the Syndication Links Plugin?

screenshot 2017-12-17 at 9 58 52 pm

pfefferle commented 6 years ago

It is a theme problem, thanks for reporting, I will have a look!

dshanske commented 6 years ago

Would you consider integrating support? You can unhook the content filter and call the display directly

pfefferle commented 6 years ago

sure, but both should work

mrkrndvs commented 6 years ago

@pfefferle the strange formatting also occurs when you search for something

zenpress search

Assume that this is probably different, but I thought that I would add it here, just in case it is related.

pfefferle commented 6 years ago

Do you use the latest master version?

mrkrndvs commented 6 years ago

My previous version had been installed November 17. Just uploaded the latest Master. Both errors still there.

pfefferle commented 6 years ago

Hmm, I will have a Look, I can’t reproduce it at my blog.

pfefferle commented 6 years ago

Can you post the URL of the blog here?

mrkrndvs commented 6 years ago

https://collect.readwriterespond.com/

pfefferle commented 6 years ago

do you use any plugins that hooks into the post content? there is no <p> element around the paragraphs... that's why it shows up full size.

pfefferle commented 6 years ago

Syndication Links Plugin is using a span element, so it can't be centered... I filed an issue there.

mrkrndvs commented 6 years ago

Thank you

pfefferle commented 6 years ago

@mrkrndvs I committed a native implementation of Syndication Links, I am curious about your thoughts.

bildschirmfoto 2018-02-12 um 22 03 33

pfefferle commented 6 years ago

Ah, I saw you switched the theme... never mind ;)

mrkrndvs commented 6 years ago

Looks good @pfefferle. I notice that the search still has a SPAN issue?

screenshot 2018-02-13 at 10 51 41 pm

Also, I have collected some thoughts here.

pfefferle commented 6 years ago

@mrkrndvs do you use Gutenberg?

pfefferle commented 6 years ago

I tried to optimize the plugin with Gutenberg, so that you will be able to use content that is wider than the normal content, like here: https://notiz.blog/2017/12/07/zwoelf/ or here: https://notiz.blog/2017/10/04/readability/

But that means, that you always have to have an element surrounding the text inside the content-<div>... This shouldn't be a problem, because at least there should be a <p> element, but sometimes, plugins add text directly to the div, so it causes this issue.

pfefferle commented 6 years ago

I just saw that you have build your own child-theme and that you simply include the style.css, but this is not enough, I splitted the view-port dependent stuff into several stylesheets. You have to include 5 styles in total: https://github.com/pfefferle/ZenPress/blob/master/functions.php#L232

mrkrndvs commented 6 years ago

What forced me to change was the headless notes rss. This would not be an issue with my main site which is just for 'Articles'.

mrkrndvs commented 6 years ago

When I get a chance I will also turn off the plugins one by one and try and identify what is causing the issue with the search screen.

pfefferle commented 6 years ago

what was the problem with the "headless notes rss"?

mrkrndvs commented 6 years ago

Micro.blog requires 'no titles':

Part of indie microblogging is getting back to the simplicity of title-less posts. When you’re writing a microblog post in WordPress, just leave the title blank, and if necessary update the post template to not include the title in HTML or the RSS feed.(source)

For some reason it the posts were producing a "No Title" Title, so I tried David's 2016 (which I know does not have headings for notes) and it did worked.

Not sure if that makes sense.

pfefferle commented 6 years ago

thanks for the hint @mrkrndvs, the latest commit should fix that problem.

mrkrndvs commented 6 years ago

At present, no to Gutenberg

On 13 Feb. 2018 11:27 pm, "Matthias Pfefferle" notifications@github.com wrote:

@mrkrndvs https://github.com/mrkrndvs do you use Gutenberg?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pfefferle/ZenPress/issues/10#issuecomment-365252387, or mute the thread https://github.com/notifications/unsubscribe-auth/AMrcohe9yabeQUWByTG-vTvhYz4m9YFNks5tUX-igaJpZM4REnll .

mrkrndvs commented 6 years ago

@pfefferle I have had a second go at getting a child theme developed by @ChrisAldrich working again with no success. I added all the stylesheets, but there is still aspects of the parent theme that are not coming through.

mrkrndvs commented 6 years ago

Do I need to add Gutenberg for it to work?

pfefferle commented 6 years ago

No, you do not need Gutenberg... I think I have to release a "Client-Theme skeleton" to test it by myself...

pfefferle commented 6 years ago

Thanks for the feedback!

mrkrndvs commented 5 years ago

Updated the theme for Read Write Respond from ZenPress to Autonomie.