rishel
Forum Replies Created
-
Forum: Plugins
In reply to: Woocommerce bugsOh and Mike, I now know how to fix this on other client sites, which means I can use it on their sites. So yes, its good to fix this stuff for future clients for Woo right?
Forum: Plugins
In reply to: Woocommerce bugsAnd I removed it all finally, but the problem is this…
Take a look now: https://www.patriotexplodingtargets.com/shop/
but
It’s not embedded inside a black box area like every other page is, for example:
https://www.patriotexplodingtargets.com/page-1/
https://www.patriotexplodingtargets.com/contact/
But the shop page does not, the content is supposed to be inside a black page.
Forum: Plugins
In reply to: Woocommerce bugsIf anyone can take a look at my page.php file which can be renamed of course to woocommerce.php and tell me where the hook goes, I would be very appreciative.
The link can be right clicked and saved as: https://www.christianrishel.info/temp/page.php
Forum: Plugins
In reply to: Woocommerce bugsOk, so here is what i did based upon what Mike said…
First I made the woocommerce.php page and put it into my themes directory, it was a duplicate of the page.php initially.
This is the loop that I think I found…
https://christianrishel.info/temp/WooCommercePart1.png
This is what I replaced it with…
https://christianrishel.info/temp/WooCommercePart2.png
I then saved the woocommerce.php file to my webserver in the themes folder, which produced these results:
Forum: Plugins
In reply to: Woocommerce bugsMike I appreciate your assistance, I really do, but I just am not getting it. I was trying to figure this out so that I know what to do with my other clients when we start to integrate them to a new ecommerce solution.
Try not to be upset bro, you work with this stuff day in and day out, to some of us… well, its new. I would love to patron your company, but this one part is whats keeping me locked out, it happens man.
Trust me, the last thing I want to be doing is bothering you on the internet, and getting into the semantics of terminology about “template vs skins”, your far to busy for that.
Obviously if I could get this to work with one clients site, I could get it to work for all of them, so this would be a win win for me for sure.
I tried both methods, and well.. simply not getting it. One method simply made the page never stop loading with a message of No Products found etc. This is new ground for me as per hooks, as I have never had a need to use them up to this point, perhaps that was ignorant on my part, who knows.
So back to the drawing board for a solution unless some presents a much easier explanation that i can apply to all my clients.
Sad part is, every page looks awesome but the main opening page.
https://www.patriotexplodingtargets.com/shop/ <- Messed up
https://www.patriotexplodingtargets.com/cart/ <- Flawless
Forum: Plugins
In reply to: Woocommerce bugsMike, I would prefer to use the hook method as it seems more stable?
Where do I put the code at? I assume I put all 4 lines of this code into a file on my site:
remove_action( 'woocommerce_before_main_content', 'woocommerce_output_content_wrapper', 10); remove_action( 'woocommerce_after_main_content', 'woocommerce_output_content_wrapper_end', 10); add_action('woocommerce_before_main_content', create_function('', 'echo "<section id=\"main\">";'), 10); add_action('woocommerce_after_main_content', create_function('', 'echo "</section>";'), 10);
Another broken template: https://www.patriotexplodingtargets.com/shop/
Forum: Plugins
In reply to: Woocommerce bugsThe same thing has happened on every skin that we test, EVERY skin. The opening page or “shop” page is completely, and totally messed up.
We tested it on 6 different skins, all were messed up.
Take a look: https://www.patriotexplodingtargets.com/shop/
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 Stop Sending, Leads To White Page.This is incredibly annoying.
Mark, thanks so much for your reply. However, it is well over my head, I did read your post though. I thought perhaps it might be simpler, but I was wrong.
I do not do that type of coding, so deployment for me would be much harder. I can edit, and code some, but not that deep.
Unless I am missing something? Is it a matter of editing a certain file with some code or adding code?
Forum: Fixing WordPress
In reply to: SSL Shopp Mayhem (HD Video) Must See This, 404 ErrorsAnyone at all care to help out?
Excellent. You guys are very appreciated. It worked perfectly that way. Thank you very much, I greatly appreciate you guys.
Negative, that made the whole counter stop, and did not make the ALT tag start working. Thanks for the idea songdogtech.
Back to the drawing board lol.
If anyone else can chime in, THANK you.
Roger that, let me test that out.
Forum: Plugins
In reply to: [Plugin: Advertising Manager] Multiple Ads?Very nice! Thank you so much. My only other question switzer would be the spacing at the very top first ad: https://www.gunreviews.biz/
The first ad, the HK one, is pushed up really far against the Recent Industry News. How do I make the spacing there equal to the spacing that is inbetween the ads? I know how to edit the CSS file, just not sure what to do there. If anyone knows, I thought you would.
Thanks for your other reply, works awesome.
Are you adding click tracking any time soon?