About http://menu Location
-
Hi,
I just installed your wonderful plugin and it works great, however, I have a mixed content on the admin page at the Mobile Menu Options area, when I check the browser console, I see http://menu showing in the admin.php from the browser console.
When I checked the coide in that file, I see that the code below appears twice and you see the http://menu in the img src area. Where can I change that code to https?
<tr valign="top" class="row-51 odd left-menu-icon" > <th scope="row" class="first"> <label for="mobmenu_left_menu_icon">Icon Image</label> </th> <td class="second tf-upload"> <div class='thumbnail tf-image-preview'><i class='dashicons dashicons-no-alt remove'></i><img src='http://menu' /></div><input name="mobmenu_left_menu_icon" placeholder="Click here to select the icon" id="mobmenu_left_menu_icon" type="hidden" value="menu" /> <p class='description'>Upload your left menu icon image</p> </td> </tr>The specific area with the code is
<div class='thumbnail tf-image-preview'><i class='dashicons dashicons-no-alt remove'></i><img src='http://menu' /></div>Thank you.
Kind regards.
The topic ‘About http://menu Location’ is closed to new replies.