Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
It seems to work fine for me? (see attached)
Hi Gary,
I would recommend our Directory Starter theme https://wpgeodirectory.com/downloads/directory-starter/
Or maybe the child theme for it (you need the Directory Starter theme installed also)
https://wpgeodirectory.com/downloads/supreme-directory/You can customize most colors form the wp customizer.
We don’t provide custom work, but if you need advice about your site we can help with that.
Or if you really want someone to help then try posting in the jobs section of the forum.
Thanks,
Stiofan
If you edit the locations page meta title and description via yoast it seems to work, you can use: %%location%%, %%in_location%%, %%location_single%% and %%in_location_single%% there.
Am i missing something? You would prefer that the GD location description is used?
Stiofan
Hi Steve,
Can you please provide FTP info or hostgator login (ones provided dont seem to work).
Also please let me knwo what theme you want to use and where i can see any errors you mentioned?
Thanks,
Stiofan
Hi Lynne,
I have changed both of these issues and they will be in the next release.
Thanks,
Stiofan
Please see step #5 part 2 https://wpgeodirectory.com/docs/gd-core-plugin-google-analytics/ The urls must match exactly even if your site has www. in it and the authorization one does not then it will not work.
Stiofan
Please make sure everything is up to date, for example your advanced search is out of date, you might be having this problem: https://wpgeodirectory.com/support/topic/missing-update-notifications/
Thanks,
Stiofan
Did u get this resolved?
Stiofan
That does not look like FTP details.
Stiofan
OK, it seems to work fine but you have to select the right CPT from the left, Operators for example only has one listing in it. Maybe you dont want that to show first, you can change the order in GD>Custom post types>edit>advanced mode>Order in post type list
Thanks,
Stiofan
@andre we had to change this feature because of the wp rules, if you have options to show the copyright text then it must be opt in, as this is a free theme we want to show our credits so we had to remove that option, as kor’s link shows it’s only a coupe of lines of code to change it:
remove_action( 'dt_footer_copyright', 'dt_footer_copyright_default', 10 ); add_action( 'dt_footer_copyright', '_my_dt_footer_copyright_text', 10 ); function _my_dt_footer_copyright_text(){ echo 'My copyright text'; }Thanks,
Stiofan
This reply has been marked as private.Yes my solution would not add it to the po file direct, it would need to be scanned and added to the language file and then scanned again by poedit.
Again your solution would only work for people with CPT addon, i need to make this work for everyone.
I think the easiest solution might just be to add filters to them?
Stiofan
Hi Alistair,
Can you provide FTP info and i will take a look.
Thanks,
Stiofan
function _my_dequeue_script() { wp_dequeue_script( 'geodirectory-googlemap-script' ); } add_action( 'wp_print_scripts', '_my_dequeue_script', 100 );Stiofan 🙂
-
AuthorPosts