Advanced Shipment Tracking
-
hi, without any reason suddenly the plug in does not allow me to click in : service provider and i cannot choose the transport company
The page I need help with: [log in to see the link]
-
Hi @vintagetoys,
Please watch below recording to add the shipping carrier in your website.
https://www.loom.com/share/c3a8fea03a944e50902915a760a9f9d7?sid=8272bfef-4c55-42b6-b255-dbb917350471Thanks
it worked fine, i have added my coyrier, but suddenly into my order does not have any courier.
Do you mean the shipping carrier dropdown not working?
Can you please record the video of the issue and share it with me so I can understand the issue?
Hi @vintagetoys,
Can you please add below code in your theme/child-theme functions.php file and let me know how it works.
function custom_admin_footer_css() { echo '<style> .slidout_container .select2-container.select2-container--open { z-index: 100000000; } </style>'; } add_action('admin_footer', 'custom_admin_footer_css');Thanks
Hello,
I have the same problem (I wrote you in the other topic also). But I check this solution now and i can’t choose “colissimo”. Why?
https://drive.google.com/file/d/1A0MGBceId0jH49J3PvWuMie47ygaVjmp/view?usp=sharing
Thank you
SoniyaHello,
Please use the below updated code and let me know how it works.
function custom_admin_footer_css() { echo '<style> .select2-container.select2-container--open { z-index: 100000000; } </style>'; } add_action('admin_footer', 'custom_admin_footer_css');Thanks
you want to put this in the end of function.php right? i did it and same results
” function custom_admin_footer_css() { echo ‘<style> .slidout_container .select2-container.select2-container–open { z-index: 100000000; } </style>’; } add_action(‘admin_footer’, ‘custom_admin_footer_css’);
It is not working because I can’t add the transporter (Colissimo in France). I have the message that you have not this transporter. And in your site web it is OK (you have this transporter).
-
This reply was modified 2 years, 7 months ago by
colsoniya.
Yes, put this at the end of the functions.php file. I updated the code, please use the below code. I made a minor change to this.
function custom_admin_footer_css() { echo '<style> .select2-container.select2-container--open { z-index: 100000000; } </style>'; } add_action('admin_footer', 'custom_admin_footer_css');same..nothing π
Hi @colsoniya,
Can you please make sure that you are using the latest version(3.6.1) of the plugin.
Thanks
Hi @vintagetoys,
Please use the below code instead:
function custom_admin_footer_css() { echo '<style> .select2-container.select2-container--open { z-index: 10000000000; } </style>'; } add_action('admin_footer', 'custom_admin_footer_css');my logo is dissapeared now
i put the latest code in the end of php..nothing, and my logo has problem now..don;t know why.
-
This reply was modified 2 years, 7 months ago by
The topic ‘Advanced Shipment Tracking’ is closed to new replies.