Biker Patches
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Storefront] Error in search function when using apostropheIt turns out that the problem was my bulletproof security plugin. If you use it you need to change some things in the .htacess file it creates. Otherwise you will get an error message.
It was making other problems too so I removed the whole plugin. I use two other security programs so don’t need it anyways. BP puts a lot of stuff in that .htacess file that can cause problems with a retail site.
Forum: Themes and Templates
In reply to: [Storefront] Checkout page border gone on newest version?Well someone of a FB group helped me with this. Just put this code in your CSS file:
#order_review {border:2px solid #333}
I’m surprised nobody else has asked about this, I find the border makes the checkout look much better.
Forum: Themes and Templates
In reply to: [Storefront] Manually change site header title url?Well I fixed it. What I did was I got this plugin:
https://docs.woothemes.com/document/add-a-custom-logo/
I uploaded a logo using that, then edited the plugin so the url was the way I wanted it. I’m surprised more don’t have this problem. Maybe they just don’t catch it, it’s only the home page title link that screws up. Hope this helps someone else. 🙂
Forum: Plugins
In reply to: [WooCommerce] Secure/mixed content warning ONLY on home pageWell I fixed it. What I did was I got this plugin:
https://docs.woothemes.com/document/add-a-custom-logo/
I uploaded a logo using that, then edited the plugin so the url was the way I wanted it. I’m surprised more don’t have this problem. Maybe they just don’t catch it, it’s only the home page title link that screws up. Thank you Mike for trying to help. 🙂
Forum: Themes and Templates
In reply to: [Storefront] Manually change site header title url?No takers huh? I could also upload a logo and use that, but I still need to put a hard code link to the logo image that is http, not https. I uploaded one but still can’t find out how to do it. I’ve hard linked the site titles before in other themes but this one I can’t figure out.
Forum: Plugins
In reply to: [WooCommerce] Secure/mixed content warning ONLY on home pageHi Mike,
I have looked at them in the developer console, but I can’t figure out how to change the urls. Some of the stuff I see don’t seem to have a real hard code to change.
Also the more I read up on this, the more I see that most recommend to only use SSL on the account and checkout pages. Most retail sites I see only use a secure checkout page. Plus secure pages don’t cache.
Every time you get an update of WP and other plugins I’m going to run into the same problems. So it’s easier to just use SSL on the “my account” and checkout pages and only force SSL on those pages, which WooCommerce has settings to do that.
I have now fixed all links except for the main home page title link in the header and the breadcrumb home link. I think those only screw up because I had changed the site to full SSL, and now somewhere in my database it has that https link.
If I can find out how to change the home title link I’m all set and done. 🙂
Forum: Plugins
In reply to: [WooCommerce] Secure/mixed content warning ONLY on home pageHi again Mike. Yes I have checked to make sure it’s https. I even had a redirect in my .htacess file to redirect http to https. It’s scripts in WP that is the problem. I used this site:
To find out what was going on and find the unsecured items. It’s a great site for that BTW. With only the “my account” and “checkout” pages secure my site is working better now. I just have a few links that show errors if you leave those pages.
Because those pages are https, if you go directly from one of those pages to say the home title, it makes that page https and again shows mixed content since it should be http. I do appreciate you trying to help. 🙂
Forum: Plugins
In reply to: [WooCommerce] Secure/mixed content warning ONLY on home pageWell, I don’t understand why it keeps happening then. I have a normal wordpress install and everything. I have over 50 WP sites in fact. This is the first one I’ve used SSL on.
The thing is, it seems like those links keep changing from http to https at random. One day I can click a page any everything is fine, the next day the page has http errors. I just don’t know what to do??
Forum: Plugins
In reply to: [WooCommerce] Secure/mixed content warning ONLY on home pageHi, thanks for the tip. However that is what I had it set at before. But what happens is that too many of the little scripts and stuff that word press uses is set to http.
So I get that mixed content warnings all the time at random throughout my site. One day a category link is fine, then the next day it gets warnings. I click the page source and find it’s some jqury or font url with http. I don’t know how to change stuff like that to https.
So I figured changing it to only https on the checkout and my account pages would be better?
Forum: Plugins
In reply to: [WooCommerce] Secure/mixed content warning ONLY on home pageAfter playing around with it I now see that sometimes even the other pages give me the mixed content warning after leaving the my account or checkout page. It keeps the pages at https instead of http. This is tiring. :/
Forum: Themes and Templates
In reply to: [Storefront] Short code to show post excerpts on homepage?Okay, thanks for the info.
Forum: Themes and Templates
In reply to: [Storefront] Short code to show post excerpts on homepage?Well I found a plugin that does what I want, if anyone is interested it is here:
https://wordpress.org/plugins/display-posts-shortcode/However I would still prefer to know how to put the code in the theme myself. I try to use as few plugins as I can.
Forum: Themes and Templates
In reply to: [Storefront] Page icons in mobile menu, how to remove?I put that code in the style sheet and it worked perfect. Thank you!
Forum: Themes and Templates
In reply to: [Storefront] Page icons in mobile menu, how to remove?Hi, thanks for the answer. May I ask what page that code goes in? The style sheet or functions page? Thank you. 🙂
Forum: Themes and Templates
In reply to: [Storefront] Blog post content only have 2/3rd width?Hi, thanks for the answer. I don’t see any post meta on the left, just blank space. However that must be why I see the space on the left. I may go and buy that blog extension. Thanks!