IceReaper
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] Theme Width 100%Thanks bro.
Forum: Themes and Templates
In reply to: [Hueman] Remove Folder Icon and "Category"No problem!
Forum: Themes and Templates
In reply to: [Hueman] Remove Folder Icon and "Category"Yes delete the word. But don’t delete the ‘ ‘
Category:Forum: Themes and Templates
In reply to: [Hueman] Remove Folder Icon and "Category"Oh that’s easy. Just do the following.
Go to your wp-admin dashboard > appearance > editor > select hueman in the drop down.
Then on the side bar under templates click page-title.php
Then find…
<?php elseif ( is_category() ): ?> <h1><i class="fa fa-folder-open"></i><?php _e('Category:','hueman'); ?> <span><?php echo single_cat_title('', false); ?></span></h1>Change
<i class="fa fa-folder-open">-to-
<i class="">Save and your done.
Hope this helps.
Forum: Themes and Templates
In reply to: [Hueman] Remove Folder Icon and "Category"I think I may be able to help. But, i’m a little confused on which part you may be talking about can you please clarify?
Forum: Plugins
In reply to: [CubePoints] CubePoints: Let users buy items.Meh no longer need help. I found out that http://wordpress.org/plugins/mycred/ works better, has more options, and better/faster support.
Forum: Themes and Templates
In reply to: [Hueman] remove empty thumbnails in alxtabsHey there this will fix your problem.
Go to the following:
wp-content/themes/hueman/functions/widgets/alx-tabs.phpThen find line 85:
<ul id="tab-recent" class="alx-tab group <?php if($instance['recent_thumbs']) { echo 'thumbs-enabled'; } ?>">Change:
{ echo 'thumbs-enabled'; } -to- { echo 'thumbs-disable'; }NOTE: This will only change the “Recent Posts” part of the tab. If you want to change the other 4 parts check lines 85, 134, 171.
I hope this helps. Good luck!