jerkjone
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Charity Site Databasebumpity bump bump… from long ago… ??
Forum: Plugins
In reply to: [Contact Form DB] Is this possible…does your site explain that in a little more detail?
Thanks for your help btw… ??
So… what would you charge? ?? Remember it is charity work ?? lol… Or could you maybe direct me to a place on the web that would discuss that in a bit of detail? Should I just google API data.. or?
Thanks btw!
While he is on it…
I’m trying to get a “running total” from “donations” as a field to post in the a header… reading
Pledges to date: $$$
Where the $$$ would be a running total of submitted pledges… is this possible?
Forum: Fixing WordPress
In reply to: Charity Site Databaseahh.. ?? bumpity again
Forum: Fixing WordPress
In reply to: Charity Site DatabaseBumpity.. again ??
Forum: Plugins
In reply to: [Frontpage-Slideshow] Frontpage-Slideshow not working with google mapsit was a problem with google analytics being called properly… thanks though ??
do you natively have wp_head() in your code? if not.. just remove it
Forum: Fixing WordPress
In reply to: Charity Site DatabaseAnyone have any idea on this?
right. You are going to have to add your snippet to it. Not mine.
<script type='text/javascript'src='
insert the directory of your js file here… should be https://www.yoursite.com/…directory of js file… should end with a question mark… `<?php echo time(); ?>’>
</script>`Past it in header.php just after you see the code wp_head()
I have a fix for this…
after the wp_head()
i pasted this to link it for it to clear cache
<script type='text/javascript' src='https://www.creativehandsmedia.com/larealtyllc/wp-content/plugins/frontpage-slideshow/js/jquery-ui-effects.js?<?php echo time(); ?>'></script>
I’m not good enough to figure this out on the PHP end of it… lol if someone has that I would love to get it!
I have a fix for this…
after the wp_head()
i pasted this to link it for it to clear cache
<script type='text/javascript' src='https://www.creativehandsmedia.com/larealtyllc/wp-content/plugins/frontpage-slideshow/js/jquery-ui-effects.js?<?php echo time(); ?>'></script>
I’m not good enough to figure this out on the PHP end of it… lol if someone has that I would love to get it!
I have a fix for this…
after the wp_head()
i pasted this to link it for it to clear cache
<script type='text/javascript' src='https://www.creativehandsmedia.com/larealtyllc/wp-content/plugins/frontpage-slideshow/js/jquery-ui-effects.js?<?php echo time(); ?>'></script>
I’m not good enough to figure this out on the PHP end of it… lol if someone has that I would love to get it!
Forum: Plugins
In reply to: [Frontpage-Slideshow] [Plugin: Frontpage-Slideshow] Linking images to pagesgot it… never mind ??