Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1428004

    Dear Sirs

    Please see https://peter-test4.co.uk/restaurant/ page. Here there menus are linked to a lightbox. Is it possible to customise the image overlay with the bell logo. I am not sure how to do this can you help please.

    I would ideally want to alter this to the Bell logo as on the menu or I have uploaded a fontello icon but nt sure how to add this to the overlay?

    Many tahnks

    Pete

    #1428051

    Hey condonp,

    Thank you for the inquiry.

    You can add this filter in the functions.php file to replace the default image overlay icon.

    function avf_default_icons_mod($icons) {
    	$icons['ov_image'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue83d');
    	return $icons;
    }
    add_filter('avf_default_icons','avf_default_icons_mod', 10, 1);
    

    Best regards,
    Ismael

    #1428071

    Ismael,

    I have tried this but does not work, can you please help

    many thanks

    Pete

    • This reply was modified 11 months, 1 week ago by condonp.
    #1428236

    Hi,
    When I check your site I see a bell icon in the blue overlay, is this what you wanted, or did you want the logo to replace the blue circle?

    Best regards,
    Mike

    #1437293

    Sorry I dont see this on the homepage if you goto tripadvisor logo below, the link icon shows the default; I have tried clearing cache etc but there is no customised bell logo. see peter-test4.co.uk. Is there some additional code needed for this type of link ??

    • This reply was modified 8 months, 1 week ago by condonp.
    #1437309

    Have found the answer can close

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Customise Image Overlays’ is closed to new replies.