peteincali2103
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Made Easy] Book an event without a set dateI also would like to have this kind of functionality.
Forum: Plugins
In reply to: [Events Made Easy] Getting featured query with php code and mysql queryIf anyone else is interested in this, I did this like this:
echo do_shortcode( '[eme_event id="'.$event_id.'" template_id="1" ]' );
And made the format of template ID of 1:
#_EVENTIMAGETHUMB{medium}
Forum: Plugins
In reply to: [Events Made Easy] Seat Price in RSVP FormThanks, this worked.
Forum: Plugins
In reply to: [Events Made Easy] Recurring event one listingI have another question regarding this. Is is possible to have a recurring event with different times for different days. The solution I am trying to create above will not really work well for event listings, if I have to create different recurring events if they have different times. Thanks for any help. Love this plugin btw.
Forum: Plugins
In reply to: [Events Made Easy] Getting featured query with php code and mysql queryOh, I think I get it. Thanks for the suggestion. I will try it out.
Forum: Plugins
In reply to: [Events Made Easy] Getting featured query with php code and mysql queryThanks Franky, I do know that I can use shortcodes in php with do_shortcode, but I still don’t know how I would get the featured image of an event using that. Can you explain?
Forum: Plugins
In reply to: [Events Made Easy] Recurring event one listingThanks Franky. That is not ideal, but still a solution.
Also, just unchecking the checkbox for display:none; in your inspector will show it.
A permanent fix is by adding this to your functions.php file:
add_action(‘admin_head’, ‘my_custom_css’);
function my_custom_css() {
echo ‘<style>
#wpcf7-tg-pane-datetime.hidden {
display:block !important;
}
</style>’;
}Forum: Plugins
In reply to: [Events Made Easy] Recurring event one listingReally would like to know of a solution here, where I can direct a customer to one event page that shows all dates that can be selected for RSVP. Thanks in advance.
Forum: Plugins
In reply to: [Events Made Easy] Recurring event one listingThanks Franky,
But would this show the event with range of dates?
More importantly, would the event page itself have a registration form with a date selection field?
Forum: Themes and Templates
In reply to: [Onetake] Remove PreloaderI also want to remove this feature. It appears to be part of the newest upgrade. Please advise.
bizready, did you ever get the answer to this? I also need to figure out how to enter into certain sections of the form.
Forum: Plugins
In reply to: [Srizon Responsive Youtube Album] Close bar above video not aligned correctlyFound it. Thank you so much. Working great now!
Forum: Plugins
In reply to: [Srizon Responsive Youtube Album] Close bar above video not aligned correctlyI appreciate your help. I was able to remove that by doing that. I also removed the !important on a hover attribute that was making the bar blue dark blue. However, now with this new update, I noticed that when hovering over the X area, it shows a white border around that misaligned section. Can you see what is causing that?