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.4.2, plugin conflict
- This topic has 8 replies, 2 voices, and was last updated 8 years, 3 months ago by
Mike Swanborn.
-
AuthorPosts
-
09/08/2015 at 6:12 am #345910
Mike Swanborn
ParticipantI have a problem when adding entries. Before I have added some entries and it did work properly, but these where just test entries. After deleting these test entries I tried to add new entries again, but it seems not to be possible anymore. It is possible to add Organization name, Images and Logo, but when adding other options (Addresses, Phone Numbers, Email Addresses, etc) I can select ‘Add address’ (and other options), but it isn’t possible to fill in the fields, because the fields just don’t appear (see attachment). Also the opening times (with the plugin) aren’t manageable.
Could someone please help me out?
Attachments:
You must be logged in to view attached files.09/08/2015 at 4:27 pm #346035Steven Zahm
Keymaster@ Mike
What I can tell you by looking at this screenshot is some other plugin is behaving rather badly (in my opinion). All plugins should limit their scripts, CSS and JavaScript to their own admin pages. One plugin is not and is loading on the Connections admin pages. This is creating at least two issues. The first, the minor annoyance of messing up the page layout. That is why the buttons look the way they do. The second issue, that other plugin creating a fatal javascript error on the the Connections admin pages which is breaking the buttons that allow adding address and such.
What you’ll need to do is deactivate all other plugins one at a time until the issue goes away. Once the issue does go away, the last plugin deactivate was the one causing the issue. You should then be able to reactivate any other plugins you deactivated.
Hope that helps. Let me know which plugin is causing he issue so I can look into it. Thanks!
09/09/2015 at 1:29 am #346051Mike Swanborn
ParticipantHello Steven,
Thank you for your quick reply, which is including the solvation of the problem! Sometimes it’s easier than it looks ;-)
Fortunately it even was a plugin I didn’t want to use anyway.
Thanks again!
Best regards,
Mike09/09/2015 at 9:26 am #346119Steven Zahm
Keymaster@ Mike
What was the plugin so I can add it to my plugin conflict list?
09/09/2015 at 10:35 am #346144Mike Swanborn
ParticipantIt was de FormGet Contact Plugin. Terrible Plugin by the way ;-)
But a part of my problem still exists. It’s about the extension Opening Hours. The option to add them is still available when managing entries and it is also possible to set time, but when clicking READY after setting time the time isn’t visible and is also not possible to save it.
Do you have a solution for that problem?
09/09/2015 at 3:21 pm #346186Steven Zahm
Keymaster@ Mike
re: It was de FormGet Contact Plugin
I posted the issue to their support thread. But it does not look like they pay much attention to the support forums.
re: when clicking READY after setting time the time isn’t visible and is also not possible to save it.
What ready button? It does not have a ready button :/
Can you post a screenshot or give me temp admin account so I can take a look?09/10/2015 at 2:03 am #346230Mike Swanborn
ParticipantThis reply has been marked as private.09/10/2015 at 11:48 am #346345Steven Zahm
Keymaster@ Mike
The theme is doing something bad too, this code in the
functions.php
file:function inkthemes_add_stylesheet() { if (!is_admin()) { if(inkthemes_get_option('inkthemes_altstylesheet')!='orange'){ wp_enqueue_style('coloroptions', get_template_directory_uri() . "/css/color/" . inkthemes_get_option('inkthemes_altstylesheet') . ".css", '', '', 'all'); } if(inkthemes_get_option('inkthemes_lanstylesheet') != 'Default'){ wp_enqueue_style('rtloptions', get_template_directory_uri() . "/css/color/" . inkthemes_get_option('inkthemes_lanstylesheet') . ".css", '', '', 'all'); } } wp_enqueue_style('short_codes', get_template_directory_uri() . "/css/shortcode.css", '', '', 'all'); wp_enqueue_style('Pretty_photo', get_template_directory_uri() . "/css/prettyPhoto.css", '', '', 'all'); } add_action('init', 'inkthemes_add_stylesheet');
Load these CSS files on every page, frontend and admin. It is solely responsible for making much of you admin not look correct. You should ask your theme dev to fix this bug.
Now back to the issue…
You can not select a time because of the Tribulant Newsletters plugin… it is also loading it scripts and CSS throughout the admin which it should not do.
It is loading an incompatible version of the datepicker script. Actually even worse is that they are enqueueing a version of the datepicker that comes with their plugin rather than the version that comes with WordPress. They really should be including the version that comes with WordPress. Well, it would not be so bad if they would enqueue it on only their admin pages. But the way it is now, any other plugin that uses the datepicker script will likely be broken due to this.
Unfortunately this is not something I can fix, you’ll have to contact them and ask them to fix it. Sorry.
Hope this helps!
09/11/2015 at 7:46 am #346418Mike Swanborn
ParticipantYes it does. Thanks a lot. Problems solved! ;-)
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.