crowds
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Watermark] Error! message on bulk watermarkThanks mate, had a similar issue but it would fail before watermarking even one image. Increasing the memory limit worked for me!
Forum: Everything else WordPress
In reply to: Suspicious Referring link in WP statistics (hack attempt?)that’s good to know 🙂
Forum: Everything else WordPress
In reply to: Suspicious Referring link in WP statistics (hack attempt?)Thanks James, panic over:)
I did find reference to it here[exploit removed from public forum]
Forum: Plugins
In reply to: [Testimonial Rotator] Page not found when clicking on read more from widgetAhhh think I have sorted my issue, Human error Doh; there was an issue with my single.php code. I hadn’t picked up on it as the site only used pages for everything other than the testimonials.
Crowds
Forum: Plugins
In reply to: [Testimonial Rotator] Page not found when clicking on read more from widgetThanks for looking into it Hal. I tried both of the above but to no avail. Should there be a page created for displaying the testimonial code ? Or maybe something like a testimonial-page.php one within the theme folder ?
Cheers
CrowdsForum: Plugins
In reply to: [Testimonial Rotator] Page not found when clicking on read more from widgetApologies for late reply, thank you for looking into this. Yes I did change something. I was having problems adding the[Read More] link as I could see no option in the plugin settings but I could in the code.
As i’m using a widget to display my rotating list of testimonial I set it to Excerpt and within the loop-testimonial page i edited the “Content” section to add a [Read More] link if the String Length was above a certain count…// CONTENT echo "<div class=\"testimonial_rotator_quote\">\n"; echo ($show_size == "full") ? do_shortcode(nl2br(get_the_content(' '))) : get_the_excerpt(); if(strlen(get_the_content()) > 201){echo '<a href="' . get_permalink( $post->id ) . '" class="testimonial-rotator-view-more"> [Read More]</a>';} echo "</div>\n";There was no other way for me to add the Read more that I could see ?
Cheers
CrowdsForum: Plugins
In reply to: [Testimonial Rotator] Page not found when clicking on read more from widgetForum: Plugins
In reply to: [Testimonial Rotator] Page not found when clicking on read more from widgetIm having the same issue. I’ve tried disabling all other plugins,and resaving my permalinks but no joy 🙁