admast517
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Shop sidebar is showing up at the bottom of the pageAh! It worked! All I did was change that one template. Everything looks like it’s working. Thank you so much for your help. I will definitely keep notes on this incident for future updates. ??
- This reply was modified 4 years, 8 months ago by admast517.
Forum: Fixing WordPress
In reply to: Shop sidebar is showing up at the bottom of the pageThank you for that link. I might have spotted the problem. At the end of the archive-product.php file there is this section:
<?php if ( get_theme_mod( 'relia_shop_sidebar_location', 'right' ) == 'right' ) : ?> <?php get_sidebar( 'shop' ); ?> <?php endif; ?> </div> </div> <?php get_footer( 'shop' );
My copy does not seem to have that: https://pastebin.com/6Y9HMeCs
Am I correct? Should I just refresh the whole file by copying over the code from the link you sent me?
Also, here is the other file, relia-pro-master-child/woocommerce/content-product_cat.php, but I couldn’t find any differences. Maybe a more experienced eye can pick something out. https://pastebin.com/FBa5FC4c
Thanks for your help!
Forum: Fixing WordPress
In reply to: Shop sidebar is showing up at the bottom of the page@ecalley,
Hmm, that didn’t really seem to change anything for me, but I might be doing something wrong.@alchymyth
Yeah, about that. So, woocommerce gave me instructions on how to copy and paste the code from the woocommerce templates into the outdated theme templates. Something about having a child theme not letting the templates update themselves properly. It was all done in the file manager. Here are the instructions I followed: https://docs.woocommerce.com/document/fix-outdated-templates-woocommerce/Apparently my child theme overrides 4 templates:
relia-pro-master-child/woocommerce/archive-product.php,
relia-pro-master-child/woocommerce/content-product.php,
relia-pro-master-child/woocommerce/content-product_cat.php,
relia-pro-master-child/woocommerce/single-product.phpIt only had me update 2. I know it was relia-pro-master-child/woocommerce/archive-product.php and then I think the 2nd one was relia-pro-master-child/woocommerce/content-product_cat.php, but I’m not 100% sure on that second one.
It was literally just copy-and-paste. Even I shouldn’t have been able to screw it up…but obviously I did. Exhibit A as to why I should not be allowed to touch code. Lol.
Also, this theme has literally no support. No forum. Squat. Developer doesn’t have an email or a phone number, just a bunch a red tape I have to spend several weeks cutting through so they can charge me $200 to fix it. I’d rather avoid that if possible.
- This reply was modified 4 years, 8 months ago by admast517.
Forum: Fixing WordPress
In reply to: Pin It Button On Image Hover And Post problemHonestly, I never could get that plugin to work properly. I gave up on pinterest pin-it plugins after trying at least 5. I couldn’t get any to work consistently. I finally just did it using the Pinterest developers widget builder. Works like a charm. Hasn’t failed me once. https://developers.pinterest.com/tools/widget-builder/?
Forum: Fixing WordPress
In reply to: Server Not Found Error when accessing wordpress blogWell, it looks like it had something to do with the local network. Nothing looked wrong with it, but I reset the whole thing twice and now it seems to be working. It may also have something to do with us being out in the middle of nowhere in the mountains. The internet can get pretty sketchy out here sometimes. Oh well, problem solved for the moment, I will file these suggestions away for if it does it again though. Thanks!