mrsawty
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Page not visible unless logged in to Admin?Forum: Plugins
In reply to: [Wp-D3] Couple of errors in consoleI 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.
Forum: Plugins
In reply to: [Wp-D3] Couple of errors in consoleJust 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.Forum: Fixing WordPress
In reply to: Permission for foldersAlrighty.. 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?
Forum: Fixing WordPress
In reply to: Permission for foldersPS – 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
Forum: Fixing WordPress
In reply to: Permalink/ .htaaccess problemFound it:
etc/apache2/apache2.conf
<Directory /var/www/> Options Indexes FollowSymLinks AllowOverride All Require all granted </Directory>
(change the word None to All here…
Forum: Fixing WordPress
In reply to: Permalink/ .htaaccess problemThanks 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