Have a lot of problems

Home Forums Legacy Support Support queries Update Issues Have a lot of problems

Tagged: ,

Viewing 13 posts - 16 through 28 (of 28 total)
  • Author
    Posts
  • #299628
    Anshuman Sahu
    Keymaster
    Yes we are working on these issues .
    #299709
    RagabSalem
    Spectator
    Please cause me big problems. I hope that the solution will be within a very short time. I am waiting
    #299915
    Anshuman Sahu
    Keymaster
    well we have fixed : https://trello.com/c/AclHjBHE/2377-issue-login-redirection-does-not-works-in-v4 https://trello.com/c/V0VVwx2L/2379-issue-translations-not-working-in-vibe-bbb working on other issues .Please do ping back for reminder .
    #316475
    RagabSalem
    Spectator
    This reply has been marked as private.
    #316697
    Anshuman Sahu
    Keymaster
    Well yes we are working in parallel on your issues except the uploading images does not returns url issue which is this : https://trello.com/c/Rj1YGAAC this is fixed. : https://trello.com/c/R0PRup5S
    #316752
    RagabSalem
    Spectator
    This reply has been marked as private.
    #316988
    Anshuman Sahu
    Keymaster
    Well as told the issue is not with our code but exists in the wordpress multisite system itself . We are checking contacting wp support here .
    #322383
    Anshuman Sahu
    Keymaster
    Hi for the issue with attachment link please try adding this given code in your wplms-customizer.php file in wplms customizer plugin :
    add_filter('wp_get_attachment_url',function($url){
      if(strpos($url, 'sites')){
          preg_match('/(\/sites\/[0-9]*){2}/', $url, $output_array);
          if(!empty($output_array)){
            $url = str_replace($output_array[0], $output_array[1], $url);
          }
      }
      return $url;
    });
    #322592
    RagabSalem
    Spectator
    This reply has been marked as private.
    #322697
    Anshuman Sahu
    Keymaster
    Well you can add this plugin it has no effect on V4 wplms version as its purpose was just to add custom codes support for customization in the website at user end . https://wplms.io/support/wp-content/uploads/2020/11/wplms-customizer.zip
    #322740
    RagabSalem
    Spectator
    This reply has been marked as private.
    #322915
    Anshuman Sahu
    Keymaster
    Hi Diana is also trying hard with your issue and others as well at the same time .She also resolved many issues .Since you have mentioned this which is unfortunate , we will take this issue on priority .
    #322922
    Diana
    Participant
    Replied on this topic
Viewing 13 posts - 16 through 28 (of 28 total)
  • The topic ‘Have a lot of problems’ is closed to new replies.