Forum Replies Created

Viewing 15 posts - 1,276 through 1,290 (of 2,043 total)
  • Author
    Posts
  • 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]

    in reply to: All shortcoder content was wiped
    Aakash
    Keymaster

    Hi @jorgenbrynhildsvoll,

    Shortcoder data is stored in wp_options tables under the name “shortcoder_data”

    If you could create a admin account and send me an email via https://www.aakashweb.com/contact I can check it out.

    Thanks,
    Aakash

    in reply to: Bug on Sharebar / Mobile website
    Aakash
    Keymaster

    Hi Johan,

    Can you please use this CSS in WP Socializer –> Settings –> Additional CSS ?
    Once this is placed, you will see the sharebar on the right side instead of left and it does not block the menu.

    @media only screen and (max-width: 800px){
        .wp-socializer.wpsr-sharebar.wpsr-sb-vl{
            right: -1px !important;
            left: auto !important;
        }
        .wpsr-sb-close .wpsr-bar-icon{
            opacity: 1 !important;
        }
    }

    Thanks,
    Aakash

    in reply to: Bug on Sharebar / Mobile website
    Aakash
    Keymaster

    Hi Johan,

    I understand the issue. Can you please share your website/page where this is seen. This is not an issue, but is the default behavior. Let me look at the page and let you know further on this.

    Thanks,
    Aakash

    in reply to: WordPress Category
    Aakash
    Keymaster

    Hi Alexandre, Currently inserting post category via custom parameter is not possible. I’ll consider adding this in next version.

    Thanks,
    Aakash

    in reply to: Shortcoder not running Javascript code
    Aakash
    Keymaster

    Hi Clinton,

    It works for me.

    Shortcoder does not manipulate the content. What you save is what you get.

    I modified the code you shared a bit. (used double quotes, and used https) and it works for me.

    <script type="text/javascript" src="https://utah.gov/pmn/meetingsJS.html?entityIds=227&publicBodyIds=&keywords=&widgetWidth=400&widgetHeight=300&borderWidth=1&listSize=50&meetingType=upcoming"></script>

    in reply to: Comments
    Aakash
    Keymaster

    Hi Brian,

    You can simply use <a href="#respond">Comments</a> and the page will scroll to the element having “respond”

    If you want to use the prefix with post URL you can use the “wordpress parameters”
    Something like below.

    <a href="$$url$$#respond">Comments</a>

    in reply to: Serious issues
    Aakash
    Keymaster

    Website/page URL ?

    in reply to: Please help me with this!
    Aakash
    Keymaster

    Hi Nosaka,

    The issue is there are two “name” parameters

    [sc name=”listPost” num=”01″ name=”Naruto”

    The name parameter is used to identify the shortcode, so can you please use a different “custom parameter” other than “name” ?

    Thanks,
    Aakash

    in reply to: Suggestions on the mobile shareware + Viber support
    Aakash
    Keymaster

    Ok got it. I’ll do some research and try adding the feature in next 2-3 release.

    Thanks,
    Aakash

    in reply to: How to add batch codes to database
    Aakash
    Keymaster

    Sorry for the late reply. I got it missed among other issues.
    Good to hear that you found your way !

    Thanks,
    Aakash

Viewing 15 posts - 1,276 through 1,290 (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