![]() |
|
Home | Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]() Hi,
There is something wrong to my pagination. I wasn't doing anything to code far last couple days and today it just stopped to work. Also in tag cloud page photos are smaller then they should be. They where fine yesterday. Example with same products: http://www.fashion-drop.com/category/earrings/ http://www.fashion-drop.com/tags/earrings/ |
#2
|
||||
|
||||
![]() Hi,
The pagination problem seems to be related to the Yoast Google Analytics plugin. This is discussed here http://www.datafeedr.com/forums/showthread.php?t=8783 and a suggestion on how to fix can be found here http://wordpress.org/support/topic/c...ngle?replies=9. Regarding the tags page, that's because your tag page is displaying thumbnails, not images. Go here: The Factory > Your Store > VIEWS > PRODUCTS BY TAG > Default > Product list and change [product.thumbnail to [product.image Eric
__________________
![]() ![]() ![]() ![]() |
#3
|
|||
|
|||
![]() Image fixed. Thank you.
Analytics - disabling "Track outbound clicks & downloads" solved problem, but that was main reason why installed it. Is there any other way how to track how many clicks I have going out on my affiliate products? |
#4
|
||||
|
||||
![]() Hi,
All of that information is stored in your database. Every link to a merchant's website is tracked. Currently that information isn't exposed in your backend section but if you have access to phpMyAdmin you can run the following query (this assumes your WordPress $table_prefix is set to 'wp_'). Code:
SELECT p.id AS ID, p.name AS Name, p.site_link AS Link, stats.views AS Views, stats.clicks AS Clicks FROM wp_dfr_shop_products AS p, wp_dfr_xhits AS stats WHERE p.id = stats.id ORDER BY stats.clicks DESC Eric
__________________
![]() ![]() ![]() ![]() |
#5
|
|||
|
|||
![]() I have access to phpadmin, but I'm not developer and don't feel confident to mess around with database. It was very convenient for me to track outbound clicks in my analytics with rest of my webstats.
Maybe you know more simple way to do it? If not I will search in google other options. |
#6
|
||||
|
||||
![]() Hi,
I would say use the "Internal links to track as outbound" feature of that plugin but I've just tried that feature and it does not work for me. It seems I'm not the only person it doesn't work for, too. http://wordpress.org/support/topic/p...king?replies=5 You might need to find another plugin or do it manually. Eric
__________________
![]() ![]() ![]() ![]() |
#7
|
|||
|
|||
![]() Thank you for advice.
|
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Sorting doesn't work | Aichels | Questions | 2 | March 29th, 2013 09:25 AM |
Deeplink M4N doesn't work | mderooij | Problems | 9 | July 11th, 2012 06:08 AM |
Pinterest Doesn't Work | dk3 | Problems | 1 | March 29th, 2012 12:47 PM |
search doesn't work | meinehandtasche | Problems | 1 | January 18th, 2012 10:50 AM |
Sale price view pagination doesn't work | badm00n | Problems | 4 | January 16th, 2011 01:36 PM |