nchrtd
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] Great theme spoiltThere’s no version of this theme you need to pay for. There’s a full version that can be downloaded from here: https://presscustomizr.com/hueman/ but it’s free.
Forum: Themes and Templates
In reply to: [Hueman] Great theme spoiltWhat’s locked away? The style.css tells you where to put your changes (“The main css stylesheet of the Hueman theme is located in /assets/front/css/main.css.”), which should be in a Child Theme: https://docs.presscustomizr.com/article/239-using-a-child-theme-with-hueman and https://codex.www.ads-software.com/Child_Themes
Forum: Themes and Templates
In reply to: [Hueman] Localization not working after upgradeSorry, I wouldn’t know. Hadn’t tried that solution, but maybe that’s preferable… I’m sure someone more knowledgeable can explain.
Forum: Themes and Templates
In reply to: [Hueman] Localization not working after upgradeMy function.php contains this:
if ( ! function_exists( 'hu_load' ) ) { function hu_load() { // Load theme languages load_theme_textdomain( 'hueman', get_stylesheet_directory().'/languages' ); // Load theme options and meta boxes //load_template( get_template_directory() . '/functions/theme-options.php' ); load_template( get_template_directory() . '/functions/init-meta-boxes.php' ); // Load custom widgets load_template( get_stylesheet_directory() . '/functions/widgets/alx-tabs.php' ); load_template( get_template_directory() . '/functions/widgets/alx-video.php' ); load_template( get_template_directory() . '/functions/widgets/alx-posts.php' ); // Load dynamic styles load_template( get_template_directory() . '/functions/dynamic-styles.php' ); } } add_action( 'after_setup_theme', 'hu_load' );
My child-theme localisation kicks in.
Forum: Themes and Templates
In reply to: [Hueman] No child style.css with version 3.0.12Changelog entries from version 3.0.12:
* improved : moved style.css rules in assets/front/css/dev-common.css * improved : performance, group front-end stylesheets style.css, responsive.css and font-awesome.css in one single file to reduce the number of http requests
I “lost” my responsive.css customisations, so reverted to 3.0.11 as well, but all it takes is a little more work to get some of the stuff from assets/front/css to hueman-child css-files.
Forum: Themes and Templates
In reply to: [Hueman] Hueman AddonsI’d like to disable the Google+ and Pinterest icons and sharing. It’s easy enough to remove this from the files, but that get’s overwritten on update, so I’d like to request that I can configure which icons gets displayed. Or if it only uses the configured social media links from the theme configurator.
Thanks for reading ??
Forum: Plugins
In reply to: [Soccer Info] OptionsI’m having a similar problem, I can’t use the button in the editor either. I get a HTTP 500 error.
It wouldn’t be a big deal if there was a full list of shortcodes, but I can’t seem to figure it out from the plugin files.
Forum: Plugins
In reply to: [Asgaros Forum] Shortcode to go directly to threadsAh, sorry, didn’t see that. Thanks!
Forum: Plugins
In reply to: [Asgaros Forum] Import from bbPress?I’d be willing to help you test it, if you want. Just let me know.
Btw, I’ve looked at your github, but do you have a public todo-list? Really like the look of your forum!
Forum: Themes and Templates
In reply to: [Hueman] How to hide Hueman sidebars on bbPress forum ?bbpress isn’t perfect in Hueman, but as for the sidebars, I recommend the plugin Content Aware Sidebars. Very useful plugin for all things sidebar related. I was looking for the same as you, a separate sidebar only in forums, and Content Aware Sidebars fixed it.
Forum: Themes and Templates
In reply to: [Hueman] Whats the difference?The one you find at https://alxmedia.se/themes/hueman/ is the latest. It’s also a more complete theme than the one that’s hosted at www.ads-software.com
I highly recommend the theme from the official Hueman site. You can read about the differences there.