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.8.1, cMap, formatting
- This topic has 8 replies, 2 voices, and was last updated 10 years, 1 month ago by
josh901.
-
AuthorPosts
-
08/07/2013 at 1:32 pm #266700
josh901
ParticipantHi Steve,
I’ve been working on a site locally that I recently uploaded to a server. I didn’t adjust any configurations for the new site, but I’m getting some formatting oddities there. I’ve attached 2 screen shots from each of the sites for you review. I can provide access to the online dev site, but obviously not the local one. Any ideas?
Thanks
JoshAttachments:
You must be logged in to view attached files.08/07/2013 at 3:27 pm #266717Steven Zahm
Keymaster@ josh901
Odd. Try deactivating/reactivating Connections and then activate any random template and then reactive cMap.
08/08/2013 at 4:58 pm #266799josh901
ParticipantThanks for the response. I determined that there was some kind of conflict with the theme and another core plougin (The Events Calendar), so we’ve made a switch to a more current one.
Now we are having only some minor formatting issues with the Category selection drop down and search boxes in the header, and the pagination icons in the footer.
I’ve attached screen shots of both. If more helpful I’m happy to provide admin access.
Thanks!
joshAttachments:
You must be logged in to view attached files.08/08/2013 at 7:10 pm #266804Steven Zahm
Keymaster@ josh901
It seems the theme, most like, has set input boxes as block level elements and did it in a way that overrides the CSS for Connections. The solution would to add CSS to the theme’s style.css file that overrides that, again, but just for Connections. I can give you the CSS, but I need a link to your site/directory so I can figure out what it would be.
There’s a similar CSS with the drop down, but looking at a screen shot, I can’t tell exactly what the issue would be.
08/08/2013 at 7:43 pm #266805josh901
ParticipantThis reply has been marked as private.08/09/2013 at 11:10 am #266856Steven Zahm
KeymasterAdd the follow CSS to you theme.s custom.css file. It should help, for the most part:
#cn-cmap input[type="text"] { display: inline-block; } #cn-cmap .chzn-container-single .chzn-single div b { background: url("/wp-content/plugins/connections/assets/images/chosen-sprite.png") no-repeat scroll 0 1px transparent; }
08/12/2013 at 12:51 am #266993josh901
ParticipantOK. I used that code and it did indeed fix some of the issues:
a) Pagination in footer
b) Search box alignmentWhat remains is an irregularity in alignment between the search box and the directory drop down (see attached screenshot). Do you have any suggestions on how to get those two to align properly?
Many thanks!
JoshAttachments:
You must be logged in to view attached files.08/12/2013 at 11:53 am #267009Steven Zahm
Keymaster@ josh901
Add this too:
.cn-form br { display: none; } #cn-cmap .chzn-container-single .chzn-single div b { background-position: 0 4px !important; }
08/12/2013 at 1:05 pm #267017josh901
ParticipantThat’s it! Thank you so much.
Once again – GREAT CUSTOMER SERVICE & GREAT PLUGIN!!!
Cheers!
Josh -
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.