vladff
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Sydney] Invalid Value Main Header Background ColorThe issue is now fixed for the next update (unreleased yet), thanks for reporting.
Forum: Themes and Templates
In reply to: [Sydney] Button Text Color Customization Not WorkingHello,
Thank you for taking the time to report this and create a staging website.
The search form block button colors were overidden by some other styles. This is fixed for the next update (unreleased yet).
As far as I have retested, the issue was only with the search form block button (that you also show on your staging site) but please free to let me know if you’ve noticed other buttons with issues.
Forum: Themes and Templates
In reply to: [Sydney] Problem with loading page with video (wrong resize)Hello,
Are you lazy loading the videos?
Forum: Themes and Templates
In reply to: [Sydney] Error after 2.30 updateHello,
I believe this was via an email notice? It might have been during the update, not after, because we added a new file. If you visit the backend, do you see any error now?
Forum: Themes and Templates
In reply to: [Sydney] Website Malfunction after Latest Sydney UpdateHello,
Please update Sydney Toolbox to the latest version.
Forum: Themes and Templates
In reply to: [Sydney] Fatal Error with Sydney ToolboxHello,
Please update Sydney Toolbox to the latest version.
Hello,
Please get in touch with us on our website. Since you are a Botiga Pro user, we cannot provide support here.
Forum: Themes and Templates
In reply to: [Botiga] Can’t disable product reviewsHello,
Please get in touch with us on our website. Since you are a Botiga Pro user, we cannot provide support here.
Forum: Themes and Templates
In reply to: [Sydney] FontAwesome v6 & brand iconsHello,
Really sorry about the delay here.
I’m not sure we will be updating FA as it’s mostly there for legacy reasons. Would inserting SVG code work for your case?
Forum: Themes and Templates
In reply to: [Sydney] My site has been destroyedHello,
Are you noticing any issues on the front end of your website?
Vlad
Forum: Themes and Templates
In reply to: [Sydney] php v8.1 support?Hello,
There aren’t any known issues for Sydney with PHP 8.1. I suggest you try disabling your plugins, see if it helps.
Forum: Themes and Templates
In reply to: [Sydney] CSS for bullets in recent post sidebarThat’s where you would add classes for the widget’s wrapper, not CSS. Then, you would target those classes with CSS but that’s not the case here.
You can add the CSS I gave you in your child theme’s stylesheet or in Customizer > Additional CSS.
Forum: Themes and Templates
In reply to: [Sydney] CSS for bullets in recent post sidebarHello,
You can use this:
.widget-area .widget ul {padding-left:20px;list-style:disc;}
Forum: Themes and Templates
In reply to: [Sydney] background picture is bad representedHello,
1920×1080 should be fine. Try not to use png like the current image you have please.
Forum: Themes and Templates
In reply to: [Sydney] zoomed slider imageHello,
It looks fine to me but if you want to disable the fixed position you can use this:
.slides-container .slide-item {background-attachment:scroll!important;background-position:center!important;}
Vlad