laddersrus
Forum Replies Created
-
Any update on this please?
If I add a relative link such as /wp-content/myfile.pdf would this work please?
Thanks
Hi again,
I setup the subdomain with a new tracking code and can see page views etc in Analytics, but there are no events showing.
The links we create to access the PDF’s are full URL’s such as https://www.sub.private.com/wp-content/myfile.pdf – would this be why it’s not working?
If I used a relative URL’s instead such will this work please?Hi Yuval, thanks again.
That’s ok, it will only be from a link on the site that we want to track, I will not be publishing the links any other way.
I have purchased and installed the Pro version this morning, but have not set it up yet.
The site I want to track is a subdomain of another site that I have registered (sub.private.com). The other site (private.com) is hosted by a friend who developed it for me and it already has an associated Google Analytics account setup.
Can I use the Google Analytics Identifier from private.com for sub.private.com or do I need to set it up separately?
Also what do I need to configure on sub.private.com to get it to work properly please?Sorry for the delayed reply and thanks for your help.
So can I just confirm, once we setup the tracking on PDF’s once, it will track all future PDF’s that are accessed on our site? The PDF’s our users download change on a weekly basis so if we had to do it for each specific PDF URL we make available it’d be a lot of work.Thanks Yuval, can you explain a bit about how I’d set it up using the Pro version please?
Forum: Plugins
In reply to: [WP Activity Log] Private Site – logged in user media file access trackingThanks for your response.
Yes, I am linking to them directly…i.e. a hyperlink such as:
https://www.site.com/wp-content/folder1/folder2/folder3/folder4/myfile.pdfForum: Plugins
In reply to: [Collapse-O-Matic] Shortcode Function in Target ContentApologies, yes, it’s all sorted now and looking great.
Thanks very much for all your help, fantastic responses!Forum: Plugins
In reply to: [Collapse-O-Matic] Shortcode Function in Target ContentI have echoed the code so I think this is where the problem is. Thanks for the heads up. I’ll get my function changed and test again
Forum: Plugins
In reply to: [Collapse-O-Matic] Shortcode Function in Target ContentWhen I try that, the collapsible Title is displayed, however, the links are displayed above the title as soon as the page loads and the action of expanding and collapsing the Title does nothing, apart from change the direction of the arrow.
Forum: Plugins
In reply to: [Collapse-O-Matic] Shortcode Function in Target ContentYes, very much like that…
[filelinks client=”ClientA_(25)” type=”briefs” folder=”briefs”]
That example looks for the XML file based on the client and type attributes, then creates the link using the client and folder attributes. They happen to be the same here, but are not for all of the categories
- This reply was modified 8 years, 7 months ago by laddersrus.
- This reply was modified 8 years, 7 months ago by laddersrus.
Forum: Plugins
In reply to: [Collapse-O-Matic] Shortcode Function in Target ContentThanks for your quick response! 🙂
My function reads a specific XML file (based on my shortcode attributes) that’s hosted in a folder inside the wp-includes directory of my WordPress site.
The XML contains PDF/MP4 file names for files which are also stored in that folder which the function reads, then creates hyperlinks for each file so that the user can click to access/download them.
These files (XML’s which kind of act as a contents list, plus PDF’s and MP4’s) are synced from an external location to my WordPress directory and there are new versions being added and old ones removed on a daily basis. There’s an automated process that runs on a server in the external location to update the XML’s, so that they only contain current file names.The files are in 4 different categories… Briefs; Planograms; Useful Info & Videos and there can be quite a lot in each one.
What I want to do is have each category listed as the visible title of a collapsible list, then when that category is clicked, my shortcode is triggered and the hyperlinks for the files within that category are displayed for the user to click.Hope this makes a bit more sense.
- This reply was modified 8 years, 7 months ago by laddersrus.
- This reply was modified 8 years, 7 months ago by laddersrus.