Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
1st you need to remove the tabs completely:
remove_action( 'geodir_details_main_content', 'geodir_show_detail_page_tabs',60);and add back what you need instead, creating a new function taking the corresponding parts from the function we just removed (geodir_show_detail_page_tabs).
In this case:
function my_cutom_detail_page () { do_action('geodir_before_description_on_listing_detail'); if (geodir_is_page('detail')) { the_content(); } else { /** This action is documented in geodirectory_template_actions.php */ echo apply_filters('the_content', stripslashes($post->post_desc)); } echo comments_template(); } add_action( 'geodir_details_main_content', 'my_cutom_detail_page',60);Let us know how you went,
Thanks
Hi Ukume,
I’m terribly sorry, but I can’t interpret your last message.
Thanks
hi,
in the last update we added the option to translate custom fields. In the next version the option to translate ratings definition will be included too.
Kiran already completed this task yesterday.
Thanks for your patience
No it shouldn’t create any conflict.
Thanks
Hi,
When do you get that error and where?
COuld you please post a link where we can see that in action?
Thanks
Hi,
there isn’t anything that will help you automate this change, if that’s what you are asking.
Because you will need to create the custom fields in advance, 1st you will have to study how to accomodate the tags as variable of 1 custom field. How many tags do you currently have?
Once you have this figured out, via SQL you can duplicate the content of the column post_tags into the column named according to the new custom field in the table wp_geodir_place_details.
Thank you can delete the tags from the DB everywhere, both in that table and in the other tables where wordpress stores tags.
This is no easy task.
Thanks
Hi,
to trigger autoupdates in Multisite you need to activate GeoDirectory in the main website, go to GD >> Auto Updates and enter the username and password used to access this website (wpgeodirectory.com). Than go to network admin >> plugins and you will see addon updates available.
Once you entered your credentials, there is no need to keep GeoDirectory active on the main website in case you don’t need to.
Thanks
I’ve just checked on our demo and it seems to be doing what it should.
Could you please provide a link to see what you mean? Possibly with wp admin credentials.
Thanks
April 6, 2015 at 5:22 pm in reply to: Locaiont switcher not working with default Location url prefix setting. #36369Thanks for letting us know, I’ll notife Stiofan too.
Cheers 🙂
Hi,
please provide link and wp admin credentials and we will have a look.
Thanks
Hi,
please go to GD >> Theme Compatibility and in the Class field of the 1st hook: Main Wrapper Actions
Please add :
container
and save.
If for any reason that doesn’t work, please provide wp admin credentials and I’ll have a look for you.
Thanks
As long as they are not on the same section of the page, ie: page content, that shouldn’t be considered a problem and neither google or w3c validator report it as a problem.
This because you have a h1 in the header and 1 in the page content.
I wouldn’t really worry too much about what Bing says, I never did…
Instead you have a plugin causing validation errors on your pages: http://validator.w3.org/check?uri=http%3A%2F%2Fwww.kjvchurches.com%2Fchurches%2F&charset=%28detect+automatically%29&doctype=Inline&group=0
I think Stream WordPress user activity plugin is the culprit.
Thanks
Hi,
I think it would casue problems if added, it might work for some scripts, but not all.
I wouldn’t use it.
Thanks
Or you can use the new listings shortcode with pagination in Home via a text widget in your content section.
http://docs.wpgeodirectory.com/core-shortcodes/#listings
Let us know,
Thx
-
AuthorPosts