MultiCurrencyWallet icon indicating copy to clipboard operation
MultiCurrencyWallet copied to clipboard

Browser address bar color

Open Bitplicity opened this issue 4 years ago • 4 comments

Hi,

When I try to change the color of the mobile browser address bar it doesn't work. I have tried 3 plugins and this meta code in the header area of the plugin as well as directly in header.php :

Please help.

Thanks.

Bitplicity avatar Jun 21 '20 08:06 Bitplicity

Please attach screenshot

noxonsu avatar Jun 21 '20 11:06 noxonsu

Screenshot_20200621-041321_Chrome Screenshot_20200621-115050_Chrome

Bitplicity avatar Jun 21 '20 15:06 Bitplicity

@BootWP need to execute wp_header() hook in the index.html for making other plugins workable

noxonsu avatar Jun 21 '20 23:06 noxonsu

wp_head() added to head of page template. All other scripts and styles which are not loaded by our plugin, to prevent conflict, they are removed from wp_head().

BootWP avatar Jun 29 '20 04:06 BootWP