Here is my command server side:
/”address to exe”/php /”address to wp cron file”/wp-cron.php
Here is my hook:
function myapp_cron_test()
{
mail(‘my email address’, ‘TEST CRON EVENT’, ‘test cron event by server cron job – OK’);
}
add_action( ‘humveg_cron_test’, ‘myapp_cron_test’ );
why is it not working ? thanks….
]]>I wanted to ask if this could be implemented within GTM4WP or if I should implement it directly with code as suggested by Stape.
Thanks
In the general settings, the client-side insertion method is set.
How can I set the server-side method to insert only certain blocks?
And that they should be inserted after a certain paragraph number.
I know that the server-side method works when using a Filter.
I should first insert code-block-nn by client-side method into required paragraph and then insert code-block-mm by server-side method right after it through Filter, selecting necessary paragraphs with code-block-nn in their divs.
So, the client-side method inserts code-block-1, code-block-2, and code-block-3 after paragraphs 1, 2, and 3.
Immediately after these blocks, the corresponding blocks code-block-10, code-block-20, and code-block-30 must be inserted using the server-side method.
In other words, in the following scheme: code-block-1 –> code-block-10, code-block-2 –> code-block-20, code-block-3 –> code-block-30.
The code for the server-side insertion is as follows:
[ADINSERTER VIEWPORT="Desktop"]
<div>
<p>--- TEST 1 D ---</p>
</div>
[ADINSERTER VIEWPORT="Phone"]
<div>
<p>--- TEST 1 M ---</p>
</div>
[ADINSERTER COUNT]
[ADINSERTER VIEWPORT="Desktop"]
<div>
<p>--- TEST 2 D ---</p>
</div>
[ADINSERTER VIEWPORT="Phone"]
<div>
<p>--- TEST 2 M ---</p>
</div>
[ADINSERTER COUNT]
[ADINSERTER VIEWPORT="Desktop"]
<div>
<p>--- TEST 3 D ---</p>
</div>
[ADINSERTER VIEWPORT="Phone"]
<div>
<p>--- TEST 3 M ---</p>
</div>
The paragraph selection settings are the following two to choose from.
But nothing works, regardless of the Insert only in the loop setting.
I’m trying to use this package to set-up a new Google Server container.
According to the documentation below I have to add a config for the ‘transport_url’.
https://developers.google.com/tag-platform/tag-manager/server-side/intro#configure_gtagjs
I’ve been looking around for a couple hours but i can’t seem to find a setting to edit this.
Is there a possibility to manually add fields to the config script?
In Data sources, inside my facebook account, under my pixel, I see all events, working, both connected browser and server side, but PageView.
My PageView event is connected only Browser side.
From January I know that Browser side connections fall, and so I need every events is connected with Server Side.
Any help?
Best
]]>I would like to set up a cookie-less tracking, and configured the wordpress Matomo plugin so that no JS cookie is used (Admin > Matomo > Settings > Tracking > Disable cookies). Https is properly working on the site,
However, after a week of use, the Matomo dashboard shows no data (all shows no data, or “0”), with the notable exception that Visits log and Realtime logs are not empty and suggest that some data is collected.
I’ve read https://fr.matomo.org/faq/troubleshooting/faq_58/ and https://matomo.org/docs/tracking-api/ and am aware that the JS tracking code can be replaced with a PHP tracking code, or optionally a tracking pixel (any non-JS and cookie-less option is fine for us). However, i could not determine which documentation or tutorial applies in the case of the wordpress plugin, as the tracking file seems already included in the WP plugin : should i add a tracking (php) code in the theme/templates or can it be enabled only through WP admin ?
Thanks for tips !
]]>We are using the updraft plugin for our daily remote backup (On Google Drive) to avoid data loss in case of any unexpected event for a while. But lately, there have been some issues with the same.
The backup files are now stored on the server-side of our domain too. This is ultimately causing us a shortage of storage issues for our website. And it is taking up a lot of our server disk space.
How can we keep up our daily backup files just on Google drive rather than stored on the server? So, that we can have some free space to utilize?`
]]>So I’m looking for a plugin that pulls from a Twitter feed and renders in my WP site *entirely* on the server side. I have no need for any JS functionality, just to render text and links, and maybe images.
Can anyone point me at one?
]]>tldr; I want to change an object’s text, using a button on the dashboard/ admin page.
Context:
For my friend’s website, I’m wanting to add an object which indicates when her pottery studio is open, which can be easily switched between the two states. i.e. when visiting the home page, a piece of text will either say “We are open!” or “We are closed!”
I was wanting to make it simple for her to switch between these two, by either 1. visiting a certain link. e.g. mywebsite.com/admin/imopen or …./imclosed, 2. or having a dashboard button/item to manage this.
I couldn’t find a plugin which would help me, so I think I’d need to code this.
I’m not sure how to do this. Could anyone give me suggestions? Or where to start.
]]>Is your plugin Client Side or Server Side?
Does it mean server side or client side calculations?