• Resolved fegdeed

    (@fegdeed)


    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 https://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 https://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='https://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='https://menu' /></div>

    Thank you.
    Kind regards.

    • This topic was modified 3 years, 7 months ago by fegdeed.
    • This topic was modified 3 years, 7 months ago by fegdeed.
    • This topic was modified 3 years, 7 months ago by fegdeed.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘About https://menu Location’ is closed to new replies.