Forum Replies Created

Viewing 15 posts - 901 through 915 (of 2,039 total)
  • Author
    Posts
  • in reply to: Shortcoder stops working
    Aakash
    Keymaster

    Hi Jesus,

    Thanks for using Shortcoder.

    As I understand, the shortcode “easy_media_download2” works but the shortcode [sc name="download"] is not working.

    Can you please share a screenshot of the shortcode edit page and the location where the shortcode is inserted ?

    Also your website is not opening up. Please do let me know further on this.

    Thanks,
    Aakash

    in reply to: Where the content of shortcode is kept?
    Aakash
    Keymaster

    Cheers !

    in reply to: Price Attribtue
    Aakash
    Keymaster

    Cool !

    If you can add it to the description then it would be automatically available. You can also enable “rich description” so the desciption along with the price text would be seen formatted.

    Thanks

    in reply to: Price Attribtue
    Aakash
    Keymaster

    Hi,

    Any update on this please ?

    Thanks

    in reply to: Using Shortcoder for other users than administrator
    Aakash
    Keymaster

    Hi Charudatta,

    Just a note that the plugin I suggested above is from a different developer.

    Regarding using JS. I do not recommended it. It is just a workaround which is not SEO friendly. The condition is checked on the browser side.

    An example shortcode content would be like below.

    
    <h1>
    
    <script>
    var data = 'hello';
    
    if( data == 'hello' ){
    	document.write('Data is hello');
    }else{
    	document.write('Data is something else');
    }
    
    </script>
    
    </h1>
    

    Thanks,
    Aakash

    in reply to: Change date language
    Aakash
    Keymaster

    Hi Luis,

    If your General -> “site language” is Dutch, then you can try the change below.

    Plugin editor -> super-rss-reader/includes/feed.php

    Replace line 149

    $date = $item->get_date( 'j F Y' );

    with below lines

    $timestamp = $item->get_date( 'U' );
    $date = date_i18n('j F Y', $timestamp);

    This basically displays the date as per your website’s site langauge setting.

    Thanks,
    Aakash

    in reply to: Where the content of shortcode is kept?
    Aakash
    Keymaster

    Hi,

    Shortcode management happens via “custom post type”. So all API w.r.t managing posts/pages will work here to.

    They are stored in “posts” table with post type as “shortcoder”

    Thanks,
    Aakash

    in reply to: Using Shortcoder for other users than administrator
    Aakash
    Keymaster

    Hi Charudatta,

    Thanks for using Shortcoder.

    Yes, you can give permission to other role to use Shortcoder.

    FAQ

    Q: Can other users create/modify/use shortcodes ?
    A: Yes, other users can create/modify shortcodes when the user’s role has the capability to create/edit shortcoder admin page. Plugins like user role editor can be used to set the necessary capabilities on the shortcode admin page to make the users create/edit shortcodes. Please note that shortcodes created by any user can be used by any user in posts and pages.

    User Role Editor

    Thanks,
    Aakash

    in reply to: using another shortcode
    Aakash
    Keymaster

    Hi Allan,

    Yes you can do that using Shortcoder.

    Shortcoder has a feature called “custom parameters” using that you can have variables inside shortcode content using double percentages. Refer below doc for examples.

    Custom parameters

    So in your case, you can do something like this.

    In shortcode content:

    [stock_market_widget type="card" template="basic" color="#5679FF" assets="%%variable%%" api="yf"]

    In post:

    [SC name="stock" variable="MY VALUE FOR ASSETS" ]

    Thanks,
    Aakash

    in reply to: Show widget on specific posts of a custom post type
    Aakash
    Keymaster

    Cheers !

    in reply to: Show widget on specific posts of a custom post type
    Aakash
    Keymaster

    Hi,

    Thanks for using Ultimate floating widgets.

    If you know specific post ID where you need to display the widget box, then you can simply select “single post” and then enter the post ID.

    Note that these rules apply for the entire “widget box” as a whole.
    A “widget box” can have any number of widgets.

    Thanks,
    Aakash

    in reply to: ticker animation stops when video streams
    Aakash
    Keymaster

    Hi Saeyong,

    The modification I gave was to ignore the pause when the window loses focus. This workaround cannot be made available for all.

    Since you have youtube video and the ticker next to next, you are seeing the ticker stop when the youtube video is focused.

    Please do stick to the modification for now. If there is any proper alternate way to handle this after my research I will implement the same.

    Thanks,
    Aakash

    in reply to: \refund request
    Aakash
    Keymaster

    Hi Javan,

    Please contact us via contact form with complete details on why super rss reader plugins conflicts with the entire WordPress experience.

    Contact

    We follow below terms for refund policy.

    Terms and conditions

    Thanks,
    Aakash

    in reply to: Conflic with WP – Rocket
    Aakash
    Keymaster

    Hi Lars,

    It is the same with Shortcoder too. Nothing major changed in the new version.
    Also the shortcode content won’t affect the cache.

    Can you please answer below queries ?

    1) Can you please check and confirm if other possibly related caching plugins are not the issue ?
    2) Also, what operation did you do in shortcoder which led to clearing the cache ?

    Thanks,
    Aakash

    in reply to: Conflic with WP – Rocket
    Aakash
    Keymaster

    Hi Lars,

    Please do let me know once you have observations on this.

    Thanks,
    Aakash

Viewing 15 posts - 901 through 915 (of 2,039 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