Forum Replies Created

Viewing 15 posts - 1,411 through 1,425 (of 2,043 total)
  • Author
    Posts
  • in reply to: Center Align Shortcoder
    Aakash
    Keymaster

    Please remove align=”center” which you are using currently and just use the below code as “shortcode content”.

    Code:

    Beginners Guide To Going Solar
    hbspt.cta.load(398098, ‘5650455a-c577-4418-905b-166c2bc6e603’, {});

    in reply to: Hide side bar on mobile
    Aakash
    Keymaster

    Please add the below code snippet in

    Code:

    wp-content/plugins/wp-socializer/wpsr.php

    before

    Code:

    ?>

    Code:

    function wpsr_hide_fb_mobile_temp(){

    if( wp_is_mobile() ){
    echo ‘.wpsr-followbar{ display: none; }’;
    }

    }

    add_action( ‘wp_footer’, ‘wpsr_hide_fb_mobile_temp’ );

    In the next release I’ll add a GUI option to hide in mobile. So there is no need to do this via code manually.

    Please let me know if it works as expected.

    Thanks for using WP Socializer !

    in reply to: Hide side bar on mobile
    Aakash
    Keymaster

    Thanks for using my plugin. Glad that you liked it.

    The sidebar hides itself to an icon to the top left corner of the website.

    As of now there is no option to hide it on mobile. I can add it in the next release.

    Please let me know your website address. I can give a workaround for now.

    Aakash
    Keymaster

    Looks like an issue with the theme you are using. I believe it is the popular/latest/tags widget.

    The share count displayed is the last post in the latest tab.

    It is not resetting the post data. So the share bar is displaying that posts count.

    I can give an around for you. Please try it and let me know.

    Open wp-socializer/core/metadata.php

    Paste wp_reset_postdata(); in line 14.

    Thanks,

    Aakash

    in reply to: Center Align Shortcoder
    Aakash
    Keymaster

    This is not related to shortcoder plugin.

    But I can help you.

    Please give me the page where the shortcode is placed.

    Aakash
    Keymaster

    I’ll check it out

    in reply to: Center Align Shortcoder
    Aakash
    Keymaster

    Please wrap the shortcode content between

    and

    tags

    in reply to: BUG: non-https .js script over an http connections
    Aakash
    Keymaster

    Hi,

    Thanks for reporting the issue.

    I’m planning to release the next version of the plugin soon. I’ll include this fix in it.

    Thanks,

    Aakash

    Aakash
    Keymaster

    Sure.. can you please send me your website link to check ?

    in reply to: Blank screen on loading plugin
    Aakash
    Keymaster

    @pudge007

    You got it !

    in reply to: Shortcode displays on many pages except one
    Aakash
    Keymaster

    Yes, I am not seeing the shortcode itself. Is the post of any specific type ?

    I guess the shortcode is stripped off from the content before printing by the theme or by some other plugin.

    Please check if there are any difference between the posts where it is working and where it is not.

    I see that the shortcode itself is not present in the post content.

    Thanks

    in reply to: RSS Error: This XML doc invalid
    Aakash
    Keymaster

    Can you validate the XML in this page ?

    http://www.validome.org/xml/

    in reply to: Blank screen on loading plugin
    Aakash
    Keymaster

    bobnorthrup wrote:

    Vaakash, I am unable to edit the shortcakes on one of my sites. I can create shortcakes but can’t edit any of them. I’ve tried different browsers, a windows laptop and an apple laptop. I can’t edit at all. Also, I can’t drag shortcakes to the trash. Please help

    Can you please share the screenshot in chrome after pressing ctrl+shift+J ?

    in reply to: Blank screen on loading plugin
    Aakash
    Keymaster

    It shouldnot happen. Can you please share the screenshot in chrome after pressing ctrl+shift+J ?

    in reply to: Shortcoder Stopped Working
    Aakash
    Keymaster

    @balvisin Please follow the instructions in this post for a temporary workaround. Official fix is on the way.

    Workaround: http://www.aakashweb.com/wordpress-plugins/shortcoder/#comment-2402678161

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