sgclark
Forum Replies Created
-
BTW…I LOVE this plug in. ??
Ok. That has been done. I now have 2.7.4.2 running on my site.
I purged the cache from my host, and also cleared cache from my browsers and I’m still seeing the same issue. On Chrome and Safari when testing. I have not touched any of my color settings.
Header When Menu Closed
https://www.dropbox.com/s/1nk1mmkveulq1zk/menu_closed_normal.png?dl=0Header When Menu Active/Open
https://www.dropbox.com/s/lcbxqixkbq2sln1/menu_active_error.png?dl=0I rolled back the code of the plugin because of the above issue and numerous CSS issues that were causing the style of the menu to be compromised. So what you are seeing is the ‘old’ version 2.7.3
I can update the plug in so you can see the issue if you want me to. Please advise.
- This reply was modified 5 years, 10 months ago by sgclark.
Hi @takanakui
Understood on the main overlay color and the transparency value of it. I get that.
Yes, correct regarding your note – The issue is that when I set the color of the overlay – to say ‘black’ – and when I open the Menu, the main header in the ‘background’ changes color to the color of the overlay, when it should sustain its original color of white (the behavior from the previous version and in my opinion, the expected behavior).
The site url is https://www.sgclark.com. I have already rolled back the plug in to the previous version on my site so you won’t see this behavior currently in production.
That’s my fault re dueling topics. Apologies. I’ll open a new one for mine. Please continue to use this one for @mjslabosz issue.
- This reply was modified 5 years, 10 months ago by sgclark.
Agree!
Also, seeing a bug on the overlay color. When you have the overlay a darker color,and when you open the menu, the menu header also turns black. Looks pretty bad. Please see screen shot below.
https://www.dropbox.com/s/ct6p5nru9fpe7dd/mobile-menu-bug.png?dl=0
I just went into my host’s file manager and rolled back the plugin directory files to the previous version that was working fine. And I’ll wait to upgrade until a few more releases when the complaints die down and the author fixes the app. These updates do not appear to be too clean and they clearly messed up a bunch of sites, including mine.
- This reply was modified 5 years, 10 months ago by sgclark.
Forum: Developing with WordPress
In reply to: Template Tag for Media CategoriesI think it may be the ‘more than one term assigned to it’ issue. I generally classify them into a parent and child category (i.e for UNLV, it would be ‘NCAA’ and their conference ‘Mountain West (slug:mtnwest). Thought this would be a simple if/elseif statement. Oh well. Thanks for your help. I’ll play around with it more.
Forum: Developing with WordPress
In reply to: Template Tag for Media CategoriesI tried the code as you wrote it on the page and it didn’t work. I messed around with it a bit more, and tried a few options but it did not work. I’ll try it again later in the week. Don’t have the time to dig into this now. The site has the most updated version of PHP (7.x) via my host.
Your ‘don’t sell yourself short’ comment above made me think of Caddyshack. I am a tremendous slouch. LOL ??
Forum: Developing with WordPress
In reply to: Template Tag for Media CategoriesThanks for your response! That looks like what I’m trying to do. I’ll give that a shot and let you know if it works.
I can tell you that I never *ever* would have figured out how to draft that code by myself, so THANK YOU!
Stephen
Forum: Developing with WordPress
In reply to: Template Tag for Media CategoriesThanks @bcworkz for responding. What you outlined helps but it is not solving for what I’m trying to do.
I have a lot of Desktop Wallpapers on my site
(see here--> www.sgclark.com/wallpapers/ncaa for example)
I find that people somehow enter my site via Google Image Search and land on the ‘image attachment’ page similar to the example below.
(See example Attachment Page in original post and here --> https://www.sgclark.com/sandbox/wallpapers/college/ncaa_florida_state_seminoles_helmet/)
What I was hoping to do was for the paragraph of text under the image (in the FSU example above, the paragraph starts with: “This is a desktop/device wallpaper…”), I wanted to do a simple php ‘if / elseif’ based on the media category (i.e. ‘wallpapers’ or in this case, ‘ncaa’) where all my wallpaper images would get something similar to what is currently under the example above, but all other images on my site that have attachment pages, they would get a more generic paragraph. I was assuming that I could key that logic off of the media category, either “for this media category, display ‘this’ paragraph, but for all other media categories, display ‘that’ paragraph”Hope this makes sense.
Thanks
StephenForum: Developing with WordPress
In reply to: Template Tag for Media CategoriesSo for Media, would the php code be this?
<?php is_tax('media'); ?>
How would I write out the ‘if / elseif’ code to essentially enable the following on the example Attachment page linked in my post:
<?php If ?> the Media/Image is in ‘this’ media category, display ‘this’ description under the image, <? elseif ?> ‘that’ media category, display ‘that’ description under the image.
- This reply was modified 5 years, 10 months ago by sgclark.
Forum: Plugins
In reply to: [UPS WooCommerce Shipping Method Plugin] Error in calculationI turned on “Debug Mode” with your plug in and this is what was displayed on the page. I hope this is what you are asking for. I removed the UN/PW credentials from the code for security reasons. Thanks! Stephen
UPS REQUEST:
<?xml version=”1.0″ ?>
<AccessRequest xml:lang=’en-US’>
<AccessLicenseNumber>xxxxxxxxxxxxxxx</AccessLicenseNumber>
<UserId>xxxxxxxxxxx</UserId>
<Password>xxxxxxxxxxxlt;/Password>
</AccessRequest>
<?xml version=”1.0″ ?>
<RatingServiceSelectionRequest>
<Request>
<TransactionReference>
<CustomerContext>Rating and Service</CustomerContext>
<XpciVersion>1.0</XpciVersion>
</TransactionReference>
<RequestAction>Rate</RequestAction>
<RequestOption>Rate</RequestOption>
</Request>
<PickupType>
01
<Description>Daily Pickup</Description>
</PickupType>
<CustomerClassification>
99
</CustomerClassification>
<Shipment>
<Description>WooCommerce Rate Request</Description>
<Shipper>
<ShipperNumber>6A9W92</ShipperNumber>
<Address>
<AddressLine></AddressLine>
<City>Brooklyn</City>
<PostalCode>11222</PostalCode>
<CountryCode>US</CountryCode>
</Address>
</Shipper>
<ShipTo>
<Address>
<StateProvinceCode>NY</StateProvinceCode>
<City>ASTORIA</City>
<PostalCode>11103</PostalCode>
<CountryCode>US</CountryCode>
</Address>
</ShipTo>
<ShipFrom>
<Address>
<AddressLine></AddressLine>
<City>Brooklyn</City>
<PostalCode>11222</PostalCode>
<CountryCode>US</CountryCode>
</Address>
</ShipFrom>
<Service>
03
</Service>
<Package>
<PackagingType>
02
<Description>Package/customer supplied</Description>
</PackagingType>
<Description>Rate</Description>
<PackageWeight>
<UnitOfMeasurement>
LBS
</UnitOfMeasurement>
<Weight>0.31249937345</Weight>
</PackageWeight>
</Package>
<Package>
<PackagingType>
02
<Description>Package/customer supplied</Description>
</PackagingType>
<Description>Rate</Description>
<PackageWeight>
<UnitOfMeasurement>
LBS
</UnitOfMeasurement>
<Weight>0.31249937345</Weight>
</PackageWeight>
</Package>
<Package>
<PackagingType>
02
<Description>Package/customer supplied</Description>
</PackagingType>
<Description>Rate</Description>
<PackageWeight>
<UnitOfMeasurement>
LBS
</UnitOfMeasurement>
<Weight>0.31249937345</Weight>
</PackageWeight>
</Package>
<Package>
<PackagingType>
02
<Description>Package/customer supplied</Description>
</PackagingType>
<Description>Rate</Description>
<PackageWeight>
<UnitOfMeasurement>
LBS
</UnitOfMeasurement>
<Weight>0.31249937345</Weight>
</PackageWeight>
</Package>
<Package>
<PackagingType>
02
<Description>Package/customer supplied</Description>
</PackagingType>
<Description>Rate</Description>
<PackageWeight>
<UnitOfMeasurement>
LBS
</UnitOfMeasurement>
<Weight>0.31249937345</Weight>
</PackageWeight>
</Package>
<Package>
<PackagingType>
02
<Description>Package/customer supplied</Description>
</PackagingType>
<Description>Rate</Description>
<PackageWeight>
<UnitOfMeasurement>
LBS
</UnitOfMeasurement>
<Weight>0.31249937345</Weight>
</PackageWeight>
</Package>
<Package>
<PackagingType>
02
<Description>Package/customer supplied</Description>
</PackagingType>
<Description>Rate</Description>
<PackageWeight>
<UnitOfMeasurement>
LBS
</UnitOfMeasurement>
<Weight>0.31249937345</Weight>
</PackageWeight>
</Package>
</Shipment>
</RatingServiceSelectionRequest>UPS RESPONSE:
<?xml version=”1.0″?>
<RatingServiceSelectionResponse><Response><TransactionReference><CustomerContext>Rating and Service</CustomerContext><XpciVersion>1.0</XpciVersion></TransactionReference><ResponseStatusCode>1</ResponseStatusCode><ResponseStatusDescription>Success</ResponseStatusDescription></Response><RatedShipment><Service>03
</Service><RatedShipmentWarning>Your invoice may vary from the displayed reference rates</RatedShipmentWarning><BillingWeight><UnitOfMeasurement>LBS
</UnitOfMeasurement><Weight>7.0</Weight></BillingWeight><TransportationCharges><CurrencyCode>USD</CurrencyCode><MonetaryValue>54.04</MonetaryValue></TransportationCharges><ServiceOptionsCharges><CurrencyCode>USD</CurrencyCode><MonetaryValue>0.00</MonetaryValue></ServiceOptionsCharges><TotalCharges><CurrencyCode>USD</CurrencyCode><MonetaryValue>54.04</MonetaryValue></TotalCharges><GuaranteedDaysToDelivery/><ScheduledDeliveryTime/><RatedPackage><TransportationCharges><CurrencyCode>USD</CurrencyCode><MonetaryValue>7.72</MonetaryValue></TransportationCharges><ServiceOptionsCharges><CurrencyCode>USD</CurrencyCode><MonetaryValue>0.00</MonetaryValue></ServiceOptionsCharges><TotalCharges><CurrencyCode>USD</CurrencyCode><MonetaryValue>7.72</MonetaryValue></TotalCharges><Weight>0.4</Weight><BillingWeight><UnitOfMeasurement>LBS
</UnitOfMeasurement><Weight>1.0</Weight></BillingWeight></RatedPackage><RatedPackage><TransportationCharges><CurrencyCode>USD</CurrencyCode><MonetaryValue>7.72</MonetaryValue></TransportationCharges><ServiceOptionsCharges><CurrencyCode>USD</CurrencyCode><MonetaryValue>0.00</MonetaryValue></ServiceOptionsCharges><TotalCharges><CurrencyCode>USD</CurrencyCode><MonetaryValue>7.72</MonetaryValue></TotalCharges><Weight>0.4</Weight><BillingWeight><UnitOfMeasurement>LBS
</UnitOfMeasurement><Weight>1.0</Weight></BillingWeight></RatedPackage><RatedPackage><TransportationCharges><CurrencyCode>USD</CurrencyCode><MonetaryValue>7.72</MonetaryValue></TransportationCharges><ServiceOptionsCharges><CurrencyCode>USD</CurrencyCode><MonetaryValue>0.00</MonetaryValue></ServiceOptionsCharges><TotalCharges><CurrencyCode>USD</CurrencyCode><MonetaryValue>7.72</MonetaryValue></TotalCharges><Weight>0.4</Weight><BillingWeight><UnitOfMeasurement>LBS
</UnitOfMeasurement><Weight>1.0</Weight></BillingWeight></RatedPackage><RatedPackage><TransportationCharges><CurrencyCode>USD</CurrencyCode><MonetaryValue>7.72</MonetaryValue></TransportationCharges><ServiceOptionsCharges><CurrencyCode>USD</CurrencyCode><MonetaryValue>0.00</MonetaryValue></ServiceOptionsCharges><TotalCharges><CurrencyCode>USD</CurrencyCode><MonetaryValue>7.72</MonetaryValue></TotalCharges><Weight>0.4</Weight><BillingWeight><UnitOfMeasurement>LBS
</UnitOfMeasurement><Weight>1.0</Weight></BillingWeight></RatedPackage><RatedPackage><TransportationCharges><CurrencyCode>USD</CurrencyCode><MonetaryValue>7.72</MonetaryValue></TransportationCharges><ServiceOptionsCharges><CurrencyCode>USD</CurrencyCode><MonetaryValue>0.00</MonetaryValue></ServiceOptionsCharges><TotalCharges><CurrencyCode>USD</CurrencyCode><MonetaryValue>7.72</MonetaryValue></TotalCharges><Weight>0.4</Weight><BillingWeight><UnitOfMeasurement>LBS
</UnitOfMeasurement><Weight>1.0</Weight></BillingWeight></RatedPackage><RatedPackage><TransportationCharges><CurrencyCode>USD</CurrencyCode><MonetaryValue>7.72</MonetaryValue></TransportationCharges><ServiceOptionsCharges><CurrencyCode>USD</CurrencyCode><MonetaryValue>0.00</MonetaryValue></ServiceOptionsCharges><TotalCharges><CurrencyCode>USD</CurrencyCode><MonetaryValue>7.72</MonetaryValue></TotalCharges><Weight>0.4</Weight><BillingWeight><UnitOfMeasurement>LBS
</UnitOfMeasurement><Weight>1.0</Weight></BillingWeight></RatedPackage><RatedPackage><TransportationCharges><CurrencyCode>USD</CurrencyCode><MonetaryValue>7.72</MonetaryValue></TransportationCharges><ServiceOptionsCharges><CurrencyCode>USD</CurrencyCode><MonetaryValue>0.00</MonetaryValue></ServiceOptionsCharges><TotalCharges><CurrencyCode>USD</CurrencyCode><MonetaryValue>7.72</MonetaryValue></TotalCharges><Weight>0.4</Weight><BillingWeight><UnitOfMeasurement>LBS
</UnitOfMeasurement><Weight>1.0</Weight></BillingWeight></RatedPackage></RatedShipment></RatingServiceSelectionResponse>Forum: Plugins
In reply to: [UPS WooCommerce Shipping Method Plugin] Error in calculationI’m still seeing this issue. In the store I built with WP and WC, I put in multiple number of one item (7 bottles of a baking spices @ $6.25 each) into the Shopping Cart and the UPS API calculated a shipping rate for UPS Ground that totaled $67. That can’t be right.
I have UPS (BASIC) WooCommerce Shipping version 1.2.2 installed.
Site is https://www.greenpointtrading.co.
Try the above with this product.
https://greenpointtrading.co/seasonings-rubs/seasonings/zaatar/- This reply was modified 7 years, 11 months ago by sgclark.
Forum: Plugins
In reply to: [WP Instagram Widget] Add custom css for the plugin.Do you have a full detail of all the CSS classes that you use on this plug in to enable more detailed CSS customization? Could not find it anywhere if you have shared it. Thanks!
Forum: Plugins
In reply to: [Aesop Story Engine] Gallery – Photoset Displaying Thumbs vs Full Size ImagesI’ve been messing with the CSS regarding item #1 above so don’t worry so much about that one.
I’m using Independent Publisher theme (www.independentpublisher.me)
I’m using the most updated version of Aesop. Just updated earlier today.
I don’t know if I’ve enabled theme support.I would imagine that there is some bug in the gallery code that is having the gallery point to the thumbnail or reduced size of the image instead of the original image.