gxt
Forum Replies Created
-
Forum: Plugins
In reply to: [Google Analytics Post Pageviews] Auto reconnect after Quota ErrorYes, I have the latest version of both WordPress and the plugin.
Forum: Plugins
In reply to: [Google Analytics Post Pageviews] Auto reconnect after Quota Erroryep, and even if the cache is set up to two weeks it keeps disconnecting
if the file is uploaded elsewhere and you paste the link it does that thing… if you upload the file via the wordpress media it doesn’t show the direct link. so I guess I’m gonna upload the file via wordpress instead ftp.
Forum: Plugins
In reply to: [Google Analytics Post Pageviews] DisconnectingSame here. Disconnect + 0 views. Running the latest version
about the view count; that happened to me also.. it was cause of the Cache time.. try setting it to 1 hour if it aint already, that fixed it for me
Forum: Plugins
In reply to: [Google Analytics Post Pageviews] View count is always 0Hi,
thanks for the reply and the quick fixes ??Yeah, I’ve over 5.000 posts and lots of visits, that probably might be a problem even if results are cached. But, yeah… cache is a must in any case!
Forum: Plugins
In reply to: [Google Analytics Post Pageviews] View count is always 0Update 3:
If I try to set up the cache to Six Hours and then save it, it gets back to One Hour.. same for the date box below, it doesn’t save the changes.Forum: Plugins
In reply to: [Google Analytics Post Pageviews] View count is always 0Update:
I’ve cleared all of the w3 total Cache and now it seems to be working only on some pages.. not at all. but I guess it’s the w3tc again.Update 2:
on some pages I have this error:
Fatal error: Cannot use object of type WP_Error as array in wp-content/plugins/google-analytics-post-pageviews/google-analytics-post-pageviews.php on line 78
Forum: Plugins
In reply to: [Google Analytics Post Pageviews] View count is always 0Hi, I’ve the same problem as the one above.
Here you go!
p.s. there might be a better way, but this works well too! ??<?php $billing_first_name = get_post_meta($wpo_wcpdf->export->order->id,'_billing_first_name',true); $billing_last_name = get_post_meta($wpo_wcpdf->export->order->id,'_billing_last_name',true); $billing_company = get_post_meta($wpo_wcpdf->export->order->id,'_billing_company',true); $billing_address = get_post_meta($wpo_wcpdf->export->order->id,'_billing_address_1',true); $billing_address2 = get_post_meta($wpo_wcpdf->export->order->id,'_billing_address_2',true); $billing_city = get_post_meta($wpo_wcpdf->export->order->id,'_billing_city',true); $billing_postcode = get_post_meta($wpo_wcpdf->export->order->id,'_billing_postcode',true); $billing_country = get_post_meta($wpo_wcpdf->export->order->id,'_billing_country',true); $billing_state = get_post_meta($wpo_wcpdf->export->order->id,'_billing_state',true); $billing_email = get_post_meta($wpo_wcpdf->export->order->id,'_billing_email',true); $billing_phone = get_post_meta($wpo_wcpdf->export->order->id,'_billing_phone',true); $billing_paymethod = get_post_meta($wpo_wcpdf->export->order->id,'_payment_method',true); ?> <?php echo $billing_first_name; ?> <?php echo $billing_last_name; ?> <?php echo $billing_company; ?> <?php echo $billing_address; ?> <?php echo $billing_city; ?> <?php echo $billing_postcode; ?> <?php echo $billing_country; ?> <?php echo $billing_state; ?> <?php echo $billing_email; ?> <?php echo $billing_phone; ?> <?php echo $billing_paymethod; ?>
Forum: Hacks
In reply to: Exclude Subcategories by Parent id/nameif you look better at the end of that post there’s an explanation for that!
you need to do it like this:
$excluded_cats = excluded_child_cats(12) . excluded_child_cats(18);
Forum: Hacks
In reply to: Exclude Subcategories by Parent id/nameCheck out this post it does what you need!
Forum: Plugins
In reply to: [W3 Total Cache] My site is down after updatingDamn! I forget about the .htaccess file. Yep, that may be also the problem…
Forum: Plugins
In reply to: [W3 Total Cache] My site is down after updatinghmm that’s strange…
try clearing your browser’s cache or try with another browser, then try also to login again here: yoursites.name/wp-login.phpif that doesn’t work, open PhpMyAdmin. Then select the WordPress database, and browse inside the “wp-options” table. Look for the “active_plugins” column, and click edit. Inside the “options_value”
Those lines you see there represent the active plugins in your blog. Delete them all and click save. This should deactivate all plugins. Now check if your blog is live again, and if the admin area is working. They should be.Here’s also a blog post on how to do that ( https://perishablepress.com/quickly-disable-or-enable-all-wordpress-plugins-via-the-database/ )
Forum: Plugins
In reply to: [W3 Total Cache] My site is down after updatingok, do it via ftp:
open your ftp program and go to
/wp-content/and delete all the files listed below:
? db.php
? advanced-cache.php
? object-cache.php
? w3-total-cache-config.php (first try to see if you can access your website without deleting this, if not deleted it)and the folder:
? w3tc-configthen go inside the /plugins/ folder
? /wp-content/plugins/and delete the folder named:
? w3-total-cachethat should work! ??
after you did those things, if you get a white page with some errors saying wordpress can’t load w3 cache, RELOAD FEW TIMES THE PAGE and it’ll get fixed.
/!\
P.S. about my comment above and downloading an older version, it’s better to download the version 0.9.2.5 or lower!!!
/!\