walid91
Forum Replies Created
-
Hi,
Works perfectly.
Hi,
I still haven’t solved this problem.
Did you add it in child theme functions.php file https://www.radiustheme.com/docs/developer-docs/add-theme-support/
Where should we put this code?
add_action('after_setup_theme', function() { add_theme_support( 'rtcl' ); });
I put it here with the snippets plugin :
https://ibb.co/SPTsSLRAnd here : https://ibb.co/1zgzQpz
But no change.
Forum: Plugins
In reply to: [Permalink Manager Lite] Probleme with Classified ListingHi,
Sorry for the delay, I was a bit busy.
I did some tests with a staging site and everything seems to work fine.
I think we can put this topic in resolved.
Thank you for taking your time.Forum: Plugins
In reply to: [Permalink Manager Lite] Probleme with Classified ListingHi,
I did as you asked.
Here is the result:Array
(
[uri_parts] => Array
(
[lang] =>
[uri] => listing-form
[endpoint] => edit
[endpoint_value] => 6799
)[old_query_vars] => Array
(
[page_id] => 4991
[rtcl_listing_id] => 6799
[rtcl_action] => edit
)[new_query_vars] => Array
(
[pagename] => classified-ads/listing-form
[edit] => 6799
[do_not_redirect] => 1
)[pm_query] => 4991
[content_type] => Post type: page
[version] => 2.2.19.1
)- This reply was modified 2 years, 8 months ago by walid91.
Hi,
I did as you mentioned, but no change.
The path of the file : public_html/wp-content/themes/porto-child/classified-listing/myaccount/form-edit-account.php
Screenshot here : https://ibb.co/LRXjtmZ
I even deleted the form-edit-account.php file completely from the plugin itself but the page is still functional with no changes.
I’ve cleared the cache several times.
Problem solved.
I forgot to disable comments in the WordPress settings.Forum: Plugins
In reply to: [Permalink Manager Lite] Probleme with Classified ListingHi,
I am very grateful that you took the time to find a solution to my problem.
I copied the php function into the snippets plugin.
The “edit account” link works with your code.
But the “edit product” function does not work.
I don’t want to occupy you more than that with this problem.
Thank you.Okay no problem, but do I need the Pro version to disable the evaluation field ?
Forum: Plugins
In reply to: [WooCommerce] change slugI honestly didn’t understand how it works.
I managed to configure the permalinks as I wanted.
Settings > Permalinks > Product permalinks
Custom base > https://mywebsite.com /%category%/%post_id%/
What I got:
https://mywebsite.com/electronics/laptop/6641/laptopx3/
But I don’t want the product title laptopx3!!!!
How to remove it ???Thank you for your help.
Thank you.
Problem solved.Hi,
Thank you for responding.
Don’t think I don’t do research before asking for help ??
Why do I have a missing field in the settings?
Screenshot here: https://ibb.co/n12DdBJForum: Plugins
In reply to: [WooCommerce] change slugHi,
Thank you for responding.
Indeed, I know this method.
My site is a classified ad site, I will not be able to edit each product manually, it would take me a lot of time.
That’s why I ask if it is possible to edit the slug automatically.
Thank you for your help.Forum: Plugins
In reply to: [Permalink Manager Lite] Probleme with Classified ListingOkay I understand why I have this problem.
As I told you the Classified Listing plugin creates a my-account-2-2/ page.
This page contains the shortcode: [rtcl_my_account]
This page contains :Dashboard
My Listings
Account details
LogoutThe problem is in the page account details with a 404 page and in the my listings to edit a product.
Forum: Fixing WordPress
In reply to: change slugHi,
Yes I use woocommerce.
Thanks for the help, I will ask woocommerce support.