AzimuthDesigns
Hi
the icons support is from Fontawsome 4 version for the video you can use this code
video-camera
and link it to the page you want it will show the video icon on the frontend
AzimuthDesigns
Hi
the icons support is from Fontawsome 4 version for the video you can use this code
video-camera
and link it to the page you want it will show the video icon on the frontend
I will look into where that application is located.
Is there any mechanism to link to unique actual svg IMDB graphics or can I make one?
Thank you!
Is there a list of the icons available...shouldn't there be something for IMDB? it exists on their list.
AzimuthDesigns
Hi
The version in the template is 4.5 and it does not have this icon.
You can load the new fontawesome script for your site for latest icon.
Setup new kit with your account : https://fontawesome.com/v5.15/how-to-use/customizing-wordpress/snippets/setup-kit
Add script in template custom fields
Add : imdb in extra fields.
You can use new icons after that :
thank you!
may i ask which module/component/plugin I would use for joomla 4?
AzimuthDesigns
Hi, may i know which extension you are looking for?
which ever one manages the icons or can be installed to extend the ability to use custom or pre-fab icons on the Models page...for example "IMDB"
reference page...
https://azimuthdesigns.com/index.php/film-tv/films-centered/15-homegrown-christmas
Is there code I can add to have the Social Media Buttons open a new window?
Ninja
is there a mechanism for Joomla 4?
Ninja
Hi
There is no such extension as it is custom field element and work to add with custom classes.
You can apply the suggestion i shared.
For the open link in new tab
open file "/html/com_content/article/model-centered.php" in template "ja_aiga".
find
<a href="<?php echo $value->social_link; ?>" title="">
<span class="fa fa-<?php echo $value->social_font; ?>"></span>
</a>
replace it with
<a href="<?php echo $value->social_link; ?>" title="" target="_blank">
<span class="fa fa-<?php echo $value->social_font; ?>"></span>
</a>
Do the same for other layout if you are using another model layout.
Thank you!
I just posted another question about uploaded images now have a height/width that stops responsive resizing from working.....same site same template
AzimuthDesigns
Welcome!