Suffian Shakoor
Forum Replies Created
-
Thanks, it was really helpful, and I resolved my issue using a custom PHP function through a query.
I am using the paid version of the plugin, and in the plugin settings, I am able to export data properly, and the correct tickets are displayed. However, I want to achieve the same result using WP All Export. For that, could you please provide me with the name of the dedicated table?
- This reply was modified 5 months, 2 weeks ago by Suffian Shakoor.
We also have a php function option to export the table can you please provide me the code so we can export it
It only works when we change this value to more then 400 how can i overwrite it :
public function cfvsw_ajax_variation_threshold() {
return 200;
}
Which is in plugin > inc > swatches.php on line 911.
ThanksForum: Plugins
In reply to: [Permalink Manager Lite] Error: Permalink Already in Use!@mbis The issue we previously reported has been successfully resolved after implementing the provided code.
I appreciate your prompt attention to this matter and the collaborative effort in resolving the issue.
Thank you for your assistance.Forum: Plugins
In reply to: [Permalink Manager Lite] Error: Permalink Already in Use!@mbis As you can see the URL is there two times :
job/group-chef-director-of-culinary-to-220-s-large-complex-business
https://www.awesomescreenshot.com/image/45156920?key=9913b68c32a69f10c6b9f94b6c918950Forum: Plugins
In reply to: [Permalink Manager Lite] Error: Permalink Already in Use!I am asking these changes because i have created two jobs with the same URLs with the help of permalinks manager lite. I have set one job as private and the other as published. However, the private job’s URL is displaying instead of the published one. Even when you open the page in a private window, it shows a 404 error. It might be possible that the system does not grant access to either of them or only allows access to the private one.
URL : https://www.placedrecruitment.com.au/job/group-chef-director-of-culinary-to-220-s-large-complex-business/
Screenshot : https://www.awesomescreenshot.com/image/45151917?key=e0b857a6843e3409c10c799ae5b8f729Forum: Plugins
In reply to: [Permalink Manager Lite] Error: Permalink Already in Use!@mbis Thank you for sharing the code snippet. I’ve implemented it as suggested, but unfortunately, it doesn’t seem to be addressing the issue of preventing duplicate URLs. The default permalink is being forced to be unique as expected. But after the creation of new post We can still change the URLs from Permalink Manager Lite and make the URLs as same as already exists.
I wanted to reach out to see if there might be additional steps or modifications needed to achieve the desired outcome. If there are any alternative approaches or if there have been updates since the provided solution, I would greatly appreciate any further guidance you can provide.
Thank you
- This reply was modified 1 year, 2 months ago by Suffian Shakoor.
Forum: Plugins
In reply to: [Permalink Manager Lite] Posts with the same page URL@mbis Hi
Is there a way that we can prevent the admin for creating duplicate URLs
Example :If there is already a URL with
https://example.com/job/testing
And admin wants to create a new job with same URL by using Permalink Manager Lite
Except for showing (Permalink is already in use, please select another one!)
Dont allow to create the same URL