double drop design
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Charts] Tips on how to use dynamic datamichalmix thx for reply, I forgot to mention that I`m trying to display dynamic data…
$count_posts = wp_count_posts();
$draft_posts = $count_posts->draft;
$published_posts = $count_posts->publish;
$countPost = array($draft_posts,$published_posts);
$chartNewData = implode(‘,’, $countPost);this for an example. I follow the example but nothing is displayed. I notice that you mention about global variations. care to share a working example?
Little to zero documentation, I was about to purchase this but not I`m looking in different directions.
Forum: Plugins
In reply to: [WordPress Charts] Tips on how to use dynamic datalittle confused.
what codes needs to be added into the template and what code into the page? (for your example)
Forum: Plugins
In reply to: [Send PDF for Contact Form 7] php extensions?yes, no images are shown and I`m trying to figure it out why.
Forum: Plugins
In reply to: [Send PDF for Contact Form 7] Image header not workingcan you provide me/us with the dimension that are working for you, so I can replicate this.
Thank you,
Forum: Plugins
In reply to: [Send PDF for Contact Form 7] Image header not workingHi Florent,
same issues here, no images/logo are displaying.
send it 2min ago
yes, everything works fine after disabling the plugin. The website is underdeveloping and the page is password protected, (http://wyndhamgardenftwaltonbeach.com/fort-walton-beach-hotel)
Forum: Plugins
In reply to: [WordPress Shortcodes] Custom CSSThank you for creating this awesome plug in.
Is it possible to remove the img frame from the carousel slider ? If so I really appreciate if you can point me to the right direction.
Thank you.