RPL
Forum Replies Created
-
Forum: Plugins
In reply to: [Redirection] Parameters not being passed with redirectionHi John
Thanks for the prompt response. You are quite right, just me being a bit dim. I’m trying to find a way of passing URL parameters to a destination page when someone clicks on a button/link, obviously this isn’t the solution.
Many thanks – Nick
Hi Ajay
Thanks, the issue has been fixed.
Kind regards – Nick
Hi Ajay
Sorry, I haven’t seen your email.
Can you try resending this?
Thanks – Nick
Hi lbrownie,
Do you know where I can obtain the previous version of the plub-in?
Thanks – Nick
Hi Ajay
I tried inserting
<?php if(function_exists(‘tptn_show_pop_posts’)) tptn_show_pop_posts( array( daily => 1 ) ); ?>
but the list disappeared from the front-end, so it doesn’t work.
I’ve emailed you via your WebberZone contact form, hopefully we can chat via email?
Thanks – Nick
Hi Ajay
I can’t see a select statement for wp_top_ten_daily. The closet I can see is:
SELECT DISTINCT wp_top_ten.postnumber, wp_top_ten.cntaccess as sum_count, wp_posts.ID
FROM wp_top_ten
INNER JOIN wp_posts
ON wp_top_ten.postnumber=wp_posts.ID
WHERE 1=1
AND wp_top_ten.blog_id = 1
AND (wp_posts.post_status = ‘publish’
OR wp_posts.post_status = ‘inherit’)
AND wp_posts.post_type IN (‘news’, ‘whitepaper’, ‘webinar’, ‘article’, ‘video’, ‘product’)
AND wp_posts.post_date > ‘1969-12-25 00:12:00’
ORDER BY sum_count DESC
LIMIT 0, 25Would it be possible for you to login to my development environment and have a look?
Regards – Nick
Hi Ajay
OK, I’ve installed Query Monitor and I can see the Queries generated by the plugin. Now what?
Thanks – Nick
I don’t use the display widget, it’s embedded in the template using:
<?php if(function_exists(‘tptn_show_pop_posts’)) tptn_show_pop_posts(); ?>
Hi Ajay,
No, it’s the ‘Default custom period range’ on the Settings page.
I am running version 2.6.1
Regards – Nick
Forum: Plugins
In reply to: [Advanced Ads – Ad Manager & AdSense] Using PHP codeHi, ignore this, I’ve solved it. I didn’t realise you had to insert the opening and closing php tags!
<?php
if ( zmember_valid_subscription() ) {
echo ‘<p>Logged In</p>’ ;
} else {
echo ‘<p>Logged out</p>’ ;
} ?>Forum: Plugins
In reply to: [Post Index] How to change the fonts and formatting?Hi AfrikaDietmar, thanks for taking the time to post, I have installed AZIndex and on first glance it looks good!
Forum: Plugins
In reply to: [Post Index] How to change the fonts and formatting?I have the same issue, any help or guidance would be gratefully received 🙂
Forum: Plugins
In reply to: [Simple Sticky Footer] Sticky Footer update has broken the editorHi Sandor,
I’ve tested the fix and all is now working fine, many thanks for looking into this and fixing so quickly, it’s very much appreciated.
Kind regards – Nick
Only one little thing, my personal opinion, I would put the background white with the background of the item highlighted in blue as it was before. It makes it a little bit more readable, in my opinion.
Yes, I would agree!
Hi Fabio
Many thanks for responding so quickly, much appreciated!