Forum Replies Created
-
AuthorPosts
-
Nevermind, got it to work, thanks!
Do I just add that to Custom CSS or is there anything else I need to do?
This is the product I am working with. I made it live so you can see.
As you can tell, it is not apparent where to enter the Name Your Price (the $25.00 is the suggested amount), Name, or Email. Optimally I’d love to have a border around these fields, but if that isn’t possible then shading them would work fine as well.
Thanks!
Nevermind, fixed it myself. Thanks!
Everything is working fine now. Funny how simple the solution was. Appreciate the help!
The PayPal code I added was generated by their button maker. The code is
<form action=”https://www.paypal.com/cgi-bin/webscr” method=”post” target=”_top”>
<input type=”hidden” name=”cmd” value=”_s-xclick”>
<input type=”hidden” name=”hosted_button_id” value=”YKDHDRB7HEQDY”>
<input type=”image” src=”https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif” border=”0″ name=”submit” alt=”PayPal – The safer, easier way to pay online!”>
</form>The google analytics code was the following
<script>
(function(i,s,o,g,r,a,m){i[‘GoogleAnalyticsObject’]=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,’script’,’//www.google-analytics.com/analytics.js’,’ga’);ga(‘create’, ‘UA-58567369-1’, ‘auto’);
ga(‘send’, ‘pageview’);</script>
I’m just realizing now that I added these codes using Text Blocks when I should have been using Code blocks. I’ll try that and let you know how it goes.
I’ve been working with the pages for the past two hours after removing the HTML from Google/Paypal and none of my content has disappeared. It stands to reason that the code they are providing me is causing the errors.
Any suggestions on how I can use PayPal buttons on my site without losing content? Or Google Analytics?
I’ve only noticed this issue happen on two pages, my home page and my donation page.
Oddly enough, these are the two pages I have HTML tags from outside sources, my homepage having Google Analytics and my Donation page having buttons created by Paypal.
I’m going to try removing those tags and work with those pages for the time being to see if the problems persist.
I deactivated all my plugins and added all 3 of the problem elements (Tabs, Accordion, Content Slider) back to the page. Without touching them I updated the page 3 times without them disappearing. Then, I entered data into the Tabs element, updated the page, and all 3 were gone. No plugins were active so it seems something is going awry when data is input into the elements and then updated.
-
AuthorPosts