atomikpop
Forum Replies Created
-
Forum: Plugins
In reply to: [Gravity Forms Duplicate Prevention] Desired DuplicatesThanks, Steve. That answers my question. I appreciate your help.
Christine, any update on this?
Thanks, Robin. I appreciate your quick response.
Update #1 — I’ve determined if I add the 1200 x 1820 image to the post, then the “featured image” won’t display. If I delete the featured image from the post, everything works fine. Any suggestion?
Update #2 — if I save the same image with two file names (WWA.jpg and WWB.jpg for example) I can use one for the featured image and another for the post. Then everything works — but I’d like to avoid that if possible.
- This reply was modified 6 years, 4 months ago by atomikpop.
Forum: Plugins
In reply to: [Display Featured Image for Genesis] Center Title HorizontallyThanks, Robin!
Forum: Plugins
In reply to: [Related Posts for WordPress] Unlink Related Post Does Not WorkYith recently updated this plugin, which seems to have resolved the conflict.
Forum: Plugins
In reply to: [Related Posts for WordPress] Unlink Related Post Does Not WorkI have determined the conflict is caused by Yith Woocommerce Subscription Premium. When I disable that plugin everything works fine.
Forum: Plugins
In reply to: [Related Posts for WordPress] Unlink Related Post Does Not WorkHarish, I am using WooCommerce Version 3.4.5
Forum: Plugins
In reply to: [Related Posts for WordPress] Unlink Related Post Does Not WorkUpdate: WooCommerce is the source of the conflict. Hopefully Barry and Harish can identify a fix.
Forum: Plugins
In reply to: [WooCommerce] Validation error PayPal amounts do not matchThis solved the issue — thanks!
Forum: Plugins
In reply to: [WooCommerce] Validation error PayPal amounts do not matchI will disable the rate in PayPal, thanks.
Forum: Plugins
In reply to: [WooCommerce] Validation error PayPal amounts do not matchDeleting the shipping classes did not resolve the issue. I went into my PayPal account and changed the shipping cost to $1 (previously set at $6) —- will see if that has an effect.
Forum: Reviews
In reply to: [Social Sharing Plugin - Social Warfare] What the heck happened?3.2.2 resolves the update issues according to their change log.
Forum: Reviews
In reply to: [Social Sharing Plugin - Social Warfare] Five StarsI have updated both the regular and pro versions to 3.1.1 with no issues.
Forum: Plugins
In reply to: [Secondary Title] Span Class and CSSYes, and some of the tutorials I read on various help sites seemed to provide conflicting advice regarding double-quotes versus single-quotes. The dot-connectors and double-quotes were what I needed to use:
echo “<div class=’secondary-title’>”. get_secondary_title() .”</div>”;
Next, I may want to remove the secondary title from my single-post pages. If I need help with that I will open another support request. This has been a very educational exercise — I am a beginner at coding — and I really appreciate your help.