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.35
- This topic has 3 replies, 3 voices, and was last updated 3 years, 4 months ago by
Steven Zahm.
-
AuthorPosts
-
01/13/2019 at 5:40 am #481553
Jean-Jacques Letot
ParticipantHello,
1) In admin mode, with “www.informatex.be \ wp-admin”, if I go to “categories”, then “Edit” to edit a category, I have a style message – sorry, you do not you do not have permission to access this page – … while I’m an administrator. If I go to manage an entry and then return to categories, it is unlocked … I have a chance on two to be able to change the category.
2) In user mode, add a new entry, the aspect of the calendar is not perfect. The combo with the year 2019 is partly hidden by the arrow of the combo. In administrator mode, Connections, Add Entry, the appearance of the calendar is totally different and correct.
3) Problem in the order of categories. I use the order of categories for a family tree. My wife’s mom had 10 children. So I put in order the oldest to 1 and the youngest to 10. Except that sorting is as follows: 1, 10, 2, 3, 4, 5, 6, 7, 8, 9. The “order” does not accept “01”, “02”, … which could have put the “10” after the others. I found a solution by putting the “order” from 11 to 20 to have the right order.
Attachments:
You must be logged in to view attached files.01/14/2019 at 9:28 am #481619Steven Zahm
KeymasterRE: you do not you do not have permission to access this page – … while I’m an administrator. If I go to manage an entry and then return to categories, it is unlocked
This can happen if you have the Connections : Categories admin page opened in the browser longer than a 24h period and then click an Edit Category link. If this is what is occuring, simply refreshing the page before clicking the Edit link will address these issue because WP will apply a new security token (called nonce) to the Edit link.
RE: The combo with the year 2019 is partly hidden by the arrow of the combo.
It looks like the theme or perhaps a plugin is interfering with the calendar styles. Applying to much padding. If you can share a link for me to view the issue, I should be able to give you some custom CSS to fix it on your site.
RE: sorting is as follows: 1, 10, 2, 3, 4, 5, 6, 7, 8, 9.
This is definitely a bug. I have found the issue and corrected it for the next update. I’ll try to get it released this week.
01/15/2019 at 4:00 am #481700Jean-Jacques Letot
GuestThis reply has been marked as private.01/15/2019 at 9:24 am #481737Steven Zahm
KeymasterRE: you do not you do not have permission to access this page – … while I’m an administrator. If I go to manage an entry and then return to categories, it is unlocked
Please try deactivating W3TC Cache. Try WP Rocket instead if you want page caching for your site. It has worked much better for me. Just my personal experience.
Also, I see you have two SEO plugins installed. Perhaps you should only use one?
Lastly I see you have two security plugins installed. I recommend choosing one. These can cause increased page load times as they have to validate each request.
I do not think any of these could cause the issue you are experiencing. But trimming plugins in use is a good start in narrowing down the cause.
RE: Date picker
The theme is adding a lot of padding to all dropdowns globally.
Add I added this to the theme’s custom CSS area in the Customizer:
.ui-datepicker .ui-datepicker-title select { padding: 0; }
This corrects the date picker so it displays like it should.
Hope this helps!
-
AuthorPosts
You must be logged in to reply to this topic.