g-mcfadyen
Forum Replies Created
-
The URL is https://hscpprod.wpengine.com/
The site is not yet ‘live’ insomuch as the domain name has not been sorted yet.
I see this in the <head> region –
<script type=’text/javascript’>
/* <![CDATA[ */
var Cli_Data = {“nn_cookie_ids”:[“GA1.2.2104776523.XXXXXXXXXX”,”GA1.2.1791343158.XXXXXXXXXX”,”1″],”cookielist”:[]};
var log_object = {“ajax_url”:”https:\/\/mydomain.com\/wp-admin\/admin-ajax.php”};
/* ]]> */
</script>These details correspond to the non-necessary cookie IDs/Values for the site, that I’ve added to the Cookie List. However, no matter what I add to the HEAD field, the <head> HTML does not change.
Just to add, mydomain is not yet on https…
- This reply was modified 4 years, 9 months ago by g-mcfadyen.
I tried that but it didn’t work. I tried it in the body field too, and that didn’t work either. I’ve tried putting the GA script in a separate JS file and using the head field to call that – that didn’t work either.
When I first installed the plugin, the head field contained some example script which looked like it called a specific function, which I’m presuming is included in the plugin?
Forum: Plugins
In reply to: [MimeTypes Link Icons] Only showing icons on posts, not pagesEdited to add –
I added the respective class to the document links on a page, using the ‘Additional’ field, and this works when just viewing a page, but now the list of pages created as search returns shows 2 document icons!So the CSS class is attributed automatically content in posts, but not pages, unless those pages area then listed in response to a search query. If I manually attribute the class to a document link on a page, it works when just viewing the page but then, when seeing the returned listed pages in response to a search query, the icon then appears twice – once because I’ve manually added it, and twice because it’s automatically assigned it when returning that page as a search query.
Forum: Themes and Templates
In reply to: [Appointment] Custom post extractExcellent, thanks, that did the trick – because I need the same function on different static pages for different categories, I saved index-news as index-catIDX, and defined $cat as the category ID, so that for another static page I can create index-catIDZ and display different posts.
Forum: Plugins
In reply to: [All-in-One Video Gallery] Video Gallery not showing in sidebarThank you, that’s done the trick, although why you’d limit content additions (by default) to the Administrator I don’t know, especially as the menu item was showing previously.