Newfound
Forum Replies Created
-
Forum: Plugins
In reply to: [EU Cookie Law for GDPR/CCPA] Font won’t change colourHi Ruth!
I used the following code to change the “By continuing to use the site …” text:
.pea_cook_wrapper p { color: #FFFFFF; }
And for the popup, I used:
.pea_cook_more_info_popover_inner p { color: #FFFFFF; }
Hope this helps some!
Forum: Plugins
In reply to: WordPress Images POST To Instagram PluginSame!
Forum: Plugins
In reply to: [Easy Modal] Add Custom Javascript?Well, removed the page form altogether and still the modal isn’t recognizing my JS. I do have the JS added to a custom JS box in the form plugin. Is that maybe keeping it from applying to the footer? Any insight would be appreciated!
Forum: Plugins
In reply to: [WP Stripe] Popup making double charges?Here’s the one I went with. This developer is great about working with you to get things up and running smooth: https://diglabs.com/stripe/
Good luck!
Forum: Plugins
In reply to: [WP Stripe] Popup making double charges?Sadly, I’ve since moved on. If the regular payment form (not the button) is working, you could try putting the code into a modal like Easy Modal as a temporary work-around.
Forum: Plugins
In reply to: [Gravity Forms + Stripe] Double Charge When Error In FormStill experiencing this problem. Any workaround or expected fix?
Forum: Plugins
In reply to: [Gravity Forms + Stripe] Double Charge When Error In FormExperiencing this problem still. Any work around or plan to fix?
Forum: Plugins
In reply to: [Wordbooker] FB Posts Using Previous Domain Name?Wonderful–thanks for all of your help! I’ve contacted JetPack and they should be able to take care of the rest. ??
Forum: Plugins
In reply to: [Wordbooker] FB Posts Using Previous Domain Name?Some insight into the issue:
Checked the Wordbooker links on FB and saw that it uses the wp.me short links. So I went on that post in the admin and looked at the shortlink to find that … drumroll… my wp.me short links are still reflecting the old domain “hothouseblog” instead of the new “hothousemagazine” domain.
My general settings have the correct domain. So, at this point I am even more confused as to why my short links are still clinging to the old domain when everything else is working like a charm.
Forum: Plugins
In reply to: [Wordbooker] FB Posts Using Previous Domain Name?Changed the permalinks and still the problem persists.
In the diagnostic messages, the hyperlinked list of posts reflects the new domain. Even in the Support section, the domain is listed as the new domain.
I did notice that when I deleted and reinstalled Wordbooker, that the original settings were already magically applied; no reconnection necessary. Is there a way for me to completely remove Wordbooker and its settings (or wherever it’s storing its settings?). Not sure if it’d actually help, but might be a good thing to try.
Forum: Plugins
In reply to: [Wordbooker] FB Posts Using Previous Domain Name?I’ve just gone through my database and made sure the old domain has been fully swapped with the new one and the trouble is still occurring. I’m really stumped here as all my other programs that involve link sharing, like AddThis, are working. Is there anything you might could do to help?
Forum: Plugins
In reply to: [WordPress Share Buttons Plugin – AddThis] CSS counter button questionFound the working CSS!
.home .the-content .addthis_counter .addthis_pill_style { display: none; }
Forum: Plugins
In reply to: [WordPress Share Buttons Plugin – AddThis] CSS counter button questionHmm. Still doesn’t appear to be working.
The following code is working to “erase” the other elements:
.home #content .the-content .addthis_button_facebook_like { display: none; } .home #content .the-content .addthis_button_tweet { display: none; } .home #content .the-content .addthis_button_pinterest_pinit { display: none; } .home #content .the-content .addthis_pill_style .addthis_button_compact { display: none; }
So I tried to do the same with the code you recommend and still not working:
.home #content .the-content .addthis_counter .addthis_pill_style .addthis_nonzero { display: none; }
Any more advice?
Thanks!
Forum: Plugins
In reply to: [WordPress Share Buttons Plugin – AddThis] CSS counter button questionAny update on this CSS question? Thanks!
Forum: Plugins
In reply to: [WordPress Share Buttons Plugin – AddThis] CSS counter button questionHi Srijith!
Not sure what happened there, but I resent my page caches (forgot to after working on the site), so maybe that had something to do with it.
Your help is appreciated!