alohaaaron
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] W3 total cache 403 errors using S3 bucketHello Marko,
Wordpress generates html content by processing php and mysql data. How will html be generated from AWS S3 if S3 is just a simple storage service and not built to process php and mysql data? I don’t see how an entire WordPress site can be hosted on AWS S3 using W3 Total Cache and/or FSD CDN because it cannot process php and mysql data. Am I missing a point?Forum: Plugins
In reply to: [W3 Total Cache] W3 total cache 403 errors using S3 bucketHello Marko,
Will serving the entire website also work by using AWS S3 instead of FSD CDN?
Thanks!Forum: Plugins
In reply to: [W3 Total Cache] W3 total cache 403 errors using S3 bucketI’d like to serve the entire site using AWS S3. Is that possible with this plugin? Any challenges I should expect?
Thanks!Forum: Plugins
In reply to: [W3 Total Cache] W3 total cache 403 errors using S3 bucketThanks Marko,
I’ll add paths for each type of file.For the other question, yes, I’d like to serve the entire website from AWS S3. It would be a static site though that would include the html files, etc.
Thanks!- This reply was modified 5 years ago by alohaaaron.
- This reply was modified 5 years ago by alohaaaron.
Forum: Plugins
In reply to: [W3 Total Cache] W3 total cache 403 errors using S3 bucketThanks Marko,
Those boxes were all checked. I ended up adding custom file paths to get the files uploaded. I guess since the child theme is the active theme, the only content uploaded by default is from the active theme, though the bulk of the content is in the parent theme?{wp_content_dir}/themes/Avada/*.css
{wp_content_dir}/themes/Avada/*.png
{wp_content_dir}/themes/Avada/*.jpg
{wp_content_dir}/themes/Avada/*.js
{uploads_dir}/*.cssA couple other questions.
Is it possible to add more than one file type on a line in a custom path? Something like this?
{wp_content_dir}/themes/Avada/*.css, *.png, *.jpgAlso is there a recommended way to load the entire site into S3?
Thanks!Forum: Plugins
In reply to: [W3 Total Cache] W3 total cache is not uploading necessary filesWhen I click the upload “theme files” button it displays the info below.
There are two files in the Avida-Child-Theme, but there are many more files in the theme directory Avada/assets/css and other directories that it is not detecting.
screenshot.png
style.cssTheme files export This tool will upload files of the selected type to content delivery network provider. Total files: 2 Processed: 0 Status: - Time elapsed: - Last response: -Forum: Plugins
In reply to: [W3 Total Cache] W3 total cache 403 errors using S3 bucketHow do I add the Avada theme and other folder locations to the upload theme list?
W3 Total Cache is only uploading files from the Avada-Child theme which has just a few files.Also anything with a gzip extension is not being uploaded. For example none of these files are being uploaded but show as 403 errors in the browser console.
wp-content/themes/Avada/includes/lib/assets/min/js/library/jquery.mousewheel.js.gzip wp-content/themes/Avada/assets/css/style.min.css.gzip wp-content/plugins/jquery-manager/assets/js/jquery-migrate-3.3.0.min.js.gzip wp-content/themes/Avada/assets/css/media/max-2c.min.css.gzip wp-content/themes/Avada/includes/lib/assets/min/js/library/modernizr.js.gzip wp-content/themes/Avada/includes/lib/assets/min/js/library/modernizr.js.gzip wp-content/themes/Avada/assets/css/media/min-2c-max-3c.min.css.gzip wp-content/themes/Avada/includes/lib/assets/min/js/library/modernizr.js.gzip wp-content/themes/Avada/includes/lib/assets/min/js/library/imagesLoaded.js.gzip wp-content/themes/Avada/includes/lib/assets/min/js/library/bootstrap.transition.js.gzipForum: Plugins
In reply to: [W3 Total Cache] W3 total cache 403 errors using S3 bucketHi Marko,
It’s an internal website so doesn’t have a public facing url that can be reached.
I don’t see performance cdn page or option to add a path for rejected files? Do you mean exclude a directory with .htaccess?
I’m running version 2.12 which I think is the latest version.
Thanks!Forum: Fixing WordPress
In reply to: Access virtual host behind load balancerThanks Tyler.
When you say VM do you mean virtual host or virtual machine instance? I’ll assume you mean virtual machine.Yes both VM’s have their own unique IP but maybe I’m not explaining it well.
Here is my current setup behind a load balancer.VM A: ip address 192.168.16.100
virtual sites on each server
http://mydomain1.com/wp-admin
http://mydomain2.com/wp-adminvirtual sites on each server
VM B: ip address 192.168.16.101
http://mydomain1.com/wp-admin
http://mydomain2.com/wp-adminhttp://mydomain1.com/wp-admin on VM A is equivalent to http://mydomain1.com/wp-admin on VM B.
and
http://mydomain2.com/wp-admin on VM A is equivalent to http://mydomain2.com/wp-admin on VM B.If I type in a http://mydomain1.com/wp-admin I don’t know if I’m on VM A or VM B. I only want to do edits on VM A.
If I type in http://192.168.16.100/wp-admin I can’t specify that I want to edit mydomain1 or mydomain2.
Thanks!
Forum: Plugins
In reply to: [WPF-jqGrid] jqGrid formatting issueThanks for your help with the grid configuration information Faina. I’ll give it a try. It sounds like many of the things I’m looking for you already have working.
I do like the look of the twenty fourteen theme but looks like I will have to use an older theme at this time to work with the grid. I’ve spent many hours as well trying to figure out what is causing the problem. Meanwhile I’ll post in the twenty fourteen forum to see if people can shed some light on the problem. I continued to post on this thread since I figured you would be the best person to ask about grid issues since you’ve got your own, and also be really interested in what might be causing these weird problems.
Forum: Plugins
In reply to: [WPF-jqGrid] jqGrid formatting issueBy the way I notice that wpf-jqgrid is also having the same issue with misaligned columns in the twenty fourteen theme. It lines up properly in twenty thirteen though the column headers are slightly hidden.
Forum: Plugins
In reply to: [WPF-jqGrid] jqGrid formatting issueI wonder if it’s formatted properly in twenty thirteen? In twenty fourteen I tried getting rid of the jqgrid css from trirand and the first column was still offset.
In your wpf grid I’d like to be able to:
a) Select a different table name. when I installed it I entered a different name but then it said “you do not have access to this table” when I tried to run the plugin. I had to reinstall it under the default settings. How can I change it in your plugin config files?
b) In the top row of the table where the blank boxes are, I’d like to be able to have it do an autocomplete where as I type each letter it finds the substrings in the database. Also for some reason when I do type in the name of a city that exists in the database I see that the grid is loading, but it doesn’t filter the results, I still see all cities. If I click on the search button and search that way, I can search successfully but I want to be able to filter within the table.
c) When I click on a row I’d like it to open a pop-up box/form with the existing fields to edit (but not including the hidden fields) so I can edit them in the pop-up box.
d) I’d like to be able to get a summary of the data in the footer of the grid.
e) I’d like to be able to have frozen rows or columns.
f) I’d like to be able to hide columns.
g) Ability to create custom formatting.
h) Have subgrids so clicking on certain fields drills down and displays more detailed data. I’m not sure if this is possible when it’s combined with displaying a row when it’s clicked on in a popup form?
Thanks!
Forum: Themes and Templates
In reply to: jqGrid formatting issue within wordpressCoincidentally the creator of the WPF-jqGrid plugin also said he had the same issue with the columns in jqGrid version from trirand.com when he was implementing it.
Forum: Themes and Templates
In reply to: jqGrid formatting issue within wordpressThanks anibabbar. At this time I used “jQuery” instead of “$” as explained in this article. I mean, I didnt wrap my jQuery script like you explained because I used the keyword “jQuery” instead of “$”. http://digwp.com/2011/09/using-instead-of-jquery-in-wordpress/ It should work correctly with “jQuery” right? My WordPress page below does run properly except for the issue with the ID column.
Andrew
Here is my wordpress test page with the error. Please open in firefox or other, it has some other formatting issue in chrome that seem to be created recently when I placed the script in the functions.php file vs a custom template. Regardless of the browser I still have the same issue with the ID column. http://nalutech.com.s43881.gridserver.com/wordpress_test/?page_id=218Here is the page that works correctly that runs outside of wordpress.
http://nalutech.com.s43881.gridserver.com/wordpress_test/testgrid.php
This page works in chrome and firefox.Forum: Plugins
In reply to: [WPF-jqGrid] jqGrid formatting issueI recently installed your plugin but I don’t want to get too far into it and then find out that it may not have the functionality I need?
Are you using the entire jqGrid library so I can call any method? Is there a list of the functionality it has at this time compared to jqGrid?I’m still getting acquainted with the grid so probably wouldn’t be able to make a good contribution yet.
Thanks for creating your version, it looks pretty slick.