Forum Replies Created

Viewing 15 posts - 1,291 through 1,305 (of 2,068 total)
  • Author
    Posts
  • in reply to: LinkedIn share button on mobile sharebar
    Aakash
    Keymaster

    Closing this thread for now.

    in reply to: Suggestion for new social follow button
    Aakash
    Keymaster

    Closing this thread assuming issue is resolved.

    in reply to: i don’t want the close feature
    Aakash
    Keymaster

    Closing this thread assuming issue is resolved.

    in reply to: Customizing the floating sharebar
    Aakash
    Keymaster

    Hi Riley,

    For #1 please paste below code in any of your theme’s JS file.

    jQuery(document).ready(function() {
    	jQuery(window).scroll(function() {
        	if ( jQuery(window).scrollTop() > (jQuery(document).height() - 300)) {
            	jQuery('.wpsr-sharebar').hide();
            }
            else {
            	jQuery('.wpsr-sharebar').show();
            }
        });
    });

    For #2 in floating sharebar settings page, please click “Adjust position visually” button and use the visual editor to position the sharebar to the desired location.

    Thanks,
    Aakash

    in reply to: i don’t want the close feature
    Aakash
    Keymaster

    Please paste this CSS in WP Socializer -> Settings –> Additional CSS

    .wpsr-fb-close {
        display: none !important;
    }

    Thanks,
    Aakash

    in reply to: Shortcode to get distant page
    Aakash
    Keymaster

    Hi Vincent,

    I think you can use the “iframe” tag for this.

    You can embed a webpage using this tag. Please refer this link, https://www.w3schools.com/tags/tag_iframe.asp

    So to display the other website’s page, you should use something like below as shortcode content.

    <iframe src="https://generator.distantdomain.tld/dynamic-page?id=5464a4654c4654"></iframe>

    Thanks,
    Aakash

    in reply to: Changing Title and Date Font Style
    Aakash
    Keymaster

    Hi Tim,

    To make the title bold, you can paste this CSS somewhere in your theme’s settings page.

    .srr-title{ font-weight: bold; }

    to make the the date bold, you can use this.

    .srr-date{ font-weight: bold; }

    Thanks,
    Aakash

    in reply to: Couple of Quick Questions
    Aakash
    Keymaster

    Hi !

    Sorry for the delay.

    #1) Regarding mass producing shortcode, currently there is no way.
    You can write PHP code to mass produce it. I can point you to the wordpress API and shortcoder API to insert a new shortcode if you really need it.

    There was a request to import shortcodes from CSV.
    Currently I’m rewriting the plugin from scratch, I’ll implement this feature and you can get this import from different format.

    #2) There is no way to change sc name as that is the trigger word for the shortcode. With sc name being same you can change the name="shortcode name" as per your need to keep track of it.

    Thanks,
    Aakash

    in reply to: Apply shortcode to a specific category
    Aakash
    Keymaster

    Hi Lex,

    Shortcode is inserted manually in a post. You could simply not use a shortcode in a post of a specific category to get what you wanted.

    Please let me know if I didn’t get your use case.

    Thanks,
    Aakahs

    in reply to: LinkedIn share button on mobile sharebar
    Aakash
    Keymaster

    Hi Moreno,

    This was a request from many people. It is currently not available. I’m planning to implement this for all social icons.

    I’ll let you know once this feature is published by next month.

    Thanks,
    Aakash

    in reply to: conditional, hiding shortcode when no content
    Aakash
    Keymaster

    Hi Karl,

    Thanks for using Shortcoder. It is a popular request. But unfortunately this feature is not supported.

    I understand the usefulness, but it is beyond the scope of the plugin as PHP can do lot more if it is supported by the plugin.

    If I found any possible future proof way to support this feature in basic HTML, I’ll sure implement it.

    Hope you understand.

    Thanks,
    Aakash

    in reply to: All shortcoder content was wiped
    Aakash
    Keymaster

    Closing this as there is no update

    in reply to: Visual Composer
    Aakash
    Keymaster

    Hi Orlando,

    Sorry for the late reply. If WP Bakery/Visual composer has any “shortcode” widget, you can place the shortcode copied from shortcoder and paste in it (or) in any shortcode textbox which supports execution of shortcodes.

    Thanks,
    Aakash

    in reply to: Suggestion for new social follow button
    Aakash
    Keymaster

    Hi Tracebook,

    Thanks for the info. I looked at that the site and I didn’t see any profile page like facebook, twitter etc which in liketoknowit website. Can you please share some details like that ?

    Thanks,
    Aakash

    in reply to: Email on follow bar
    Aakash
    Keymaster

    Please ignore that message. Instead of http, please prefix your email id with “mailto:” i.e mailto:[email protected]

Viewing 15 posts - 1,291 through 1,305 (of 2,068 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