Meet Shah
Forum Replies Created
-
Hello Darian,
Thanks for the message, the status is same as it was.
Its now working.
I tried a couple of new Paypal Sandbox Accounts as well but none of them worked!
The green line you mentioned is not coming there on the payment settings page.Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] validation on droptdownHey Jules, I gave you the code of my form.
Will you please reply me ? The site is live with this issue.It’s a request from my side to have a look into this…
Thank you in advance.
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] validation on droptdownHey Jules, thanks for the reply.
Here is the code,<p class="form_text bandagist">Velg bandagist*</p>[select* class:region include_blank "Akershus" "Aust-Agder" "Buskerud" "Finnmark" "Hedmark" "Hordaland" "M?re og Romsdal" "Nordland" "Nord-Tr?ndelag" "Oppland" "Oslo" "Rogaland" "Sogn og Fjordane" "S?r-Tr?ndelag" "Telemark" "Troms" "Vest-Agder" "Vestfold" "?stfold"][/bscolumns] [bscolumns class="clear"][/bscolumns] [group group-857][select* store id:Shop_Akershus class:form-control "" "Velg butikk" "Banda Follo AS,Ski" "Bandagist 1 B?rum" "L?renskog Bandasje AS" "Nes Sykepleieprodukter, ?rnes"][/group]
OR
<p class="form_text bandagist">Velg bandagist*</p>[select* class:region include_blank "Akershus" "Aust-Agder" "Buskerud" "Finnmark" "Hedmark" "Hordaland" "M?re og Romsdal" "Nordland" "Nord-Tr?ndelag" "Oppland" "Oslo" "Rogaland" "Sogn og Fjordane" "S?r-Tr?ndelag" "Telemark" "Troms" "Vest-Agder" "Vestfold" "?stfold"][/bscolumns] [bscolumns class="clear"][/bscolumns] [group group-857][select* store id:Shop_Akershus class:form-control include_blank "Banda Follo AS,Ski" "Bandagist 1 B?rum" "L?renskog Bandasje AS" "Nes Sykepleieprodukter, ?rnes"][/group]
I have applied ‘*’ to make it mandatory and have tried to add blank with “” (blank value) and ‘include_blank’, but output remains same in both of the options. The 2nd drop-down is not being validated !
Thank you in advance.
Hi there, thanks for the reply.
I have created a template ‘single-events.php’ and loading everything through post id and post_meta function. I did not need map so far but now my client wants to have it so need to show location and map of current post. Can we include Location and Map with any function or snippet in my template ?
I have created single-event.php in my child theme.
Thank you in advance.
Forum: Plugins
In reply to: [Yoast SEO] Make plugin disable on BuddyPress and BBPresswill anyone reply here ?
waiting for this from last 5 days…
Hey Ajay, thanks for the reply.
Let me make my requirement clear.
I do have 3500+ portfolio posts and I am using this plugin to record daily visits. I am showing posts according to categories in different page. Now my client wants me to show most popular posts in the top for a particular category. I am managing the page through WP_Query so I can manage them but I don’t know which key should I pass in query to sort it.
so,
$args = array(
‘post_type’ => ‘portfolio’,
‘post_status’ => ‘publish’,
‘order’=>’desc’,
‘orderby’=>”what should I write here”,
‘posts_per_page’ =>-1
);
$new_query = new WP_Query( $args );I need to sort posts according to its visits, so the post with maximum post suppose to be in the top and the least one in the bottom.
I hope my requirement is clear to you now.
Have a good day ??I am waiting for a reply from 48 hours, will I get my answer ???
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Redirect user on a page on success@wysija: thanks ??
Forum: Plugins
In reply to: [The Events Calendar] I need to override single-events templateHey Brook, thanks for the reply.
I gave name single-events.php, single-tribe_events.php
with that I meant, what should be the name of the file, single-events.php or single-tribe_events.php ? And I have added this file to my child theme only, I am not changing anything in plugin.
and yes, my child theme is activated and I have created a hierarchy in this way, ‘child-theme/tribe-events/single-events.php’ but it still shows the default single layout of plugin as broken structure.
Hey, I need to solve this issue, why I am not getting any reply from you ?!?!?! This is disappointing…
Hello, I need to solve this thing, please help me with this issue…
Hey Paolo,
I read that document and it says that I need to find the template which I need to customize and need to copy that template under ‘geodirectory’ in my child theme but the problem is I need to create a custom single page and I am not getting the right template to override for that.
Or if I have to do that through a filter / hook, will you please let me know ?
I hope you understand my question, I need to create a custom single template for gd_place posts and I am not getting either template or hook for that and I need your help in this direction….
Thank you in advance Paolo….
did not work…
Actually I want to create detail page of the post but I am not being able to find the layout.
and single-gd_place.php but this file is not working !
It works…
Thanks a lot Paolo.By the way,
https://goo.gl/hPcPfqthis may help you to understand…
I just have to implement this login in search query. So the search widget of the plugin will have to search on limited posts only.