blenkhn
Forum Replies Created
-
Where is the other information you are referring to?
Forum: Plugins
In reply to: [W3 Total Cache] speedI understand this. The problem is with the cached pages. The site is quite large 55k products if that would make a difference.
This is the contents of the .htaccess file. This is after removing all of w3tc.
#DO not remove this unless XMLRPC is required <Files xmlrpc.php> Order Allow,Deny Deny from all </Files> # BEGIN rlrssslReallySimpleSSL rsssl_version[4.0.5] <IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{HTTPS} !=on [NC] RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L] </IfModule> # END rlrssslReallySimpleSSL # BEGIN WordPress # The directives (lines) between "BEGIN WordPress" and "END WordPress" are # dynamically generated, and should only be modified via WordPress filters. # Any changes to the directives between these markers will be overwritten. <IfModule mod_rewrite.c> RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress <IfModule mod_expires.c> ExpiresActive On # Images ExpiresByType image/jpeg "access plus 1 year" ExpiresByType image/gif "access plus 1 year" ExpiresByType image/png "access plus 1 year" ExpiresByType image/webp "access plus 1 year" ExpiresByType image/svg+xml "access plus 1 year" ExpiresByType image/x-icon "access plus 1 year" # Video ExpiresByType video/mp4 "access plus 1 year" ExpiresByType video/mpeg "access plus 1 year" # CSS, JavaScript ExpiresByType text/css "access plus 1 month" ExpiresByType text/javascript "access plus 1 month" ExpiresByType application/javascript "access plus 1 month" # Others ExpiresByType application/pdf "access plus 1 month" ExpiresByType application/x-shockwave-flash "access plus 1 month" </IfModule> <Files 403.shtml> order allow,deny allow from all </Files> deny from 103.159.50.183 # php -- BEGIN cPanel-generated handler, do not edit # Set the “ea-php74” package as the default “PHP” programming language. <IfModule mime_module> AddHandler application/x-httpd-ea-php74 .php .php7 .phtml </IfModule> # php -- END cPanel-generated handler, do not edit # BEGIN cPanel-generated php ini directives, do not edit # Manual editing of this file may result in unexpected behavior. # To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor) # For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI) <IfModule php7_module> php_flag display_errors Off php_value max_execution_time 1000 php_value max_input_time 1000 php_value max_input_vars 10000 php_value memory_limit 12288M php_value post_max_size 300M php_value session.gc_maxlifetime 1440 php_value session.save_path "/var/cpanel/php/sessions/ea-php72" php_value upload_max_filesize 300M php_flag zlib.output_compression Off </IfModule> <IfModule lsapi_module> php_flag display_errors Off php_value max_execution_time 1000 php_value max_input_time 1000 php_value max_input_vars 10000 php_value memory_limit 12288M php_value post_max_size 300M php_value session.gc_maxlifetime 1440 php_value session.save_path "/var/cpanel/php/sessions/ea-php72" php_value upload_max_filesize 300M php_flag zlib.output_compression Off </IfModule> # END cPanel-generated php ini directives, do not editThey are wanting you to update the plugin. I have just made an order with a po number and the results are this.
array ( 0 => array ( 'number' => '123456789', ), )It might be an idea to force people to update your plugin….
Forum: Plugins
In reply to: [WooCommerce] Promotional ProductsIt will be based on individual items with the potential of different colors. No they don’t need to keep track of inventory.
Forum: Plugins
In reply to: [WooCommerce] Promotional ProductsWhat I mean by the import is that the pricing structure is based on quantity and is set on a single unit price. so if some one buys 100-150 units it is 1.50 each , 151 – 300 units 1.40 each etc.
I need to be able to import a spreadsheet based on this into the woocommerce platform. they have over 20000 products from several different vendors.
Forum: Plugins
In reply to: [WooCommerce] Promotional ProductsThanks very much for your reply. I will test it out to see how it functions.
Can you help with the import? the File I have is very expansive.
Forum: Plugins
In reply to: [Frontend Registration - Contact Form 7] Plugin doesn’t seem to workThe plugin does register me as a user, I was expecting an auto login. Is there a way to do this with your plugin?
Hi Coffeehero,
I found a solution to my problem and it started with this post. This post didn’t work for me but gave me enough clues to fix the site.
The big difference was that I moved the site from a different host. The difference that made my site work is that I had to use the exact same prefix for the tables as the original site. I believe that there are entries in either the database that reference the prefix or when the site is built the prefix is loaded into the scripts.
Forum: Plugins
In reply to: [Fast Secure Contact Form] Inline Phone Numberintegritytechnicalsupport.com
Forum: Plugins
In reply to: [Fast Secure Contact Form] Field widthin the css input field add width:100%