Hannes Salen
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Display post excerpt instead of full postI added your code to the content.php in my child theme and it’s working but it does not show on every post. I noticed if a post has a bullet list or pictures it does not show the “continue reading” link.
How can I add it so that it shows on every post?Forum: Themes and Templates
In reply to: [Hueman] Use font awesome in blog subheading?I noticed this has already been fixed in the last update thanks for that!!!
Forum: Themes and Templates
In reply to: [Hueman] Use font awesome in blog subheading?Ok thanks for the help, great support an really great theme btw!!!
Forum: Themes and Templates
In reply to: [Hueman] Use font awesome in blog subheading?Sorry, the code I gave in previous post is what is the functions.php of my child theme.
The code I used in blog sub-heading in customizer is:
<i class="fa fa-envelope"></i><a title="Set out of office" href="https://europe/ere/?p=177" target="_blank">Important info on how to login to set your out of office! </a><i class="fa fa-envelope"></i>
This code with the functions.php worked in the previous version of hueman, now I only get the plain text.
Forum: Themes and Templates
In reply to: [Hueman] Use font awesome in blog subheading?function hu_blog_title() { global $post; $heading = esc_attr( ot_get_option('blog-heading') ); $subheading = ot_get_option('blog-subheading'); if($heading) { $title = $heading; } else { $title = get_bloginfo('name'); } if($subheading) { $title = $title.' <span>'.$subheading.'</span>'; } return $title; }
Forum: Themes and Templates
In reply to: [Hueman] Use font awesome in blog subheading?Hi Nikeo,
I just changed it in the function.php of my child theme but the subheading does still show <i class=”fa fa-envelope”> instead of the icon. Any idea how I can solve this?
thanks for the quick reply btw.
Hannes
Forum: Themes and Templates
In reply to: [Hueman] No more font awesome in subheadingAllright, this seems to have done the trick, thanks!
Again, great theme, great support!!!Forum: Themes and Templates
In reply to: [Hueman] No more font awesome in subheadingWhen you go to the dashboard -> appearance -> theme options and then go to the blog tab, there you can enter text for the subheading.
Here I could enter font awesome coded as post above, after the update it just gives the code instead of the icons.Forum: Themes and Templates
In reply to: [Hueman] social-tooltip on secondary sidebarAllright, this does the trick, I tought I didn’t need the list element since I was only adding 1 button!
Thanks for the great support!
Forum: Themes and Templates
In reply to: [Hueman] social-tooltip on secondary sidebarSorry forgot to add that it’s actually an intranet site so not accessible from the internet.
I just reinstalled the theme on a fresh wp installation and with only the adjusted sidebar-2.php in my child theme’s folder and I still get the same thing.
I tried to change the padding for the tooltip in my child theme’s css file and it changed the tooltips for both primary and secondary sidebar but when I removed it again, the primary sidebar tooltips looked ok and the secondary tooltip was off again …
I’m pretty new to php coding, is the code in my first post correct or could that cause the problem?
If you need extra info I’m glad to share it, love the theme btw!Forum: Plugins
In reply to: [SlimStat Analytics] php errorThe php error is indeed gone. Thanks for that!
Forum: Plugins
In reply to: [My Optional Modules] Exclude posts not working anymore php errorI was using the last version of your plugin, I freshly installed it last week after removing it and removing all mom tables from my database.
The update seems to have fixed the exclude problem, but now if I exclude a category I only get post titles on my homepage and the excerpts are gone.
Forum: Plugins
In reply to: [SlimStat Analytics] php errorNo problem, I love your plugin and I’m happy I can help somehow!
Forum: Plugins
In reply to: [My Optional Modules] Exclude posts not working anymoreI finally found some time to test some things. I uninstalled your plugin, checked my wp database option table and removed all settings with prefix myoptional modules_. I also found some settings with prefix MOM_ these where probably from an older version of you plugin, I removed these as well.
Then in installed MOM again, but I’m still having the same issue. I can exclude tags and categories from search, but when I try to exclude anything from not logged in users, I get a white page. I tried this with all other plugins disabled and I reinstalled wp completely.
Do you perhaps have suggestions for anything else I can try???Forum: Plugins
In reply to: [My Optional Modules] Exclude posts not working anymoreThe site I’m running is an intranet site, which runs on a windows 2008 r2 server,I’m using Twenty Fourteen as a template and I’m not using any caching plugin. I also tried to deactivate all other plugins but still have the same problem.
I noticed that when I uninstall or the mom plugin or delete the mom folder in the wp plugin folder some settings from your plugin are saved somewhere else. Can you tell me where I can find theses settings? So I can try to completely remove your plugin and reinstall it.