Advanced Shipment Tracking | WordPress.org

[ad_1]

Hi @vintagetoys,

Please watch below recording to add the shipping carrier in your website.

Thanks

it worked fine, i have added my coyrier, but suddenly into my order does not have any courier.

https://prnt.sc/Q-LNYww1ew4a

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
Soniya

Hello,

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 1 hour, 23 minutes 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');

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 site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer