thadfiebich
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Shipping & Tax] Local Pickup not showing at checkoutForum: Plugins
In reply to: [SlickQuiz] WYSIWYG in Question for image or formatting?ok, i see in the FAQ that it accepts HTML code.. however, to simplify the work, could TinyMCE or a WYSIWYG be added?
Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] enable photo swiping on phoneAppreciate the response..
do you mean to use a replacement such as “WP Jquery Lightbox”?
https://www.ads-software.com/support/plugin/wp-jquery-lightboxForum: Plugins
In reply to: [YOP Poll] show end of voting timerWorked perfectly, thank you!
Forum: Plugins
In reply to: [YOP Poll] Voters view full result detailshere is my current query
`SELECT wp_yop_poll_votes_custom_fields.custom_field_value,
wp_yop_poll_answers.answer AS VARIANCE_answer,
wp_yop_polls.question,
wp_yop_poll_votes_custom_fields.vote_date,
wp_users.display_name
FROM wp_yop_polls INNER JOIN wp_yop_poll_answers ON wp_yop_polls.id = wp_yop_poll_answers.poll_id
INNER JOIN wp_yop_poll_custom_fields ON wp_yop_poll_custom_fields.poll_id = wp_yop_polls.id
INNER JOIN wp_yop_poll_logs ON wp_yop_poll_logs.poll_id = wp_yop_polls.id
INNER JOIN wp_yop_poll_votes_custom_fields ON wp_yop_poll_votes_custom_fields.poll_id = wp_yop_polls.id,
wp_users
WHERE wp_yop_polls.id=’2′ and
wp_yop_poll_answers.id=’5′Forum: Plugins
In reply to: [YOP Poll] Voters view full result detailsI linked the database tables and created a query which displays what I want to see. I tried adding simple PHP to the Templates “Before Vote” box. The PHP does not show. Is there a way that I can add my own PHP/mySQL query to a template?
PS – Im trying to link WP_yop_poll_logs.user_id to wp_users.ID and they dont seem to like each other.. at the moment all I am able to get is a user id number, not the display name. Any thoughts?
Forum: Plugins
In reply to: [YOP Poll] show end of voting timer09/19/2013 at 9:03AM
I dont do military time
Forum: Plugins
In reply to: [YOP Poll] show end of voting timeris it possible to change the date and time format?
Forum: Plugins
In reply to: [YOP Poll] Export all voting resultsThank you for the quick reply! I’m not trying to be lazy, but is there a way to combine these into one export? There will be a few people using this export,and not all are tech savvy.
It would be really great in the poll results, to do a full data export.
A visual on the dashboard combining them would be wonderful too!
The less steps the better!Really enjoy your plugin!
Forum: Plugins
In reply to: [WP RSS Multi Importer] Not grabbing Excerpt, instead contentfor whatever reason the class was not kicking in to resize the image.. so i just added the css to the style sheet and the image resized.
Forum: Plugins
In reply to: [WP RSS Multi Importer] Not grabbing Excerpt, instead contentI added a widget area, and using the “smart blocks” plugin to display the shortcode as a “feed to post”.
My shortcode looks like:
[wp_rss_multi_importer category=”2″ maximgwidth=”150″ floattype=”left” hdsize=”14px” hdweight=”500″]It does not come through as your link shows.
The image and content from the post is coming through, instead of the excerpt and featured image.
I must be doing something wrong!
Thanks for the quick reply!
Forum: Plugins
In reply to: [MM-Breaking News] shortcodeThanks for the reply. Does the shortcode grab by category?
Forum: Plugins
In reply to: [Page Peel] Page Peel doesn't work (closes instead of opening)same issue here
https://ashburysquareai.org/Forum: Plugins
In reply to: [MobileESP for WordPress] [Plugin: MobileESP for WordPress] Doesn't workyeah i just swapped from another redirect plugin to this one.. I needed the full site option… but the redirect isnt kicking in.. I am on an android. also tried on my android tablet and no dice.
Thank you!
This might not be too bad. Using shortcode to create a link with a passing variable in the url that would bypass the redirect. hmmm.