Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter mrsawty

    (@mrsawty)

    Thread Starter mrsawty

    (@mrsawty)

    I mean that we were asked (I believe) to pull d3.min from Git but I couldn’t find that file in Git since they rolled out a new version… maybe I just missed it?

    For width, my theme has a sidebar, and the main body container for the post.. the Div box created for the D3 ignores the sidebar and runs on under it… if I swap the the theme to something that is full width I see it all. I’m not sure how it renders in mobile yet as I’ve only been playing with it in preview mode, but being able to force the size smaller, or within the bounds of the main body (with sidebar) would be useful.

    Thread Starter mrsawty

    (@mrsawty)

    Just an update…

    I got another chart to work, so I guess the error I found in the console was related to the D3 code I was copying in, rather than this plugin, which is good to know!

    The other Websocket error I’ve traced to Jetpack, so is unrelated.

    A couple of things I found from there:

      It looks like D3 files have changed, the latest Git didn’t have the min file.. I had a copy on my desktop that I could use for this.
      I had a width issue (others have mentioned the same) I could alleviate it by changing the post to no sidebars, but it would be great if there was a simple way to set the Div size.
    Thread Starter mrsawty

    (@mrsawty)

    Alrighty.. I got it ‘working’ but I have an underlying fear that I left something unsecured in doing so. As a tangential question is there a way to test the site for security? EG a plugin or run it through some other site to check for vulnerabilities?

    Thread Starter mrsawty

    (@mrsawty)

    PS – I chown www-data for the original error and it created that second error I mentioned, applying to the following files:

    This is usually due to inconsistent file permissions.: wp-admin/js/postbox.min.js, wp-admin/js/common.js, wp-admin/js/postbox.js, wp-admin/js/common.min.js, wp-admin/includes/class-wp-filesystem-ftpext.php, wp-admin/includes/screen.php, wp-admin/includes/class-wp-filesystem-ftpsockets.php, wp-admin/users.php, wp-admin/about.php, license.txt, wp-login.php, readme.html, wp-includes/js/media-views.min.js, wp-includes/js/autosave.min.js, wp-includes/js/twemoji.js, wp-includes/js/wp-emoji.js, wp-includes/js/twemoji.min.js, wp-includes/js/wp-emoji.min.js, wp-includes/js/media-views.js, wp-includes/js/wp-emoji-release.min.js, wp-includes/js/wp-emoji-loader.min.js, wp-includes/js/autosave.js, wp-includes/js/wp-emoji-loader.js, wp-includes/formatting.php, wp-includes/general-template.php, wp-includes/nav-menu-template.php, wp-includes/post.php, wp-includes/link-template.php, wp-includes/shortcodes.php, wp-includes/functions.php, wp-includes/class-wp-xmlrpc-server.php, wp-includes/class-wp.php, wp-includes/version.php, wp-includes/category-template.php, wp-includes/media.php, wp-includes/class-oembed.php, wp-includes/query.php, wp-includes/certificates/ca-bundle.crt, wp-includes/class-IXR.php, wp-includes/class-wp-walker.php, wp-includes/class-phpmailer.php, wp-includes/class-smtp.php, wp-includes/class-wp-theme.php, wp-includes/taxonomy.php, wp-includes/comment-template.php, wp-includes/widgets.php, wp-includes/update.php, wp-includes/comment.php, wp-config-sample.php

    Thread Starter mrsawty

    (@mrsawty)

    Found it:

    etc/apache2/apache2.conf

    <Directory /var/www/>
            Options Indexes FollowSymLinks
            AllowOverride All
            Require all granted
    </Directory>

    (change the word None to All here…

    Thread Starter mrsawty

    (@mrsawty)

    Thanks Tara.

    I’ve been reading through the using permalinks section, and I think I’ve narrowed this down to the htaccess file not being recognized, and that I might need to issue an ‘AllowOveride ALL’ command.

    However, I am not sure exactly what file/location to issue that in, could anyone help with that?

    Best
    Matt

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