vinchoz
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] problem with attachment, fileHello,
I have the same problem: the name of the files are in the content of the mail but without link.
I use the plugin Contact Form DB7: then i can retrieve the file in the wordpress dashboard but not from the link in the mail.
How did you manage to get the link back?
Ty
Best
V.Forum: Plugins
In reply to: [The Events Calendar] Display start date in WP basic search resultIf i try width the venues… i add:
<?php echo 'Place:'.eo_get_venue_name(); ?>
I get the Venue name in my search result.
Everything okBUT i don’t get the start date with all this test:
<?php echo 'Date: '.eo_get_the_start(); ?> <?php echo 'Date: '.eo_get_the_start( 'jS F Y', $post->ID ); ?> <?php echo eo_get_the_start('jS M YY', $post->ID); ?> <?php echo eo_get_the_start("jS M YY"); ?> <?php echo eo_get_the_start(); ?> <?php echo eo_get_the_start( 'jS F Y', $post->ID, $post->occurrence_id ); ?> <?php eo_the_start( $format = 'd-m-Y', $post->ID );?> <?php eo_the_start( $post->ID );?>
Somebody see what i’m doing wrong…
Hi Craig.
Your solution works prefectly… THANK’sWe bought the PRO Version… to have the possibility to mark booking as PENDING before to manually confirm the booking.
Do you imagine my question: a third class for pending booking!$event_meta = rtec_get_event_meta( get_the_ID() ); if ( $event_meta['registrations_left'] === 0 ) { echo '<div class="ru-full">'; } elseif ( THERE IS PENDING BOOOKING ) { echo '<div class="ru-pending">'; } else { echo '<div class="ru-open">'; }
Have you an idea?
Again thank you for your help and for your plugin
Best
VinceHello,
Same problem on my website …
Is there a solution?Thank’s
… and i think i found the solution:
<?php do_action( 'show_beautiful_filters', 'cpt' ); ?>
i did forget the CPT param…
Thank’s again
- This reply was modified 7 years, 5 months ago by vinchoz.
… i did review your plugin …
I did exactly what you explained but i couldn’t find where to place the filter in the page template:
If i place it in the “foreach”: in appears for each language: normal!!
But if i place it before: nothing append.Before i used an archive template… now for a page template: do i need to recreate a new loop for the filter?
Thank’s again for taking time to answer…
Best
Forum: Plugins
In reply to: [Manual Related Posts] Drag n’ Drop not working!Hello,
I have the same problem… when changing the order with the drag’n drop tools…
It’s not corresponding in the front view.Is there a param in the shortcode? or something else?
Tx for the answer
Best
Forum: Plugins
In reply to: [Manual Related Posts] Wrong order and no cache to setHello,
I have the same issue…
Frontend does not display related post in the same order than the backend.All the solution i found in the older post of this forum did not help me.
Is there a good solution?
@colir: waiting for a “global” solution: could you explain me in which file and where i could paste your solution directly in the plugin files?
Thank’sBest
Vince
Forum: Plugins
In reply to: [Manual Related Posts] Post Ordering ProblemHello,
I have the same issue: the order in the admin doesn’t correspond in the post public…
“Publish” or “Update” for the post doesn’t save the drag n drop order.
I read this:
https://www.ads-software.com/support/topic/order-of-related-posts… i feel stupid but i don’t see any cache option in the plugin Params…
Any help?
Thank’s for your job
Forum: Plugins
In reply to: [The Events Calendar] List view: add daily separatorHello,
Thank’s for your answer… i really undersand you (plugin author) can’t help everybody.I had already read these documents.
And maybe another user of this plugin had to find a solution …Anyway, I continue to find a solution myself.
Thank’s again
Forum: Plugins
In reply to: [WP-Backgrounds Lite] Adding a margin-bottom (or padding-bottom)??Thank’s for the real fast answer.
I thought about this solution but i need the “space” in the bottom screen.
My BOTTOM navigation is 150px high… and i would have #supersized height = 100%-150px …
And the images also: height = 100%-150pxDo i have to “play” with the JS?
Hi … i have the same problem…
Supercar87? did you find a solution?
… or somebody else?
Thanks