Simone
Forum Replies Created
-
AuthorPosts
-
in the /location/me page I can’t see breadcrumbs, same as yours. I can see only when visiting the HOME not /location/me, just your website.com
Hmm…it is working as supposed..after logging in, it will redirect back to the previous page, so if you’re on the home page, you will see the homepage after the log in
Strange, what I did is to open the homepage url, accepting the permission popup for the location, and then I was seeing the breadcrumbs
February 16, 2015 at 9:15 pm in reply to: Restrict ability to add any listing to business owners only #31117HEllo, if you go to the Geodirectory Settings / Design, in the Listings tab you’ll find the option “New listing default status”, you can set it to Draft so you will decide what to approve and what not
Hi, could you please post url and login details in a private reply?
the breadcrumb with the city is in the homepage, in my case I see
Home > Location > United States > Massachusetts > StowHello, you can download this plugin https://wordpress.org/plugins/widget-logic/ , and then on your widgets you will be able to set conditions. Drag your widget in the GD Detail sidebar and add this condition in the widget logic field:
geodir_get_current_posttype()=='gd_event'
gd_event is the default Events, change it accordingly, if you created a new post type.
Tested and working on my demo site
February 16, 2015 at 8:58 pm in reply to: Displaying the Advertise Widget Only on Free Accounts #31112Hello, download a plug called Widget Logic (here), once installed you’ll find an option in the widgets you have. Drag the desired widget into your desired area, and add the following code in the widget logic field:
geodir_get_post_package_info_on_listing('', '', 'gd_place')->pid=="1"
change gd_place to whatever is your post type, and change the “1” to the ID of the price package you want to display the widget. You can see this ID in the Price tab, Package ID column.
Tested on my demo site and working, let me know 🙂
good to know 🙂
This is the Google Analytics setting, you can find it in the GD settings, Google Analytics tab
more info here http://docs.wpgeodirectory.com/core-general/#analytics
Hello, a new function should be added in the geodirectory_template_actions.php, I don’t know if you could simply set a upload limit in your php.ini..
I will notify Stiofan
Edit: woah I totally missed that. Nice Guust!February 16, 2015 at 12:42 pm in reply to: Category Default / Exclude Categories / Log in Error #31016You could change the email address in the Geodirectory settings
February 16, 2015 at 12:41 pm in reply to: Category Default / Exclude Categories / Log in Error #31015Hello, You want to set as default category a sub-category (in your case 4 wheel driving?) Could you please post url and login details in a private reply so I will check the categories issue?
To re-select the excluded categories in the payments, click on them holding down the CTRL keys on windows, and the CMD key if you’re on a mac.
About the error for the CURLOPT_FOLLOWLOCATION, it is happening because your host has the safe_mode enabled (you should ask to the technical support)
I tried and it redirects me to Stow, in Massachussets (I’m in Italy so I guess this is the closest city), although I don’t see anything but a No records found, but this is happening because there isn’t ay listing in Stow.
When you’re clicking the near:me button, what city is in the breadcrumbs?HI Danielle, what steps you take exactly? Ive simply dragged the GD > Search widget in the Single Sidebar area, and it works, and the widget is showing, for example, in the “If Rice and Pasta Had a Baby” post.
Ive added this to your style.css
h1.entry-title.fn { margin-bottom:10px; }
so your text is not too close with the slider
-
AuthorPosts