WPFTS Pro Main Site WPFTS Community Forum
    • Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. mlg4035
    Get WPFTS Pro today with 25% discount!
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 4
    • Groups 0

    mlg4035

    @mlg4035

    3
    Reputation
    45
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    mlg4035 Unfollow Follow

    Best posts made by mlg4035

    • Pro license purchased on Jan 17, 2020 is suddenly invalid?! What's up?

      I purchased the Pro version via PayPal this January, after upgrading my version of WP to 5.4 my WPFTS license is no longer valid?
      Please advise, or else I will reverse the charge.
      My invoice# is: WC-1430
      You can contact me for the Transaction ID if you like.

      Thanks.

      Michael Grant

      posted in General Discussion
      M
      mlg4035
    • RE: [Solved] Solution for incompatibility with Newsphere theme

      I noticed that excerpts still show bare shortcodes. You can add the following code to the Newsphere theme's functions.php file to strip shortcodes from excerpts.

      // Remove Shortcodes from excerpt
      function newsphere_remove_shortcode_from_excerpt($content) {
         
          $content = strip_shortcodes( $content );
            
           return $content;
      }
       
      add_filter('the_excerpt', 'newsphere_remove_shortcode_from_excerpt');
      
      posted in Recipes and Known Solutions
      M
      mlg4035
    • RE: Pro license purchased on Jan 17, 2020 is suddenly invalid?! What's up?

      Wait a second. I just refreshed the page and everything is fine! Either you are very quick! Or I am senile...My problem appears to be solved.
      Thanks!

      Michael Grant

      posted in General Discussion
      M
      mlg4035

    Latest posts made by mlg4035

    • RE: [Solved] Solution for incompatibility with Newsphere theme

      I noticed that excerpts still show bare shortcodes. You can add the following code to the Newsphere theme's functions.php file to strip shortcodes from excerpts.

      // Remove Shortcodes from excerpt
      function newsphere_remove_shortcode_from_excerpt($content) {
         
          $content = strip_shortcodes( $content );
            
           return $content;
      }
       
      add_filter('the_excerpt', 'newsphere_remove_shortcode_from_excerpt');
      
      posted in Recipes and Known Solutions
      M
      mlg4035
    • [Solved] Solution for incompatibility with Newsphere theme

      File: /wp-content/themes/newsphere/inc/hooks/blocks/block-archive-list.php

      Change Line: 48

      $excerpt = newsphere_get_excerpt($excerpt_length, get_the_content());
      

      To:

      $excerpt = the_excerpt();
      

      Cheers!
      MLG4035

      posted in Recipes and Known Solutions newsphere
      M
      mlg4035
    • RE: Pro license purchased on Jan 17, 2020 is suddenly invalid?! What's up?

      Wait a second. I just refreshed the page and everything is fine! Either you are very quick! Or I am senile...My problem appears to be solved.
      Thanks!

      Michael Grant

      posted in General Discussion
      M
      mlg4035
    • Pro license purchased on Jan 17, 2020 is suddenly invalid?! What's up?

      I purchased the Pro version via PayPal this January, after upgrading my version of WP to 5.4 my WPFTS license is no longer valid?
      Please advise, or else I will reverse the charge.
      My invoice# is: WC-1430
      You can contact me for the Transaction ID if you like.

      Thanks.

      Michael Grant

      posted in General Discussion
      M
      mlg4035