Maeve Lander
Forum Replies Created
-
Forum: Plugins
In reply to: [Sticky Side Buttons] Tel Link ist not workingForum: Plugins
In reply to: [Rezdy Reloaded] Calendar display issues on iPadHi Dan, the booking widget including that date picker / calendar is pulled in from Rezdy using an iframe. So the control over how that looks and behaves with different widths is not something that you can control on the WordPress side. You’ll need to raise this with the Rezdy team.
Forum: Reviews
In reply to: [Sticky Side Buttons] Not TestedWorks perfectly with latest version.
Forum: Plugins
In reply to: [Sticky Side Buttons] Slide back to original positionSorry I didn’t get to this immediately but it appears you’ve come up with a good solution yourself. Nice! Thanks for sharing here.
Forum: Plugins
In reply to: [Sticky Side Buttons] Change button positionUsing your element inspector to check the css you’ll see:
#ssb-container { position: fixed; top: 30%; }
Modify the percent to change the position from the top. ??
@mblendinger feature suggestions and PRs welcome on GitHub. Thanks ??
Forum: Plugins
In reply to: [Sticky Side Buttons] Measure the clicks on the buttonsSorry, the plugin doesn’t support adding custom code to your link tag.
Pull Requests welcome via GitHub. Or you could fork the code and implement it directly to your theme for complete freedom.Forum: Plugins
In reply to: [Sticky Side Buttons] cannot delete the plugginDeactivating and deleting the plugin will definitely do it. You could also remove the files via FTP. If you’re still seeing the buttons on the front-end site after doing this, perhaps you have a CDN or caching plugin serving up an older cached version of the page?
Forum: Plugins
In reply to: [Sticky Side Buttons] Buttons disappears on scrolling the page downwardUsing my element inspector, I see in the code that you have:
display: none;
You will need to debug and work out where that css is coming from. It is almost certainly your theme. You could confirm that by switching to the default theme and seeing if the issue is fixed.
Forum: Plugins
In reply to: [Sticky Side Buttons] link don’t work@splitghupte yep, if it works when you deactivate your theme, then it tells us the culprit ?? Please contact your theme developer or the place you got your theme for further assistance debugging the issue.
@nussbaum19 you can unsubscribe from a particular support thread by un-ticking the box at the bottom ‘Notify me of follow-up replies via email’. Or, if you are subscribed to all new threads for this plugin you can go to this link and at the top of the page you will see ‘unsubscribe from this plugin’. Hope that helps.
Forum: Plugins
In reply to: [Sticky Side Buttons] link don’t work@splitghupte yep, if it works when you deactivate your theme, then it tells us the culprit ?? Please contact your theme developer or the place you got your theme for further assistance debugging the issue.
@nussbaum19 you can unsubscribe from a particular support thread by un-ticking the box at the bottom ‘Notify me of follow-up replies via email’. Or, if you are subscribed to all new threads for this plugin you can go to this link and at the top of the page you will see ‘unsubscribe from this plugin’. Hope that helps.
Forum: Plugins
In reply to: [Sticky Side Buttons] link don’t workThe link looks fine. So let’s check for conflicts in your theme and plugins… Please deactivate all other plugins, and switch to the 2020 default theme for testing. Do the Sticky Buttons work?
Forum: Plugins
In reply to: [Sticky Side Buttons] link don’t workCould you check the link? It doesn’t work for me
Forum: Plugins
In reply to: [Sticky Side Buttons] link don’t workHi @splitghupte – could you share a screenshot or copy/paste what you have in the button link field? There is no link rendering in the code, so it is likely some error with what you’ve inputted there.
Forum: Plugins
In reply to: [Sticky Side Buttons] Increase the size of the icon?You can use css for any adjustments you need to make beyond the settings which are available.
Example 1 – changes both icons and text
#ssb-container ul { font-size: 20px; }
Example 2 – changes just the icons
#ssb-container ul li span { font-size: 20px; }