phwayne
Forum Replies Created
-
This fixed the problem
Changing the settings to “All Product Variations” worked to display the products with variations.
Selecting Price without VAT – worked! Prices are now without tax
Issue Closed. Thank you
I discovered that the XML Feed file was being cached by the browser. So, it did not show me the updated XML file.
By using a different browser in Incognito mode, I am now able to see the field that was missing.
Thank you for checking this out.
Issue Closed.Forum: Reviews
In reply to: [Checkout Field Manager (Checkout Manager) for WooCommerce] Feature RichGood to hear! Will watch for the next version.
Forum: Plugins
In reply to: [Post Custom Templates Lite] Error Messages at top of screenHaving similar issue. About 5 of these generate in the error log EVERY MINUTE:
PHP Warning: Cannot assign an empty string to a string offset in /home2/felicij6/public_html/wp-content/plugins/post-custom-templates-lite/include/views/components/related_posts.php on line 29
PHP Warning: Illegal string offset ‘media_type’ in /home2/felicij6/public_html/wp-content/plugins/post-custom-templates-lite/include/views/components/related_posts.php on line 42Forum: Plugins
In reply to: [Social Media Widget] Underline appears under each iconFOUND SOLUTION:
Key is to define the class as an inline-block:
/* removes underline from icons buttons */
.socialmedia-buttons a {
display: inline-block;
border:none;
}I had a similar problem with the top of the popup hidden at the top of the screen.
I used the following settings to make this work with a Gravity form when the height is larger than the mobile screen:Responsive size: 60 or 40%
Fixed Positioning – unchecked
Disable Repositioning: unchecked
Location: Top Center
Top (distance) – I set at 60px; Adjust for your specific layout