Home Forums WoodMart support forum can't use Frontend Editor Wpbakery

can't use Frontend Editor Wpbakery

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #65483

    reallove0810
    Participant

    Hello,

    I have a question. If I create a page for the first time, I can use Frontend Editor. But once I publish it, I can only use Backend Editor.
    It shows like this and I can’t click on any buttons. https://prnt.sc/k0y409
    Do I need to active wpbakery and how.

    Regards

    #65487

    Hello,

    Thank you very much for choosing our theme and contacting.

    Please deactivate all the third parties plugins not related to the theme and provide admin access.

    In order to distinguish which plugins relate to the theme and which do not, deactivate them all and then navigate to Appearance > Install plugins and activate all in the list.

    Best Regards

    #65490

    reallove0810
    Participant

    I’ve just followed your instruction.
    Please check private content to see admin access.
    Thanks

    #65492

    Hello,

    1. Please update your theme to the recent releas 2.7

    2. Please update your WP Bakery Page builder:

    Navigate to Plugins and deactivate the current plugin version, you will see “Delete option”, delete the current plugin

    1. Upload the recent version of the theme from Themeforest account.

    2. Upload the plugin archive from theme/inc/plugins/js_composer via Plugin > Add new > Upload > install > activate

    Best Regards

    #65500

    reallove0810
    Participant

    nothing change 🙁

    #65506

    reallove0810
    Participant

    I’ve just found out problem.
    Cause I removed index.php in permalink Settings
    http://domain.com/index.php/%year%/%monthnum%/%day%/%postname%/

    In my nginx domain.com.conf

      location / {
      try_files $uri $uri/ /index.php?q=$request_uri;
    
      }

    Do you have another config to fix this problem.

    #65507

    reallove0810
    Participant

    I’ve changed from this
    try_files $uri $uri/ /index.php?q=$request_uri;
    to this
    try_files $uri $uri/ /index.php?$args;

    And then that works well

    Thank you for your support

    Regards

    #65513

    Artem Temos
    Keymaster

    It seems to be some server configuration problem. We are glad that you sorted it out.

    Regards

Viewing 8 posts - 1 through 8 (of 8 total)