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: 0.7.7, javascript, jquery
- This topic has 5 replies, 2 voices, and was last updated 9 years, 11 months ago by
Brandon Pence.
-
AuthorPosts
-
06/06/2013 at 9:47 am #261852
Brandon Pence
ParticipantThanks for creating such a wonderful product! I’m having a problem with the following shortcode customization option:
str_select=’Select Category’
Doesn’t put anything as the default option in the category drop down menu. The dropdown menu appears blank when landing on the page. I also tried changing it to ‘Select a Department’ with no luck.
Thanks for your help!
Attachments:
You must be logged in to view attached files.06/06/2013 at 10:56 am #261856Steven Zahm
Keymaster@ Brandon
It’s very likely the shortcode is working. The issue is that there must be a javascript error on your page. The enhanced drop down is not being initiated. Load your site up in Chrome and hit the F12 key and click the Console tab. That’ll show you all the errors on the page. If you share a link to your directory, I’ll take a look too.
06/06/2013 at 12:41 pm #261863Brandon Pence
ParticipantHi Steve – Thanks for your prompt reply! Ran the console and there is an error:
(in jquery.chosen.min.js:10)
Uncaught TypeError: Cannot read property ‘msie’ of undefined
e.fn.extend.chosen
(in tile-plus.min.js:1)
(anonymous function)
(in jquery.min.js:3 (version 1.9.1))
c
p.fireWith
b.extend.ready
HScreenshot also attached. Thanks
Attachments:
You must be logged in to view attached files.06/06/2013 at 1:27 pm #261871Steven Zahm
Keymaster@ Brandon
On the Connections : Settings page under the advanced tab, check the jQuery option and update the settings. Does that resolve the issue?
06/06/2013 at 2:04 pm #261875Brandon Pence
ParticipantChecking that box does resolve the issue but breaks other functions on my site.
So that got me thinking – I also tried deactivating all of my plugins to see if they were loading jQuery incorrectly. Issue still existed so I don’t think it’s a plugin conflict. My theme through functions.php calls the latest version of jQuery – which right now is 1.9.1. I’m not calling jQuery any other way.
-
This reply was modified 9 years, 11 months ago by
Brandon Pence.
06/06/2013 at 2:25 pm #261877Brandon Pence
ParticipantIf I remove the function to call the latest jQuery and use the one packaged with the latest WP (1.8.3), everything works. Including all of my custom functions. Is there a conflict with version 1.9.1 and the tile-plus?
-
This reply was modified 9 years, 11 months ago by
-
AuthorPosts
You must be logged in to reply to this topic.