Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ jon
Please do not reply to the emails notifying you of a new forum post. Please post replies here, thanks.
Line 26 does contain the code that you should remove as mentioned above.
Steven Zahm
Keymaster@ HealthyChester
If you can share a link to your directory, I can probably give you a bit of CSS to hide it.
Steven Zahm
Keymaster@ Ron
Unfortunately, I can not do anything about the submit button on the search form being affected by the theme.
The theme includes this bit of javascript:
/* REPLACE SUBMIT BUTTONS WITH SOMETHING EASIER TO STYLE:) */ $( '#page input[type=submit]:not(.no-replace), #preheader input[type=submit]:not(.no-replace)' ).each( function() { var $this = $( this ); var $a = $( '<a class="button primary small"><span><span>' + $this.val() + '</span></span></a>' ); $this.after( $a ); /* Don't remove a submit button, just hide it */ $this.hide(); /* Bind "click" event */ $a.click( function( event ) { event.preventDefault(); $this.trigger( 'click' ); }); });The only solution would be to comment this section of code out so it does not run, but I do not know what the negative side effect would be for the theme. I do not understand the comment in the theme author’s code about doing this to make submit buttons easier to style. Submit button are plenty easy to style without doing this.
The category select is being affected by the following statement in the theme’s style.css file starting on line 382:
input[type=email], input[type=password], input[type=search], input[type=text], input[type=url], select { width:100%; max-width:498px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }Setting the max-width is causing the Connections category drop down to render in that width. The solution would be to remove that setting. That should be plenty safe to do without an negative effects.
The CSS I gave was specific to that user’s issue and will not have any effect for you.
Steven Zahm
Keymaster@ T F
Yes, If you go to your Purchase History and view the purchase details of the transaction where you purchased the CSV Import, you can download an Excel file. The many of the header names in this file will automap to fields in Connections. Just use the same header names in your source CSV file if possible.
Steven Zahm
Keymaster@ HealthyChester
The second one is mostly likely being added by the theme. The only option to resolve this will likely be editing the theme to remove the javascript it is loading to enhance drop down boxes. But first, poke around its settings to see if there is an option to turn it off.
Steven Zahm
Keymaster@ wedge
Sorry, but each installation of Connections uses its own table in each individual WordPress installation. There is not a way to share the data.
06/24/2013 at 10:33 am in reply to: Require login to view public entries keeps asserting itself #263478Steven Zahm
Keymaster@ David
I mean installing an update to Connections, not changing the settings in Connections.
What other plugins do you have installed? Which membership plugin do you have installed?
Steven Zahm
Keymaster@ Rick
This question is in regards to CSV Import for Connections, correct?
Steven Zahm
Keymaster@ Kathryn
Not sure why that would fix it, but happy to hear you’ve resolved the issue.
06/24/2013 at 7:43 am in reply to: Require login to view public entries keeps asserting itself #263471Steven Zahm
Keymaster@ David
The only time the Connections Roles settings will reset is upon a Connections update. The Roles/Capabilities settings use the standard WordPress methods for their creation and management, so they are persistent even if Connections is deactivated and deleted. If the settings are changing, the cause is most likely another plugin, although, I’ve never run across that before.
So, with that said, is possible that you’re only checking the settings after a Connections update?
-
AuthorPosts
