Adam Leone
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Lodestar] Footer full widthHey there!
That shouldn’t be a problem, so the CSS you would need for that is:
.main-navigation a:hover { background-color: #333333 } .current_page_item { font-weight: 700; } .main-navigation a:hover { font-weight: 700; }Also you can also seek help via https://wordpress.com/help/contact as it looks like the site is hosted with WordPress.com. 🙂
Forum: Themes and Templates
In reply to: [Pique] Don’t have logo optionHello there,
how to remove Archives and Categories from footer?
It sounds like they could be in the footer as a widget and these can be found via Appearance > Widgets > Footer area(s).
I hope this helps!
Forum: Themes and Templates
In reply to: [Rebalance] Content not showing up properlyHello again!
As before for portfolios.
To enable them, go to Jetpack → Settings → Writing in your WordPress Dashboard and toggle on the Portfolio option under Custom Content Types.
For posts, a posts page can be set via Appearance → Customize → Homepage Settings.
I hope this helps.
Forum: Themes and Templates
In reply to: [Rebalance] Unable to activate portfolioHello there,
Rebalance utilises Jetpack portfolios.
To enable them, go to Jetpack → Settings → Writing in your WordPress Dashboard and toggle on the Portfolio option under Custom Content Types.
I hope this helps 🙂
Forum: Themes and Templates
In reply to: [Rebalance] Several Questions on modifying themeHello there,
Many thanks for reaching out.
If so can you tell me how you removed remove the category at the top?
You could use this CSS to hide that:
.archive .page-header { display: none; }You may also wish to use a plugin like this: https://wordpress.org/plugins/wp-remove-category-from-archive-title/
There’s also more on this topic here: https://wordpress.org/support/topic/remove-category-titles-3/
Forum: Themes and Templates
In reply to: [Orvis] contact form displays no boarders or textHello there,
Happy to help you with this.
You could look to add CSS to solve this. This CSS should be able to apply that.
/* Add border to form fields */ .wp-block-column .contact-form input[type=text] { border: 1px solid; }This can be added via Appearance > Customize > Additional CSS.
Forum: Themes and Templates
In reply to: [Blockbase] Menu borked on OSX SafariHello there,
Many thanks the for screenshots there – interestingly I can’t see the same thing happening on Chrome, but that’s not to say it’s not happening.
Can you tell me if you’re using any browser extensions, like ad blockers please?
The reason being is that browser extensions can affect how a site performs.
Many thanks.
Forum: Themes and Templates
In reply to: [Quadrat] Errors (2) in the Quadrat themeHello there,
You would need Gutenberg activated to get the most out of these themes.
In addition, with the Gutenberg plugin enabled, the theme does not work when saving “something went wrong.”
Can you tell me when this started happening please?
Also can you tell me if this is happening with the version downloaded from WordPress.com please?
Lastly, with activating other themes, can you tell if you’re seeing any error messages please?
Forum: Themes and Templates
In reply to: [Quadrat] Not able to customise siteHello there,
Ok that sounds like an odd issue.
What plugins do you have running on the site? Also can you tell me if clearing the cache solves this issue: https://en.support.wordpress.com/browser-issues/#clearing-your-browser-cache please?
It’s possible the browser could be caching something it shouldn’t.
Forum: Themes and Templates
In reply to: [Edin] How to use demo page?Hello there,
Many thanks for reaching out!
You would be best placed to follow the set up guide for the theme here: https://wordpress.com/theme/edin
We hope this helps.
Hello there,
Glad to see that was figured out. 🙂
Let us know if we can be of any further assistance.
Forum: Themes and Templates
In reply to: [Videomaker] Edit page different from preview or live siteHello there,
When I visit:
https://toitoi.film/about/
https://toitoi.film/contact/These pages are blank – are you seeing the same thing?
I have seen this happen with translation plugins and usually the fix is to reset the permalinks of the site via Settings > Permalinks > Save.
Can you tell me if you’re seeing the content with the Polylang plugin disabled?
Forum: Themes and Templates
In reply to: [Lodestar] Changing the Header Image Height on PagesHello there,
It looks like the site is hosted on WordPress.com so you can reach out for assistance via: https://wordpress.com/help/contact rather than post here in the theme forums. 🙂
The CSS you need is:
/* Change the header height on pages other than home */ .home .custom-header-image { height: calc(75vh - 85px); padding: 20%; } .custom-header-image { height: 100px; padding: 0; }I noticed there is this CSS at play – this could probably be removed…
@media screen and (min-width: 60em) { body:not(.home) .custom-header-image { padding-top: 5%; } }Hello there,
What check are you running exactly?
1. When running a check on my site ignorantfacts.com every page comes up with 2 H1 headings because it picks up the site title as a heading on each page. How do I stop this?
You would need to change the theme template ( I think the single.php ) folder to use a H2 instead of a H1. You may require a developer to help you with this.
2 + 3. Same as the H2 and h1 headings there are empty bold and strong tags I didn’t add and can’t locate to remove.
We’d need to know what the checks are and what they’ve picked up to properly advise.
Forum: Themes and Templates
In reply to: [Videomaker] Edit page different from preview or live siteHello there,
Many thanks for reaching out.
for some pages, but not all, the preview or the live site do not match what I do in the edit page… In fact, it almost doesn’t show anything at all.
Can you talk me through where you’re seeing this specifically please?
Also can you detail what changes are not showing please?
Many thanks.