Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #705458

    Hi,

    I’m using wcvendors plugin with Enfold.
    Media library filter boxes are misaligned on Vendor’s user, as you can see on this image first picture (http://www.bemvestir.moda/wp-content/uploads/2016/10/media_library_issues.png).
    However when I change to another theme (twenty fourteen, fifteen or sixteen) everything looks correctly.

    To check this issues you must login as a Vendor and edit or add a product – http://www.bemvestir.moda/painel_do_vendedor/product/, in order to access media library.

    I appreciate your help

    Kind Regards

    Elsa Soares

    #705532

    Hey Elsa,

    Please do contact the Plugin Developers, who can help you with any issue.
    If not, please consider to hire a freelance, who can help you with such modifications.
    Enfold does not offer out of the box integration with that plugin.

    Thanks a lot

    Best regards,
    Basilis

    #705594

    Hi,

    I don’t understand your answer.
    Even worse this is the second time you ‘Basilis’ don’t give me the necessary support.
    The first time was a few days ago and another moderator Kriesi supporter gave me the help you refuse to do, like this one.

    I’m go to inform Kriesi developper about your behavior.

    #705637

    Hi Elsa,

    Kindly add this code to Quick CSS (located in Enfold > General Styling) or style.css of your child theme:

    #top select#media-attachment-date-filters {
        height: 32px !important;
    }

    Let us know if it works :)

    Best regards,
    Nikko

    #705696

    Hi Nikko,

    Thank you very much for your support.

    However, before I give you feedback about the code you kindly sent me, I have to refer to the repetitive behavior of Basilis moderator:
    1 – I remember my licence is active.
    2 – From the beginning I have been working on this project with enfold theme and wcvendors plugin.
    3 – I never had any refusal from your support about Enfold integration with the plugin.
    4 – It is not right to change the rules ‘during the game’.
    5 – Being consistent is a virtue and a necessity for one that has a good image to defend.

    About the code:
    I pasted it to Quick CSS and it seems something is not working as should be.
    There are two situations as you can check on image – http://www.bemvestir.moda/wp-content/uploads/2016/10/media_library_issues_2.png:

    1 – Set Feature image – The misalignment improved somewhat but not completely. Still there’s the issue on media sidebar.
    2 – Add Product gallery images – The misalignment is still the same and also remains the issue on media sidebar.

    Appreciate your help

    Kind Regards

    #706850

    Hi Elsa,

    You’re very much welcome :)

    I have replaced the code above which is in Quick CSS to this:

    #top select#media-attachment-filters,
    #top select#media-attachment-date-filters {
        height: 32px !important;
    }
    
    #top .media-modal-content .media-sidebar .setting .name {
        max-width: 100% !important;
        text-align: left;
        width: 100%;
    }
    
    #top .media-modal-content input[type="text"], 
    #top .media-modal-content textarea {
        margin-bottom: 8px;
    }
    
    #top .media-modal-content .compat-item .label {
        border: 0;
        margin: 0 0 8px;
        text-align: left;
        width: 100%;
    }
    
    #top .media-modal-content .compat-item label span {
        text-align: left; 
    }
    
    #top .media-modal-content .compat-item .field {
        border: 0;
        float: none;
        margin: 0;
        width: 100%;
    }

    The issues should be fixed, let us know if this is good on your end also.

    Best regards,
    Nikko

    #706878

    Hi Nikko,

    I really have to say your’re giving me a great support and I’m very greatull for that.
    The code you have replaced is almost perfect (‘all dates’ and ‘search’ filter boxes are ok, as well as media sidebar) and is only missing the ‘all media items’ filter box.

    Appreciate your help

    Kind Regards

    #707459

    Hi Elsa,

    You’re very much welcome :)

    It should be showing up, I have replaced this code:

    #top select#media-attachment-filters,
    #top select#media-attachment-date-filters {
        height: 32px !important;
    }

    to this one:

    #top select#media-attachment-filters,
    #top select#media-attachment-date-filters {
        float: left;
        height: 32px !important;
    }

    Let us know if this is good on your end and if you need more assistance related on this topic. :)

    Cheers!
    Nikko

    #707820

    Hi Nikko,

    It’s looking fine now!
    Thank you very much for your kindness and support.

    Have a wonderful day.
    Cheers!

    Elsa

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Media library issue on Vendor's user’ is closed to new replies.