kayshah
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Content Shortcode] Conflict with WordPress [gallery] shortcodeHello,
This is a very powerful and very easy to use plugin for displaying custom fields values.
I have a query and I am not sure how to proceed, I have created a custom post type called Conferences
I am using Advanced custom field to capture conference start date and end date date pickerI want to show upcoming events on my page in a below format
Apr 10-12 Post Title…
May 2-3 Post Title..My question here is how do I Fetch the Apr from the conference start date field and show only first three characters of the month in the page?
for this I used your short code as below
[loop type=conferences field=date_and_time_field]
[field conference_start_date]-[field conference_end_date]
[field title-link]
[/loop]Any Help will be Appreciated
Thank you
Hi Simon,
works like a charm!!!
I would rate this plugin 5 stars, first of all its a great plugin slider for html content, I have ever seen.second thing, I would rate another 5 stars for your prompt reply and solution, I almost wasted my day and half trying to figure out whats happening, modified js, css and then I gave up, but you are superstar..
Thank you very much Appreciate it!!!
Hi Simon,
that’s why I have not kept the slider under bayview pleasure to have a comparison.
my problem is when I put a slider(which is implemented in beach style) the popup for the first time opens too close to the top of the browser which takes top-32px and when I dont implement the slider (which is in bayview pleasure) opens up on the center.
do you know is there anything in JS or css of the slider which takes top-32px?
Thanks
thts not the cause of the problem, I kept two forms in a single page to show you that one is working and other not.. I removed the form which is outside still the signature does not work inside the accordion
Hi if you inspect the signature canvas element the width and height is the same for easy viewing I have changed the background color of the accordion from white to grey so you can see the signature canvas
sorry click on the last accordion inventory and availability not pricing schedule
Hi,
here is the link https://ncm.vlabsinc.com/results/one-tequesta-point/,
when you scroll to bottom and open pricing schedule, you will see a form where I have added the contact form 7 with signature it stops working when its inside accordion,
and the same form if you see it outside accordion signature is working
Thanks
Forum: Plugins
In reply to: [Contact Form DB] prevent duplicate form submission by user in Contact form 7Thanks Michael for your prompt reply,
in which file I should Implement this code?
Forum: Plugins
In reply to: [Contact Form DB] prevent duplicate form submission by user in Contact form 7I looked in to this but I am not sure how to implement this can you help me how to implement along with this code and where should I place this code
if (is_user_logged_in()) {
$current_user = wp_get_current_user(); // WP_User object
$user = $current_user->user_login;
$atts[‘filter’] = “$fieldName=$fieldValue&&Submitted Login=$user”;
}