• Hi

    Using visual composer if that helps

    Sorry to contact you again but the URL does not show for all stores and the email is not clickable for all stores

    any ideas as to why and how to fix it?

    Many thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Tijmen Smit

    (@tijmensmit)

    You mean in the more info section?

    This article explains how to make the email clickable.

    If you want to include the URL there as well, then add this code below line 22. The code from the usage section has to go in the functions.php inside your active theme folder.

    $more_info_template .= '<% if ( url ) { %>' . "\r\n";
    $more_info_template .= '<span><strong>' . esc_html( $wpsl->i18n->get_translation( 'url_label', __( 'Url', 'wpsl' ) ) ) . '</strong>: <a href="<%= url %>"><%= url %></a></span>' . "\r\n";
    $more_info_template .= '<% } %>' . "\r\n";
Viewing 1 replies (of 1 total)
  • The topic ‘URL not showing + Email not clickable’ is closed to new replies.