No icon or image appears before the category name? Can you please check and fix the plugin or just remove it from WordPress depository?
Thank you.
]]>Hi,
Installed the easy icon plugin. I wanted to install a sidebar with icons. For some reason I can get the sidebar working, that is no problem. Only I will not see a logo but a small folder pictogram. removed the sidebar temporarly now.
Any suggestions? Perhaps the developer can have a look with me though my admin account?
Thanks,
Patrick.
]]>Does this plugin allow icons for categories in other than posts?
– Product
– Media
– Portfolio
– Project
etc
I’ve been messing around but it doesn’t matter what Theme I use I can’t get the category icons to show in front of the post titles.
Is there a way to do this? Am I missing something?
]]>Hello,
I have First time select ‘Add Font Awesome icon’ now i want to change icon to image but i am not able to change
Please fix this bug.
Thanks
]]>Right, i’ve been having a villainous time getting an a category icon to insert into my Modern Tribe events calendar display.
The code is here:
$output .= ' <div class="empty-space-mb-40"></div>
<h3 class="tt-featured-title">
<a href="'.get_the_permalink().'" class="titleLink">'.get_the_title().'</a></h3>
(***here!!***)
<h3 class="tt-featured-title">
<a href="'.get_the_permalink().'" class="titleLink">'.get_the_title().'</a></h3>
etc…
how to get an icon to display right where I’ve written (***here!!***) – is it possible?
kind regards
stratus
Does not seem to be working wont go to get icons from web
]]>Hello, i was trying this very nice plugin , it works perfectly, anyway icons appearing too small in my website section – in this example there is category gnu-linux
which parameter should i modify for obtain more large image?
actually is like this, i would have icon more large
image small
i am also wondering why when i upload image , plugin created 3 different images; is clear looking documentation, but i don’t understand e.g how choose medium size (40×40) instead smallest one (20×20), maybe this answer also to my 1st question
thanks a lot in advance!
]]>Hi, is this only for the widget? Because on the shop page I have listed categories below the product images, but they are not showing up. Also for the page titles.
Would it be possible? Or should I add it to the page templates manually, if yes, what is the php function to show the icon?
Thanks
]]>Thank you for a useful plugin!
I want to display in WooCommerce sidebar.
Where should I change?
Is it possible to use an alternative icon font with this plugin?
I made a custom icon font with IcoMoon (https://icomoon.io/) with the fontawesome icon set included and with additional custom icons as well.
How can i use that custom font instead of fontawesome?
]]>How to solve this error
Warning: Missing argument 2 for templ_show_icon_sidebar_widget() in C:\xampp\htdocs\Aeon Top Valu\wp-content\plugins\templatic-categoryicons\templatic_category_icons.php on line 389
When attempting to use the code provided (`templ_get_the_icon’, using my own info as required) to embed the icons into another plugin, I get the following error:
Use of undefined constant ‘size’ - assumed '‘size’'
Trying to get this plugin working and have done quite a few variations of this code. I ended up looking at your PHP code (for displaying the medium icons in the admin panel, etc) for how to pull this off.
Here’s what I have:
`<div class=”category_icon”>
<?php
$arr = templ_get_the_icon(array(‘size’=> ‘small’),’category’,$term->term_id);
$cat = $arr[0];
$icondata = $arr[1];
$icon = $icondata[0];
$width = $icondata[1];
$height = $icondata[2];
$output = “<img src=’$icon’ title=’$title’ alt=’$cat_title’ id=’templ_icon_$id’ width=’$width’ height=’$height’ />”;
echo $output;
?></div>`
But it’s not working. Any suggestions?
]]>Hi,
How can i replace in content-single.php :
<div class="entry-meta">
<?php sparkling_posted_on(); ?>
<?php
/* translators: used between list items, there is a space after the comma */
$categories_list = get_the_category_list( esc_html__( ', ', 'sparkling' ) );
if ( $categories_list && sparkling_categorized_blog() ) :
?>
<span class="cat-links"><i class="fa fa-folder-open-o"></i>
<?php printf( esc_html__( ' %1$s', 'sparkling' ), $categories_list ); ?>
</span>
<?php endif; // End if categories ?>
</div>
I would replace <span class="cat-links"><i class="fa fa-folder-open-o"></i>
by PHP according to icons in each category ?
Thanks for help
]]>Though I code my own custom templates (for my own use, not public distribution), my php syntax knowledge is limited. I need some help with how to use your plugin to call up the icon ONLY (not category name) in my HTML in place of where I’d use this:
`<?php the_category( ” ); ?>
I have already set up each category with the appropriate icon. Again, I want to include the ICON ONLY, not the category name as well, in this instance.
]]>