Adam Leone
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Dyad] #242629 Bar at BottomHey there,
On these occasions, what have been the circumstances of when that appears?
Is this happening on any particular screens or browsers for example?
Forum: Themes and Templates
In reply to: [Blockbase] How to style the More linkHey there,
CSS wouldn’t solve this issue.
You should be able to add a post excerpt block within that query loop: https://wordpress.com/support/site-editing/theme-blocks/query-loop-block/#post-excerpt-block – which affords that ability to add a More button link.
I hope this helps.
Forum: Themes and Templates
In reply to: [Misty Lake] Alternative theme ?Hey there,
Changing themes wouldn’t affect the content that’s been uploaded to the site.
Is there a particular issue you’ve faced that’s prompting a theme change?
Forum: Themes and Templates
In reply to: [Videomaker] Looks really bad on different devicesHey there,
Thanks for reaching out – do you have a link to those screenshots demonstrating the problem?
Hey there,
Help!! Change color link categories, good morning Adam, I wanted to ask you in which section of the CSS style is there to change the text color of the article links in the categories, in the widget section. I want to change it from green to black, but I couldn’t, can you help me please?
The CSS you require is:
a { color: green; }This can be added via Customize > Additional CSS.
Other problem that the comments section is not complete, it should be restored.
It looks like being able to comment is allowed on the site – have you enabled that anyone can comment via Settings > Discussion?
I see that the footer is missing, is it possible to insert it?
It looks like the footer is there, but is lacking widgets, these can be added via Appearance > Customize > Widgets.
You could look to add the widgets seen here: https://penscratch2demo.wordpress.com/?demo
Adam I ask you a courtesy, can you remove the link to my site please after you have seen it to see what is wrong with it
I don’t have the ability to edit threads and redact information in these forums.
If you’re able to edit, please do remove this.
I hope this helps and thank you for the well wishes.
Forum: Themes and Templates
In reply to: [Blask] Portfolio Template different in Mobile viewHey there,
Fair enough!
Instagram doesn’t use a masonry grid, but instead a gallery where the thumbnails are of an equal size. Are you looking to replicate Instagram in that sense?
Do you have a link to the page you’re working on?
Forum: Themes and Templates
In reply to: [Penscratch] Paid Premium Penscratch?Hey there,
There’s no premium version – but there is a refreshed version, which can be found for download here: https://wordpress.com/theme/penscratch-2
Scroll to the bottom of the page and you should see this available here:

View demo: https://penscratch2demo.wordpress.com/
Once installed, I’d expect theses issues to resolve.
I hope this helps!
Forum: Themes and Templates
In reply to: [Lodestar] Remove Header Bar or Move Text to CenterHey there,
How do I remove the header menu completely? Or hide it, if removing it can’t be done?
That CSS should hide the menu – the -112px, will pull this out of view.
Also, how do I remove the black overlay on the header/front page image?
You should be able to change this using this CSS here:
body:not(.no-header-image) .custom-header-image::before, .lodestar-front-page .custom-header-image::before { background: rgb(255 255 255 / 0%); }Many thanks in advance!
Forum: Themes and Templates
In reply to: [Blask] Portfolio Template different in Mobile viewHey Florie,
It may be possible with some CSS, although it would be tricky to apply that on a mobile view, and I’m not sure how much would be to gain there from SEO perspective (i.e. responsive and usability).
Out of curiosity, why are you looking to make this change?
Forum: Themes and Templates
In reply to: [Blank Canvas] Trying to apply desktop mode across all devicesHey there @darivers71
I’m not sure I’d use those words exactly…
To explains, I put forth that Tip Top 25 is using out of date practices when it comes to their site, which has the potential to affect their SEO.
To explain, Google will drop websites from mobile searches that aren’t responsive, or display text that are too small or using links are hard to hit on a mobile device….etc.
This guide here explains more about responsive design: https://web.dev/responsive-web-design-basics/.
Forum: Themes and Templates
In reply to: [Penscratch] Paid Premium Penscratch?Hey there,
What are you looking to do exactly?
I’ll happily help provide insights.
Forum: Themes and Templates
In reply to: [Ixion] Menu alignmentHey there,
This CSS will make the menu float left, but this won’t solve your problem…
.main-navigation ul { justify-content: flex-start; }Everything moves to a second line because of the padding between menu items:
.main-navigation ul li { margin-left: 0.9em; text-decoration: underline; }This is the lowest you can go to get everything, on one line, but as the screensize gets lower, it will inevitably be on two lines.
I hope this helps.
Forum: Themes and Templates
In reply to: [Lodestar] How to change font colour in regular pageHey there,
Thanks for reaching out, this CSS might be of use to you:
.page #content { background: white; } .page #content p { color: black; } .page #content h1 { color: black; }Forum: Themes and Templates
In reply to: [Lodestar] Remove Header Bar or Move Text to CenterHey there,
It’s not possible to stop it, but it’s possible to hide it and this CSS should do the trick:
.site-header-fixed.header-top, .admin-bar.lodestar-front-page:not(.lodestar-customizer) .site-header-fixed.header-top { top: -112px; }Hey there,
Have you set the site’s static front page via Appearance > Homepage Settings?
It may be the case that Polylang would need to advise on this, as this system would need to tie into the site editor.
Also, to note, it looks like this site is hosted with WordPress.com, so it’s possible to get help via: https://wordpress.com/help/contact – whereby the settings of the plugin can be checked.