• Resolved schardong

    (@schardong)


    Hello!
    Recently my parameters customization stopped working.

    Before, I was able to hide normally: author, category and date. But now they keep appearing even though they are set to “false”.

    Am I doing something wrong? Right now, it looks like this:

    [fpc_post_grid limit=”6″ orderby=”post_date” show_date=”false” show_category_name=”false” show_author=”false” category=”58″]

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    Thanks for the information, we will check and update this plugin very soon.

    Please use a temporary solution.
    Please go to wp-content->plugins->featured-post-creative->includes->shortcode->wpfp-recent-post-grid.php file line no 37,38 and 39.
    Please replace below code.

    $show_date = ( $show_date == 'true' ) 	? true 	: false;
    $show_category_name = ( $show_category_name == 'true' ) ? true : false;
    $show_author = ( $show_author == 'true' ) ? true : false;

    Please check and let me know if you anything else.

    Thanks,

    Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    We have updated the latest version: 1.2.2
    Please update the plugin and send us your feedback ??

    Thanks,

    Thread Starter schardong

    (@schardong)

    It’s working perfectly again. Thank you very much for the quick response!

    I want to take the opportunity to compliment for the plugin, which is excellent ??

    Thank you very much!

    Kind Regards,

    Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    If you like our plugin please rate and review it here.
    https://www.ads-software.com/support/plugin/featured-post-creative/reviews/

    Thanks,

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Edit codes aren’t working’ is closed to new replies.