Forum Replies Created

Viewing 15 posts - 481 through 495 (of 2,058 total)
  • Author
    Posts
  • in reply to: How to auto-publish GitHub Wiki to WordPress
    Aakash
    Keymaster

    Hi Dan,

    It seems your repo does not have any markdown files.
    The plugin works by converting markdown files to posts.

    I tried the same config on my site and all items were seen skipped.

    Thanks,
    Aakash

    in reply to: Not working after phpMyAdmin upgrade
    Aakash
    Keymaster

    Hi Lloyd,

    Upgrading phpmyadmin shouldn’t cause any issue with announcements.

    If WordPress is working and if all your settings and data are intact then it should work.

    1) Please go to Announcer and check if the announcements are active.
    2) Check if you have enabled “scheduled display” under display settings.
    3) Try creating new announcement and see if it works.

    Thanks,
    Aakash

    in reply to: PHP Error
    Aakash
    Keymaster

    Hi Dan,

    It is one of the “announcements” and not the posts.

    Please open the announcement settings page one by one and click “save/publish”.

    This will be handled in the next version.
    Till then please follow the workaround above.

    Thansk,
    Aakash

    in reply to: Custom Parameters Get truncated on replacement [part 2]
    Aakash
    Keymaster

    Thanks Dennis. If a normal shorcode does not work, then shortcodes created with Shortcoder will also face the same isse.

    Please check with Jetpack further on this.

    in reply to: Activate license
    Aakash
    Keymaster

    Hi Francesco,

    I have deassociated your old website from the license key. Please try activating the key on your new website now. Please let me know if it was successful.

    Thanks,
    Aakash

    in reply to: CRON Job
    Aakash
    Keymaster

    Hi Donald,

    Do you mean increasing the RSS refresh time?

    If yes, by default RSS feed is refresh every 12 hours. You can insert the code below to decrease the cache lifetime.

    Please read the FAQ for more info – https://www.aakashweb.com/docs/super-rss-reader/faq/#q-rss-feed-is-not-refreshing

    Thanks,
    Aakash

    in reply to: Developer License
    Aakash
    Keymaster

    Hi there,

    Thanks for your interest in Shortcoder.

    Shortcoder offers free and PRO version. You can install the free version from the WordPress repository.

    The PRO version, offers 3 types of license. “Personal” with license key validity for 1 site, “Plus” for 10 sites and “Ultimate” for unlimited sites.

    You can choose a license based on how many sites you are planning to install.

    You can learn more and get started by following the link below.

    Shortcoder

    Thanks,
    Aakash

    in reply to: Activate license
    Aakash
    Keymaster

    Hi Francesco,

    Yes, it is possible. Please deactivate the license on your old site and confirm. I’ll update your license key with the new domain.

    Thanks,
    Aakash

    Aakash
    Keymaster

    Hi Steve,

    Yes, you can set multiple words as value.

    I’m using nextend social login plugin for social login. I do not use any membership plugin. WooCommerce provides account management for users by default.

    Thanks,
    Aakash

    in reply to: GIW – multi language management ?
    Aakash
    Keymaster

    Hi Yann,

    I’ll check and get back to you on this in a couple of days.

    Thanks,
    Aakash

    Aakash
    Keymaster

    Prettier double quotes are like instead of ".
    Sometimes WordPress prettifies double quotes. May be you copied the quote which was prettified.

    Aakash
    Keymaster

    Glad to hear!

    in reply to: identifying post category to display variable content
    Aakash
    Keymaster

    Hi Charudatta,

    Thanks for using Shortcoder.
    With shortcoder plugin we cannot achieve “dynamic” conditions.

    Shortcoder is meant to create small shortcodes for big HTML/CS/JS snippets.

    Adding conditions is basically creating a programming language.

    I would suggest create your own shortcode and call shortcoder shortcodes like below.

    /* Create a shortcode which will conditional print shortcoder shortcode */
    function sc_condition_function($args){
        
        $category = get_the_category();
        $firstCategory = $category[0]->cat_name;
        
        if( $firstCategory = 'my_category' ){
            echo do_shortcode( '[sc name="sc1"]' );
        }else{
            echo do_shortcode( '[sc name="sc2"] );
        }
        
    }
    add_shortcode('sc_condition', 'sc_condition_function');

    Thanks,
    Aakash

    Aakash
    Keymaster

    Hi Steve,

    It looks like the issue was in the “double” quotes. Some double quotes are prettified which made the parser pick wrong values.

    Please copy paste the shortcode below and see if it works.

    [srr_feed urls="https://www.thegatewaypundit.com/feed/, https://redstate.com/feed, https://www.dailywire.com/feeds/rss.xml, https://www.conservativedailynews.com/feed/, https://www.newsbusters.org/blog/, https://www.thecentersquare.com/search/?f=rss, https://www.dailysignal.com/feed, https://hotair.com/feed" grid_columns="3" color_style="twitter" show_author=1 show_date=1 show_thumb="1" thumbnail_size="128px" show_desc="none" add_nofollow="0" display_type="grid" thumbnail_position="cover" count="12" rich_desc="1" filter_type="show" show_source="below_desc" filter_name="opinion" tab_titles="Gateway Pundit, RedState, The Daily Wire, Conservative Daily News, Newsbusters, CenterSquare"]

    I tried the same shortcode on my page and the feed was filtered. Below is an example where feeds with category “opinion”.

    Aakash
    Keymaster

    Hi Steve,

    I received the details you have shared. I just starting working on this issue. Please give me couple of hours. I’ll update you on this.

    Thansk,
    Aakash

Viewing 15 posts - 481 through 495 (of 2,058 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