dcwebman
Forum Replies Created
-
HI Tobias,
Thanks for the additional explanation. CSS has never been my forte since it primarily became very popular after my web development years. 🙂 I’ll try those suggestions when I get some time. I was confused with the Extra CSS Classes field because it said “This is NOT the place to enter Custom CSS code” so I wasn’t sure what CSS I could put there.
I heard back from the CDN and they said the problem is that something is removing the query string (if one is being added) to the CSS files on the website. If none is being added, they add their version number. If one isn’t being added by TablePress, they say it should be adding one every time the Plugin Options is being updated. So, when the CDN detects a new version, it busts the cache like you found out and then will read the new version. https://docs.ewww.io/article/50-exactdn-and-query-strings I’m not sure if TablePress does anything like that or not.
They recommended a lot of ways for me to try to code something, but until I get the time, I have the Easy IO field Include All Resources turned off so it won’t add the same version to all the JS and CSS files and instead will read the files.
Thanks,
JeffHi Tobias,
Thanks for finding that CDN possible issue. I will contact that company.
When I started using your software, it was one table added, then another, then another etc. That’s why there are so many tables now. I was thinking there had to be an easier way now instead of having to add that custom CSS for each section of it for every new table I added. I looked at your website thinking maybe a Pro version might resolve that, but didn’t see a suggested way to do it in the documentation. I was considering purchasing a paid version if there was.
I believe most of my tables are the same except for the font size. If there are not many columns, I would have a larger font (e.g. https://txwinelover.com/texas-wine-festivals/) whereas when there are more columns, it would be a smaller font (e.g. https://txwinelover.com/2026/01/2026-san-francisco-chronicle-wine-competition-texas-results/).
Perhaps you have a good example of how I should be doing this that I couldn’t find in the FAQ or documentation.
Thanks!
JeffHi @tobiasbg,
This isn’t working after all. I created a new table and that one after publishing is ignoring the custom CSS.
https://txwinelover.com/2025/02/2024-san-francisco-international-wine-competition-texas-results/
Ignore the publish date as I set it back a year.Now the one that was fixed above (https://txwinelover.com/2026/02/2025-san-francisco-international-wine-competition-texas-results/) isn’t working again. I tried deleted the 3 files via FTP. I noticed that all the tables worked fine now. Then I saved the Plugin Options again to create the 3 files and then it stopped working. It just seems to be these recent files that is having an issue.
Suggestions?
Thanks,
JeffHi @galanos
Thanks for the reply. Table that isn’t working is at:
https://txwinelover.com/2026/02/2025-san-francisco-international-wine-competition-texas-results/
Table that is working is at:
https://txwinelover.com/2023/12/2023-san-francisco-international-wine-competition-texas-results/
Thanks,
JeffForum: 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 PickupThere 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?