G+ Integration and Search Bar

Home Forums Iconic One Pro Support G+ Integration and Search Bar

This topic contains 1 reply, has 2 voices, and was last updated by  Themonic-Support 10 years, 6 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #664

    Show your Author picture in Google’s search result without touching any code, Iconic One Pro has a proper Google+ rel=”author” markup integration, all you have to do is fill out the Google+ URL in the profile field and it will activate. After that simply link back to your website from your Google+ page. The theme also supports multiple authors.

    What i have to set and where images etc will appear?
    only id or complete url with http or just id?

    Wordpress is not fetching the profile photo from G+ , instead they are taking gravatar photo

    and

    adding this code

    //wordpress search in menu bar
    add_filter('wp_nav_menu_items','add_search_box', 10, 2);
    function add_search_box($items, $args) {
     
            ob_start();
            get_search_form();
            $searchform = ob_get_contents();
            ob_end_clean();
     
            $items .= '<li>' . $searchform . '</li>';
     
        return $items;
    }

    in functions.php file will display search in menu bar.

    In iconic free version, its display fine, but in pro version its not showing in one line, its displaying in search bar above and search button below.

    Why this happens? could you suggest something for it.

    #665

    To help us serve you better kindly ask one question per topic thread, you are free to create as many support topics you want.

    — Setting up Google+ Authorship —–
    Here is the image from the docs
    google plus author iconic one

    Simply follow the below two steps to show your picture in Google Search results:

    1) Enter the full G+ ID in the profile field shown in the image above, it’s a full Google+ page url starting with http://
    2) Go to your Google+ page and link back to your website’s author page.

    (If it’s a single author website you can link to homepage.)

    Online Documentation & Usage Guide for Iconic One PRO

    Author ID on homepage uses Gravatar, WordPress by default uses Gravatar images, simply go to gravatar.com and sign up with your email and setup your image, it’s free.
    —————-

    Search Bar question – please create a separate thread for it, I might be able to you out with that.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.