CAShadle
Forum Replies Created
-
In our case, the user submits an event on behalf of another organizer outside of the company. They put the organizer’s contact info in (not their own) and then the organizer (not the submitter) is also receiving notifications when the event is published.
We just want to turn that part off.
No luck. Tried deactivating all plugins as well as setting the theme back to the default Twenty Twelve theme and it still makes the picture overflow the container.
It’s actually our Intranet so it can’t be accessed externally. Is there any other information I can provide for you?
Sorry about that, should have posted an example in the original. You can see the top corner of the image at the bottom overflowing the form window.
Forum: Fixing WordPress
In reply to: Enqueue scripts not workingI feel stupid now…
That fixed it. Looks like I registered the powerTip.js file but never enqueued it for the page.
First day back from vacation at work, so maybe that’s why I missed it 😉
Thanks to everyone for the help!
Forum: Fixing WordPress
In reply to: Enqueue scripts not workingUnderstandable, I’m just running out of things to try at this point. I’ve checked and it looks like jQuery is showing up in the header before any of the scripts.
Forum: Fixing WordPress
In reply to: Enqueue scripts not workingAs mentioned in the first post, the console shows the following error:
Uncaught TypeError: undefined is not a functionWhich is just referring to the 11th line of the script:
jQuery('#desk1').powerTip({ manual: true });This script worked fine before when placed inside the header.php file. I’ve tried changing jquery to $ as another user posted above with no luck. Could there be something loading out of order? Not sure what else to check.
Forum: Fixing WordPress
In reply to: Enqueue scripts not workingYup, the scripts are showing up in the source code and following the path takes me to them.
I will go ahead and add the dependencies to the third argument as well.
Is there anything else I could check to see why the scripts aren’t working?
Forum: Fixing WordPress
In reply to: Enqueue scripts not workingUnfortunately, the site is an internal website and can’t be accessed externally. Anything specific you want me to pull from it?
Forum: Fixing WordPress
In reply to: Enqueue scripts not workingIt looks like the is_page() is working.
I have two styles being enqueued there as well that I just omitted from the code I posted. They both work and only get applied to that page as specified.
Here is the entire function for all the styles / scripts. All of the styles work, even under the conditional is_page(). Certain scripts work, like the googleanalytics.js, ga-downloads.js, and touchmenus.js.
Forum: Fixing WordPress
In reply to: Enqueue scripts not workingSame error with the updated code. To enqueue:
wp_register_script('wbosecondlayoutjs', get_site_url() . '/wp-content/floorplans/wbo/js/tipinfo2.js'); if (is_page('wbo-second-floor-layout')) { wp_enqueue_script('wbosecondlayoutjs'); }The tipinfo.js is showing up in the page source and I can click through to view the JS file. So it’s there, the page just isn’t able to do anything with it.
Forum: Plugins
In reply to: [SlimStat Analytics] Tracking download of fileAlright, cool. So I would just need to purchase the Export to Excel addon (assuming I’d manually want to email those files).
For the Real-Time Log, is there any way to filter down the results to just one line? Basically, say I accessed the file 10 times over a two week time period. When I filter the log, all ten times I accessed it show up individually. I’d basically just need it to show up one time per user.
Sorry about the stupid questions – really appreciate the help!
Forum: Plugins
In reply to: [SlimStat Analytics] Tracking download of fileHmm… That would require a purchase, correct? I was also thinking about possibly doing the email reports – would that work too?
Would it be possible to have a report display:
-Number of times each file was downloaded
-Who downloaded the files (all our employees are auto-logged into WordPress)It’d be a fairly simple report, but I’d like to make sure I can do those things before I make a request here to purchase the addons.
Forum: Plugins
In reply to: [SlimStat Analytics] Tracking download of fileScratch most of that – it seems to be working. I see it showing up under “Recent Downloads” and “Recent Outbound Links”.
Now is there a way to just see a list of everyone who’s opened it (basically a report)? Sorry for all the stupid questions!
Forum: Plugins
In reply to: [SlimStat Analytics] Homepage external links not workingBummer. Well I went ahead and switched to another free slider plugin that does exactly what the other one did. Fixed the problem for me.
Thanks for all the help!