Alex Rollin
Forum Replies Created
-
AuthorPosts
-
Hello!
You can install the Email Log and get some data together to correlate incidents with conditions.
https://wordpress.org/plugins/email-log/
Having a log will certainly help with diagnosis.
Hello!
Can you give an example of what it is you are trying to do?
Here is what someone else was working on: https://wpgeodirectory.com/support/topic/conditinal-custom-fields-in-search/#post-406282
Are you interested in hiring GD Experts to customize GD to meet your case?
This reply has been marked as private.This reply has been marked as private.December 14, 2017 at 11:39 am in reply to: Allowed Catagorys not being removed when package is changed. #409524Hello!
We would appreciate your help in recreating the issue.
Please create a private reply and include your site login url as well as WP Admin credentials.
Have you been using the GD > GD Tools > Expiry check to test this already?
Awesome!
In extreme cases, when changing lots of data, it is also possible to:
Export
Delete all Places from the site
Open Exported CSV
Delete all Post IDs (Or image references)
ImportHello!
Which plugin has the ‘timepicker’ you mention?
You can create a private reply wth your site URL and a page where we can see the timepicker in action.
Let us know!
Hello!
The free GeoDirectory plugin allows you to create a directory for one location, your default location.
The Location Manager Addon enables your Global directory, so you can add listings to locations all over the world.
Hello!
Some of the titles there are over 20. Are any positively truncated? It’s a DB setting that the limit ought to be 100 char (I think) for the title.
There is no setting for getting the title on to one line. In the future you may decide to use the right side of that listing area, but here is some CSS to further encroach on it:
.geodir-entry-content { width: 80% !important; }
December 14, 2017 at 7:39 am in reply to: moving CPT's & Categories form main site to sub site #409506Hello!
You can try duplicating/cloning your site. There are plugins for such things, but, your mileage may vary and we don’t/won’t recommend them. We do recommend you stick with what you can do through your CPanel.
Hello!
Access management is outside the scope of what we can help you with. In the past, members have had pronounced success with S2 members to protect URLs, and less success with PMP; in fact I have yet to hear of any member being able to protect URLs with PMP. We are currently working on a supported integration with ‘Members’ but this is only a beta test for paid roles, not access management per se.
For the theme, we would not recommend making your own templates. We can’t provide you with support for them, and, that said, you shouldn’t need to re-make all the templates. Instead you should be able to focus on working with the styles you are looking to customize.
How about we take a look at the search issue you mentioned. You can create a private reply to share the URL of your site login and WP Admin credentials so we can take a look at your settings. We can take a look at the search page and see what we can see.
Hello!
Welcome to GeoDirectory! It’s great that you want to make your site ‘yours’ with a customized look and feel. You can go far with custom CSS! I include a link below to familiarize you with options for how to customize your site with your own CSS.
Here’s an example of a custom CSS rule that you can add to your GeoDirectory settings. Open up your site’s admin area and go to GD > Design > Scripts > Custom CSS
h3.gd-cptcat-cat { font-size: small !important; }
I created that CSS rule just now using the tools built into chrome. I went to the text you suggested, and right clicked to select “inspect”. This opened the chrome tools, and I could see a highlight section. I right clicked on the ID, and selected “Copy Element”. Then I went to the CSS area and clicked the + sign. The copied selector was automatically added. I added a change to the font size, and the result was pasted above.
Let us know how it goes as you customize your site!
Hello!
Please share your site login URL, and the URL of a page where we can see the issue you are talking about.
You can make your reply private, so only staff can see it, and include WP Admin login credentials so we can take a look at your settings to make a diagnosis of the issue. Because this is related to a plugin conflict, please include FTP access as well: FTP Host name, port, login, and password.
I don’t see any issues related to that plugin at this time: https://wpgeodirectory.com/docs/known-issues/
Thanks
Hello!
GeoDirectory and the GeoDirectory themes are indeed targeted for web use.
There are a wide variety of WordPress plugins out there for printer-friendliness, but I would recommend WP-Print, which would allow a new print-css.css to control the visual output of the ‘printer friendly’ version. https://wordpress.org/plugins/wp-print/
At that point you could proceed by customizing your print style:
https://wpgeodirectory.com/docs/customizing-your-style/
You can request a print.css feature here: https://wpgeodirectory.com/requests/
Hello!
1# You can certainly create new code, and with new code, almost anything is possible! GeoDirectory was designed to use a separate DB table for each CPT, and these tables are not ‘joined’. To do so would be cumbersome, complex, and the resulting search would be slow and computationally intensive.
2# Very high complexity. So high, in fact, that many of our members run multiple niche sites rather than attempting to manage this level of complexity with business rules.
-
AuthorPosts