Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
I have done it hundreds of times, it would take 100x longer to explain it than to do it 🙂
Stiofan
You can add images to the locations settings, you can then get them with
$seo = geodir_get_location_seo(); if (isset($seo->seo_image_tagline) && $seo->seo_image_tagline) { $sub_title = __($seo->seo_image_tagline, 'geodirlocation'); } if (isset($seo->seo_image) && $seo->seo_image) { $full_image_url = wp_get_attachment_image_src($seo->seo_image, 'full'); }
Hope that helps.
Stiofan
That again goes against what i said, “we will not show different content depending on factors that are not in the url” it breaks caching and makes it incompatible with many hosting solutions such as wp engine and godaddy wp hosting…
Content can only change depending on url parameters.
Stiofan
Glad you solved!
FYI disable fav’s is a built in option in GDv2 🙂Thanks,
Stiofan
no, i was not able to click the preview button before it uploaded, i was able to go back and edit with no problems though.
I would assume its obvious you need to wait for the progress bar to finish but maybe not to everyone. Maybe you should add a message there or maybe we need to disable the submit button while its uploading…
Stiofan
January 29, 2018 at 12:29 pm in reply to: What is the highest amount of listings to be added into the GD database? #414803@Dirk, Nice website, have you submitted it to our showcase? https://wpgeodirectory.com/submit/
Are you hoping to do a sort of wiki thing or are you hoping the brewery will claim the listings to update details?@alex
a. GD>Design>Map>SHOW / HIDE POST TYPE AND CATEGORY ON MAP
b. GD>Multilocations>LOCATION TERM COUNT SETTINGS (this will mean you will manually have to do it via GD Tools>Location category counts)Thanks,
Stiofan
Not tested but you could try “the_content” filter.
Stiofan
The hard way would be to hire a developer to add it..
We don’t want to show different data on the same page depending on location selected, as i stated before we did this in the past and it causes problems with caching, we won’t do it again.
If you are looking to show ONE location info on the one page then that is something we likely will introduce in GDv2 (but not dynamic depending on location on non GD pages)
Thanks,
Stiofan
nearby what?
January 29, 2018 at 11:06 am in reply to: How to Get Rid of The Under_Score When Clients Upload Images? #414793This will change in GDv2 but FYI the top 3 google image results for “car” all use underscores…
Thanks,
Stiofan
That seems to be a CSS rule you added
/*** Remove favorite hearts from images ***/ .geodir-addtofav, .geodir_category_list_view li .geodir-addinfo a.geodir-pcomments, .geodir_category_list_view li .geodir-addinfo span { display: none; }
Stiofan
January 29, 2018 at 10:46 am in reply to: Need some Help With "Snippet to Remove GeoDirectory Scripts" #414785u could do something like this (only part of ur script):
function wpdocs_dequeue_script() { global $post; $inc_page_ids = array(123,321,111,222,333); if (!geodir_is_geodir_page() && !in_array($post->ID,$inc_page_ids) ){
Stiofan
Hi Fabio,
If you provide wp-admin details it usually takes us 2-3 minutes to add compatibility settings for any theme.
In GDv2 we are doing things very differently, we hope even better then WC does it 🙂
Thanks,
Stiofan
I could not recreate the blank preview page issue, can you tell me exactly how to recreate?
Thanks,
Stiofan
Hi Shaun,
Please provide wp-admin details and i’ll take a look.
Thanks,
Stiofan
-
AuthorPosts