Forum Replies Created

Viewing 15 posts - 1,171 through 1,185 (of 2,043 total)
  • Author
    Posts
  • in reply to: New Release Problems
    Aakash
    Keymaster

    Hi 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

    in reply to: New Release Problems
    Aakash
    Keymaster

    Hi Peter,

    #1 – You should see a “trash” icon next to the “cog”. Please see screenshot below.

    wp socializer delete icon

    #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

    in reply to: New Release Problems
    Aakash
    Keymaster

    Hi Peter,

    Thanks for your time on the suggestions.

    I’ll get back to you on this in a day.

    Thanks,
    Aakash

    in reply to: OWN OPEN/CLOSE BUTTON
    Aakash
    Keymaster

    Hi 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

    in reply to: OWN OPEN/CLOSE BUTTON
    Aakash
    Keymaster

    Hi 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

    in reply to: Read More Text
    Aakash
    Keymaster

    Hi,

    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

    in reply to: Get Post Slug in “Insert shortcode parameters”
    Aakash
    Keymaster

    Hi @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

    in reply to: There is no option to add Instagram icon
    Aakash
    Keymaster

    Hi,

    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

    in reply to: Unable to go to stories in my feeds.
    Aakash
    Keymaster

    Hi Tim,

    Can you please share your website URL ?

    Thanks,
    Aakash

    in reply to: default custom parameter value
    Aakash
    Keymaster

    Hi,

    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.jpg

    Thanks,
    Aakash

    in reply to: Can’t figure out RSS feed URL (?)
    Aakash
    Keymaster

    Hi 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

    in reply to: Customizer bug while shortcoder active.
    Aakash
    Keymaster

    Hi,

    hmm.. not sure of this.

    Any idea how shortcoder plugin is related to this ?

    Thanks,
    Aakash

    in reply to: Shortcode Setup
    Aakash
    Keymaster

    Out of the box, shortcoder can be created/edited only by users with administrator role.

    in reply to: Shortcoder adding space before “]”
    Aakash
    Keymaster

    A 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.

    in reply to: Duplicated feed items
    Aakash
    Keymaster

    Thanks for confirming.

    Regarding save not happening, please update super rss reader. Issue is fixed in version 3.1

Viewing 15 posts - 1,171 through 1,185 (of 2,043 total)

Subscribe to our Newsletter

Get updates on the WordPress plugins, tips and tricks to enhance your WordPress experience. No spam. View newsletter

By using this website, you agree to our Terms