toconnell1111
Forum Replies Created
-
I did reset the permalinks once, I now have to repeat every single time a change is made on the site. This is because your not using relative links in your path. I am a programmer too. Please look at the links to fix this in your plug in so I can continue to use it. No other plug in requires perma links to be reset each time a change is done in staging and deployed to live. That is not good. Can you please fix this?
Thanks, Tina
Could it be that is should be reading this instead..
function wpnw_free_modify_news_post_slug( $slug ){ $slug = 'news'; 'latest-news' return $slug; } add_filter( 'wpnw_news_post_slug', 'wpnw_free_modify_news_post_slug' );
I also tried this in my child theme and it broke the site until it was removed..
function wpnw_free_modify_news_post_slug( $slug ){ $slug = 'info'; 'latest-news' return $slug; } add_filter( 'wpnw_news_post_slug', 'wpnw_free_modify_news_post_slug' );
I also cleared the cache,and dynamic cache on both staging site and live site and still.. no luck. Your help is greatly appreciated.
I had same issue and followed carefully your steps. the new page is Latest-news slug now, the old one was news as the slug.. but even after updating the page name and loading the list to the new page, and updating the link to the news page on the site.. the articles are still showing fpuagas.com/news/article name/ for path.. not fpuagas.com/latest-news/article name/ for path. Do I have to recreate all the articles ???
I tried the permalinks in staging and in live and it did not fix the article links.. only the main link. I hope this is not the fix.. otherwise I will have to look at a new plug in, this cost me two days work because of the silly slug name. That is tuff.
Thank you so very much. I am sure it is just a quick jquery fix. But I am most grateful for your developer’s time. This program has provided us a valuable service and we love it. Thank you.
Forum: Fixing WordPress
In reply to: jQuery Migrate Uncovered Core Files with deprecated jQuerydone, thank you.
I just saw the update on my sites, thanks! You guys are AWESOME responders for support! Huge KUDOS!!! Wow, so impressed! Thank you so much!!
Forum: Fixing WordPress
In reply to: jQuery Migrate Uncovered Core Files with deprecated jQuerysorry I meant 5.7 update will throw the errors.. hence the urgency of this list.
Forum: Fixing WordPress
In reply to: jQuery Migrate Uncovered Core Files with deprecated jQueryJames,
That part has already been completed. Your list above is what was left after doing that. The problems are with the WordPress core. Please look at these files. I easily found inside the path above these CORE wordpress files with the bad jQuery. They are just warnings now but with update could crash it and leave you guys with allot of unhappy customers on WordPress. Just saying your new 5.37 update throws errors with deprecated jQuery. Am I correct? Again, this was done and these issues are core issues not a plugin. Thank you. Again, please take minute to look at the full path above to these files with the issues and you can see they are core.. not plugins!
Such a quickly dismissive response!Forum: Plugins
In reply to: [Rencontre - Dating Site] Dating Site with video?are you saying it was never designed to offer live video or streaming?
Forum: Plugins
In reply to: [Rencontre - Dating Site] Dating Site with video?With the Icecast server or others how is that done?
Please provide details. Or documentation links?Thanks, Tina
Forum: Fixing WordPress
In reply to: Quick Edit link doesn’t workI would really like to know the name of the plug in you found caused the issue please.
Forum: Fixing WordPress
In reply to: Quick Edit link doesn’t workAnd???? What was the plug in causing your issue? Try and help others on this please with more detail.
oh the site changed servers and is now at fpua.com to view. The top bar is only in NEVE theme and is only customized there with color and text. No additional CSS added yet.
Thank you.