Forum Replies Created
-
AuthorPosts
-
AakashKeymasterHi Peter,
It is 20px not 20%.
Please try 20px from the left side.
Thanks,
Aakash
AakashKeymasterHi Peter,
1. hmm.. that should not happen. I’ll check it out.
2. Hmm.. like lining up both the follow bar and the sharebar will confuse the user and not an ideal use case. The bars will overlap each other and users might not know what icon does what. So the ideal configuration in all websites is on the left side, they keep the “sharebar” which shares the page. On the right they keep the “follow bar” to follow the user/org on social media sites.
Anyway in case, you need to line up both the bars, you have to keep floating sharebar with offset 20px. This is overlap the bars. You have to use custom CSS to align them in the line.
5. Not many people have requested this for “sharebar”. Usually they are on the middle of the page near the edge. Anyways, I’ll consider this request and see the possibilities.
Thanks,
Aakash
AakashKeymasterHi Peter,
#1 – You should see a “trash” icon next to the “cog”. Please see screenshot below.

#2 – You have set offset as 90% from the left of the page. Can you please set it to something like 10px ? If you want the floating sharebar to the right side, select right side.
#3 & #4 – On small/mobile screens, the floating sharebar goes to the top corner and hides itself. Users can select the bar to show again. You can set below CSS to show it in the middle in small screen like in the screenshot.
@media only screen and (max-width: 800px) { .wpsr-sb-vl .wpsr-sb-inner{ transform: translateY(50%) !important; margin-top: -50% !important; padding: 0 10px !important; } }
Thanks,
Aakash
AakashKeymasterHi Peter,
Thanks for your time on the suggestions.
I’ll get back to you on this in a day.
Thanks,
Aakash
AakashKeymasterHi Leon,
If you share me the website URL and the button which should open the widget box, I can share the exact script.
If the buttons are dynamically generated, then you may need to use “on” like this.
<script> jQuery(document).ready(function() { jQuery(document).on("click", ".btn_reservieren", function(){ jQuery("#ufw_1").trigger("click"); }); }); </script>Please note that
jQuery("#ufw_1").trigger("click");is the main code to launch the widget box and it will work. The problem right now on your side is that the element is not able to call it.Please try above script. If it didn’t work, share me the website URL. I’ll help you.
Thanks,
Aakash
AakashKeymasterHi Leonyl,
Thanks for buying Ultimate floating widgets. Please do the following.
If you want to hide the button completely, please set below CSS in the ‘Widget tempalte settings” –> additional css. Where 1 being the ID of the widget box.
#ufw_1 .ufw_btn_wrap { display: none; }To show the widget box, you can use below jQuery call.
<script> jQuery('.my_custom_button').click(function(){ jQuery('#ufw_1 .ufw_btn').trigger('click'); }); </script>Hope it helps.
Regarding the activation, can you please share the error you are getting ?
Thanks,
Aakash
AakashKeymasterHi,
I’m sorry. Currently that feature is not supported.
Right now the description only gets stripped to the set characters just like how post’s excerpts are stripped.Thanks,
Aakash
AakashKeymasterHi @lostman,
I’m sorry. I missed to add your request to the latest version. I’ll sure add it to the next one.
If you are ok, I can make changes for specifically and share the plugin. If yes, please contact me on https://aakashweb.com/contact
Thanks
AakashKeymasterHi,
You are adding social icons to share posts and pages. Since we cannot share to instagram the icon is not there.
Please use the “follow bar” feature and add it.
Thanks
AakashKeymasterHi Tim,
Can you please share your website URL ?
Thanks,
Aakash
AakashKeymasterHi,
Sorry for the late reply.
Yes you can do it without any JS.
The format is
%%mycp:default value%%Please see screenshot below to inser it from the menu.
https://i.snipboard.io/jXOJUB.jpgThanks,
Aakash
AakashKeymasterHi Rick,
Sorry for the late reply.
It looks like the RSS feed you are using is not valid and has syntax errors.
Can you please fix the RSS feed ?I tried validating the RSS feed online and I see issues with it.
You will see the same error even when you use the default RSS feed widget.
Issue will be gone once you fix the RSS feed.
I guess it is because of the blank lines on the beginning.
Thanks,
Aakash
AakashKeymasterHi,
hmm.. not sure of this.
Any idea how shortcoder plugin is related to this ?
Thanks,
Aakash
AakashKeymasterOut of the box, shortcoder can be created/edited only by users with administrator role.
AakashKeymasterA space before “]” does not matter.
Since the entire text from open bracket to closing bracket will be replaced, the space inside it does not affect the final output on the frontend.
-
AuthorPosts
