Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Ad spotify social icon #1199823

    Dear Team,
    we are allready online with this site – but we still have the problem with title/alt text at the images in lightbox here: http://mephisto.webartists.at/reservierung/
    Can you helpt me?
    I post backend access in private content.
    Thx and BR
    Günter

    in reply to: Ad spotify social icon #1198559

    Hey,
    thx a lot – spotify is working now.
    I also updated enfold.
    The only thing I cant fix yet is to show the image title (or alt text) at the lightbox here:

    thx and br
    günter

    in reply to: Ad spotify social icon #1198399

    Dear Victoria – I´m not sure I thought I allready sent this – so I send again.
    I have also another problem – where allready many treats exist but nothing helped me – I want to have shown the img title or alt attribut at the lightbox here – http://mephisto.webartists.at/reservierung/ but nothing helps (.mfp-title not shown).
    Can you help me with this too.
    Thx and BR
    Günter

    in reply to: Ad spotify social icon #1193757

    I want to use the existing spotify Icon at the social links as the icon allready exitsts in icon list of fontello.
    When I add this code:

    // Register new icon as a theme icon
    function avia_add_custom_icon($icons) {
    $icons[‘icon_name’] = array( ‘font’ =>’fontello’, ‘icon’ => ‘ue906’);
    return $icons;
    }
    add_filter(‘avf_default_icons’,’avia_add_custom_icon’, 10, 1);

    // Add new icon as an option for social icons
    function avia_add_custom_social_icon($icons) {
    $icons[‘Icon Label’] = ‘icon_name’;
    return $icons;
    }
    add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);

    to the functions.php of the childtheme I receive an error message:
    Es gab einen kritischen Fehler auf deiner Website. Bitte überprüfe den Posteingang …
    Can you help me?
    Thx and BR
    Günter

Viewing 4 posts - 1 through 4 (of 4 total)