Forum Replies Created

Viewing 15 posts - 1,396 through 1,410 (of 2,109 total)
  • Author
    Posts
  • in reply to: woocommerce registration form field shortcode
    Aakash
    Keymaster

    Hi, since this shortcode involves dynamic data (like wallet account number of user) it requires some PHP. So it is not possible to do it shortcoder. You might need to write some PHP code for this. Also since this is related to woocommerce, you may contact woocommerce support team as they can share any solution and assist you on the same.

    Thanks,
    Aakash

    in reply to: Button Background Transparency
    Aakash
    Keymaster

    Hi Thomas, sure I can help you add opacity/transparency to the social icons.
    Please add the icons to your website and a screenshot of which icon you want to add transparency.
    I will provide CSS which you can paste in the settings.

    Thanks,
    Aakash

    in reply to: Shortcode in Title?
    Aakash
    Keymaster

    Hi Ralf,

    When shortcode is used in title, themes have to execute the shortcode present in the shortcode by calling like below.

    Most themes do not do this. May be you can use the code above to execute shortcodes in title.

    Thanks,
    Aakash

    in reply to: Script needed for html website
    Aakash
    Keymaster

    Yeah, for the social icons, you can refer the site I mentioned below.

    https://www.aakashweb.com/apps/social-buttons-generator/

    Just choose and customize the buttons.
    Copy paste the scripts mentioned in that site into your HTML site.

    Thanks,
    Aakash

    in reply to: Links broken
    Aakash
    Keymaster

    Hi Antonio,

    Please do confirm me if the problem has been solved.
    I’m marking this thread as resolved for now.

    Thanks,
    Aakash

    in reply to: Script needed for html website
    Aakash
    Keymaster

    Hi Iris,

    Thanks for your interest in the plugin.
    Regarding the “social icons” I’ve made an social icons generator for static websites using the same framework. Link is below.

    https://www.aakashweb.com/apps/social-buttons-generator/

    You can use it to generate social icons.

    Regarding “native social buttons” you may have to refer the individual social networking websites and grab the widget code they offer.

    Please let me know if this helps.

    Thanks,
    Aakash

    in reply to: Links broken
    Aakash
    Keymaster

    Hi Antonio,

    There are two things here.

    1) Floating sharebar – This feature is used to share the active page URL to social networking sites. This is currently used by you.

    2) Follow bar – This feature is used to add social media profile links on the site.

    From your site, I see that you want to use number 2 (follow bar) but you have used number 1 (floating sharebar)

    So I would suggest you to use the “follow bar” feature instead of “floating sharebar” feature.

    Thanks,
    Aakash

    in reply to: Fatal Error
    Aakash
    Keymaster

    Hi Marco,

    Can you please let me know what WordPress version you are using ?

    The error says the function “get_the_post_thumbnail_url” is not available. This function introduced in wordpress version 4.4.0.

    get_the_post_thumbnail_url()

    Can you please confirm me on this ?

    Thanks,
    Aakash

    in reply to: Shortcoder Stopped working
    Aakash
    Keymaster

    Hi srubenst,

    I’m marking this thread solved as I didn’t any response..

    Thanks,
    Aakash

    in reply to: Use shortcode in HREF
    Aakash
    Keymaster

    Hi kurt,

    Please use single quote instead of double quotes and it works.

    <a href="[sc name='PhoneNumber']">[sc name='PhoneNumber']</a>

    Thanks,
    Aakash

    in reply to: Use shortcode in HREF
    Aakash
    Keymaster

    Hi kurt, I’ll try this scenario in my side and get back to you shortly.

    Thanks,
    Aakash

    in reply to: LinkedIn Share URL is broken and no FB icon
    Aakash
    Keymaster

    Hi Mike,

    1) Regarding “NO ICON” issue. The issue is with your theme. The theme you are currently using “matchboard” is appending class “fab” to support FontAwesome 5 icon set. There is no issue seen with WP Socializer.

    There is a solution to this issue. WP Socializer by default supports “fontawesome 5”. So you can select the icon set to fontawesome 5 under settings --> Font icon = fontawesome 5

    2) Regarding “LINKEDIN” issue. It looks like linkedin stopped supporting accepting page summary. WP Socializer is passing post summary for sharing which breaks linked in site.

    To solve this, please edit the following. In wp-socializer\core\lists.php replace line 328 'link' => 'https://www.linkedin.com/shareArticle?mini=true&url={url}&title={title}&summary={excerpt}', with this 'link' => 'https://www.linkedin.com/shareArticle?mini=true&url={url}',

    Thanks,
    Aakash

    in reply to: Shortcoder Stopped working
    Aakash
    Keymaster

    Hi srubenst,

    Thanks for posting your issue here. Please note that no big change was made to shortcoder this month. I have no reported issue like this. So if it was working couple of days before then it should work today also.

    Anyways, I can’t debug it from my side as this issue is not reproducible.
    I need your help to share a temporary administrator credential with which I can login and check the issue.
    It can be deleted once issue is found.

    Can you please share it in contact form ?

    Contact

    Thanks,
    Aakash

    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.

Viewing 15 posts - 1,396 through 1,410 (of 2,109 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