• Resolved lucein

    (@lucein)


    Hello,
    I downloaded and installed the 6.1.5 free version and everything seemed to be going well after the installation until I tried to create a code block.

    Clicking the code block button I am presented with a popup asking for a name for the code block. Clicking the create button results in nothing happening on the page. If I leave the field blank I get a validation warning. But following the instructions for the field it will not create the code block.

    From the video it seems that there should be more fields other than just the one field in the popup but since I have never run your plugin before I don’t know.

    Also if I close the code block popup and click the gear icon, the resulting popup shows a message as “undefined” in the popup.

    I would appreciate any help you can give to get your plugin to work.

    https://ww.wp.xz.cn/plugins/css-javascript-toolbox/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello!

    Do you’ve BPS Plugin installed!

    http://ww.wp.xz.cn/support/topic/residual-bps-settings-still-cause-install-to-hang?replies=3

    The fields on the video is exists on the PRO edition only. FREE edition has only ‘Name’ field.

    Thread Starter lucein

    (@lucein)

    Hello,

    I did have BPS installed and I found a post that talked about adding a couple of lines tot he BPS to allow the install. Which I did but after the install I get the behavior that I reported.

    I since then I have reverted and removed BPS and tried re installing your plugin but get the same result.

    is there a way to completely remove your plugin from the DB or force your plugin to re initiate the DB install?

    please advise.

    Plugin Author wipeoutmedia

    (@wipeoutmedia)

    Hello,

    Ok, you had Bullet Proof Security plugin deactivated, but unfortunately it doesn’t matter if you simply deactivate it, because the wp-admin/htaccess file created by BPS with all those hardened rules still exists. Check via FTP, if the .htaccess file contains Bullet Proof Security header information.

    If this seems to be the case, you will need to activate the BPS plugin again and let BPS recreate the default WP .htaccess file to overwrite its own BPS one.

    Hope that helps.
    Damian

    Thread Starter lucein

    (@lucein)

    I did what you said and installed BPS again, having it create the default htacess file for the root, but the only option for the wp-admin is to delete it inside bps.

    after removing the htacess from the wp-admin dir and replacing the root htaccess with what is below. I still have the same behavior. I even removed BPS and still see the same behavior.

    New Code Block button opens a popup that only has a name field, but create does nothing on the page.

    htacess file in the root of the server currently:

    curr# BULLETPROOF DEFAULT .HTACCESS

    # If you edit the line of code above you will see error messages on the BPS Security Status page
    # WARNING!!! THE default.htaccess FILE DOES NOT PROTECT YOUR WEBSITE AGAINST HACKERS
    # This is a standard generic htaccess file that does NOT provide any website security
    # The DEFAULT .HTACCESS file should be used for testing and troubleshooting purposes only

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    please advise

    Plugin Author wipeoutmedia

    (@wipeoutmedia)

    Please keep in mind that this is outside the scope of free support, however I can take a brief look a little later. Please send email to: [email protected]

    Plugin Author wipeoutmedia

    (@wipeoutmedia)

    Closing ticket

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Can not create a Code Block’ is closed to new replies.