Adam Leone
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Loudness] Link Style for FootnotesHey there,
I’m wondering if there’s a new bug with the classic editor. With the classic editor deactivated – does this option then appear?
Ok, so the CSS I believe you may need is:
sup a { font-family: xy; font-size: 0.75em; font-color: #xxx; background-color: none; text-decoration: none; }I hope this helps.
Forum: Themes and Templates
In reply to: [Loudness] Responsive ImagesIt looks like those images are being served via Jetpack’s CDN, which is adding a size via that image link.
You may need to disable the image accelerator as seen here: https://jetpack.com/support/site-accelerator/#how-to-activate-the-site-accelerator
This image link may be cached by CDN temporarily.
Forum: Themes and Templates
In reply to: [Loudness] Link Style for FootnotesVery strange, as we’re unable to replicate this.
Would you be willing to deactivate all plugins on the site to see if there could be a plugin conflict at stake there.
Many thanks for that!
That looks pretty standard from what I’m seeing – what are you ordinarily used to viewing? I’m quite curious now…
Hello there,
Many thanks for that information. Are you able to provide screenshots of what you’re seeing?
Also, if you were to resize the 23 inch screen down, do things reconfigure favourably?
Hey there,
That’s very odd – are you able to add this CSS to the site via Appearance > Custom Custom CSS.
.widget > ul li { margin: 0em 0 0; padding: 0em 0 0; }I hope this helps.
Forum: Themes and Templates
In reply to: [Loudness] Link Style for FootnotesHello again!
Are you able to install Gutenberg please, and confirm if the option to edit visually returns please.
Forum: Themes and Templates
In reply to: [Loudness] Responsive ImagesHey there,
That doesn’t sound correct.
Do you have a link to the page where you’re facing that issue? I’ll take a closer look.
Hey there,
Hmm, I’m seeing the social media icons on the left, which is where they would reside normally.
Was there a difference in browser when visiting the site via different screens?
Forum: Themes and Templates
In reply to: [Loudness] Link Style for FootnotesHello again,
Hmm… what plugins have you have installed? Do you have Gutenberg installed?
Forum: Themes and Templates
In reply to: [Loudness] Link Style for FootnotesHmm, are you looking at the site via Code view?
If you click on the three dots in the editor in the top right hand corner, you should see the option to change to Visual Mode.
Forum: Themes and Templates
In reply to: [Gazette] Linktext disappears after being clicked (a:active)Hey there,
You may wish to try this CSS:
a:focus { color: black !important; font-weight: bold; }You can obviously change the colour the whatever you require. 🙂
Forum: Themes and Templates
In reply to: [Stewart] sticky sidebar?Hmm, the customizer should be there in some kind of capacity.
What plugins are installed on the site?
Forum: Themes and Templates
In reply to: [Loudness] Link Style for FootnotesIs the content displaying in a classic block? If yes, you should be able to turn these into regular, individual blocks.
There’s nothing defining the footnotes as such, so adding CSS would remove this styling for all links in the site…
Unless, you style them all the same of course? Which could work?
Forum: Themes and Templates
In reply to: [Loudness] Link Style for FootnotesHey there,
It’s possible to do this by targeting individual paragraph blocks and/or even a block that’s been grouped together as such.
Are you able to group the footnotes in the example above, and then assign that group a CSS class?
That will help to target the CSS with a text decoration.