Stefan
Forum Replies Created
-
Forum: Plugins
In reply to: [Google Analytics for WooCommerce] Google Tag ManagerI’d like to know this too. I’m firing GA tag via GTM and I’m not seeing any ecommerce data in GA.
Forum: Plugins
In reply to: [W3 Total Cache] CDN URLs redirectingYes, that’s correct.
I have enabled:
Host attachments
Host wp-includes/ files
Host theme files
Host minified CSS and JS files
Host custom filesHey darrylyeo – Did you find a solution to this? This is exactly what I need but having difficulties finding a solution?! Thanks
Forum: Plugins
In reply to: [W3 Total Cache] Cached pages issueTo be clear, I’ve disabled the W3 Total Cache plugin but cached pages are still being served instead of the up-to-date versions
Forum: Fixing WordPress
In reply to: $counter issueSorry, I don’t know what you mean. I’m fairly new to php. Can you give a bit more detail please?
Forum: Fixing WordPress
In reply to: $counter issueSo how does that look?
Forum: Fixing WordPress
In reply to: $counter issueSo now I have this
But it doesn’t work?
<?php $counter++; if ($counter % 3 == 0) { echo '</div><div class="row thirds">'; } if ($counter % 3 == 0 && $counter !== count($counter) ) { echo ''; } endwhile; wp_reset_postdata(); endif; ?>
Am I doing something wrong?
Forum: Fixing WordPress
In reply to: $counter issueThanks for your reply, Andrew. Could you give an example please?
Forum: Plugins
In reply to: [Gravity Forms Salesforce Add-on] Date format issue for birthdateI had to modify the saleforce plugin directly to make the date in format dd/mm/yyyy. By default the date is in US format.
Forum: Fixing WordPress
In reply to: Get URI after certain charactersGreat, so I’m using
echo htmlspecialchars($_GET["from"]);
to get the from value. I’d now like to display different content based on the?from=
string value. Eg if ?from=/page/subpage show subpage content. if ?from=/page/subpage2 show subpage2 content etc. How do I do this?Forum: Fixing WordPress
In reply to: Get URI after certain charactersHi haxxxton, That’s exactly what I’m looking for. Thanks!
Anyone?
Forum: Hacks
In reply to: Migrate cakephp script to WordPressHi bcworkz
Thanks for your reply. Are you able to provide some advise on how to resolve the FrontController and Configure Class references?
Thanks
Forum: Fixing WordPress
In reply to: Permalinks 404 errorThis is the contents of my httpd.conf file. is there anything wrong?
Forum: Fixing WordPress
In reply to: Categories and custom menus missingI’ve had a look at the error log and to be honest I’m not entirely sure what I’m looking for? Here’s a sample: