• The more infobox doesn’t show the website/url. The website/url is added in the infomation boxes when I add a new store. How to fix

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

    (@tijmensmit)

    You can modify the content of the more info template with this filter.

    Copy the code from the usage section and place it in the functions.php inside your active theme folder. Then replace line 42 – 44 with the code below.

    
    $more_info_template .= '<% if ( url ) { %>' . "\r\n";
    $more_info_template .= '<p><a href="<%= url %>"><%= url %></a></p>' . "\r\n";
    $more_info_template .= '<% } %>' . "\r\n";
    
    Thread Starter jcvanslooten17

    (@jcvanslooten17)

    where can I edit the function.php and modify that template

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘‘More info’ doesn’t show website’ is closed to new replies.