abuomama
Forum Replies Created
-
Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] HTML validation errorHi,
you mean say remove code from plugin file?
Thanks!
Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] HTML validation errorHi @edo888 ,
you can check here – https://validator.w3.org/nu/?doc=https%3A%2F%2Fmedicaldarpan.com%2F
please give any solution.
ThanksForum: Plugins
In reply to: [PowerPress Podcasting plugin by Blubrry] New destination: Amazon MusicHello @amandato,
Is there any way to add more destination like overcast, castbox, postcast addict, radiopublic, etc.
Thanks
Forum: Plugins
In reply to: [WP Job Manager] Job filter checkbox to select boxHi @cena ,
Yes! You are right I need a dropdown box for filter job also I’m going to purchase your other addons so I think you can assist/help me. it’ll help me.
Thanks & Best Regard
Abu OmamaForum: Fixing WordPress
In reply to: Search FunctionalityI tried but nothing work, so I have created a field for keywords and then search worked as per I need
Forum: Fixing WordPress
In reply to: Search FunctionalityI think you unable to understand my question completely so I recorded a video, watch – https://youtu.be/5Y6ltSROOlg
Forum: Fixing WordPress
In reply to: Search Functionality@corrinarusso thanks for your time but let me know how could you escape here, see code –
$query = new WP_Query(array('post_type'=>'services','posts_per_page'=>-1,'s'=>$searchVal)); $data = array(); if($query->have_posts()): while($query->have_posts()): $query->the_post(); $location = get_field('service_location'); $data[] = array( 'title' => get_the_title(), 'lat' => $location['lat'], 'lng' => $location['lng'], 'type' => 'service', "path" => get_the_permalink() ); endwhile; endif; $developments = $data; unset($data); echo json_encode($data);Forum: Fixing WordPress
In reply to: Search FunctionalityThanks for the reply but I have wrote custom code using AJAX so I need custom functions.
Forum: Reviews
In reply to: [Coronavirus (COVID-19) Live Update Popup] great PluginThanks, @manisha3
Thank you @forhad96
Forum: Plugins
In reply to: [Simple Job Board] Make 'Attach Resume' feature optionalMake ‘Attach Resume’ feature optional but previous support code not working.
Please help…