BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 13,671 through 13,680 (of 15,332 total)
  • Author
    Posts
  • in reply to: Wider Card (Tile Plus) #263505
    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.

    in reply to: two boxes for category #263500
    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.

    in reply to: [raw]/[noformat] not working – messed up display #263499
    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.

    in reply to: Custom Automapping with CSV #263490
    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.

    in reply to: two boxes for category #263488
    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.

    in reply to: use the plugin for 3 wordpress #263479
    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.

    Steven 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?

    in reply to: No Output from Career Builder imports #263477
    Steven Zahm
    Keymaster

    @ Rick

    This question is in regards to CSV Import for Connections, correct?

    in reply to: Firefox #263472
    Steven Zahm
    Keymaster

    @ Kathryn

    Not sure why that would fix it, but happy to hear you’ve resolved the issue.

    Steven 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?

Viewing 10 posts - 13,671 through 13,680 (of 15,332 total)