Home › Forums › Legacy Support › Support queries › Other issues › Is this a bug?
Tagged: bug
- This topic has 13 replies, 3 voices, and was last updated 5 years, 9 months ago by Lifeischoice.
Viewing 14 posts - 1 through 14 (of 14 total)
-
AuthorPosts
-
January 12, 2019 at 12:07 pm #192205LifeischoiceParticipantI am using custom post type permalinks plugin and get double slashes on only wplms related permalinks - http://prntscr.com/m3xw0x I am unable to access those links...How can I resolve this?January 13, 2019 at 10:54 pm #192283LifeischoiceParticipantany solution?January 14, 2019 at 12:20 pm #192368MkModeratorWe have already settings available for permalinks. please use them. We don't consider 3rd party plugin for permalinks. Go to permalinks settings and use them, If you want anything else than those settings, tell us.January 29, 2019 at 11:33 am #194288LifeischoiceParticipantWhat causes the coflict between wplms and custom post type permalinks plugin? As you can see, only wplms is affected with plugi activated. Need a solution. ThanksJanuary 29, 2019 at 1:59 pm #194355MkModeratorWell they have other methods , we have other. There is difference between the flow structure they are using and ours. that's why conflict takes place. Will you please tell me why do you want to use other plugin ?January 29, 2019 at 3:11 pm #194385LifeischoiceParticipantThank you. I have other plugins (with custom post type) and require this permalink plugin to refine its permalink structure.January 30, 2019 at 1:18 pm #194518MkModeratorThis issue does not replicate on any of our test or demo site, It seems it is related to 3rd party plugin. please contact 3rd party plugin support.January 30, 2019 at 2:05 pm #194531LifeischoiceParticipant
"Well they have other methods , we have other. There is difference between the flow structure they are using and ours. that's why conflict takes place. Will you please tell me why do you want to use other plugin ?"
Really??? How is your structure different? I have other plugins that play nice. Only wplms create double slash?January 31, 2019 at 12:40 pm #194673MkModeratorSir, We already have panel to set permalink. Please tell uswhy are you using other plugin, so that we can help you out.
Our theme doesn't have any permalink issue or any code written for a extra slash. And for all other plugins its working perfectly. So please tell us why are you using other plugin for setting permalinks?January 31, 2019 at 6:04 pm #194722LifeischoiceParticipantI have other custom post types in my installation and I want to be able to configure all in a custom way, not just use default wp and wplms. How come only wplms course, quiz and unit is displaying incorrectly? http://prntscr.com/mevhxh See other custom post type permalinks play nice - http://prntscr.com/mevfze Only wplms is wrong. This is a bug in wplms and needs to be fixed.February 2, 2019 at 9:01 am #194950Anshuman SahuKeymasterplease try adding this given code in your wplms-customizer.php file in wplms customizer plugin : add_filter('wplms_save_vibe_course_permalinks',function ($permalinks){ foreach ($permalinks as $key => $permalink) { $permalinks[$key] = str_replace('/', '', $permalink); } return $permalinks; },99);February 2, 2019 at 1:16 pm #194965LifeischoiceParticipantthat did not work. Thank you.February 5, 2019 at 6:02 am #195259Anshuman SahuKeymasterYou need to deactivate that custom permalink plugin, then goto wp-admin -> settings -> permalinks and then re-save the permalinks .then activate it again and then check if the code works or not this time .February 5, 2019 at 12:37 pm #195362LifeischoiceParticipantThat worked! Thank you and I am grateful. -
AuthorPosts
Viewing 14 posts - 1 through 14 (of 14 total)
- The topic ‘Is this a bug?’ is closed to new replies.