GreenRain37
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Site loading very slowA couple of the support agents say it is likely the resources…
I don’t even know exactly what this means.
My site is not thatt big… WordPress has 50%+ market share, I think there are many way larger sites.
Godaddy claims their WordPress hosting is by pageview and not bandwidth. They give 250,000 pageviews/month and I only use 5,000 right now.
There are 22 plugins most of them necessary and that doesn’t seem like a huge amount.
There is CSS and PHP code most of which is necessary and seems quite optimal.
Forum: Themes and Templates
In reply to: [Customizr] Site loading very slowAt first you will probably see it loads normally.
After you click 5-6 pages especially fast and keep clicking it will start to take a longgg time and possibly give you an error.
I updated all plugins
did not update WP
did not update Customizr
have 1 18MB file (rest are small)
Called GoDaddy 4 times about this and they say there is nothing wrong on their end. It is Godaddy WordPress hosting.
Site: Link
P.s. The 18MB file is only in Media library not anywhere on front-end.
Forum: Themes and Templates
In reply to: [Customizr] How to upload javascript?[resolved]
Forum: Themes and Templates
In reply to: [Customizr] How to upload javascript?IT WORKS!
The problem was the commas; there were 3 values originally, and we left the commas unknowingly.
Thank you so much to both for your help ??
Forum: Themes and Templates
In reply to: [Customizr] How to upload javascript?Either this does not work or I did something wrong (probably the latter).
I downloaded the plugin and pasted the above code into both head section of every page and home page fields and the PayPal discount code box script still is not working.
Forum: Themes and Templates
In reply to: [Customizr] How to upload javascript?┈┈╱╱▏╱╱▏
┈┈▇╱▏▇╱▏
┈┈▇╱▏▇╱▏
┈┈▇▇▇▇╱▏
┈┈▇╱▏▇╱▏
┈┈▇╱┈▇╱┈
______________
┈┈╱╱╱╱╱▏
┈┈▇▇▇▇╱┈
┈┈▇╱▏┈┈┈
┈┈▇▇▇┈┈┈
┈┈▇╱╱╱╱▏
┈┈▇▇▇▇╱┈
_____________
┈╱╱▏┈┈┈
┈▇╱▏┈┈┈
┈▇╱▏┈┈┈
┈▇╱▏┈┈┈
┈▇╱╱╱╱▏
┈▇▇▇▇╱┈
_____________
┈╱╱▏┈┈┈
┈▇╱▏┈┈┈
┈▇╱▏┈┈┈
┈▇╱▏┈┈┈
┈▇╱╱╱╱▏
┈▇▇▇▇╱┈
┈╱╱╱╱╱▏
┈▇▇▇▇╱▏
┈▇╱▏▇╱▏
┈▇╱▏▇╱▏
┈▇╱╱▇╱▏
┈▇▇▇▇╱┈Here is what I done so far:
I went to this link and copy HTML snippet:
// Add scripts to wp_footer() function child_theme_footer_script() { ?> <script type="text/javascript" src="https://drivesafe2015.org/wp-admin/js/discount.js"></script> <?php } add_action( 'wp_footer', 'footer_script' );
Still, when I use promo code box there is no result.
For example you can try code 5OFF and nothing happens (supposed to be javascript popup window.
Forum: Themes and Templates
In reply to: [Customizr] How to upload javascript?I do not have a child theme… these snippets have child theme in them.
Also I do not know where to paste the script to activate on PayPal form.
Forum: Themes and Templates
In reply to: [Customizr] How to upload javascript?technically it is supposed to be .com/discount.js and right now is .com/wp-admin/js/discount.js
i do not understand the process itself of how this script will activate on the PayPal form, or how to implement (where to paste script)…