fresatomica
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Blask] hide share buttonsHi,
Are you using Jetpack? If so, you should be able to disable those buttons directly when editing the page, like so:
https://jetpack.com/support/likes/#disabling-likes-for-specific-posts.
Hi there!
This should get rid of the grey box:
.site-branding { display: none; }
As for the site description, you could add a new line with CSS using this code:
.site-description:after { content: ' "Your new line here" '; }
So, you’d want to keep your site tagline as the first line you want to appear there and add the rest with CSS.
I hope that helps ??
Hey @airtasker6!
It’s best not to add
!important
if it can be avoided. What’s the URL of your site so we can have a look at the existing code? We may not be able to give you the exact CSS but we’ll be happy to check and advise.Forum: Themes and Templates
In reply to: [Blockbase] Mobile responsive problemOh, that’s good to hear. Thanks for letting us know!
Forum: Themes and Templates
In reply to: [Blockbase] Custom Block StylesHi there!
I’d actually suggest opening an issue on GitHub directly. That way, the developers can take a look and advise ??
Forum: Themes and Templates
In reply to: [Quadrat] custom css fade in for media & text boxHi there!
These types of customizations are out of the scope of staff support, but if you explain in more detail what you’re trying to achieve, someone from the community may be able to help you out.
Sharing your site’s address would also help to come up with the correct code ??
Forum: Themes and Templates
In reply to: [Seedlet] Adding a social icon via custom function?Hi there!
I’m afraid we’re not able to provide support for advanced customization like this to our themes. I will, however, leave this thread open in case someone from the community has a solution for you ??
You can also consider asking for help in the advanced forum, or somewhere like wordpress.stackexchange.com.I hope that helps!
Forum: Themes and Templates
In reply to: [Sketch] Related PostsHi Helen,
Rather than using CSS to hide this, I think it’s best to disable Related Posts directly in Jetpack settings. This article should help:
https://jetpack.com/support/related-posts/.
I hope that helps, but if you still prefer to use CSS, let me know, I’ll have another look.
Forum: Themes and Templates
In reply to: [Cyanotype] Hover on post comment buttonIt won’t be easy to advise without seeing your site’s actual code. If there are other things you’d like to work on your site, you can focus on those and publish your site when everything else is ready. Then drop the URL here, and we’ll take a look.
Forum: Themes and Templates
In reply to: [Blockbase] Customizer not showing under AppearanceHi there!
Yeah, those themes are prepared to be used with the Fulls Site Editing and will not have the Customizer available.
I’m glad to hear you’ve found a workaround.Forum: Themes and Templates
In reply to: [Seedlet] unaligned textHi there,
I’m afraid helping with custom code is out of the scope of our support here.
Forum: Themes and Templates
In reply to: [Gazette] Undesired links appear over feature imageThank you for the link. It seems to be a known bug in the Gazette theme. Our developers are already aware of it, and you can follow this thread to be notified of any updates.
Also, remember that for any help with your site, you can reach out via https://wordpress.com/help/contact.Forum: Themes and Templates
In reply to: [Dara] Setting Featured Content Slider HeightHi there!
I’m not able to reproduce this on my test site. If you temporarily disable all plugins on your site, does this error still appear? If not, please enable the plugins one by one checking after each. It’s possible that one of them enters in conflict with the theme.
Forum: Themes and Templates
In reply to: [Blockbase] Outer Border with Its Own ColorOh, to make it responsive you’d need to use media queries: https://www.w3schools.com/css/css_rwd_mediaqueries.asp.
Forum: Themes and Templates
In reply to: [Confit] No customizer since last updateThat indicates that the issue is not with the theme. I think you’ll probably get more help if you post to the troubleshooting forum.
To share a screenshot, upload the image to an online tool like https://snipboard.io/ and paste the link into your post.