trader4300
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Woocommerce causing HTTPS issuesI dont know that I had. It still says CART. Should the cart be https? What might be causing it to not be, since the whole site should be under my certificate.
Thankyou by the way. There are several folks I found that are having this problem so you are helping many of us.
Bless You!Forum: Plugins
In reply to: [WooCommerce] Woocommerce causing HTTPS issuesWell, that appeared to correct just about everything. All my internal links are now HTTPS as expected. The only thing I find peculiar, is that cart is NOT HTTPS. No matter what I set that “Force secure checkout” to, it is always HTTP. Is that the way it is suppose to be?
JohnForum: Plugins
In reply to: [WooCommerce] Woocommerce causing HTTPS issuesNot sure what you are saying. What do you mean by “the Woocommerce option to secure your checkout”? I am using the default paypal gateway as well as a 3rd party plugin as another gateway so I can accept credit cards. So when you say “don’t use Woocommerce option” what do you mean?
Thankyou for your quick responseForum: Fixing WordPress
In reply to: SSL Not across whole siteIt is easy for a host provider to simply say correct all the issues but these pages are dynamically built and it is not as easy as changing an HTML file.
I dont know where all the WP support is and why nobody responds.Forum: Fixing WordPress
In reply to: SSL Not across whole siteWell, at least that sort of verifies my concerns that the host provider may not be able to correct this issue. But it still seems to me that they have the expertise to do it, they just choose not to. Need someone to confirm this. Also, if I do manage to make all these changes, won’t they all get written over if wordpress or my theme gets updated? I know that I will have to create a child theme and download any files that I need to modify to get around this but it seems like way too much work for this. I am looking into it. I still am trying to learn how this main page gets rendered and how the links to the various pages show up on my webpage. So far, the code I see that needs to be modified is showing up in the CACHE directories and it doesn’t seem to me that those are the files I need to change.
ANYONE, please chime in here to lead me in the right direction…Forum: Fixing WordPress
In reply to: SSL Not across whole siteIt appears to my novice eyes that my .htaccess file has SSL turned on. I just do not know why the root site and all the pages except “My Account” are not under SSL. Please take a look.
My site is https://www.goodolddayscountryshop.com/WPstore/
Also, here is my .htaccess file:# BEGIN WPSuperCache <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /WPstore/ #If you serve pages from behind a proxy you may want to change 'RewriteCond %{HTTPS} on' to something more sensible AddDefaultCharset UTF-8 RewriteCond %{REQUEST_URI} !^.*[^/]$ RewriteCond %{REQUEST_URI} !^.*//.*$ RewriteCond %{REQUEST_METHOD} !POST RewriteCond %{QUERY_STRING} !.*=.* RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$ RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\"]+ [NC] RewriteCond %{HTTP:Profile} !^[a-z0-9\"]+ [NC] RewriteCond %{HTTP_USER_AGENT} !^.*(2.0\ MMP|240x320|400X240|AvantGo|BlackBerry|Blazer|Cellphone|Danger|DoCoMo|Elaine/3.0|EudoraWeb|Googlebot-Mobile|hiptop|IEMobile|KYOCERA/WX310K|LG/U990|MIDP-2.|MMEF20|MOT-V|NetFront|Newt|Nintendo\ Wii|Nitro|Nokia|Opera\ Mini|Palm|PlayStation\ Portable|portalmmm|Proxinet|ProxiNet|SHARP-TQ-GX10|SHG-i900|Small|SonyEricsson|Symbian\ OS|SymbianOS|TS21i-10|UP.Browser|UP.Link|webOS|Windows\ CE|WinWAP|YahooSeeker/M1A1-R2D2|iPhone|iPod|Android|BlackBerry9530|LG-TU915\ Obigo|LGE\ VX|webOS|Nokia5800).* [NC] RewriteCond %{HTTP_user_agent} !^(w3c\ |w3c-|acs-|alav|alca|amoi|audi|avan|benq|bird|blac|blaz|brew|cell|cldc|cmd-|dang|doco|eric|hipt|htc_|inno|ipaq|ipod|jigs|kddi|keji|leno|lg-c|lg-d|lg-g|lge-|lg/u|maui|maxo|midp|mits|mmef|mobi|mot-|moto|mwbp|nec-|newt|noki|palm|pana|pant|phil|play|port|prox|qwap|sage|sams|sany|sch-|sec-|send|seri|sgh-|shar|sie-|siem|smal|smar|sony|sph-|symb|t-mo|teli|tim-|tosh|tsm-|upg1|upsi|vk-v|voda|wap-|wapa|wapi|wapp|wapr|webc|winw|winw|xda\ |xda-).* [NC] RewriteCond %{HTTP:Accept-Encoding} gzip RewriteCond %{HTTPS} on RewriteCond %{DOCUMENT_ROOT}/WPstore/wp-content/cache/supercache/%{SERVER_NAME}/wpstore/$1/index-https.html.gz -f RewriteRule ^(.*) "/WPstore/wp-content/cache/supercache/%{SERVER_NAME}/wpstore/$1/index-https.html.gz" [L] RewriteCond %{REQUEST_URI} !^.*[^/]$ RewriteCond %{REQUEST_URI} !^.*//.*$ RewriteCond %{REQUEST_METHOD} !POST RewriteCond %{QUERY_STRING} !.*=.* RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$ RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\"]+ [NC] RewriteCond %{HTTP:Profile} !^[a-z0-9\"]+ [NC] RewriteCond %{HTTP_USER_AGENT} !^.*(2.0\ MMP|240x320|400X240|AvantGo|BlackBerry|Blazer|Cellphone|Danger|DoCoMo|Elaine/3.0|EudoraWeb|Googlebot-Mobile|hiptop|IEMobile|KYOCERA/WX310K|LG/U990|MIDP-2.|MMEF20|MOT-V|NetFront|Newt|Nintendo\ Wii|Nitro|Nokia|Opera\ Mini|Palm|PlayStation\ Portable|portalmmm|Proxinet|ProxiNet|SHARP-TQ-GX10|SHG-i900|Small|SonyEricsson|Symbian\ OS|SymbianOS|TS21i-10|UP.Browser|UP.Link|webOS|Windows\ CE|WinWAP|YahooSeeker/M1A1-R2D2|iPhone|iPod|Android|BlackBerry9530|LG-TU915\ Obigo|LGE\ VX|webOS|Nokia5800).* [NC] RewriteCond %{HTTP_user_agent} !^(w3c\ |w3c-|acs-|alav|alca|amoi|audi|avan|benq|bird|blac|blaz|brew|cell|cldc|cmd-|dang|doco|eric|hipt|htc_|inno|ipaq|ipod|jigs|kddi|keji|leno|lg-c|lg-d|lg-g|lge-|lg/u|maui|maxo|midp|mits|mmef|mobi|mot-|moto|mwbp|nec-|newt|noki|palm|pana|pant|phil|play|port|prox|qwap|sage|sams|sany|sch-|sec-|send|seri|sgh-|shar|sie-|siem|smal|smar|sony|sph-|symb|t-mo|teli|tim-|tosh|tsm-|upg1|upsi|vk-v|voda|wap-|wapa|wapi|wapp|wapr|webc|winw|winw|xda\ |xda-).* [NC] RewriteCond %{HTTP:Accept-Encoding} gzip RewriteCond %{HTTPS} !on RewriteCond %{DOCUMENT_ROOT}/WPstore/wp-content/cache/supercache/%{SERVER_NAME}/wpstore/$1/index.html.gz -f RewriteRule ^(.*) "/WPstore/wp-content/cache/supercache/%{SERVER_NAME}/wpstore/$1/index.html.gz" [L] RewriteCond %{REQUEST_URI} !^.*[^/]$ RewriteCond %{REQUEST_URI} !^.*//.*$ RewriteCond %{REQUEST_METHOD} !POST RewriteCond %{QUERY_STRING} !.*=.* RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$ RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\"]+ [NC] RewriteCond %{HTTP:Profile} !^[a-z0-9\"]+ [NC] RewriteCond %{HTTP_USER_AGENT} !^.*(2.0\ MMP|240x320|400X240|AvantGo|BlackBerry|Blazer|Cellphone|Danger|DoCoMo|Elaine/3.0|EudoraWeb|Googlebot-Mobile|hiptop|IEMobile|KYOCERA/WX310K|LG/U990|MIDP-2.|MMEF20|MOT-V|NetFront|Newt|Nintendo\ Wii|Nitro|Nokia|Opera\ Mini|Palm|PlayStation\ Portable|portalmmm|Proxinet|ProxiNet|SHARP-TQ-GX10|SHG-i900|Small|SonyEricsson|Symbian\ OS|SymbianOS|TS21i-10|UP.Browser|UP.Link|webOS|Windows\ CE|WinWAP|YahooSeeker/M1A1-R2D2|iPhone|iPod|Android|BlackBerry9530|LG-TU915\ Obigo|LGE\ VX|webOS|Nokia5800).* [NC] RewriteCond %{HTTP_user_agent} !^(w3c\ |w3c-|acs-|alav|alca|amoi|audi|avan|benq|bird|blac|blaz|brew|cell|cldc|cmd-|dang|doco|eric|hipt|htc_|inno|ipaq|ipod|jigs|kddi|keji|leno|lg-c|lg-d|lg-g|lge-|lg/u|maui|maxo|midp|mits|mmef|mobi|mot-|moto|mwbp|nec-|newt|noki|palm|pana|pant|phil|play|port|prox|qwap|sage|sams|sany|sch-|sec-|send|seri|sgh-|shar|sie-|siem|smal|smar|sony|sph-|symb|t-mo|teli|tim-|tosh|tsm-|upg1|upsi|vk-v|voda|wap-|wapa|wapi|wapp|wapr|webc|winw|winw|xda\ |xda-).* [NC] RewriteCond %{HTTPS} on RewriteCond %{DOCUMENT_ROOT}/WPstore/wp-content/cache/supercache/%{SERVER_NAME}/wpstore/$1/index-https.html -f RewriteRule ^(.*) "/WPstore/wp-content/cache/supercache/%{SERVER_NAME}/wpstore/$1/index-https.html" [L] RewriteCond %{REQUEST_URI} !^.*[^/]$ RewriteCond %{REQUEST_URI} !^.*//.*$ RewriteCond %{REQUEST_METHOD} !POST RewriteCond %{QUERY_STRING} !.*=.* RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$ RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\"]+ [NC] RewriteCond %{HTTP:Profile} !^[a-z0-9\"]+ [NC] RewriteCond %{HTTP_USER_AGENT} !^.*(2.0\ MMP|240x320|400X240|AvantGo|BlackBerry|Blazer|Cellphone|Danger|DoCoMo|Elaine/3.0|EudoraWeb|Googlebot-Mobile|hiptop|IEMobile|KYOCERA/WX310K|LG/U990|MIDP-2.|MMEF20|MOT-V|NetFront|Newt|Nintendo\ Wii|Nitro|Nokia|Opera\ Mini|Palm|PlayStation\ Portable|portalmmm|Proxinet|ProxiNet|SHARP-TQ-GX10|SHG-i900|Small|SonyEricsson|Symbian\ OS|SymbianOS|TS21i-10|UP.Browser|UP.Link|webOS|Windows\ CE|WinWAP|YahooSeeker/M1A1-R2D2|iPhone|iPod|Android|BlackBerry9530|LG-TU915\ Obigo|LGE\ VX|webOS|Nokia5800).* [NC] RewriteCond %{HTTP_user_agent} !^(w3c\ |w3c-|acs-|alav|alca|amoi|audi|avan|benq|bird|blac|blaz|brew|cell|cldc|cmd-|dang|doco|eric|hipt|htc_|inno|ipaq|ipod|jigs|kddi|keji|leno|lg-c|lg-d|lg-g|lge-|lg/u|maui|maxo|midp|mits|mmef|mobi|mot-|moto|mwbp|nec-|newt|noki|palm|pana|pant|phil|play|port|prox|qwap|sage|sams|sany|sch-|sec-|send|seri|sgh-|shar|sie-|siem|smal|smar|sony|sph-|symb|t-mo|teli|tim-|tosh|tsm-|upg1|upsi|vk-v|voda|wap-|wapa|wapi|wapp|wapr|webc|winw|winw|xda\ |xda-).* [NC] RewriteCond %{HTTPS} !on RewriteCond %{DOCUMENT_ROOT}/WPstore/wp-content/cache/supercache/%{SERVER_NAME}/wpstore/$1/index.html -f RewriteRule ^(.*) "/WPstore/wp-content/cache/supercache/%{SERVER_NAME}/wpstore/$1/index.html" [L] </IfModule> # END WPSuperCache # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /WPstore/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /WPstore/index.php [L] </IfModule> # END WordPress
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been damaged by the forum’s parser.]
Forum: Fixing WordPress
In reply to: SSL Not across whole siteAccording to my hosting support, if they try to force the site to HTTPS, it will “break”. This is what I am trying to substantiate. I don’t like what I have been told to do which is to modify every link that points to any https:// links within my site. My changes would just be overwritten unless I have a child file for every change I need to make. Seems like way too much work for a simple task. Has any of you been thru this before?
Forum: Plugins
In reply to: [WooCommerce] Using images as attributesThat is what I am afraid of. I found the same plugin on the Scriptsell website. I dont have any experience with their plugins yet. My initial search has not revealed anything negative yet about this open source site. I realize there is no support, which may turn out to be a problem. Looking for feedback for this site on the facebook forums and we’ll see where that goes.
Forum: Plugins
In reply to: [WooCommerce] Using images as attributesMike, thankyou once again. That functionality is exactly what I need. But $99? Whew! Thats a lot of money for this bit of functionality. I was hoping to find something either cheaper or some snippets. If I cant, I may have to step up or live without.
Thanks for pointing me in this direction.Forum: Themes and Templates
In reply to: [Storefront] How to change Product Categories Font and sizeYes, exactly.
Thank-you,
That works!Forum: Plugins
In reply to: [WooCommerce] Error during checkout if product cost isWhat about this blurp in that document you just gave
Note, WC 1.4.2+ sets the DONOTCACHEPAGE, constant which means you can skip this step
Forum: Plugins
In reply to: [WP Super Cache] excluding files from being cachedI read that wrong in the advance tab. Obviously, these files should NOT be placed under the section where you WANT the files to be cached. My question is where do you put the files that you do NOT want cached? It is not evident when looking thru the advanced settings. I see file types but why wouldn’t there be a place for specific files?
Forum: Plugins
In reply to: [WooCommerce] Error during checkout if product cost isMike, your on to something. When RS Publishing wrote and said that it seemed to work fine on his computer, I thought it may have something to do with my child theme or my computer, so I thought that maybe the cashe could be causing issues so I deleted my cache but that didn’t help. Now that you once again pointed me towards caching as a possible suspect, I went and deactivated my WP Super Cache plugin and then retested this issue. It worked fine. So something goofy with the caching was causing this nonce not to be passed.
I then re-activated the WP Super Cache plugin and it is still behaving properly.
I am not very well versed on this plugin other than it helps to make things run faster on the site. But if it continues to give me problems, I will go to them for help or remove that plugin all together and look for an alternative.
So Mike, once again, your the man!
Thanks so much!Forum: Plugins
In reply to: The Cart Hover window is not appealingI changed my theme back to the parent theme and noticed different colors in this window. So that made me think that these colors must be customized. As I started going down the various options in the customizer, I found that the header color is the one that controls the settings of this little window. Since I have an image as my header and not a default color, I did not see that the two colors were the same.
So, once I changed my header color to something more desirable, that hover window that appears when I put my mouse on the cart now looks much better.
This is info for the next person who runs into this issue. ??Forum: Plugins
In reply to: [WooCommerce] Error during checkout if product cost isI tried the 2015 theme. Wasn’t pretty but once I got to the checkout dialog I got the same exact error.
Is there a lot of conditions that might cause this error message to come up?
What could be associated with “price” ?