makabe
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] how to put fa-icon in the top menuHi,
Just put<i class="FONT AWESOME ICON NAME"></i>before menu Navigation Label,
I use this on my site 🙂icon examples:
http://fortawesome.github.io/Font-Awesome/examples/Forum: Themes and Templates
In reply to: [Hueman] Front Page Slider Not WorkingHi Sharon,
why you use the “lite” version of hueman theme?Try this one (full version):
http://alxmedia.se/themes/hueman/Forum: Plugins
In reply to: [YASR - Yet Another Star Rating Plugin for WordPress] Problem after updateHi,
I update plugin to version 0.6.1 and everything looks fine 😉Thanks,
MakabeForum: Themes and Templates
In reply to: [Hueman] How to hide page numbers at bottom?Maybe just disable WP-PageNavi plugin?
Forum: Themes and Templates
In reply to: [Hueman] How disable footer?Try this:
#footer-bottom { display: none; }
Forum: Themes and Templates
In reply to: [Hueman] Facebook share and featured imagemForum: Themes and Templates
In reply to: [Hueman] Facebook Share auto post with wrong imageHi,
1. Try to use facebook debuging tool: https://developers.facebook.com/tools/debug
2. You can use All in ONE SEO Pack –> Social Meta Module –> Option Add image the OG:Image
https://wordpress.org/plugins/all-in-one-seo-pack/
Greetings,
SMForum: Themes and Templates
In reply to: [Hueman] My latest posts cannot be shared with Facebook.I had the same problem in last week, you can fix this with facebook debuging tool:
Forum: Themes and Templates
In reply to: [Hueman] Removing Sharrre Bar from some categoriesWorks fine, thanks a lot! 🙂
Forum: Themes and Templates
In reply to: [Hueman] Alex: please improve date formatWill be great, if Alex upgrade this in next version:
content.php
content-featured.php<h2 class=”post-title”>
for
<h2 class=”post-title entry-title”><p class=”post-date”><?php the_time(‘j M, Y’); ?></p>
for
<p class=”post-date date updated”><?php the_time(‘j M, Y’); ?></p>single.php
<h1 class=”post-title”><?php the_title(); ?></h1>
for
<h1 class=”post-title entry-title”><?php the_title(); ?></h1>