Forum Replies Created
-
AuthorPosts
-
Sergio Wong Chung
ParticipantThis reply has been marked as private.Sergio Wong Chung
ParticipantThis reply has been marked as private.Sergio Wong Chung
ParticipantHello,
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 youSergio Wong Chung
ParticipantHello,
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 youSergio Wong Chung
ParticipantHello,
We have made a backup
Thank you!Sergio Wong Chung
ParticipantHello,
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 youSergio Wong Chung
ParticipantHello,
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 youSergio Wong Chung
ParticipantHello,
If you remove and replace the plugin will all our customization we did to it stay or will it all disappear?January 5, 2024 at 5:39 PM in reply to: Order of shipping vendor shipping methods not changing #215822Sergio Wong Chung
ParticipantHello,
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 youSergio Wong Chung
ParticipantHello,
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 youSergio Wong Chung
ParticipantThis reply has been marked as private.Sergio Wong Chung
ParticipantHello,
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 youSergio Wong Chung
ParticipantThis reply has been marked as private.Sergio Wong Chung
ParticipantHello,
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 messageIt 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
-
AuthorPosts
