Simone
Forum Replies Created
-
AuthorPosts
-
Ok, the dev said it was an error with the description and will be fixed in the next version, go ahead and make your modification, you’re safe 🙂
You probably have permissions issue.
Also, check in the wp-config.php if you havedefine('FS_METHOD','direct');
Hi,
1- with less images in the listings
2- with more images in the listings
3- less review count
4- more review countHello, without an FTP (and then login details to WordPress) we cannot debug.
Can you access the backend?Hello, the widget itself (and the Events settings) has the option for “Upcoming”
Hi Bodhi,
1- no, it will be always displayed
2- I tried to change, on my demo site,a pre-existent slug with lots of listings in it, and all seems to be working fine (and the slug is updated correctly in the url), I will ask Paolo for a confirmation of thisHi Evan, i see it fine. Only the map needs the width set properly. Go in Appearances / Widgets and set the Map to have width: 100%
Hello Jan, to output the title of a listing, you can use
$postid = $wp_query->post->ID; // retrieve the ID
and then use it like this
$title= geodir_get_post_meta($postid,'post_title',true); echo $title;
Hello Adele, without having a look at the website we can’t debug, It could be a possible conflict with one of your plugin, or..anything else 🙂
Please provide url and login details in a private reply and we will be happy to help you
I’m glad 🙂 you’re welcome
June 8, 2015 at 11:09 pm in reply to: Is it possible to NOT show a Price Package on the front-end? #41853Hello Jan, I have answered to your second point months ago, with a function to add in your code
Ok, now I had the chance to test it, with the following you’ll do the trick ((tested))
! wp_is_mobile()
Hi Richard, could you please post url and login details in a private reply? thanks
hmmm…try with the following
(wp_is_mobile()==false)
remember to delete your cache
Hi Joel, you can achieve this using the plugin Widget Logic, here https://wordpress.org/plugins/widget-logic/ .
Once you install it, go to your Loginbox widget and add the following condition in the logic area!wp_is_mobile()
this will show the widget only on “not mobile” devices
-
AuthorPosts