36 comments found.
Hello, I purchased and installed the plugin, but only the home page opens, the buttons, sharing services, windows and general pages are empty. What is the reason? Can you help me?
Please create a temporary admin account and send the login details using the contact form on my profile page. I will log in and investigate.
I don’t have to open an administrator account for you, I think you can test your product.
The plugin is working well for me. If there is a problem on your end, I need to log in and see what the issue is.
Hello, I purchased and installed the plugin, but only the home page opens, the buttons, sharing services, windows and general pages are empty. What is the reason? Can you help me?
Duplicate message.
Hi, do you have any plans for this to work with a shortcode? I am using Divi and would like to add this to a template. Thank you.
No, don’t have plans at the moment of adding a shortcode support.
Hi,
1. Can I use custom icon for twitter, with new X.
2. Does it have short code? I want to paste it on different pages
1. The included Font Awesome library (5.9.0) does not contain the new X (formerly Twitter) icon.
2. It does not have a shortcode, it has a setting to enable it on types of pages. This is shown at the bottom of screenshot 4.
hi
Can this plugin be used for specific pages? For example, can it be used on the product page and disabled on other pages?
thanks
No, there is no option to only enable it on specific pages.
Hi There i recently bought this plugin i created a custome button “call us” i want to add callto function but it’s not working do you have any solution??
Can you create a temporary admin account for me so that I can log in and see if everything is good with how you created the button?
You can send me a private message with the login by using the contact form on my profile page.
Hi there i sumbit my login details kindly let me know. thanks
I took a look over the plugin settings. Everything looks good except that you should use “tel” for telephone links, not “callto”.
Hi, I would also like to use my own icon. I did it exactly as you described, but unfortunately it doesn’t work for me. What am I doing wrong please? Thanks very much
Can you send me a link to where I can see your customization?
I want to send you the temporary login, how can I do that without public
I have send it
I received the email, I will take a look over it.
Thank you very much for the support!
Hi dear author,
Is there a way to set the links so they do not open a new window? I would like them to open on the same page.
Thanks
There is no setting for it in the admin UI but you can edit the plugin file:
- Go to “Plugins / Plugin File Editor”
- From the top-right, choose “Super Sidebar” and press Select
- In the “super-sidebar.php” file that opens, go to line 1567 and replace target=”_blank” with target=”_self”
Yea.. I already did that
Thanks.
Hello. I downloaded and found my way around the functions. However, I am unable to show text, pre-hovering, instead of an icon. I need to be able to show text so it is more user friendly on mobiles.
The button labels show only on hover, there is no option to show them all the time.
Hello is it possible to customize the size of the buttons? does the plugin work with wp rocket cache plugin? Thank you
Yes, it is possible to customize the size of the buttons but you have to be familiar with CSS in order to do that.
Yes, the plugin works with WP Rocket.
Dear, I am using the plugin but now I have to make a custom icon which there is no in the Font Awesome list. could you help me with how can I make it?
What kind of new icon do you want to create? Is it an image icon or a CSS icon, from a different library other than Font Awesome?
Yes exactly. I would like to use another icon which is an image and it is not in the Font Awesome library.
The plugin only supports Font Awesome icons. A custom image might be able to be used as the icon, through CSS. Can you send me a link to the image that you plan to use as the icon?
yes sure. 1)https://b2n.ir/w10200 2)https://b2n.ir/j25821
They need to have a transparent background. And for that they need to be png images, not jpg.
Yes you’re right. I am putting the png files wth transparent bg: 1) http://prnt.sc/1xqni4g 2)http://prnt.sc/1xqnnwf Thank you for your help!
Resize the images to the size of a button (42×42px). Upload them to your site and give me the links to the images. And give me the link to your page with the sidebar enabled.
Here you are! 1) http://prnt.sc/1xr9xlr 2) http://prnt.sc/1xr9xy5
You need to upload them in your WP site. And give me the links from there. And a link to your page with the sidebar enabled.
In the WP admin, go to “Super Sidebar / Buttons / Custom”. Click “Add new” to add the two custom buttons and save:
Name: Rubika
Icon: sb-icon-rubika
Color: [select preferred color]
Name: Pasargad
Icon: sb-icon-pasargad
Color: [select preferred color]
Then go to “Super Sidebar / Main / Structure” and from the right-side “Custom” panel, add the buttons you created. The image icons won’t display here, that is ok.
Select each added button and from the “Properties” panel underneath, select/add the properties you want, such as “Type” and “Label”. When you are done, save the settings.
Then go to “Appearance / Customize / Additional CSS” or to the child theme “style.css” file and add the following CSS code:
.super-sidebar .sb-icon-rubika::before,
.super-sidebar .sb-icon-pasargad::before {
display: block;
content: "";
background-size: contain;
width: 32px;
height: 32px;
position: relative;
top: 5px;
left: 5px;
}
.super-sidebar .sb-icon-rubika::before {
background-image: url("https://farashabakeh.com/wp-content/uploads/2021/10/rubika.png");
}
.super-sidebar .sb-icon-pasargad::before {
background-image: url("https://farashabakeh.com/wp-content/uploads/2021/10/pasargad.png");
}
I am really thankful for this. It works properly.
When I activate the plugin I noticed the buttons disappear strangely. Please see this: https://ibb.co/SN8qr6q How can I solve this issue? I also installed the Font Awesome plugin but it doesn’t change this problem.
Can you send me a link to your page so that I can look over it?
Sure. https://farashabakeh.com
In the page source code, you have all of the CSS files commented out. It looks like this is from the WP Fastest Cache plugin, which moves the CSS in new files. Can you disable it and see if the sidebar icons work then?
I disabled but the problem remains.
Create a temporary admin account for me and I will log in and investigate. You can send the login details privately using the contact form on my profile page.
I found what the problem is, there is no need to create an admin account.
The problem comes from this CSS code, from the theme “rtl.css” file:
div {
font-family: WYekan !important;
}
That’s a very bad piece of code and prevents the Font Awesome font-family from being applied.
In order to fix it, add the following CSS code, either in “Appearance / Customize / Additional CSS” or in the child theme “style.css” file, if you are using a child theme:
.super-sidebar .fas {
font-family: "Font Awesome 5 Free" !important;
}
.super-sidebar .fab {
font-family: "Font Awesome 5 Brands" !important;
}
Great. That works now properly. Thank you so much.
Happy to hear that.
If you find the sidebar useful, I would appreciate it if you would leave a star rating for it.
Hi, I have got a question and it is about this matter that why I am not able to use menus separately on the different pages. I mean I would like to use one style menu on page1 and another square style on the page2. Is it possible??
No, that is not possible. The settings are global and the sidebar looks the same on all pages it is enabled on.
I don’t see the sidebar in the source code. Did you enable it from the settings?
Yes it is enabled and i can see it when i press the button live preview, but it does not show in front end
Can you create a temporary admin account for me so that I can log in and investigate? You can send me the login details privately using the contact form on my profile page.
I logged in, investigated and fixed the issue. The sidebar is displaying well now.
First off, on the “Super Sidebar / Main” settings page, in the “Pages” metabox (from where you select on which pages the sidebar displays), nothing was selected. One or more options need to be selected here in order for the sidebar to display.
Secondly, jQuery is loaded in the footer of your page and this was causing a JS error in the sidebar JS init code. I increased the specificity of the WP hook that adds the sidebar init code, so that it is placed further down the page, after jQuery is loaded.
Now everything works well. I enabled the sidebar on all pages currently, if you want to change that you can from the “Pages” metabox I mentioned above.
Thank you for your help : )
Hi,
I have installed your plugin on a multilingual website, iam using wpml plugin, it doesn’t seem to be compatible with it.
Is it possible to translate it or to show the label in different languages .
Thank you for your reply
I have not worked with the WPML plugin so I am not familiar with its options.
If they say that a feature of the plugin is translating the text strings of other plugins, and this is not working, then you should contact them about it.
My plugin has support for i18n, and comes together with a .pot file, that can be translated into multiple language specific .po files. But this is for the plugin defined text strings, such as admin text and labels, not for the user defined ones, such as the button labels that the user enters in the settings.
Hi,
I installed the plugin and set up the button everything looks fine on the preview but it does not show on page when activated.
Thank you for your reply
Can you please give me the page URL so that I can take a look over it?
In the back end when i am editing the website live i can see the plugin but it does not show on front end.
Hi
i think i found the issue, it has to do with Load jQuery In Footer, when i activated this option on wordpress, the sidebar does not show anymore.
Yes, that seems to have been the problem. When jQuery is placed in the footer, it is placed after the sidebar JS init code and that is why it is not showing.
Good job on finding this out by yourself. It all looks to be working well now.
Hi, is there a way to disable your plugin’s Font-awesome calling? Because I have my theme having font awesome already integrated. Calling same F-A twice, causes issues in my site. Thanks for helping me out.
I will add a setting for this in the next update.
Right now, you can go in the “wp-content/plugins/super-sidebar/super-sidebar.php” file and, on line 2052, disable the line of code there by adding ”//” at the beginning, as so:
//wp_enqueue_style('font-awesome-all', $fa['url'], array(), $fa['version']);
Thanks !
Hello, I am using both WP and Jquery versions of this script. And I would like to make one specific button ‘opened’ by default. By ‘opened’ I mean, both text and icon visible on page load. (Without the need of moving the cursor on the button. Is this possible? Color change will remain active on hover of course… Thanks for showing me the way for both versions (WP and Jquery).
PS: I am using buttons style version 4.
No, there is no option to make a button be opened by default and stay open at all times. The buttons were made to open/close when interacting with the cursor.
If you need something like that, I can code a custom button for you. But, because it is custom work, I will charge you for the development time. If you want that, you can use the contact form on my profile page to send me an email and we can discuss the specifics.
Ok, I can code this myself. Thanks.
All the links are pointing to Blogger?
class=”sb-b-pinterest” a data-share=”blogger” href=”//www.blogger.com/blog-this.g?u=https://newsite.wssaddles.com/?super-sidebar-window=2094&n=Much obliged when you share and share and like”>
No, each share service has its own separate share URL. You can see them if you go to the “Super Sidebar > Share Services” page.
If you have any issues, you can give me a link to your site and I can take a look over it. You can either post it here or you can send it privately using the contact form on my profile page.
Hi. Is it possible to display only on specific pages, not for the whole group? Is there a shortcode?
Yes, there is a shortcode that you can use to add the gallery only on the page that you want. You can find the shortcode on the gallery admin page, with the custom ID that you set for it.
I am not sure what you mean by “the whole group”, I presume you refer to a widget that shows on multiple pages. But you can simply use the shortcode to add the gallery only on the page that you want.