stefansofronijevic
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Twenty] Divider displaying twiceAs a further update to this, I’m now seeing the following on my phone as well in the Chrome. The “Comments’ label appears to be showing as larger than the other labels but only specifically on my phone and in Chrome. Appears to be displaying fine on my phone in other browsers. Really stuck!
Forum: Fixing WordPress
In reply to: Fonts not displaying on certain devices/browsersThanks @tneville , you too! π
Forum: Fixing WordPress
In reply to: Fonts not displaying on certain devices/browsersThanks again for all your help.
As @tneville has noticed I re-installed a plugin that was previously causing me issues due to a conflict ( Fonts Plugin | Google Fonts Typography) and it appears that has resolved the problem.
I’m not sure if that’s the most optimal way to manage this but it seems to have worked.
@joyously I’ll keep the additional fonts tip in mind if I edit the CSS again.
Any final thoughts would be greatly appreciated and thanks again for your prompt help/responses π
Forum: Fixing WordPress
In reply to: Fonts not displaying on certain devices/browsersHi @joyously understand,
The thing that’s confusing me though is that other elements on that page and throughout the site are using the “Inter” font. So any advice as to why it is that they are displaying correctly but these particular elements that I have edited in ‘Additional CSS’ are not?
Forum: Fixing WordPress
In reply to: Fonts not displaying on certain devices/browsersThanks for the prompt responses.
Yeah that’s how it’s displaying on my iOS device.
I’ve just used the following in ‘Additional CSS’:
font-family: ‘Inter’;
@joyously I removed !important; but I’m still having the same problem. Do you happen to know is there a way around this?
I’ve only started playing with CSS this week therefore this is all very new to me so apologies if I’m doing something incorrect that seems obvious!
Forum: Themes and Templates
In reply to: [Twenty Twenty] Only displaying part of a blog post in the feedApologies, super easy fix, add a ‘More’ block under design where you want to cut the page off.
Forum: Themes and Templates
In reply to: [Twenty Twenty] Editing the divider on blog postsAs a further update to this the issue appears to be only on Chrome and DuckDuckGo when using my mobile, just tried it with Safari and Chrome on other mobiles both iOS and Android and it’s presenting correctly.
Forum: Themes and Templates
In reply to: [Twenty Twenty] Editing the divider on blog postsHi @piethein, I used the following:
.entry-content hr::before, .entry-content hr::after, hr.styled-separator::before, hr.styled-separator::after {visibility: hidden;}
However, I’m now having a further issue as when I add in the following before to get a straight line instead it looks fine on a desktop but on mobile it’s displaying a weird white gap:
hr.styled-separator {
border: 1px solid;So still not entirely resolved…
Let me know how you get on!
Forum: Developing with WordPress
In reply to: Editing comment section in Twenty Twenty theme@vladytimy again life saver! Thank you so much!
I had to adjust it to:
hr.styled-separator:before, hr.styled-separator:after {display:none;}
Because I wanted the slashes removed throughout the site as they were being used in the comments section etc. But otherwise worked perfectly!
I’ll have a read about the pseudo-elements as well, thanks again!
Forum: Developing with WordPress
In reply to: Editing comment section in Twenty Twenty theme@vladytimy as a point I used your tip on Developer Tools to find hr.styled-separator! I just can’t find out how to get rid of the slashes π
Forum: Developing with WordPress
In reply to: Editing comment section in Twenty Twenty theme@vladytimy sorry to bother you again, but I’m not having luck on my other threads…
I want to change the divider on the blog posts and the comments section to a straight solid line.
Iβve managed to get the straight line in by adding in the below but I canβt get rid of the two centred forward slashes?
hr.styled-separator {
border-top: 1px solid;The page I need help with: https://thenewanalysts.com/?page_id=14
Any thoughts/help would be greatly appreciated!
Forum: Themes and Templates
In reply to: [Twenty Twenty] Editing comment section in Twenty Twenty themeHi @stilman-davis thanks for this! After a few hours of digging this afternoon I found inspector and thankfully it’s all sorted now!
- This reply was modified 5 years, 3 months ago by stefansofronijevic.
Forum: Developing with WordPress
In reply to: Editing comment section in Twenty Twenty themeHi @vladytimy, you solved it!
I inspected the fields using Chrome Developer Tools and through trial and error found the code I needed edit.
Thanks a lot!
Forum: Developing with WordPress
In reply to: Editing comment section in Twenty Twenty themeThanks @vladytimy, I’ve added a post in there now!
Dumb question, I’ve not been altering the code in Theme Editor, I’ve just been adding it under ‘Additional CSS’ in Customise. Will I still need to look in to using a child theme in this instance?
Many thanks!