theaccentshop
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Googling a product on my websiteSolved – I had a plugin called WP No Category Base. Deactivated it and problem solved.
Forum: Plugins
In reply to: [WooCommerce] ssl and WooCommerceAfter you added SSL to your site, you can go to WordPress general settings and change HTTP to HTTPS in your URLs
Forum: Plugins
In reply to: [Captcha] Doesn't work on user registration page?Ok thanks.
Thank you for the great help!
PHP is not my strongest points πManufacturer Number: still shows up when field is empty as of now
<dl><dt>Manufacturer Number: </dt><dt><?php if (!empty($item[‘product’])) $wpo_wcpdf->product_attribute(‘manufacturer’, $item[‘product’]); ?></dt></dl>
Wonderful, that’s what I needed.
I just need to add the sentence “Manufacturer Number:” inside the bracket somewhere.
Thank youSorry, the custom code is:
<?php $wpo_wcpdf->product_attribute(‘manufacturer’, $item[‘product’]); ?>Forum: Plugins
In reply to: [Captcha] Doesn't work on user registration page?Register new account here with wrong captcha: https://www.theaccentshopinc.com/my-account/
Forum: Plugins
In reply to: [Contact Form 7] Form Data not making it to the emailCopy your form so I can look at it. It’s different than the mail tab.
Do you have [your-email] [your-subject] in your form?Forum: Plugins
In reply to: [Contact Form 7] Form Data not making it to the emailFrom: sherry McKineyy <wordpress@hvacadvantage.com>
I believe that’s due to the plugin using PHP mail. If the mail doesn’t include the email it’s sending from, it will not be delivered. I am looking for an SMTP alternative.
Forum: Plugins
In reply to: [WooCommerce] Change my account menu?Nevermind. It turns out there is an option locking it in my theme.
Forum: Fixing WordPress
In reply to: Hosting issue? This site canβt be reachedSo far the issue happens in Chrome mostly (or only, haven’t had issue in Firefox). Could it be that the browser is calling for an HTTP version and causing the problem? Can I make an HTTP request call for and HTTPS version?
Forum: Fixing WordPress
In reply to: High memory usage and crash problemsI will do that, once I collect some information about the potential monthly visitors. And I truly hope migration is not going to be problematic.
Forum: Fixing WordPress
In reply to: High memory usage and crash problemsI’m in the US. Both websites look the same.
I was browsing around GoDaddy and I saw these multipe plans.
Web Hosting: my plan
WordPress Hosting: only difference that it comes with SSD? (I should’ve used that one maybe)
Cloud Servers?
VPS?
Dedicated Servers: most expensiveEdit: each one of them seem to support WordPress and that makes it more complicated for me!
Forum: Fixing WordPress
In reply to: High memory usage and crash problemsThanks for the descriptive answer.
I truly didn’t know the limitations of shared hosting vs dedicated servers.
It might help for the short run to upgrade resources to:
2Gb ram
2 CPUs
2048 I/O
150 entry processesI have no idea how to manage dedicated servers because that sounds intimidating. Do they have cPanel as well?