Adam Leone
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Orvis] Image 360ºHello there,
Many thanks for that.
Can you explain what you’re expecting to see please?
This will help to determine next steps.
Don’t forget, you can also get help via https://wordpress.com/help/contact
Many thanks.
Forum: Themes and Templates
In reply to: [Dyad] Update to WordPress 5.7?Hello there,
Many thanks for reaching out.
If you’re in doubt you can try and update the theme via this link here: https://wordpress.com/theme/dyad-2 a version updated in 2019 can be found and downloaded at the bottom of the page.
I hope this helps.
Forum: Themes and Templates
In reply to: [Sela] Change logo’s displayed at the bottom of my homepageHello there,
To clarify, there’s a menu in the site, accessed via Appearance > Customize > Menus, which has been marked as the Social menu for the theme.
Are you able to see that is the case on your end?
Many thanks.
Forum: Themes and Templates
In reply to: [Canard] Logo in CanardHello there,
I see a logo in place when I visit: https://devccresblog.wpengine.com/ – do you still require assistance?
Forum: Themes and Templates
In reply to: [Canard] Featured ContentHello there,
Many thanks for reaching out.
When I visit https://devccresblog.wpengine.com/ – I see featured content in place.
Do you require further assistance.
Forum: Themes and Templates
In reply to: [Seedlet] no permission to login after update table namesHello there,
There wouldn’t be anything Seedlet specific there.
Out of curiosity, why are you making these changes in the database? What’s the end goal exactly?
Many thanks.
Forum: Themes and Templates
In reply to: [Lodestar] Panel Width QuestionHello there,
Many thanks for that clarification and those screenshots.
CSS might be able to solve that issue for you, do you have a link to the page so that we can take a closer look please?
Many thanks.
Forum: Themes and Templates
In reply to: [Sela] Change logo’s displayed at the bottom of my homepageHello there,
This would be the social menu, please see how to add icons to social media channels here: https://wordpress.com/support/menus/social-links-menu/
If you’re looking to add icons of your own, you may wish to consider using a text widget with images inserted.
I hope this helps.
Forum: Themes and Templates
In reply to: [Lodestar] BG and Text ColorHello there,
Happy to help you with this.
Hi! I am trying to change the background color of my entire website. I went to Customizing > Colors > Background Color – and changed to #fff but the background is still #000 … why is this so?
It looks like this CSS is overwriting this option.
body { background: #000; }It exists here: https://staging17.meide.sg/wp-content/litespeed/cssjs/3336a.css?b8c45
Is Lightspeed a plugin in use?
I have tried to use Custom CSS, but I can’t find all the css class and ID targetted specially for this theme Lodestar. Where can I find the list?
Can you show me where these need to change please?
Many thanks.
Hello there,
You could try adding this this CSS:
/* Global: Remove the flash of unstyled text (FOUT) */ .wf-loading body { visibility: hidden; } /* Global: Remove the flash of unstyled text (FOUT) */ .wf-loading body { display: none; } /* Global: Remove the flash of unstyled text (FOUT) */ html:not(.wf-active) body { display: none; }However, this is not a guaranteed fix.
I hope this helps.
Forum: Themes and Templates
In reply to: [Seedlet] Seedlet Site Title Customize Border/Text DecorationHello there,
Happy to help you with this.
You might want to try:
.site-title a { background-image: none; }I hope this helps.
Forum: Themes and Templates
In reply to: [Canard] Featured Image LayoutHello there,
Hmm, interesting – are you able to tell me the version of the theme in use please?
Many thanks.
Forum: Themes and Templates
In reply to: [Resonar] Resonar Theme – Top Menu Disappears On PhoneHello there,
Many thanks for reaching out with that additional information.
It may be possible to use CSS to reduce those margins, do you have a link to the test page created please?
Many thanks.
Forum: Themes and Templates
In reply to: [P2] Facebook-style link previewHello there,
Many thanks for reaching out.
Are you trying to paste a link to a Facebook page or profile?
Many thanks in advance.
Forum: Themes and Templates
In reply to: [Lodestar] Edit Category PageHello there,
That would be the archive.php file that would need to be edited there.
You may wish to consider building a child theme where you’re making these sorts of changes.
I hope this is useful.