mj33777
Forum Replies Created
-
Hello @purplecodes
Here is the Share Content field: https://pasteboard.co/dM7M11VAPZ1f.jpg
I used the Post Title & Content option and the content cuts off at the character limit, which is correct, but it looks strange as it cuts off in the middle of a band name here:
https://pasteboard.co/y5NbuSMNrxLz.jpg
So I have two solutions, The first one would be if you enabled people to use Post Title & Excerpt for the Share Content, as my blog excerpts have an ellipsis (…) after them so the tweets would look better, they would have the ellipsis at the end…
The second solution is using the Additional Text field: https://pasteboard.co/T0t0siZbdb2S.jpg
I could add the ellipsis … to this field so that it comes after the content, and I tried that and it looks like this:
https://pasteboard.co/Z0Sb9oAGRLPf.jpg
I would like there to be no space between the end of the content and the three dots. So could the Additional Text field have an option to add the Additional Text without a space before it?
Another option would be to have a tick box after the Share Content field to insert the ellipsis … after the share content.
Thanks
Just in case it helps anyone, I found it wouldn’t work until I selected “Read and write and Direct message” in the authentication settings instead of just read and write.
Forum: Themes and Templates
In reply to: [Neve] the text after the photo is published without a space@luciamarinescu
Thanks for the CSS.
I don’t know why my quote block went like it did then. Your screenshot doesn’t have the video embed. Even if these issues are unique to my implementation, I still agree with Build5 about why we have to fix the caption thing with CSS when it seems like an error with the theme. It wasn’t normal in the theme before the last update.
CheersForum: Themes and Templates
In reply to: [Neve] the text after the photo is published without a spaceHello @kushnamdev
I’ve had the exact same issue as build5, and it was not occurring before the latest theme update. Build5 is right, the image fix does not look elegant when you have image captions.
Two other issues since the last update are that the space between video embeds is also gone, so I fixed that with this:
.wp-block-embed { margin-bottom:20px; }
Also the quote block now comes up with huge text. I fixed that with this:
.wp-block-pullquote blockquote { font-size: .5em }
None of these issues was present before the latest update of the Neve theme, so when you say it’s the normal behaviour of the theme, is this a new thing (the new normal) because it wasn’t like this before!
I love Neve, it’s fantastic, but having to fix layout issues with CSS after an update seems a bit not right.Cheers.
- This reply was modified 2 years, 3 months ago by mj33777. Reason: messed up the code tags
Forum: Themes and Templates
In reply to: [Neve] Add “Tag;” back onto archive pageForum: Fixing WordPress
In reply to: Disable PDF Settings > Show inline embed by default.I don’t know if I would be allowed to add to the github so I’m putting it here; would it also be possible to make so that you can choose for the PDF to display inline on desktop but not on mobile (because it doesn’t work properly on mobile).
ThanksForum: Themes and Templates
In reply to: [Neve] Make buttons move to a new line on mobileAn update: I figured this isn’t possible, so I have improved things by making the buttons smaller on mobile, so it’ll do for now.
Cheers.Forum: Themes and Templates
In reply to: [Neve] Make buttons move to a new line on mobileHello @luciamarinescu,
Thank you for replying to me!
I would like it to look like this https://paste.pics/c9090795492e54f964f4f89281e8acb0
(this is a photoshop)Basically where there are fewer buttons on other pages, having them in a row is fine, but on pages with lots of buttons I would like them to be paired like this.
So I have put a custom class on each button, I just need to work out how to tell them with CSS to form into pairs like this on different lines.
I’m not sure if it’s possible.
Thanks for your help.
Forum: Themes and Templates
In reply to: [Neve] Add subtitles to embedded videoHello,
Not sure if I’m allowed to try to help, but this worked:https://www.youtube.com/embed/4Z9WVZddH9w?cc_lang_pref=bg&cc_load_policy=1
Forum: Fixing WordPress
In reply to: Sorting the new Page List block alphabeticallyThank you so much for your reply. This is a bit beyond my abilities with wordpress at the moment. I can see it’s not a straightforward thing! I will have to work with manually ordering for now.
Cheers.Forum: Themes and Templates
In reply to: [Neve] Sorting the new Page List blockHello @luciamarinescu,
Whoops you’re completely right, I posted in the wrong place didn’t I. I will leave it in case someone replies or I work out how to do it myself (doubtful, terrible at php).
I love Neve, best theme ever.
Best wishes,
MEdit: I posted again in the Development forum, I hope that’s ok, please let me know if not.
- This reply was modified 3 years, 6 months ago by mj33777.
Forum: Themes and Templates
In reply to: [Neve] Make post navigation truncate the linksHi Vytis, thank you so much for responding!
This works great, I couldn’t work out how to do it!
Many thanks
MExcellent, thank you for letting me know.
Forum: Themes and Templates
In reply to: [Neve] Please add tags to the title/meta lineI would also really like this as an option please!
Thank you.Forum: Themes and Templates
In reply to: [Neve] Mobile pagination on pages with lots of subpagesHi,
No problem, here is a page with the subpages, which I did using:
<!– wp:nextpage –>
<!–nextpage–>
<!– /wp:nextpage –>https://sheendex.com/2021/01/27/the-sheen365-project/
I may well be using it wrongly because I’m new to the block method, it’s ages since I used WordPress.
Remember that you can’t see the issue in the screenshot on this page though because I reduced the number of pages so that the issue wouldn’t occur (as my users were pointing it out to me!). But this page will get longer over time, so it’d be great if it were fixed.Thanks