mariomb
Forum Replies Created
-
Hi – thanks for the reply. Yes, both have their own WordPress and Wordfence installs.
I did the test that you recommended – one of them is working, the other is not (the one that is not gives me a FALSE result). The one that is not is a site with its own domain but that is currently configured as a subdomain of the main one – any clues why this might be happening?
Ok thanks for that – that worked – I chose a compatible option and things seem to be working properly now.
Apart from that – and I do know this is now a different topic, but I have two sites with the same IP – and only one of them (the main one) is sending me alert emails when Admins log in – the other one has just stopped since the upgrade (already checked my SPAM folder and there’s nothing there).
Any help would be deeply appreciated. Thanks.
Hi there – I am sorry for the misleading info – some sliders show its images – all sliders after April 7th are not showing the images.
Forum: Plugins
In reply to: [Top 10 - WordPress Popular posts by WebberZone] Custom stylesThe problem is that the
<a class="tptn_link">
causes the image and the title to appear in diferent lines.
I even tried to make a css hack, but wasn’t able to. That is why i came up with that ‘hack’ and now it works like a charm.Forum: Plugins
In reply to: [Top 10 - WordPress Popular posts by WebberZone] Custom styles} if ($post_thumb_op=='inline' || $post_thumb_op=='after' || $post_thumb_op=='thumbs_only') { $output .= '<a>ID).'" rel="bookmark'.$rel_attribute.'" '.$target_attribute.'class="tptn_link">'; // Add beginning of link $output .= tptn_get_the_post_thumbnail('postid='.$result->ID.'&thumb_height='.$thumb_height.'&thumb_width='.$thumb_width.'&thumb_meta='.$thumb_meta.'&thumb_html='.$thumb_html.'&thumb_default='.$thumb_default.'&thumb_default_show='.$thumb_default_show.'&thumb_timthumb='.$thumb_timthumb.'&scan_images='.$scan_images.'&class=tptn_thumb&filter=tptn_postimage'); $output .= '</a>'; // Close the link } if ($post_thumb_op=='inline' || $post_thumb_op=='text_only') { $output .= '<span class="tptn_after_thumb">'; $output .= '<a>ID).'" rel="bookmark'.$rel_attribute.'" '.$target_attribute.'class="tptn_link">'; // Add beginning of link $output .= '<span class="tptn_title">' . $title . '</span>'; // Add title when required by settings $output .= '</a>'; // Close the link
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
Placing the $post_thumb_op==’inline’ on the first line leads to custom styles CSS not being able to place it inline as it should.
Forum: Plugins
In reply to: [Top 10 - WordPress Popular posts by WebberZone] Custom stylesSorry about my delay – there was a problem in your code, on the top10.php
there are at least two lines (as much as I’ve noticed) that are repeated and that are therefore not allowing the custom CSS styles to work
Do check it out when you can.
Forum: Plugins
In reply to: [Top 10 - WordPress Popular posts by WebberZone] Custom styles.tptn_thumb { float:left; margin-right:px; }
.tptn_link { clear:both; min-height:px; margin:px 0px 5px 0px; display:inline-block; }Forum: Plugins
In reply to: [Top 10 - WordPress Popular posts by WebberZone] Custom stylesI had custom styles to fix positioning of the thumbnail inline with text, and now after I updated the script, the text and thumbnail are with the link separately and not together as I used to have.
Thanks!
Yes precisely – the customization period defined at the Widget area (1 day) is the same as the one defined at the Top 10 Settings/General Options –
As I said, the numbers shown at the “Daily Popular Posts” plugin tab are different from those showing on site.
Is there the need to reset the plugin’s databases everytime there’s an update? (just wondering if that could be the problem).
Hi
I am checking the numbers at the “Daily Popular Posts” plugin feature – the numbers showing are pretty different from those displaying when selecting Display Daily Posts (of 1 day);
Greetings
I am having exactly the same problem – on my case if I select to show 10 posts I only get 6 – I have used reset and also the solution that you provided but no good – setting the function to true results in it showing only 2 posts.
Any thoughts?
Forum: Plugins
In reply to: [WordPress Popular Posts] [Plugin: WordPress Popular Posts] CSSHi again – yes, the problem is with the update – I reinstalled the old version and all is ok – I can tweak it no prob.
Forum: Plugins
In reply to: [WordPress Popular Posts] [Plugin: WordPress Popular Posts] CSSHi Hector
Yes, it’s the same. This started to happen with the new and updated version – up until now I had no problem implementing changes.