Support Forum ยป User Profile

Forum Replies Created

Viewing 9 posts - 16 through 24 (of 24 total)
  • Author
    Posts
  • in reply to: Install "Required" plugins #10328
    meta_geckometa_gecko
    Participant

    Perfect, thanks Anh!

    in reply to: โœ…Conditional Logic in Taxonomy "select_tree" #10315
    meta_geckometa_gecko
    Participant

    Ok thanks Anh. It would have saved me quite a lot of time if this was noted in the "known issues" section of the documentation (but I did learn a lot about the logic by investigating it so it wasn't time wasted).

    in reply to: Install "Required" plugins #10314
    meta_geckometa_gecko
    Participant

    Ok, thanks Anh.

    I can live with it, but please see the comments in my attached screenshot.

    https://cloudup.com/cBQxbgTNPEq

    meta_geckometa_gecko
    Participant

    I just find it to be a bit too "busy".

    I can understand the usefulness of all the information and tabs for people who don't already have all of the extensions, and I can understand the value to you for the purposes of marketing the tools since the core plugin is free.

    However, if we are building sites for clients, then we will add the extensions we need or which are beneficial to the build. In this case the additional tabs and marketing material feel like "clutter".

    Anyway, it's just my wish to be able to hide the dashboard welcome page (and all the tabs inside it) because I don't have a use for them, it's not that I want to rebrand anything.

    It's also not all that important, but it would be nice, for the sake of (my personal perception of) tidiness.

    in reply to: Beaver Themer Integrator missing from AIO #10300
    meta_geckometa_gecko
    Participant

    No worries, thanks Anh.

    I've just updated AIO, and I did have to first delete the standalone Themer plugin, but then installed it again using the updater and all went ok.

    This ticket is resolved.

    in reply to: โœ…Conditional Logic in "select_tree" #10280
    meta_geckometa_gecko
    Participant

    Just wondering if there is a solution to this yet, or if there is a workaround?

    in reply to: Conditional Logic Custom Taxonomy #10186
    meta_geckometa_gecko
    Participant

    I came here to ask the same question. The conditional show/hide doesn't seem to work on the taxonomy select fields, and checkboxes.

    in reply to: โœ…Custom button to switch tabs #10165
    meta_geckometa_gecko
    Participant

    My earlier reply has been put in quarantine because I tried to make it look a bit tidier..

    It said this below (please delete the duplicate):

    meh, close enough since this is a single implementation on a site, although I would still like to know how to write a variable function for this:

    jQuery( function( $ ) {
      $( '.wtv_switch' ).on( 'click', function(e) {
    
        if ($('.rwmb-tab-tax_filters').hasClass('rwmb-tab-active')) {
          $('.rwmb-tab-tax_filters').removeClass('rwmb-tab-active');
          $('.rwmb-tab-fact_compose').addClass('rwmb-tab-active');
        }
    
      $( '.rwmb-tab-active a' ).trigger( 'click' );
    
      });
    });
    
    in reply to: Flash of Unstyled Content #8295
    meta_geckometa_gecko
    Participant

    Ok.. I can sort this out for the conditional logic with a bit of custom CSS by targeting the data attributes, which isn't really ideal.

    I guess I could try the same to make the Select2 fields behave properly too..

    This should work out the box in my opinion, it's a lot of additional coding for no really good reason, so if there is a better way of doing it I'd love to know how to fix it properly.

    Thanks

Viewing 9 posts - 16 through 24 (of 24 total)