chrisjonesDE
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [WPGlobus] 404 Error if you remove the trailing "/"That did not solve the issue.
Forum: Plugins
In reply to: [Advanced post slider] Duplicate function not workingI have not had a fix and I simply selected a different plugin and rocked on.
I do not see a feature on the paid side that will let you select sliders by category as needed. If that is an option please let me know and I will purchase.
Forum: Fixing WordPress
In reply to: Caption shortcode showing in excerptI found that the code that it was using was the culprit. I was using:
<? php echo dp_clean($post->post_content, 350); ?> […]
But swapped that out with the following and it works fine:
<?php the_excerpt(”); ?>Plug in is running, and if you validate any of our pages (example below) you will see the issue as described.
http://www.bounceenergy.com/blog/2014/05/7-kid-friendly-crafts-mothers-day/
Viewing 5 replies - 1 through 5 (of 5 total)