Coder Social home page Coder Social logo

presscustomizr / hueman Goto Github PK

View Code? Open in Web Editor NEW
569.0 48.0 167.0 26.1 MB

Hueman WordPress theme is one of the best rated theme for blogs and magazines on WordPress.org. Powers 70k+ websites around the world.

Home Page: https://presscustomizr.com/hueman/

License: GNU General Public License v3.0

PHP 34.37% CSS 30.90% JavaScript 34.72%
theme hueman free-software gplv3 open-source wordpress wordpress-theme

hueman's People

Contributors

alxmedia avatar answerquest avatar dee76 avatar devinsays avatar elvishp2006 avatar eri-trabiccolo avatar gummibeer avatar james-kshitij avatar james-xitij avatar jaylinski avatar jayxon avatar muhammadamirzia avatar phip1611 avatar raeffs avatar romankreisel avatar sakhawat-ali avatar shinichinishikawa avatar zcuric avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hueman's Issues

Menus Per Page

Can you add a feature that allows you to have a different menu per page?
Example:

example.com

  • Home Page
  • About
    • About Author
  • Contact

example.com/foobar

  • Home Page
  • What is Foobar?
    • Yah I mean FOOBAR!
  • About
  • Contact

Items that are a url are pages
Items that have a dot in front of them are menu items.
Items that are extra spaced are child items and would appear in the drop down area.

Add Toggle for plugin recommendation banner

Some of my users have noticed a banner when they log into my site saying that it is recommended to install: regenerate thumbnails, Contact form 7 and WP-page navi. It is located on the wp-admin pages

Would you add a toggle to turn off the recommended plugin banner? It could be in the administrative tab next import/export settings.

Offset argument for plugins

Add offset parameter to WP_Query - it allows you to set an additional setting in the backend. Let’s say I want to show the latest 5 posts in the left sidebar and in the right sidebar I want to do something like “Older posts” - I could then set the offset to 5 so I would not get the same posts like in the left sidebar but posts 6 to 10 for instance.

FEATURE REQUEST: All Google Fonts instead of a few

Hello! Nice theme, the best free one i have found so far.

I posted this request on the wordpress.org support forum but some random dude showed up to pull his finger in my face and writing about wp.org theme guidelines...

Can you add the functionality to choose from all available Google Fonts instead of just a few? That would give the users much more flexiblity.

As an extension of this request, it would be nice to let the user choose font colors and sizes for individual elements.

hope for your feedback!

SHARRRE with Google+ cannot be used

Hi,

I cannot use the SHARRRE bar together with the G+ button.

Warning: curl_setopt_array(): CURLOPT_FOLLOWLOCATION cannot be activated when an open_basedir is set in ....... /js/sharrre.php on line 56
{"url":"http://sharrre.com/","count":0}

My hoster said, that oben_basedir has been set for security reasons and they won't change that.

Isn't there another solution to implement the G+ button for using within HUEMAN's social sharing bar for all those users, who have the same server settings?
Thanks.

header coding

first of all, I love your theme and thanks for let me use it.
as you know, anew theme can put header image but not on the hueman theme.
is there any chance that I can get option in your hueman theme?
or how can I add header image instead of logo in hueman theme.
I'm not a coder and don't know well on php code.
if it's possible. can I get an idea for head img code that I can put that in your theme?
thank you so much for your time again.

Improvement of date format (for other languages) using admin panel format?

Hi Alex,

could you please improve the date format of HUEMAN?

It is really lots of work and files to change, just to change the date format for other languages like German. If you'd use the admin format everywhere, it would be much better:

<?php the_time(get_option('date_format')); ?>

instead of

<?php the_time('j M, Y'); ?>

thanks, appreciate!

[ENHANCEMENT] a few new features

I build a few new features for me - all can used in the original Theme:

  • lightweight social Share-Buttons under the Article:
  • structured Data (just started)
  • don't show Pingbacks if dissabled

I won't send a Pull-Request cause I made some other real personal and project bounded changes in the Theme - but I will create a gist and link it here.

Sharrre DOMDocument warning

Class 'DOMDocument' not found in /var/www/mysite.com/public_html/wp-content/themes/hueman/js/sharrre.php on line 13

This is showing up in my error logs A LOT.

In port/Export

I and a few others would like to have this feature. It would make site backups and deployments easier.

Could you put it in the Theme Options? Thanks!

P.S. Where is your change log? I can't find it on Wordpress or your website.

Footer Bar issue

I am having an issue where the footerbar is coming up off the bottom of the screen. here are some screenshots of this issue. It does not happen when the screen is wider.

Thanks for looking into this issue :)

footbar 1
footbar 2

No Media Controls

I have found a bug with the playback controls of the theme.

I have used the add media button to embed a MP3 and MP4 into a page and post. It successfully embeds the media object but there are no controls to control the playback of the video/audio.

I have tested to make sure this is not just a WP installation problem and when I switch to another theme (one of the official ones like 2013) there are playback controls.

Hope this will get fixed soon!

Rebuild post formats so that it uses no custom meta fields

Suggestions from Justin Tadlock:

Most of the post format tools I mention are a part of my theme framework and are available on GitHub: ?https://github.com/justintadlock/hybrid-core

It is licensed under the GPL version 2 or later. The latest versions of the tools are on the 2.0 branch, which I'm currently working on. They're kind of spread out amongst the files right now, so I'll explain a bit about each file.

The post-formats.php file handles mostly filters. This is some of the stuff that was originally going to go into the post formats overhaul in 3.6 but eventually got pulled out because they didn't finish the UI.
?https://github.com/justintadlock/hybrid-core/blob/2.0/functions/post-formats.php

The template-post.php file has a few functions that are useful within theme templates. Basically, these are a set of template tags for working with posts that WordPress doesn't handle (some are unrelated to post formats).
?https://github.com/justintadlock/hybrid-core/blob/2.0/functions/template-post.php

Another tool is the media grabber, which allows you to extract an audio/video from the post content. It can also do neat stuff like auto-pull attached media if the user forgot to add the audio/video to the post.
?https://github.com/justintadlock/hybrid-core/blob/2.0/classes/hybrid-media-grabber.php

And, last but not least, is a project for easier styling of the WordPress media player. It's a base stylesheet that gives you better control over the design. My most recent theme (Socially Awkward) makes use of it.
?https://github.com/justintadlock/theme-mediaelement

This includes changing from jplayer.js to mediaelement.js for the audio format, which is now standard for WordPress. Also needs new styling for the media player.

Social link warnings in multilingual site (Polylang)

Hi Alexander,

First of all - thank you for the great theme and your effort! This is one of the best free themes I have seen.

I have a multilingual site, translated with Polylang. When I add a Facebook social link via the theme's settings, in the site I see these warnings just before the FB icon:

https://gist.github.com/pdrosos/35f21d9cc713204c1cd9

The default language is English, but it happens also for the other languages.
Could you please tell me how can I fix this?

Thanks.

Export backup of settings

I see a lot of themes with, some kind of Base-64 encoded theme settings. I think it will be cool to implement this feature at hueman. Because, for example, I can use the same settings of one blog in another. Without having to set manually.

Use protocol-relative URLs

Hi,

I suggest changing the URLs function alx_google_fonts()in functions/dynamic-styles.php to protocol-relative URLs to allow a switch to https without getting "mixed content" messages.

This should do it:

function alx_google_fonts () {
        if ( ot_get_option('dynamic-styles') != 'off' ) {
            if ( ot_get_option( 'font' ) == 'titillium-web-ext' ) { echo '<link href="gifonts.googleapis.com/css?family=Titillium+Web:400,400italic,300italic,300,600&subset=latin,latin-ext" rel="stylesheet" type="text/css">'. "\n"; }
            if ( ot_get_option( 'font' ) == 'droid-serif' ) { echo '<link href="//fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700" rel="stylesheet" type="text/css">'. "\n"; }
            if ( ot_get_option( 'font' ) == 'source-sans-pro' ) { echo '<link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:400,300italic,300,400italic,600&subset=latin,latin-ext" rel="stylesheet" type="text/css">'. "\n"; }
            if ( ot_get_option( 'font' ) == 'lato' ) { echo '<link href="//fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700" rel="stylesheet" type="text/css">'. "\n"; }
            if ( ot_get_option( 'font' ) == 'ubuntu' ) { echo '<link href="//fonts.googleapis.com/css?family=Ubuntu:400,400italic,300italic,300,700&subset=latin,latin-ext" rel="stylesheet" type="text/css">'. "\n"; }
            if ( ot_get_option( 'font' ) == 'ubuntu-cyr' ) { echo '<link href="//fonts.googleapis.com/css?family=Ubuntu:400,400italic,300italic,300,700&subset=latin,cyrillic-ext" rel="stylesheet" type="text/css">'. "\n"; }
            if ( ot_get_option( 'font' ) == 'roboto-condensed' ) { echo '<link href="//fonts.googleapis.com/css?family=Roboto+Condensed:400,300italic,300,400italic,700&subset=latin,latin-ext" rel="stylesheet" type="text/css">'. "\n"; }
            if ( ot_get_option( 'font' ) == 'roboto-condensed-cyr' ) { echo '<link href="//fonts.googleapis.com/css?family=Roboto+Condensed:400,300italic,300,400italic,700&subset=latin,cyrillic-ext" rel="stylesheet" type="text/css">'. "\n"; }
            if ( ot_get_option( 'font' ) == 'open-sans' ) { echo '<link href="//fonts.googleapis.com/css?family=Open+Sans:400,400italic,300italic,300,600&subset=latin,latin-ext" rel="stylesheet" type="text/css">'. "\n"; }
            if ( ot_get_option( 'font' ) == 'open-sans-cyr' ) { echo '<link href="//fonts.googleapis.com/css?family=Open+Sans:400,400italic,300italic,300,600&subset=latin,cyrillic-ext" rel="stylesheet" type="text/css">'. "\n"; }
            if ( ot_get_option( 'font' ) == 'pt-serif' ) { echo '<link href="//fonts.googleapis.com/css?family=PT+Serif:400,700,400italic&subset=latin,latin-ext" rel="stylesheet" type="text/css">'. "\n"; }
            if ( ot_get_option( 'font' ) == 'pt-serif-cyr' ) { echo '<link href="//fonts.googleapis.com/css?family=PT+Serif:400,700,400italic&subset=latin,cyrillic-ext" rel="stylesheet" type="text/css">'. "\n"; }
        }
    }   

Regards
Chris

Conflicts with Advanced Custom Fields Plugin

Hey,

I'm working on a custom project with this theme. I use Advanced Custom fields plugin, and I created a new page template for my front-end form. But when I add the acf_form_head(); function to the page template, I get the following error:

Fatal error: Call to undefined function ot_get_media_post_ID() in E:\htdocs\wp.andornagy.info\wp-content\themes\hueman\option-tree\ot-loader.php on line 667

Thanks.

Error on image uploading

Hi Alex,

I got an error message when I try to upload new images.

Fatal error: Maximum execution time of 30 seconds exceeded in /home/content/01/11535701/html/a/wp-includes/class-wp-image-editor.phussiepinoyp on line 387

Illegal string offset

After you save the settings they disappear. I'm using the latest version, hueman-master

Warning: Illegal string offset 'background-color' in E:\htdocs\wp.andornagy.info\wp-content\themes\hueman\functions\dynamic-styles.php on line 219

Warning: Illegal string offset 'background-image' in E:\htdocs\wp.andornagy.info\wp-content\themes\hueman\functions\dynamic-styles.php on line 220

Warning: Illegal string offset 'background-position' in E:\htdocs\wp.andornagy.info\wp-content\themes\hueman\functions\dynamic-styles.php on line 221

Warning: Illegal string offset 'background-attachment' in E:\htdocs\wp.andornagy.info\wp-content\themes\hueman\functions\dynamic-styles.php on line 222

Warning: Illegal string offset 'background-repeat' in E:\htdocs\wp.andornagy.info\wp-content\themes\hueman\functions\dynamic-styles.php on line 223

Warning: Illegal string offset 'background-size' in E:\htdocs\wp.andornagy.info\wp-content\themes\hueman\functions\dynamic-styles.php on line 224

Consider additional styling options

  • Entry text color
  • Bold font option for menu navigations
  • Equal sidebar width option (decrease primary to 260px) for col-3cm, col-2cl, col 2-cr.
  • Header padding (when new OT option arrives)
  • Sidebar widget padding (when new OT option arrives), replaces the two radio options

Add Font color Option

imo is in the OptionTree an option for the font-color missing. I couldn't find anywhere an option to edit the font-color.

Some people (like me and the headquarters of my school) just want to have a thicker or darker font. We have got much text in our website and reading very long texts is a bit hard.

It would be great, if you implement some style-options (especially thickness and color) in the OptionTree.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.