Why the font awesome icons are not showing?
Console gives me this error: DevTools Couldn’t load /wp-content/plugins/swift-control-pro/assets/js/interact.min.js.map: Error de HTTP: 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
Thanks
]]>Hi David,
Awesome plug-in but I have an issue. I’m using Brizy page builder and have white labelled their builder to match my own brand. Obviously this doesn’t work when I try to launch my builder as it’s probably looking for the Brizy name. Am I able to edit something so it would launch under my brands name?
Thanks
]]>hi , i trried to hide swiftcontrol on specific woocommerce pages, like shop, cart, checkout and my accounts and few more . i used the followed function in mt themes function
function prefix_hide_sc_panel( $display ) {
if ( is_archive() ) {
return false;
}
return $display;
}
add_filter( 'swift_control_frontend_display', 'prefix_hide_sc_panel' );
when added this it hides the widget on shop page, but i cannot add more pages here , i tried adding ” if ( is_archive(shop, cart, checkout, myaccount) ) { ”
but it returned critical error . please help me in how to hide these pages correctly.i mean how to imply this code properly in functions file
thank you
]]>DAVID
I updated Swift Control to 1.5 and everything works fine but one little thing: How do I get rid of the “GET 50% OFF SWIFT CONTROL PRO!” banner? No matter how many times I click in the upper right corner, it comes right back.
NEAL
]]>Hi.
This is more a feedback message. Love to see some more options to choose the frontend position. For the beginning an option to choose left or right would be very welcome. For this one big project page our filter button will be placed at the right side – right at the place where Swift is placed.
]]>Hi.
Looks like Swift Control gets in conflict with our fav Woo Filter plugin. It kills the ajax infinite scroll of the products grid. Even if not logged in as admin or else.
This is the filter: https://codecanyon.net/item/woocommerce-product-filter/8514038
Best / Sascha
]]>Love your plugin. It’s certainly a better alternative than the cluttered default admin bar.
Would we be able to customise the bar more in future updates such as adding word labels by default (rather than tooltips on hover) and moving the bar to the top rather than the left?
Finally, I have a short pre-sale question for the pro version (I couldn’t find a way to contact you on the site without a pro license.) Does Page Builder Support include a widget to edit the active Beaver Themer template for a page?
]]>When I go to one of my sites to log in, the Swift Controls do not appear on the homepage. I have to access my dashboard via the URL. However, once logged in, the Swift Controls are available on the homepage.
Any suggestions?
]]>Hi David,
The plugin looks great and I’m even considering buying the pro version. The thing stopping me is the use of Font Awesome 5. I’m very conscious of load times and don’t want FA5 loaded on every page. Dashicons would be totally fine for my use case. Can you add an option to use them instead of FA5?
Thanks!
]]>DAVID
I am using WordPress 5.3.2 with Classic Editor and the current GeneratePress theme. I am giving your Swift Control plugin a try as I like the idea of operating from my front-end backward rather than logging into my editor and maneuvering around from there. Here are my experiences and responses so far:
1. The default settings show one square on the front end with a gear in it and a moving arrow next to it. I really don’t like the arrow. If you are going to keep it, please consider an option in the settings where users can disable it.
2. When I click on the purple gear square, three more squares drop down below it: Dashboard, Disabled, and Customize.
a. What is the Disabled option for?
b. When I click on each square, a gray rectangle with a title opens alongside it. The red text is difficult to read. Please consider changing it to white or giving users the option to change those colors in the settings.
2. First thing I did was change the default colors but changing them had an odd effect: It turned all the icons in the squares into rectangles. Is that intentional or did I do something incorrectly?
3. All the squares on my front end keep shaking, making me nervous just seeing them. Is that intentional?
That’s it for now.
NEAL
]]>I’m using WP Page Builder Framework theme, when I click on the control to go to customzizer it takes me there, but then when I click on the “x” to leave the customizer, the swift control disappears.
]]>