Jump to content

New Support Icons


system53

Recommended Posts

Would agree with @brian! about contacting the template dev / designer.  For anyone else looking for similar solution, one template option would be to have images for each department and use something like:

<img src="{$template}/images/department-icon-{$departmentName}.png" .... /> 

within the department loop.  (you could probably do it with a hook and javascript replacements for a none template change)

Link to comment
Share on other sites

41 minutes ago, steven99 said:

@Brian ile hemfikir oluruz! dev / designer şablonuyla temasa geçme hakkında.  Benzer bir çözüm arayanlar için, bir şablon seçeneği her departman için görsellere sahip olmak ve şöyle bir şey kullanmak olacaktır:


  

Bölüm döngüsü içinde. (muhtemelen hiçbir şablon değişikliği için bir kanca ve javascript değişimleriyle yapabilirsiniz)

That was successful.
I thank you.
I made a small fix and it worked.

<img class="u-mb-small" alt="Department icon" src="{$WEB_ROOT}/templates/{$template}/assets/img/departman-{$department.name}.svg">

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated