Forum Replies Created

Viewing 15 posts - 1,411 through 1,425 (of 2,111 total)
  • Author
    Posts
  • in reply to: Instagram on mobile bar
    Aakash
    Keymaster

    Hi Thomas, I can help you add instagram to the mobile sharebar and you can link it to your profile page.

    Please follow the below steps,

    1) Please add the below code to your theme’s function.php file before ?>

    function wpsr_instagram_msb($buttons){
        $buttons['instagram']['link'] = 'YOUR_INSTAGRAM_URL';
        $buttons['instagram']['features'] = array( 'for_profile', 'for_share' );
        return $buttons;
    }
    add_filter('wpsr_mod_social_icons_list', 'wpsr_instagram_msb');

    (also replace your instagram profile url in the above code )

    Thanks,
    Aakash

    in reply to: All links are disabled … :(
    Aakash
    Keymaster

    This issue was discussed via email, sharing the below solution discussed.

    Got it.. looks like you copied the shortcode from the below highlighted location and pasted it in the post’s “visual editor”
    Below highlighted tag is contenteditable. So when you copy and paste from it, the shortcode is wrapped with contenteditable tag. So the shortcode is editable.

    There are two workarounds,
    1) you can paste the copied shortcode to notepad and copy it from there again to strip off the content editable tag.
    2) use the “insert shortcode” button in the post editor toolbar.

    in reply to: Instagram on mobile bar
    Aakash
    Keymaster

    Hi Thomas, Thanks for using WP Socializer plugin.

    The reason instagram button is not present in mobile sharebar because “mobile sharebar” feature is used when users want ti “share” the current page in other social networking sites.

    Since we cannot share links on instagram, the button is not present in “mobile sharebar”

    Whereas you can use instagram in “follow bar” feature and provide your instagram URL since instagram site hosts your profile.

    Hope you understand. Please let me know if you need more clarity.

    Thanks,
    Aakash

    in reply to: Conditions on Parameters?
    Aakash
    Keymaster

    Hi, thanks for the idea. This has been proposed by many people and I’m finding some way to do this. It may take some time as I need to design and establish a proper framework for this. I’ll update once if this is implemented.

    in reply to: All links are disabled … :(
    Aakash
    Keymaster

    Hi, I didn’t understand the issue.. can you please let me know in detail with some screenshot if possible ?

    in reply to: url to add to print button
    Aakash
    Keymaster

    You can follow the below steps to insert social icons with print and email buttons

    in reply to: Can’t Edit Existing Shortcodes
    Aakash
    Keymaster

    Hi gt1020,

    Once shortcode is created, the “shortcode name” cannot be edited by default always. It is not a behavior change in 4.1.8

    The reason is, once shortcode is created, most people will insert them into posts and pages. Later if the shortcode name is changed, then all the shortcodes in all the pages have to be edited.

    To avoid this shortcode name cannot be edited.

    To go forward in your case, you can create a new shortcode with the new name and copy paste the old shortcode content and delete the old one.

    This way is preferred because people are aware that the old shortcode won’t work and new one has to be replaced in all the posts and pages.

    in reply to: Lost all Social Media buttons after update to V4.0 !!!
    Aakash
    Keymaster

    Thanks for reporting the issue.
    Issue is fixed in version 4.1. Please upgrade the plugin and let me know again.

    in reply to: Lost all Social Media buttons after update to V4.0 !!!
    Aakash
    Keymaster

    Hi Stephan, it should not happen. can you please share a screenshot of the “social buttons” admin page ?

    in reply to: Can I use the plugin just in my blog?
    Aakash
    Keymaster

    Can you please share the webpage where this is happening ?

    in reply to: Update notification won’t go away
    Aakash
    Keymaster

    Hi, sorry for the delay. This issue has been fixed.

    Please go to the WP Socializer page and click “start using wp socializer” and the notification will go away.

    in reply to: Follow Bar mobile padding
    Aakash
    Keymaster

    Sure, I’ll come back to you.

    Please provide your website URL

    I’ll check it out and give a solution.

    in reply to: Pinterest Opening blank black window
    Aakash
    Keymaster

    Hi,

    Sorry for the late reply.

    In my side I am not seeing blank page.

    I am able to share the page on pinterest properly. Can you please double check the issue ?

    Image: https://i.snag.gy/54ymE0.jpg

    Thanks,

    Aakash

    in reply to: Bug: Shortcoder 4.1 has a showstopper bug. Won’t install
    Aakash
    Keymaster

    @JustinReinhart, @Zvi,

    Thanks guys actively working on it !

    I’ve fixed the issue in Shortcoder v4.1.1.

    Thanks,

    Aakash

    in reply to: Website showing JS code instead of Ads
    Aakash
    Keymaster

    Please check if there are any conflicting plugins. If you continue to see the issue, please create a temp admin account and send me the credentials to my email account to check the issue.

Viewing 15 posts - 1,411 through 1,425 (of 2,111 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