drtyrell
Forum Replies Created
-
Forum: Plugins
In reply to: [GigPress] Can’t remove calendar linksThank you so much! I can’t believe I didn’t think of the CSS method. Super appreciate your help.
Forum: Plugins
In reply to: [GigPress] Can’t remove calendar links^^ Check there. It’s on the top level Tour page. I’m using the tag:
[gigpress_shows scope=all]
My clients needs to show his entire history to validate future venues.
Forum: Plugins
In reply to: [GigPress] Can’t remove calendar linksThat’s my point. I’ve UNCHECKED all RSS features and the links still show up. ??
Forum: Plugins
In reply to: [GigPress] Can’t remove calendar linksI want to remove the links that say:
Add Add to Google Calendar Download iCal
Forum: Plugins
In reply to: NEED PLUGIN: User Submitted FilesThe answer is TDO Mini Forms. GREAT plugin.
Forum: Plugins
In reply to: NEED PLUGIN: User Submitted FilesStill Looking. Any suggestions would be greatly appreciated.
Forum: Fixing WordPress
In reply to: Need to embed Javascript for Paypal storeFound my problem. I had made a mistake in the layout. Thank you for the help. It appears to be working. I just need to continue updating the code now. ??
Forum: Fixing WordPress
In reply to: Need to embed Javascript for Paypal storeCould it be that JQuery is colliding with my other JS? I’ve used JQuery, but never combined it with legacy code.
Forum: Fixing WordPress
In reply to: Need to embed Javascript for Paypal storeI really appreciate the response. I implemented the embed methods mentioned in your post, and my page still complains that it can’t find the function.
The URL is here:
https://sydmead.com/v/11/store/the-techniques-of-syd-mead-dvd-collection/
If one presses the UP arrow button on the first item, it should increase the quantity and trigger the form total. However it errors out with a “can’t find variable add();.”
I’ve tried embedding the code, and using your link script technique with the sub function call. Nothing seems to work. Here’s my current implementation:
<script type="text/javascript" src="/v/11/js/dvd-store.js"></script> <script type="text/javascript"> <!-- add(); //--></script>
All observations welcome.