Matt
Forum Replies Created
-
Forum: Plugins
In reply to: [Event Tickets and Registration] Directory is missing: common/build/icons/Hi @d0153
Thank you so much for follow up. I will update the plugin and report the result here.
CheersForum: Plugins
In reply to: [Event Tickets and Registration] Directory is missing: common/build/icons/Hi,
I believe I have provided sufficient developer-friendly evidence to clearly demonstrate the issue at hand. Specifically, the missing common/build/icons/directory is causing the plugin to fail in loading necessary SVG files.
I kindly request that it be assigned to a technical team member who can investigate the issue and provide a solution.
BestForum: Plugins
In reply to: [Event Tickets and Registration] Directory is missing: common/build/icons/It ‘s affecting the frontend, icons are not loading on the frontend.
For instance on dialog modal, icon for closing the window is missing.Forum: Plugins
In reply to: [Event Tickets and Registration] Directory is missing: common/build/icons/Thanks for reaching out.
I believe that the explanations are clear enough for tackling this issue; however, following are more details about the problem:
https://plugins.trac.ww.wp.xz.cn/browser/event-tickets/tags/5.23.1/common/build/css/dialog.css
In above file we have a relative path for loading svg file as following:@svg-load arrow-right-active url("../icons/arrow-right.svg")
As a result, there shoud be anicondirectory in below path containing the SVG files, which is missing:
https://plugins.trac.ww.wp.xz.cn/browser/event-tickets/tags/5.23.1/common/build
A prompt fix or update is much appreciated.
RegardsForum: Themes and Templates
In reply to: [Botiga] Header Transparent Display ConditionsHi @polsogood,
If I could get your query correctly, you would add this CSS code to Appearance > Customize > Additional CSS from dashboard.
body:not(.home).sticky-header-active .has-sticky-header .bhfb-main_header_row { background-color: #fff; }Forum: Themes and Templates
In reply to: [Sydney] Woocommerce not working on sydney theme need updateHi @deltart123,
I did testing a fresh WordPress site running Sydney theme with proper header and footer, then I enabled WooCommerce plugin from plugins administration screen (Dashboard > Plugins > Add New). I didn’t get the same issue you are reporting. Everything looks fine to me.
It looks like your issue is a little unique. Perhaps it depends on how you setup your header and footer menu. Can you explain the steps to replicate your header and footer?