Prateek Saxena
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [zuari] Code block cssYou mean something like this?
.content__title { color: red; }
Forum: Reviews
In reply to: [zuari] Only facadeHey @keso I am sorry that it is looking different for you. Could you please share a screenshot and URL of what you’re seeing? I am happy to help you troubleshoot.
I use the theme on my personal website and it looks like this -> https://prtksxna.com/ Are you getting a similar view?
Forum: Themes and Templates
In reply to: [zuari] Pictured grey hoverHey Philipp,
You’re right, that should only be active when the user has dark-mode active on their operating system. In dark-mode the colors are automatically changed to darker versions too, unless you have specified particular colors, or images, as backgrounds (as you have).
The change happened in December 2019 in version 1.3.0. Did you happen to update only recently? You can follow all updates and the changes that come with them here: https://github.com/prtksxna/zuari/releases
Do you think I should remove the image ‘hover’ effect when one has picked their own colors? I was conflicted about it when I made the decision.
—Prateek
PS: It is so cool to see that on orchestra is using this theme ?? Are you a string ensemble, or is that the picture you’ve put up for now? ??
I am facing the same issue. Not getting line numbers either. Note I am using the Gutenberg block and not the shortcode. This is the generated HTML:
<pre class="brush: xml; title: ; notranslate">...</pre>
Forum: Reviews
In reply to: [zuari] Simple & ElegantThank you @samar1tan ???? I’m happy you liked it ??
Forum: Themes and Templates
In reply to: [zuari] Header images don’t displayDid this get resolved for you @briancroxall?
Forum: Themes and Templates
In reply to: [zuari] Accessibility issuesClosing this topic. Use Github to file a new issue.
Forum: Themes and Templates
In reply to: [zuari] Excerpts, please!Hey @micdt ???? I am so happy to hear that you’re considering Zuari.
As you saw mentioned in the other thread, this isn’t straightforward . It is on my todo list though — https://github.com/prtksxna/zuari/issues/11
I’ll try to look into this next week, but I wont be able to promise that it gets done by then (sorry, busy with work).
Forum: Themes and Templates
In reply to: [zuari] Header images don’t displayThanks for trying out the theme and reporting this issue, @briancroxall. I am really sorry for such a late response.
Could you give me some more details to help debug this. Do you mean adding a Header Image using the Customizer? Also, which version of WordPress are you using?
Forum: Themes and Templates
In reply to: [zuari] Change the space between footer and page contentHey @stoent ???? Thanks for trying out Zuari. I am sorry for such a late reply!
There are two ways you can reduce the space between the content and the footer.
1. Reduce the space between the posts in general. You can do this using:
.content { margin-bottom: 10vh; }
2. Move only the footer and navigation up:
.posts-navigation { margin-top: -100px }
Let me know if this solves your problem.
Note: You’ll need to add this CSS in the Additional CSS section in the Customizer.
- This reply was modified 5 years ago by Prateek Saxena. Reason: Formatting changes
Forum: Plugins
In reply to: [Semantic-Linkbacks] Unable to show facepileSo I installed https://github.com/pfefferle/Autonomie on my site and tested it, and I still don’t get a facepile: https://imgur.com/a/n3F7aJV (my theme: https://prtksxna.com/2019/07/25/goa-homebrew-website-club-1/) ?? Also, I double-checked, I am on version
3.9.3
of this plugin.Forum: Plugins
In reply to: [Semantic-Linkbacks] Unable to show facepileThat didn’t work (also my theme doesn’t support microformats yet). I also tried adding the other theme support functions for
microdata
,microformats
, andindieweb
, but that didn’t seem to help either.Forum: Themes and Templates
In reply to: [zuari] Excerpts on blog pageSo, I did some digging ?? and it turns out that a theme isn’t supposed to show
the_excerpt
on the main page and stopping the content after the Read more separator is the correct thing to do.But, I can imagine your use-case where you’d want an excerpt that isn’t necessarily the first few lines or paragraphs of your post. This means that the fix isn’t as straight-forward. Giving the functionality is easy but it’ll have to be a preference that people explicitly switch on—from the Theme Customizer—or some other setting, this is possible but will take me a little longer.
What I am wondering is if you’re use-case is satisfied just with the Read more separator… if not I am happy to add the new setting ??
Forum: Themes and Templates
In reply to: [zuari] Excerpts on blog pageThanks for checking ???? It should ideally work with both, I must’ve missed something in my code ?? I’ll fix it and push an update soon (a few days, hope that is alright).
In terms of design, do you like the ‘Continue Reading’ buttons, or would you prefer them being simple links? ??
- This reply was modified 5 years, 4 months ago by Prateek Saxena.
Forum: Themes and Templates
In reply to: [zuari] Excerpts on blog pageHey @nicoleholgate, thanks for reporting this issue. You’re referring to this page in particular right — https://nofilter.co.za/articles/
Some quick questions —
1. Are you using the Gutenberg editor or the old Classic editor?
2. Did you add an ‘excerpt’, or did you add a ‘read more’ separator?
These will help me recreate the problem on my computer too ??