This topic is: not resolved
- This topic has 11 replies, 2 voices, and was last updated 11 years, 9 months ago by .
- You must be logged in to reply to this topic.
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.5, permalink, widget pack
it is a modified theme, hmmm, is it just possible to disable the url functionality from the names? they are just there for informational purposes.
@ Rich
It is possible, but you would have to edit the widget’s PHP file. Not knowing exactly which widget you’re using, here a gerenal direction.
../wp-content/plugins/connections-widgets/includes/class.widgets.php file.$entry->getNameBlock( array( 'link' => TRUE ) ) with $entry->getNameBlock( array( 'link' => FALSE ) ). There should be six instances.That remove the link from all widgets.
fyi, I am working on a major rewrite of the Widget Pack making the widgets themselves far more flexible and far more feature rich while being much more performant due to implementing fragment caching of the widgets.
As a direct result of this, I added the option to enable/disable that link from within the widget options … as easy as point/click/save.
