• Hi,

    I’m trying Postx free version, and it doesn’t work for me. In the backend I can edit and see the blocks perfectly but in the frontend it does not load the CSS and JS needed of ultimate-post, not exist ‘link rel…’ in source page. Looking at the source code of plugin, it’s like didn’t execute register_scripts_common()

    On this server I use Nginx + PHP 7.4 and works perfectly with other plugins.

    I have tried in another server with Apache + PHP 7.4, and it works correctly. Maybe something wrong config in nginx?

    The strange thing is that it is the first plugin that gives me this strange error.

    Any ideas?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Tonmoy

    (@azimkhan123)

    Hello @antoniorodc ,
    Can you provide us with an error log of this problem? Many users are using Nginx server to use PostX without any issue so we are not clear why you are facing this issue.

    You should reach our support to solve this issue.

    Thread Starter Antonio Rguez. Capita

    (@antoniorodc)

    Hi,

    This is the strange thing, that I have not seen any error messages in the log.

    In any case, I have sent the message to support as you indicated.

    Regards

    Thread Starter Antonio Rguez. Capita

    (@antoniorodc)

    After help of support of PostX (@azimkhan123), I was discovered the problem.

    Well, the issue was related with permalinks. If change default to other setting, it’s necessary to config nginx correctly.

    I need to add this setting snippet:

    # Resolves wp-json 404 issue
    rewrite ^/wp-json/(.*)$ /index.php?rest_route=/$1 last;

    and now all is fine.

    I hope that’s help another people with same problem.

    tras09

    (@tras09)

    Hey Antonio,
    It seems that I have the same issue.
    Where exactly, in what file did u add the code snippet?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Postx free – Not load css & js in frontend’ is closed to new replies.