Adam Leone
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Libre] Gap at the top of the pageHello there,
Ok, just to check – are you referring to this gap here: https://d.pr/i/k1iDzI
If yes, this would be because of the size of the logo being used.
I hope this helps thus far!
Forum: Themes and Templates
In reply to: [Confit] Is Confit theme compatible with PHP 7.3?Hello there!
Generally speaking this theme should work with PHP 7.3 or higher, however, this theme last saw an update in May 2018.
The best thing to do here would be to test theme locally on PHP 7.3 and see if theme is suitable.
Please see this guide on creating a local installation: https://wordpress.com/support/ftp-access/#making-changes-locally
The theme can also be downloaded here: https://wordpress.com/theme/confit > scroll to the bottom > click Download.
I hope this helps!
Forum: Themes and Templates
In reply to: [Lodestar] lodestar theme panelsHello there,
It looks like you’re on the right track.
You should be able to configure which panels appear on the front page via Customize > Theme Options.
Please also see a set up guide for the theme here: https://wordpress.com/theme/lodestar
I hope this helps!
Forum: Themes and Templates
In reply to: [Sela] Authorization header missing since Core-update 5.6Hello Dinhac,
The authorization header is not a security header and is used for application logins (SSO for example.)
Do you have any plugins that facilitate an API connection?
I suspect at this point, this may be coming from a plugin rather than the theme.
Many thanks in advance.
Forum: Themes and Templates
In reply to: [Toujours] Customize the page showing all postsHello Lily,
I feel like the page is locked in some way.
I got the latest version of WP Bakery and WordPress.In a way, (depending on the theme) It could very well be.
If this page is set as the post page, you might not see the content created or added to that page.
To undo this, you might want to deselect this page as the post page via Appearance > Customize > Homepage Settings.
I hope this helps!
Forum: Themes and Templates
In reply to: [Ixion] Missing features when installing themeHello there,
Happy to help you with this.
I am missing the customisation option of changing font of Site Title in Site Identity
This is a custom font that’s added by WordPress.com, and not included in Ixion itself.
To enable that same font on your new site you’ll either need to modify your theme’s style.css file, either directly or via a child theme, to use that font, or you can use a plugin like Easy Google Fonts.
https://wordpress.org/plugins/easy-google-fonts/
The search function is not present on the top of the page
When I visit http://www.magnusreformas.es/ I am seeing the search button at the top of the page – just to check, are you seeing this here: https://d.pr/i/vcQb6z
I don’t have the option to pick one of the templates when creating a new page
These templates are built by WordPress.com and is a feature as part of that platform.
You can add some patterns to the page, as demonstrated here: https://en-support.files.wordpress.com/2020/05/block-patters.gif
When importing a page that was previously created in WordPress.com, the width size does not match, e.g. http://www.magnusreformas.es/ (at about us)
You might want to check the page templates, under the page attributes tab to see if they’re both the same.
Also, if a layout grid was being used on WordPress.com to create the page, this may need to be installed on your site, which can be done via this plugin here: https://wordpress.org/plugins/layout-grid/
I hope this helps!
Forum: Themes and Templates
In reply to: [Resonar] Featured image not working following upgrade to 5.6Hello there,
Many thanks for that additional report.
Once fixed a notification would be posted here: https://github.com/Automattic/themes/issues/2910
I hope this helps!
Forum: Themes and Templates
In reply to: [Resonar] Featured image not working following upgrade to 5.6Hello there,
Many thanks for that additional report.
Once fixed, a notification would be posted here: https://github.com/Automattic/themes/issues/2910
I hope this helps!
Forum: Reviews
In reply to: [Spearhead] Podcast-friendlyThank you for that kind feedback 🙂
Forum: Themes and Templates
In reply to: [Toujours] Customize the page showing all postsHello Lily,
Can you tell me if https://goodmorningvoyage.com/good-morning-voyage-2/ is set to be your posts page?
If yes, this page may be relying on the themes blog post template to make it look like it does.
I know WP Bakery uses a post grid to display posts on pages, so you may wish to look into using that: https://wpbakery.com/blog/how-to-create-a-perfect-post-grid/
I hope this helps!
Forum: Themes and Templates
In reply to: [Rebalance] Vertical Padding around Menu, Header & Logo PicsHello there,
Many thanks for providing that extra information.
You might want to try the following CSS to remove the padding that you describe:
/* Remove padding between header border and border */ .has-custom-header .site-heading { padding-top: 0px; } .site-heading { padding: 0 0; } /* Reduce padding between menu and header and between menu and content */ .main-navigation { margin: 10px 0; }I hope this helps!