Simone
Forum Replies Created
-
AuthorPosts
-
Ciao Paola, this is a not-so-common issue (the handling of a tab without a html variable name) so I will ask to Stiofan and get back at you as soon as I will know something.
if events-1 will occur, something is using events as slug (of course).
Now I can’t access your website, it is ..blank.
Let us know when it works, and eventually leave us your phpmyadmin access so we can check the database, thanksHello Paola,
how come the basic information is without html variable name? Is it a fieldset? However, the default tab must be set it as active with$new_tab_array['basic_information']['is_active_tab']='1';
place it before
unset($tab_array['basic_information']);//unset in old one
and you should remove the Profile from the active tabs
$new_tab_array['post_profile']['is_active_tab']='';
place it before
unset($tab_array['post_profile']);//unset in old one
Hmmm….I think this is not possible
Sorry, I copied it impartially, there you go
function listing_content_init() { register_sidebar( array( 'name' => 'GD Listing Content Section ', 'id' => 'listing_content', 'before_widget' => '<div>', 'after_widget' => '</div>', 'before_title' => '<h2">', 'after_title' => '</h2>', ) ); } add_action( 'widgets_init', 'listing_content_init' ); add_action( 'geodir_main_content_open', 'geodir_listings_map_before', 10 ); function geodir_listings_map_before() { ?> <?php if ( is_active_sidebar( 'listing_content' ) ) : ?> <div> <?php dynamic_sidebar( 'listing_content' ); ?> </div> <?php endif; }
You should check in your pages if something is using the slug /events (also in trash) and eventually checking in the database
Your slug was already taken, try now it is working, I changed to “event” from the Custom Post Types
Hi Alex, could you please post your login details in a private reply?
thanksAwesome, you’re welcome
Hi, sorry if I misunderstood your question.
In your case, I think you should remove the function geodir_reviewrating_rating_frm_html and recreate it using the post_title rather than the post type.
The file is geodir_reviewrating_template_functions.php and it is in the review rating manager folder, and the row is<?php printf(__('Rate this %s (overall):', GEODIRREVIEWRATING_TEXTDOMAIN),get_post_type_singular_label($post->post_type));?>
(the other is approx 30 rows below)
June 18, 2015 at 4:40 pm in reply to: No Records Found Sorry, no record were found. Please adjust your search criteri #42992Dear aaaaaaa aaaaaaa, (sorry I couldn’t resist 🙂 )
without a link we cannot see what’s wrong, we can just guess.
Have you set at least a category in your listings? Are your permalinks set to /%postname%/? Have you set a default location?
Here you can find the basic how-to with the most common issue
https://wpgeodirectory.com/docs/basic-installation/Hello, please accept our apologises, we have missed the notification about your reply and we just realised we didn’t reply to your post.
To answer to your questions:
1-2:you can change the words using the .po file inside wp-content/plugins/geodirectory/geodirectory-languages
more details here https://wpgeodirectory.com/docs/translate-core/
3- you can change the page title by editing the “Add Listing” page
4- You can change that in the .po inside /wp-content/geodir_recaptcha/gdcaptcha-languages
rememer to copy the file in /wp-content/languages/geodir-recaptcha5- where is this exactly?
Hi, you can translate these strings using the .po file inside the geodir_reviewratings folder in wp-content/plugins
follow the documentation here https://wpgeodirectory.com/docs/translate-core/ and be sure to place the translated file in the path /wp-content/languages/geodir_reviewratings/
Hello Dale, could you post your login details in a private reply so we can have a look? thanks
Hi, Buddypress and GD works flawlessly, with the GD Buddypress addon.
Woocommerce dost not have any interaction with GD and X theme is a GD-friendly theme -
AuthorPosts