Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Did u make the changes i suggested above?
Stiofan
1. if there is no problem how can i provide a solution?
2. https://wpgeodirectory.com/docs/core-export/
3. You can add it back into any theme by editing the blog template and adding the below code above or below the content as u prefer.
<?php if(get_post_meta($post->ID,'video',true)){?> <div class="video_main"> <?php echo get_post_meta($post->ID,'video',true);?> </div> <?php }?>Stiofan
Thanks for the info, the problem seems to come from a big of code in the page builder
<script src="//assets.juicer.io/embed.js" type="text/javascript"></script>Commenting out this line seems to fix things and i see no problems on the page.
Thanks,
Stiofan
Yes it looks like that plugin is running its checks on all user register pages and not just the standard WP ones. There is not much that can be done here without editing the plugin to try and find the problem which is outwith the role of this support forum.
We have our own recaptcha plugin that works with GD and all its forms and can be used on the standard WP pages also.
Thanks,
Stiofan
The near me in the search is only for searching, when u change a location it is setting the location, you can see that if u untick the near me and you are locked into that location unless u use the search , in that case it will search near me unless u untick that option.
I think this makes sense and works but if you have any suggestions on how we should change this i will listen.Thanks,
Stiofan
I have tagged this post in the issue so you will be updated when any changes are made.
Thanks,
Stiofan
September 18, 2017 at 11:23 am in reply to: Changing Homepage, Permalink and Blog – Site Messed Up #396231The pages are likely now in the places section.
Let me know if u need more help.
Thanks,
Stiofan
Andrew,
1. There is no user profile image problem, you dont seem to understand this but the images are not stored on your server, if you had different images showing for users before it might be because you used a social login pluign that pulled there images from social sites, this has nothing to do with GD.
2. If you had no regions in GT which seems to be the case then that is a problem in your GT install that has followed over to GD and you need to fix that, again not a GD fault.
3. Video custom fields in GT will not show in ANY theme unless its set to do so for that particular theme, embeds have moved on since GT was created and its now much easier to embed with just the video link so the custom field is not needed, again nothing to do with GD, you just have to move with the times.
Thanks,
Stiofan
Hello,
I’m not sure if you are aware that we already use different tables for each GD CPT, speed is a benefit but the main reason is so we can use different custom fields per CPT. If your CPT are completely separate you might consider a multisite install for 3 different sites or subdirectories.
On another note, using CPT for locations is not the way to do things. If you explain what you are trying to do maybe i can give better advice.
Thanks,
Stiofan
Hi Thommy,
There is no specific filter for GD places, we use the wp_upload_dir() function to get the upload dir, normal WP filters should work fine if hooked right.
Thanks,
Stiofan
Andrew,
The region table in GT is empty so this seems to be a problem you had in GT that has been carried over, likely there is ways to automate a lot of the changes for major cities, like if city =x then update region to Y.
There is no user image problem i can see, user images are not stored on the server.
For videos, that is how gt did it, now its a new theme and it does not do it like that, WP have moved on and its now much easier to embed videos, things change over time and this is one of them.
Stiofan
September 16, 2017 at 6:27 pm in reply to: Changing Homepage, Permalink and Blog – Site Messed Up #396140This reply has been marked as private.Yes i logged in.. Its a new theme and displaying the custom info depends on the theme, you would need to paste the youtube url into the post text where you want it.
Stiofan
Sure, i changed the GD>Theme Compatibility settings, you can export and import the settings there or just copy them over. I also changed the GD>Design settings to show the sidebar as 30% and the main content at 67%
Thanks,
Stiofan
September 16, 2017 at 6:05 pm in reply to: Changing Homepage, Permalink and Blog – Site Messed Up #396134You only really need the post ID if you are updating existing listings, it will overwrite the info.
It makes it quite difficult to fix without something like cpanel access, maybe you can ask for cpanel access?
Stiofan
-
AuthorPosts