Paolo
Forum Replies Created
-
AuthorPosts
-
Hi martinwi,
You should try to make an addon with it and sell it on themetailors too.
Looks pretty awesome!
Thanks
Hi Michael,
I’ve tested on your website and the only reason I see that could prevent the add listing form to complete its operation is W3 Total Cache, which is not compatible, I’ve disable it, but it creates few files in wp-content and htey should be manually deleted.
There could ber a server session problem too, in any case to verify I would need FTP credentials.
Once you provide them I’ll have a deeper look and it shouldn’t be hard to fix everything.
Let me know,
Thanks
In your active theme functions.php file.
Plugin files should never be touched.
Thanks
HI,
1st of all make sure to remove the id=”content” from the div containing that field. There can be only 1 element with that ID on the page.
Add float:left to the css used to reduce the slider.
.geodir_flex-container { float: left; max-width: 456px; }That will make the line go up next to the slider.
Than you can add this css to bring the map back down:
#catcher_detail_page_map_canvas2 { clear: both; }let us know how you went.
thx
hi Frank,
it should not be possible unless you STILL have a post stick in your sessions, which would mean you never closed the browser or never added a new post from the front end.
Instead of opening a new topic though, please reply in the previous topic where help has been offered by Stiofan.
https://wpgeodirectory.com/support/topic/gd-i-love-you/#post-34946
Thank you!
I’m closing this one…
Please let us know if this is resolved.
Thanks
Hi Urbanfix,
this has been fixed and will be in next version of advance search addon.
Thanks
Hi,
1 seems to be part of renew stack
They suggest this: https://theme.co/x/member/forums/topic/remove-blog-title-but-keep-shop-title/I’d say you can hide it completely with :
.x-header-landmark { display: none; }2) For this you can fix with:
.map-places-listing { margin-top: -43px; }3) The popular category widget there is in added full width area, so that is how it would normally show. If you want to contain it you could add:
.geodir-cat-list { margin: auto; max-width: 1200px; }4) for the claim modal:
#geodir_claim_form h4 { font-size: 16px; margin: 0 0 15px; } #simplemodal-container .row textarea { height: 80px !important; }All this css can be added to GD >> design >> scripts >> custom css.
Let us know how you went.
Thanks!
March 25, 2015 at 8:33 pm in reply to: Split: Importing more then one line in post_content column #35229Hi,
Is that being imported without formatiing or not imported at all?
The post_author column is empty. You should add the ID of the admin or a user of your choice before uploading the file.
Let us know and please provide url and wp admin credeentials and we will have a look.
Thanks
It was BePro listings.
once deactivated the map started working.
I’ll set this as resolved.
Thanks
Hi,
this code snippet will output “Hello world!” in every listings below the slider:
add_action( 'geodir_details_main_content', 'my_custom_action',35); function my_custom_action(){echo 'hello world!';}Changing the “35” value in the add_action will move it in different positions on the page.
This is how the page elements are ordered by default:
add_action('geodir_details_main_content', 'geodir_action_before_single_post', 10); add_action('geodir_details_main_content', 'geodir_action_page_title', 20); add_action('geodir_details_main_content', 'geodir_action_details_slider', 30); add_action('geodir_details_main_content', 'geodir_action_details_taxonomies', 40); add_action('geodir_details_main_content', 'geodir_action_details_micordata', 50); add_action('geodir_details_main_content', 'geodir_show_detail_page_tabs', 60); add_action('geodir_details_main_content', 'geodir_action_after_single_post', 70); add_action('geodir_details_main_content', 'geodir_action_details_next_prev', 80);To complete your requirement you will need to change hello world with your html button.
Hi,
I see that you added what Guust suggested in the wrong place (GD >> Theme Compatibility instead of GD >> Design >> Scripts >> Custom css ). We will need to remove that and add it where it belongs.
Please provide wp admin credntials in a private reply and I will provide what’s needed to get started.
Thanks
Hi,
just tried twice.
1st time failed and the browser console was giving a 404 error for some reason.
2nd time it went through.
I suspect there could be something wrong in the server configuration.
If it’s ment to return 404 it would always fail.
Let us know,
Thx
Hi,
with Geo-Directory/GeoDirectory-2015 I get:
ERROR: Incorrect Username or Email or password.Yes we would need back end access.
Thanks
HI Ashley,
those button are provded by facebook, google+ and twitter via iframes.
It is not possible to modify their css.
Thanks
-
AuthorPosts