Adam Leone
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Blockbase] Can’t publish changes from the customize tabHello there,
Hmm it sounds like something could be up with the installation there. What is the URL of the site?
Also, what other plugins are installed?
Forum: Themes and Templates
In reply to: [Toujours] Edit html with code editor TourjoursHello there,
When I log in to my wordpress.org account and try to edit that same page, the above html is not present. Not sure why, as it has been in the past.
I’m not sure if this was always available as this is built into the template.
Has this HTML been added somewhere along the way to a page?
Forum: Themes and Templates
In reply to: [Blockbase] Dropdown Menus in Safari 12Hello there,
The link http://staging2.sapientiainitiative.com doesn’t seem to be working.
Is there another link whereby you’re experiencing this behaviour?
Many thanks.
Forum: Themes and Templates
In reply to: [Rebalance] Need to change color of preformatted blocksHello there,
This can be done with some custom CSS:
pre { background: #2E2E2E; color: #FFF; }I hope this helps.
Forum: Themes and Templates
In reply to: [Toujours] Edit html with code editor TourjoursHello there,
It wouldn’t be possible to change this per post dynamically. It’s possible to hide this section with some custom CSS.
You would need to add these buttons into the post content, and I would recommend using a column block:
https://wordpress.com/support/wordpress-editor/blocks/columns-block/
And a button block https://wordpress.com/support/wordpress-editor/blocks/buttons-block/
I hope this helps.
Forum: Themes and Templates
In reply to: [Blockbase] Critical error when previewingHello there,
Ok, interesting – thank you for that information. Can you tell me who the hosting provider is.
Also, do you have the option to change the PHP version and to see if this happens with another version of PHP please?
Many thanks.
Forum: Themes and Templates
In reply to: [Blockbase] Critical error when previewingHello there,
Many thanks for reaching out and reporting this.
Can you tell us the PHP version running for the site please?
Also, can you tell me if this is happening when only previewing the theme, or does this happen with other instances.
Many thanks.
Forum: Themes and Templates
In reply to: [Ryu] WidgetsHello there,
Please see how to do this here: https://wordpress.com/support/widgets/recent-posts-widget/
I hope this helps!
Forum: Themes and Templates
In reply to: [Dara] Latest posts block – thumbnails not displayingHello there,
It looks like this site is hosted with WordPress.com.
The Happiness Engineers can take a look at what might be causing that if you reach out via: https://wordpress.com/help/contact
I hope this helps.
Forum: Themes and Templates
In reply to: [Blank Canvas] How to remove blue line.Hello Giorgio,
It is possible to do that, but it looks like you would need to contact Elementor support here: https://elementor.com/support/ as it looks like this is powered by the Elementor page builder.
I hope this helps.
Forum: Themes and Templates
In reply to: [Colinear] widgets – black lines after up-moveHello there,
Generally we don’t recommend themes one over the other.
Is there a website out there you like the look of? Maybe we can offer some insights.
Forum: Themes and Templates
In reply to: [Resonar] Missed sticky post in front pageHello there,
We wouldn’t be able to assist with custom development of that nature.
We would recommend reaching out to a developer to get that as required.
Forum: Themes and Templates
In reply to: [Resonar] Missed sticky post in front pageHello there,
Many thanks for that information there.
How is the homepage configured exactly? Is it set to show the latest posts?
Forum: Themes and Templates
In reply to: [Resonar] Missed sticky post in front pageHello there,
Currently, I see only one post there – can you tell me the name of the post that’s meant to be sticky, and also if the sticky post is published please?
Many thanks.
Forum: Themes and Templates
In reply to: [Seedlet] [Seedlet] Hiding TagsHello there,
CSS you would need is:
‘
span.tags-links {
display: none;
}
‘