Hello,
Your plugin is simple, yet brilliant. It makes creating buttons while editing so seamless, however, I must admit, I do find the URL inputting quite a manual process.
A feature that would be good to implement is a ‘Select media’ option next to the URL input field. This would allow an editor to easily select the file URL from the media library without having to manually source it.
This same approach could be used when linking to site pages, whereby a simple ‘Select page’ (Page, posts and other post types) option allows you to automatically input the page URL.
The manual URL field can still remain for those custom or external URL’s, but adding something like the above would make the whole experience perfect!
Hope that makes sense.
Thanks – Jon.
]]>I noticed under the TEmplate option when you click the template and Save, only the Icon is saved as a template. The description we use is identical on every button, so why cant the template be saved with an icon AND description? Perhaps I am missing a step? thanks!
]]>when plugin is activated all plugins dashicons for auto update spining all time
]]>Hi. So this plugin works great, and it’s really easy for the user. I only wish it would be possible to create fully rounded (pill-like) buttons. Would it be possible to add a radius option?
]]>hi
can i check which version of font awesome your plugin is using? i tried to install v5 of font awesome on my website, but some icons are not showing properly. i suspect it’s because i’m using FASC plugin, which may be using an older version.
]]>Hello
Templates often disappear
sometimes reappear and sometimes I have to create them again
An idea ??
Thanks
]]>Hi, nice plugin and quite helpful. I wanted to request or ask if we are able to anyway select or add to the css the font it should use for the buttons? So it matches the rest of the site and such.
Thanks
Decided to use this code, added to the css area of the customizer, incase it helps anyone. Just change the Insert Name of Google Font to the font you want to use.
.fasc-button {
font-family: "Insert Name of Google Font";
padding: 10px 20px;
font-size: 15px;
line-height: 20px;
}
]]>
Hi guys,
1st of all- good job with the plugin- soo simple yet powerful tool. Well done!
one thing though..
Am I blind or is there no simple phone icon* in your library there? ;D
*sth like this would do… https://fontawesome.com/v5.15/icons/phone?style=solid
You also promote the plugin to include the fontawsome icons- How to use them?
Thanks for help in advance..
Dominik
Hi,
It is written in the description of your plugin on wordpress that you use Font Awesome Icons but these icons are not there in your plug in.
]]>I need to force anchor href tags to present the direct download dialog via use of the “download=’path-to-file'” parameter, instead of letting the browser handle display (or not) of the file, in this case, PDFs. This param is manually added in the Text editor, but upon Update, it is stripped out of the button. >:-(
]]>When I create a button, it automatically makes the letters all Caps even though on the page they are not all Caps.
I’ve done other buttons that look and say the same thing on this page and they come out correctly. How do I change the capitalization?
]]>How can I get Button id if I use this plugin?
]]>Basically the color options are not shown. I’m using WordPress 5.5.1 as well
]]>Hello !
First of all, thank you for this plugin which is great!
On the other hand I think that I will not be able to use it anymore because I have this webperf problem apparently due to fontawesome, look: https://i.postimg.cc/gcLfGPjw/stat.png
Do you know how to fix that ?
(I have this problem in all the pages of my site, even those that do not use the extension).
Thx to you ! ??
]]>Whenever I add buttons to one of my posts any widget/banner/ad no longer show up correctly and only show “script” as you can see in the bottom of the post (under my pins) in the link I added.
Does anyone know why and how to fix this?
]]>Hi,
how I can add text-decoration: none ?
can you add in the coming update plz?
How do I use this plugin with the current version of WordPress.
Please Update this plugin with the current version of WordPress
Hello,
I really like your plugin and I am working on a modification for woocommerce in order to be able to use it for “add to cart” buttons and save a default template that will relook all wocommerce button.
So far so good, but I am struggling with the code of the js files which are minimized.
Is there a place where I can find the originals files ?
Best
Hubert
How can I change the color of all buttons at once in all the posts I’ve published?
I can’t manage to go back and change some buttons because there are so many old posts.
]]>Property is missing rel = “noopener noreferrer” use with target=”_blank”
Hope that the future Edit Button can set the border color ??
]]>I am using FASC to create custom button menus in a sidebar. I need the buttons stacked vertically. Question: How can I create a fixed width for each button so that they will look uniform in the vertical column? Alternatively, how can I center the buttons in the sidebar? Currently, it looks awful because every button is a different width, depending on the amount of text on the button. Thank you.
]]>Your Font Awesome selection is greatly outdated. Please make your plugin compatible with the current Font Awesome version.
Info here: https://fontawesome.com/how-to-use/on-the-web/using-with/wordpress
]]>Can buttons be made to more easily go on one line? The way I got these to look somewhat presentable was pure luck. Honestly the way wordpress handles the buttons blocks is pure randomness. I click one button and all the others go haywire. Is there an easier way to control this than just shuffling them around until they happen to fall into place?
]]>Hi,
I have had to deactivate the FSAB plugin as it appears to have broken my site when the WP 5.1 upgrade took place.
I had to remove the plugin files to get my site to load at all.
Has the plugin been actively tested for WP 5.x sites?
Any advice would be appreciated.
I am looking to find out if I can place a script in a button so activation of it will triggers the script.
If it is possible, which and where do I place the various elements in the button?
I hope someone can help me!
The code for my button looks like this:
For Test
And the script I wish to trigger looks like this:
<script>
jQuery(document).ready(function($) {
$(‘.selected-package_3400’).click(function(){
var title = $(“.pack_title_3400”).attr(‘packtitle’);
var packid = “3400”;
var current_user_email = “[email protected]”;
var current_user_id = “11”;
var price = $(“.price_3400”).attr(‘packprice’);
var price1 = $(“.price_3400”).attr(‘packprice1’);
var time = $(“.pack_time_3400”).attr(‘packtime’);
var recurring = $(“.pack_recurring_3400”).attr(‘recurring’);
var listing = $(“.pack_listing_3400”).attr(‘listing’);
var featured_listing = $(“.pack_featured_listing_3400”).attr(‘featured_listing’);
var pack_date = $(“.pack_time_3400”).attr(‘pack_date’);
var pack_time = $(“.pack_time_3400”).attr(‘pack_time’);
var paypalMerchantEmail1 = “”;
var paypalUrlmode = “sandbox”;
var pack_currency = “£”;
var currency_placement = “before”;
var currency_code11 = “USD”;
var currency_sign1 = “£”;
if(price1 == 0){
var data = {
action: ‘packages_free_action’,
current_user_email: current_user_email,
current_user_id: current_user_id,
title: title,
time: time,
packid: packid,
price: price,
price1: price1,
listing: listing,
recurring: recurring,
featured_listing: featured_listing,
pack_date: pack_date,
pack_time: pack_time,
paypalMerchantEmail1: paypalMerchantEmail1,
paypalUrlmode: paypalUrlmode,
pack_currency: pack_currency,
currency_placement: currency_placement
};
$(‘#loadingmessage’).show();
$.ajax({
type: ‘POST’,
url: “https://XXXXXXXX.com/wp-admin/admin-ajax.php”,
data: data,
success: function(response) {
if(response !=””){
$(“.response”).html(”).html(response);
$(“.tablinks”).removeClass(‘active’);
$(“.tablinks:nth-child(3)”).addClass(‘active’)
$(“.tabcontent”).css(‘display’,’none’);
$(“#Done”).css(‘display’,’block’);
$(‘#loadingmessage’).hide();
}
else{
console.log(’empty’);
}
}
})
}
else{
var data = {
action: ‘packages_pass_action’,
current_user_email: current_user_email,
current_user_id: current_user_id,
title: title,
time: time,
packid: packid,
price: price,
price1: price1,
listing: listing,
recurring: recurring,
featured_listing: featured_listing,
pack_date: pack_date,
pack_time: pack_time,
paypalMerchantEmail1: paypalMerchantEmail1,
paypalUrlmode: paypalUrlmode,
pack_currency: pack_currency,
currency_placement: currency_placement,
currency_code11: currency_code11,
currency_sign1: currency_sign1
};
$(‘#loadingmessage’).show();
$.ajax({
type: ‘POST’,
url: “https://XXXXXXXXXXXX.com/wp-admin/admin-ajax.php”,
data: data,
success: function(response) {
if(response !=””){
$(“.payment-content”).html(”).html(response);
$(“.tablinks”).removeClass(‘active’);
$(“.tablinks:nth-child(2)”).addClass(‘active’)
$(“.tabcontent”).css(‘display’,’none’);
$(“#Payment”).css(‘display’,’block’);
$(‘#loadingmessage’).hide();
}
else{
console.log(’empty’);
}
}
})
}
});
});
</Script>
Hi guys,
This is the best button plugin around and I have no intention to switch to anything else :).
I was wondering how is the updated version for Gutenberg going.
]]>Hi,
The plugin is loading external stylesheets, which slows everyone’s site down. Please fix.
Here:
forget-about-shortcode-buttons/public/css/font-awesome.min.css
We’re currently working on some fixes with the Gutenberg editor, whereby our buttons do not work correctly when using the classic editor block.
What seems to be happening is that after a button is updated/changed, the changes do not reflect in the editor, after applying your changes a couple of times, it seems the changes take and the editor is updated.
Previous versions of the Gutenberg editor seemed to work ok, but the latest update has broken something.
We’re working on a fix for this ASAP and will update.
Thanks
]]>Is anyone else experiencing issues with su_button links not working with the new gutenberg plugin? What seems to be happening is when the button is clicked the link opens with the link URL repeating itself like this:
example.com/"example.com"
Which, of course, loads a “sorry page can’t be found” error on the site.
Any ideas how to resolve this??
]]>Hi all
Just a note to say, while the project is still alive and kicking, we don’t have the resource to actively manage these forums.
We will be skimming them on a weekly basis, looking for bugs within the plugin and feature requests, but by and large, you won’t find us on here responding to tickets.
We’re currently waiting for next iteration or so of the Gutenberg APIs, after which we’ll be releasing another major version, with new features for all, as well as Gutenberg support.
Thanks
]]>