Forum Replies Created

Viewing 14 posts - 16 through 29 (of 29 total)
  • Author
    Posts
  • in reply to: Styling the vendor store setup #215942
    Sergio Wong Chung
    Participant
    This reply has been marked as private.
    in reply to: Styling the vendor store setup #215939
    Sergio Wong Chung
    Participant
    This reply has been marked as private.
    in reply to: Styling the vendor store setup #215917
    Sergio Wong Chung
    Participant

    Hello,
    I changed it into
    function mvx_add_demo_style()
    {
    wp_enqueue_style( ‘demo_css’, ‘/custom/style.css’ );
    }
    add_action(‘admin_print_styles’, ‘mvx_add_demo_style’);

    The file path is the folder /custom/ in the root of the website
    But that does not work, I really dont understand the code and how to make it work
    Could you give me an example of a working code, or a different code that would be easier to implement?
    Thank you

    in reply to: Styling the vendor store setup #215910
    Sergio Wong Chung
    Participant

    Hello,
    I’m not sure where to add the css file and what to do with the filepath
    I know how to do CSS but I’m not too familiar with coding in wordpress
    I tried the following:

    function mvx_add_demo_style()
    {
    wp_enqueue_style( ‘demo_css’, get_stylesheet_directory_uri(). ‘/custom/style.css’ );
    }
    add_action(‘admin_print_styles’, ‘mvx_add_demo_style’);

    And made a folder in the root of the website called “custom” and added a file “style.css” there but it does not work
    What am I doing wrong?
    Could you give me an example of a code and a folder that would work?
    Thank you

    in reply to: Unable to set up commissions #215903
    Sergio Wong Chung
    Participant

    Hello,
    We have made a backup
    Thank you!

    in reply to: Styling the vendor store setup #215900
    Sergio Wong Chung
    Participant

    Hello,
    Thank you for referring me to the correct information
    I’ve added this code to the functions.php
    I’m understanding that the code will request a new CSS file called “style.css”, however when I look in the source code of the setup wizard I dont see any call to a style.css, is this because the CSS file does not yet exist?

    In what folder would we need to upload the CSS file?
    I’ve tried adding CSS in the style.css of the theme we’re using but this does not change the styling of the wizard
    Thank you

    in reply to: Unable to set up commissions #215899
    Sergio Wong Chung
    Participant

    Hello,
    We have not made any changes in the core plugin files.
    We have styled the dashboard in the custom css section in the settings of your plugin.
    Also we have customized all the settings to be how we will need them in the future
    Will we need to reconfigure this once its reinstalled?
    Please let us know. Just in case we made a backup of the CSS that we made in the custom CSS section
    You can proceed with reinstalling it
    Thank you

    in reply to: Unable to set up commissions #215852
    Sergio Wong Chung
    Participant

    Hello,
    If you remove and replace the plugin will all our customization we did to it stay or will it all disappear?

    in reply to: Order of shipping vendor shipping methods not changing #215822
    Sergio Wong Chung
    Participant

    Hello,
    It looks to be looking right on the screenshot you sent but it doesnt seem to be working for us at all as soon as we use weight based shipping table plugin
    That always gets added on the bottom
    The order works if we only use flat rate, free shipping and local pickup, but when we add table rate shipping we cant move that one to go up
    Could you please try adding a table based price and see if you can get that above the pickup options?
    Thank you

    in reply to: Unable to set up commissions #215819
    Sergio Wong Chung
    Participant

    Hello,
    Thank you for your reply,
    I just deactivated all plugins and changed the theme to a default one but that does not seem to solve this issue
    Anything else we can try?
    Thank you

    in reply to: Hide category for vendor when adding a product #215800
    Sergio Wong Chung
    Participant
    This reply has been marked as private.
    in reply to: Unable to set up commissions #215804
    Sergio Wong Chung
    Participant

    Hello,
    I feel like that is exactly what we did but it wont allow us to edit the settings on the commission tabs
    For the commission settings we currently see this: https://snipboard.io/v9VSxT.jpg
    Which says “Kindly activate your preferred payment method in the Module section”
    So then I go to the modules section to see the payment methods and I see this: https://snipboard.io/GQ3uLE.jpg
    Direct banktransfer (Overschrijving) and paypal are turned on
    However we cannot edit the commission settings
    What are we doing wrong?
    Thank you

    in reply to: Shipping methods per Vendor #215774
    Sergio Wong Chung
    Participant
    This reply has been marked as private.
    in reply to: Hide category for vendor when adding a product #215773
    Sergio Wong Chung
    Participant

    Hello,
    Thank you for your quick reply
    We tried the new code with the other syntax for commas
    Its the same as we tried before but it pasted it differently in my message, thats why the comma’s were wrong in my message

    It is however still not working for us, the categories we dont want to see are still shown in the vendor admin when adding a product

Viewing 14 posts - 16 through 29 (of 29 total)
Shopping Cart
Scroll to Top