Hello can you guys help me with some editing please.
1, How to remove dashboard tab in user account menu.
2, How to add the option for users to delete account
3, How to user roles for different account types with custom fields if possible.
4, How to make all chat messages send emails for each message send online or offline please
5, How to remove grid view in listing search if possible
6, How to add option for search by Distance in listing search page
7, How can I allow users to also send images and videos in the chat please
8, How to country restriction in the maps to only show addresses from the country of choice.
Thanks alot if you guys can help
]]>After updating to version 4.0.5, the Draft articles are not shown anymore in the My Listing section under My Account and I can only see the published ones. Looks like a bug.
]]>Hi guys! Found an event handler error in the Ajax filter.
If you select a location, say London, via the location selection panel on the homepage, then select a category via the Ajax filter, open any listing from the search results, and navigate back to the list of listings via the back arrow in your browser, you will see all listings from all categories!
The category checkbox in the Ajax filter will remain active, and the selected city and category will also be shown in the Ajax filter panel.
This means that the filter is not applied when returning to the page, although the checkbox state is preserved and the URL remains cached as:
https://mysite.com/listing-location/london?q=&filter_location=3%2C3&filter_category=29
For the filter to work, you need to uncheck the category and check the same category again.
Please check this and fix it in future updates. Because when you return to the archive page using the back button, the filter should not be reset.
Category filters are not executed when returning to the archive, but city filters are. Thank you.
]]>Hi,
we are in the process of evaluating different classified plugins. This plugin seems excellent, but there one big problem for us. To modify a listing, a user has to go to My Account page, but this page has a L&F completely different of our web site. Even the header, the footer and the menu is gone. Moreover, there is that big black toolbar on the left that is useless for us, except for the option “My Listings”.
My question is : is there a way to take only the content of “My Listings” inside our WP page and forgot about the My Account page altogether? Is there a short code for it?
Thanks
–Normand
]]>Hi,
I found a problem when sorting in taxiomies! If you select, for example, the city of Dubai, the advertising sorting will change to “Ascending”. This is not correct, first there should be new advertisements added by date in the list.
How to properly configure sorting on the taxiomies page so that ads appear in the same order as on the general ads page from the main user settings.
]]>Hi,
I use buddypress for directory and I want to know if it’s possible to change this function $listing->get_the_author_url() with filter or other?
]]>HI,
How can I add a link on menu on my account page ?
]]>Hi, can I can i generate a breadcrumbs on page my account?
Page with the shortcode [rtcl_my_account]
]]>Hi,
I created a listing and received an email.
On this email, I have a link for review my listing.
When I edit this listing ans save it, a new article created. This is an error.
]]>Is it possible to have different filters for different categories.
For example i have a category Websites for sale, where i would like to filter based on monetization types. For Categorie Domain names for sale i would like to filter based on .com, .net, etc.
Is this possible? and how would i go about realizing this.
Thanks
]]>Hi,
I could not find any information related to this.
Is there any listing direct purchase option? Instead of contacting seller? e.g. See listing -> Add to cart -> make payment?
If yes, can it co-exist with regular listings – where buyer needs to contact seller?
Can you point to some demo link where this can be seen?
Thanks a lot.
]]>right above the grid listing on the home page it says “Browse all ads” and if you click on it it takes you to #.
How can i change that?
]]>The only payment system my client wants is offline payment directly to her bank account. I have filled in the account numbers in the offline payment settings, but when I do a test listing, it sends the lister an email but no bank account details on the new order email. Is there something I have missed or do I need to add these details into the new order php file?
]]>When a new listing is created, and I go to change it from Pending to Published or Reviewed. The page just hangs and the listing status never changes.
The only thing I can think of that could be conflicting it I am using Ultimate Member Plugin.
Thoughts? Suggestions?
]]>So not quite sure how to describe this, but if you look at the individual pages on listings i want them to blend more in with the rest of the website? The main /listings/ page is fine and customized but i can’t find where to do the actual listing page so that just defaults to normal colour/layout etc
]]>Hello, I have a question!
After the ad expires, it goes into standby mode for renewal and if it is not updated, it is deleted after a number of days specified by the user in the settings.
Question: When an ad is automatically deleted, uploaded photos related to this ad are also deleted from the folder: /wp-content/uploads/classified-listing ???
Or does the folder need to be manually emptied periodically?
PS. I am also waiting for a response to my support requests.
]]>How to make the listing form creation so it doesnt required to have account to post? currently it forcing user to create account first
]]>Hi, can you say me who to change the logo on my account page. I have to replace your logo for mine.
]]>i have added theme support per your site and it’s worked well.
however, i would like to add some more padding and remove the border that’s added around the listing.
is that a css function?
thank you.
]]>i have edited most of the account edit form to my liking, the only thing i can’t remove is address and state. is that a hook as well?
thank you.
]]>good evening,
i am testing the installation still. had to wp-reset the site and after reinstalling the plugin, i can’t see the contact form on the listing.
is there any particular setting i’m missing?
thank you.
]]>Hello, I wanted to ask if you were able to sort by user settings in the category dropdown list in Ajax?
By default, sorting is alphabetical and everything is mixed up! It’s an inconvenience for users!
Will it be possible to fix this? What do you think?
If not, I will have to give up ajax, I’m waiting for an answer!
It is also a good idea to put the main categories in bold to separate them from the subcategories. Is this possible? If not, you need to make the logic as in the version without ajax, first select a category, then a subcategory!
]]>good evening,
how can i remove the social links in the account details page? i looked at form-edit-account.php with no luck.
thank you.
]]>how can i hide the add listing and the search bar in the dashboard? thank you.
]]>Hello, I connected the recaptcha according to the instructions:
https://www.radiustheme.com/docs/review-schema/faq/how-to-add-google-captcha-v3-api-key/
But nothing works in the form of reviews! Do I need to add a Google recaptcha script and API to my site? Or should everything work if I just enter the secret keys? https://prnt.sc/qAL-4739GZMk
]]>Hello. In the author-content.php file there is code: <?php echo esc_html($author->description); ?> But there is no User Descriptions field in the account editing form! I needed this field, how can I add it?
I added the code to the form:
<div class="rtcl-form-group">
<label for="rtcl-description" class="rtcl-field-label">
<?php esc_html_e( 'User Description', 'classified-listing' ); ?>
</label>
<div class="rtcl-field-col">
<textarea name="description" id="rtcl-description" class="rtcl-form-control"><?php echo esc_textarea( get_user_meta( $user->ID, 'description', true ) ); ?></textarea>
</div>
</div>
But the text that I enter into this field is not saved when I click update account and does not appear on the ad owner page.
If I enter text directly through the admin panel into the user’s profile, it is displayed. how to fix it?
]]>Hello. There was a need to add another promotion the same as Feature listings with a slight change. Can you tell me in which files the function code is located so that I can study it and add my own. Thank you.
]]>Hi,
It’s possible to hide account detail or just in read only?
I just show the listings and favourites
]]>Hi,
Since this day, the builder form list is empty and I can see the button add.
My form is alway online.
I jsut create a language file in french with Loco translate.
The link for information: /wp-admin/admin.php?page=rtcl-fb
]]>Hello! There was a need to add a field to select the user’s date of birth in the my account section in order to display the user’s age in the ad. Can you recommend how this can be implemented and in what file?
]]>