tproctor
Forum Replies Created
-
Had this happen with another plugin in the last couple days where there was a delay in the timing that SVN got updates (and thus pushed out to every wordpress site via Updates as far as availability, etc) so that’s probably the case again, I’m guessing.
Forum: Plugins
In reply to: [MapPress Maps for WordPress] PHP 7 CompatibilityFYI Everything works flawlessly on PHP 5.6. Don’t plan to be going to PHP7 quite yet with this client, but PHP 5.6 works great!
Thanks for your reply James! I went ahead and upgraded to 5.6 and everything appears to be functioning with no issues for the sites on my multisite network.
Thanks for an awesome plugin!
Have the same question. Looking at upgrading from PHP 5.4 to 5.6 and would like to know whether it’s fully compatible or if the above noted issue would cause errors with the plugin.
Forum: Plugins
In reply to: [MapPress Maps for WordPress] PHP 7 CompatibilityI’m in the process of migrating a site from PHP 5.3 to 5.6, using the MapPress plugin. I copied the site to a test environment on the 5.6 server and didn’t see any issues (other than the maps error due to the difference in the URL), but everything seemed to work ok. Will comment again after doing a review once the migration is complete, but so far so good with at least PHP 5.6!
Forum: Plugins
In reply to: [MapPress Maps for WordPress] PHP 7 CompatibilitySo is that error a false positive then? Nothing to worry about if going to PHP 5.6 or PHP7?
Forum: Plugins
In reply to: [MapPress Maps for WordPress] PHP 7 CompatibilityLooking for the same answer. Anyone able to confirm this is working on PHP 5.6 or PHP 7? I need to at least know about PHP 5.6 in the next week.
Forum: Fixing WordPress
In reply to: "Sorry, that key does not appear to be valid."As this is a client’s website, I don’t know that they want me just disabling all of the plugins on their site. I will check with them and with my boss tomorrow about it. What else do you suggest?
Forum: Fixing WordPress
In reply to: All Blog Posts are showing the exact same date on site front end.A developer friend of mine found out that the date was hard coded in the loop.php file and it’s now resolved.
Forum: Plugins
In reply to: [WooCommerce] Product Archive titles off center and count is highlightedNevermind! I was able to get it to cooperate finally! The code that worked was the following:
.woocommerce .woocommerce-info, .woocommerce-message, .showcoupon, .showlogin, a:hover { font-size: 15px; color: white; }
I’ll let you know if I have any other questions, but I’m getting close to finishing this project so I may not need it. Thanks!
Forum: Plugins
In reply to: [WooCommerce] Product Archive titles off center and count is highlightedSo @wooassist, I have made significant progress on correcting the various styling issues with my client’s shopping cart, but the LAST thing I am having issues with, is increasing the font size of the .showcoupon and .showlogin elements, as well as the .woocommerce-info elements that go along with them (i.e. “have a coupon?” & “returning customer?”). When I add the code to the bottom of the custom code and save it and refresh, firstly it clears my cart so I have to start all over again, and when I get back to the checkout page, the styling is gone for whatever reason. The code I’m adding to style the 2 above mentioned elements is (and feel free to correct me if I’m wrong)
URL: https://www.completespeech.com/shop/cart/checkout/
This is how it looks: https://screencast.com/t/ieN2JPWZx2Dg
and this is how I want it to look: https://screencast.com/t/p02SoJnKcG
This is the code that makes it look how I want:
.woocommerce .woocommerce-info, .woocommerce-page .woocommerce-message, .showcoupon { font-size: 15px; color: #fff; }
But every time I publish the addition of the above code to the code editor within Pagelines and refresh the page- the cart is emptied and I don’t have a chance to view the results of the addition of the code. Then if I do the process over again (add a product to cart, click go to checkout, the changes haven’t been saved and it’s back to the 26 lines of code I wrote to style other elements of the store, cart, and checkout pages.
Forum: Plugins
In reply to: [WooCommerce] Product Archive titles off center and count is highlightedNevermind, I figured it out! Thank you @wooassist! You’re a life saver!
See https://www.completespeech.com/shop/ Much appreciated!
Forum: Plugins
In reply to: [WooCommerce] Product Archive titles off center and count is highlightedOkay, so @wooassist those 2 snippets took care of the 2 issues I mentioned so thank you! My problem now, is that I can’t identify where to place those snippets to be able to have the changes stick on the site.
When I inspect either the product count or the category title on the site, the referenced CSS location says it’s inside the uploads folder inside some random Pagelines directory in a “compiled CSS Core” file. See here: https://screencast.com/t/l9Od7zZsLy
With the CSS that needs to be adjusted located in THAT file that’s basically inaccessible, what can I do to make the needed changes?
Forum: Plugins
In reply to: [WooCommerce] Product Archive titles off center and count is highlightedThank you! Should this go into Style.css or where?
Forum: Plugins
In reply to: [WooCommerce] woocommerce email notifications not workingI have noticed that the customers are receiving the order confirmation emails (the “processing” order emails) but I haven’t received a similar such email of any sort on the administrator side since April 30th. SOOO FRUSTRATING! Still no luck. I’ve tried several other mail plugins and had zero success!