dcwebman
Forum Replies Created
-
Forum: Plugins
In reply to: [Max Mega Menu] Using onclick for a menu itemThank you Tom. I’ll take a look at it.
JeffForum: Plugins
In reply to: [Max Mega Menu] Android mobile menu colors are different than iPhoneHi Tom, Thanks for the reply. I have a developer working on the site and they found the problem. They had used an !important on a white color change and when they removed that, it now works. Thanks for an excellent plugin!
Forum: Plugins
In reply to: [Title and Nofollow For Links (Classic Editor)] Version 1.10 does not workI installed 1.10 again and this time there are no problems. I’m not sure why it didn’t work yesterday. I’ll let you know if it changes. Thanks.
Forum: Plugins
In reply to: [WooCommerce] Cannot get rid of updated database messageInteresting. Now the message is gone. Perhaps there’s a number of days it’s shown before it finally disappears.
Forum: Plugins
In reply to: [WooCommerce] Cannot get rid of updated database messageThank you. Any idea how to dismiss the message correctly then?
I had it all ready to paste here and then I noticed the 0’s for Width, Length, and Height which I knew I did not enter because when using Paypal’s shipping for First Class Parcel, all they want is weight. Out of curiosity, I added some numbers to those and it returned the First Class Parcel rate instead of the Large Envelope rate, although it is higher than it should be. Here is the API request:
API=RateV4&XML=<RateV4Request USERID="xxxxxxxx"><Revision>2</Revision><Package ID="0:1:7.5:4.5:.25:0.3125"> <Service>ONLINE</Service> <ZipOrigination>77070</ZipOrigination> <ZipDestination>77070</ZipDestination> <Pounds>0</Pounds> <Ounces>5.00</Ounces> <Container /> <Size>REGULAR</Size> <Width>4.5</Width> <Length>7.5</Length> <Height>.25</Height> <Girth>9.5</Girth> <Machinable>true</Machinable> <ShipDate>24-Jun-2016</ShipDate></Package></RateV4Request>
One thing I see after talking to my local mail store is they would ship it non-machinable. There does not seem to be a way to change the Machinable request to False. I’m not sure if that would change the rate to $2.60 which is what I expected. Is there a way to change it to non-machinable?
Forum: Plugins
In reply to: [WooCommerce USPS Shipping Method Plugin] USPS doubles shipping on quantityI am shipping lapel pins which weigh 1 ounce each and a buyer could buy more than one, so doubling the shipping cost is not feasible for me.
Does the pro version correctly use the quantity weight instead of treating each item separately?
Thanks for the reply. I had already unchecked ALL shipping options except First Class Mail Parcel. So the top of the selection list is like this:
X First-Class Mail? Parcel First-Class? Postcard Stamped First-Class? Large Postcards First-Class? Keys and IDs First-Class? Package Service First-Class Mail? Metered Letter First-Class? Package Service Hold For Pickup
There is no option to uncheck First Class Mail Large Envelope and the only option checked is First-Class Mail Parcel.
The result of a portion of the code being returned from USPS is this:
<Postage CLASSID="0"><MailService>First-Class Mail<sup>®</sup> Parcel</MailService><Rate>2.83</Rate></Postage> <Postage CLASSID="0"><MailService>First-Class Mail<sup>®</sup> Large Envelope</MailService><Rate>1.78</Rate></Postage>
Since Large Envelope is coming in at 1.78, it is being shown in the checkout instead of the Parcel 2.83 rate which is the only shipping method selected.
Any other ideas?
Forum: Plugins
In reply to: [Post Navigator] Previous/Next showing on all meta boxesThanks. Works great now!
Forum: Plugins
In reply to: [Post Navigator] Previous/Next showing on all meta boxesI have been having the same problem with WP 4.4 and now it’s time for WP 4.5. Is it time to declare this plugin dead?
You are correct that I have the Pinterest add-on in my browser. However I never saw 2 buttons until I installed your latest version. But thanks for finding out the conflict.
I don’t know if I had a php.ini file prior to my call with my web host or not because it’s sitting in the real root whereas when I FTP in, I have it going into the public_html folder. I only looked in the real root when I first changed to the web host last year. Looking through the file I do not see anything which says XML-RPC so perhaps the file was never there.
According to their support, it says “Unless you specifically need to change one or more of the settings, there is no need to create or modify a php.ini file. If the php.ini file does not exist in your account, then your site will use the default PHP settings defined on the server.”
I discovered my site’s file was xmlrpc.php. After running it got: XML-RPC server accepts POST requests only.
But after contacting my web host to see if they knew anything, the solution they did was to add php.ini to my root. Why it was required now and never was before is beyond me and they could not tell me why they had to do it either. But it not works.
Thanks. I got a 404 page not found error.
Yes, add me to having the same problem. I finally found out by deactivating the new version, my images were centered again. The only ones that are centered appear to be the ones with captions or if you go into every post and edit the image to say it’s centered. Need fix ASAP please.