Support has been upgraded!
The Support Forum is closed. Not to worry! Providing the top quality support you expect and we're known for will continue! We're not ending support, just changing where you submit requests. This will provide you with the best experience possible.
Premium Support
Have you purchased an addon for Connections such as one of our premium templates or extensions with a valid license and you need help?
Please open a Support Ticket in your user account.
Free Support
Are you using the free Connections plugin? Don't worry, you are still very important to us! We are still providing you with the same high quality support that we're known for.
Please open a new support topic in the WordPress support forums for Connections.
Tagged: 8.1.7, permalink, widget pack
- This topic has 10 replies, 2 voices, and was last updated 7 years, 5 months ago by
Steven Zahm.
-
AuthorPosts
-
02/13/2015 at 6:35 am #319291
Evelyne
GuestHi,
I use The widget pack (widget category).
After choice a category for example “Association”, the title of the menu “Carnet d’adresse” and the title of the page, is changed for “Association » Carnet d’Adresses”. The link of the menu “Carnet d’adresse” doesn’t work any more
I solved the problem of the title in disabling the option “Update the page title to reflect the current location being viewed in the directory. For example, the current entry name” in the menu “SEO3 of connections option.
But the link of the menu “Carnet d’adresse” still doesn’t work.
I can’t return on the address book…Could you help me please ?
Thank you.Regards, Evelyne.
02/13/2015 at 8:58 am #319294Steven Zahm
Keymaster@ Evelyne
Can you please share a link to the page which has the issue so I can take a look please?
02/13/2015 at 10:37 am #319326Evelyne
GuestHi,
Sorry my project is in development and is not available online.
I can give you a temporary access but let me know when you are available because I don’t want the site to be accessible too long time.
Thank you.Regards, Evelyne.
02/13/2015 at 11:06 am #319334Steven Zahm
Keymaster@ Evelyne
I’m available all day to do. When I get you reply… I’ll take a look asap.
03/02/2015 at 6:40 am #321151Evelyne
GuestHi,
Sorry for my late reply,
My website is online and the page for adress book is :
http://www.ville-saint-julien-le-montagnier.fr/vivre-a-st-julien/carnet-dadresse/Thank you for your help.
Have a nice day.
Regards, Evelyne.03/02/2015 at 11:08 am #321156Steven Zahm
Keymaster@ Evelyne
It is a theme compatibility issue… The theme seems to be one generated by http://www.artisteer.com/. I downloaded one of the free themes available to confirm.
They use a custom menu walker instead of the one built into WordPress. That is not a bad thing but does cause a problem for Connections because it can not hook into this custom menu walker to make the sure it’s URL/s are not applied to the menu items.
The reason the link does not appear to work is because the link is being changed the current category that was clicked, instead of being a link to the current page. So, it is working, it’s just the wrong URL. Here’s a work around:
Install the Code Snippets plugin.
Add a new snippet with the following code:
add_action( 'wp_head', 'cn_remove_permalink_filter', 99 ); function cn_remove_permalink_filter() { remove_filter( 'page_link', array( 'cnSEO', 'filterPermalink' ), 10, 3 ); }
Save and activate the new snippet.
That should correct the issue. Let me know.
03/03/2015 at 7:10 am #321320Evelyne
GuestHi,
Sorry, it doesn’t work.
Have a nice day.
Regards, Evelyne.03/03/2015 at 7:17 am #321321Evelyne
GuestI can’t create a new snippet, the button “Save and activate” doesn’t work…
03/03/2015 at 1:13 pm #321359Steven Zahm
Keymaster@ Evelyne
Looks like this might be an issue the author of Code Snippets is aware of:
https://wordpress.org/support/topic/brand-new-install-doesnt-saveThe only other option is to add that code to the theme’s
functions.php
file. I do not like recommending that, but, really that the only option right now.03/05/2015 at 12:08 pm #321756Evelyne
GuestHi,
I did update of plugin.
It’s ok now ! The problem is solved.Thank you.
Have a nice day.
Regards, Evelyne. -
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.