Giter VIP home page Giter VIP logo

author-bio-box's People

Contributors

alexandremaeda avatar claudiosanches avatar giancarlozero avatar jeremycaris avatar rafaelfunchal avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

author-bio-box's Issues

Twitter link not working

One my Website, the Twitter Link will not display correct.

Twitter Username in the Wordpress Profile settings:
twitter1

Output on the page:
<a target="_blank" href="http://RitzmannMarkus" class="bio-icon bio-icon-twitter"></a>

Is there a known bug?

Author Name Font & Size

Hi!

I installed the plugin author bio box and it looks awesome. My website under reference is https://raisinahill.com/

However, I was just thinking if I can reduce the font size of the author name and also be able to choose my font to display the author name!

Can you please help?

Thanks in advance.

Best.

Neeraj

Author bio box is showing on custom content types

I saw the other issue about custom content types (#4), but since it's from 2014, I thought it best to open a new issue.

I am using The Events Calendar plugin (https://wordpress.org/support/plugin/the-events-calendar/), which creates a custom content type, Event. The bio box is showing on event pages, even though I have chosen "Posts Only" in the Author Box settings: http://melaniechoukas-bradley.com/events/finding-solace-at-theodore-roosevelt-island-online-class-politics-prose/

Is there a way to make it so "Posts Only" works? I would prefer not to have to resort to code, for a number of reasons.

Author box is displaying on all custom post types

I am using Sugar Events Calendar on an installation along with Author Bio Box. At the bottom of the single event pages, the Author Bio Box appears and I want to filter that out. Technically, it's a post... but not a blog post (post_type=sc_event) and I would like to remove it on all event pages. It is also appearing at the bottom of a few other custom post types I am using.

On the plugin setting page you can choose to display "Only in Posts" which reads as if it relates to blog posts and not all custom post types. The code where this setting is used isn't looking for just blog, but just if it is_single().

        if ( 'posts' == $settings['display'] ) {
            $display = is_single();
        } else if ( 'home_posts' == $settings['display'] ) {
            $display = is_single() || is_home();
        }

Maybe that is by design but it is a bit misleading. How about adding a selection for "Just blog posts"?

Another possibility is to use your new filter. I see the latest release has a filter, authorbiobox_display. Can this be used to filter out all post types except post_type=post?

Shortcode support?

Hey, loving this plugin! Particularly the minimalism :-). Would it be difficult to add shortcode support, so that I could easily include it in certain posts, but not others?

Many thanks!
Jonathan

Twitter link does not display properly

I've installed this on a couple of sites, and I've found that the href attribute on the anchor tag for the Twitter icon contains only the user's handle, not the full URL to their Twitter profile.

I forked the repo and made one small change to line 69 of the includes/class-author-bio-box-frontend.php file. See this link.

Any chance this can be worked into the original code base?

Hide author box in specific posts

Hi, I'm using Author Bio Box. Very nice plugin.

Is it possible to hide the author box in some specific post? Why do not you add a flag in the post editor to allow the author to hide the box in that post?

thank you,
Gabriele

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.