• I just upgraded health center lite and all of a sudden ALL my options during customization for the home page are gone! I can’t change the site homepage photo, can’t change fa-icons etc…I don’t have any option that lets me get into homepage options. Where did it go?! https://www.goldsteindental.org

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi

    Thanks for using our theme,

    1. In the new version all the data is configured via WordPress core ie pages, posts , widgets etc.

    If you using font-awesome icons but font-awesome icon you have to upgrade to pro.

    You can add icon / symbol image as a featured image in the WordPress Page and specify that page in the widget WBR : HC Page Widget to display service type of content.

    But if you want to do it with lite version you can do the following.

      Since its a sidebar section , you can also use third party widgets for adding that type of layout.
      Or you can optionally add the following HTML snippet in the text widget without specifying widget title.

    <a href="#"><i class="fa fa-wheelchair"></i></a><h2><a href="#">Medical Guidance</a></h2><p>Lorem ipsum dolor sit amet, consectetur adipricies sem Unlimited ColorsCras pulvin, maurisoicituding adipiscing, Lorem ipsum dolor sit amet, consect adipiscing elit, sed diam nonummy nibh euis udin</p>

    like third Party plugin / widget : – https://www.ads-software.com/plugins/post-featured-font-icon/

    any confusion let me know

    Thanks.

    Thread Starter rgoldstein

    (@rgoldstein)

    Yeah, that’s 100% over my head, could you ELI5 it for me? I also lost my ability to change the homepage picture (at all) in the slider and I need to upload a new picture and literally have no idea how to do that now…

    Hi

    For this Firstly Create a slider post and use post thumbnail image and save.

    then follow below step :-

    Theme Dashboard >> appearance >> customize >> slider section >> select slider post >> then select your slider post.

    save and publish your slider post then check your website.

    any confusion let me know

    Thanks.

    Thread Starter rgoldstein

    (@rgoldstein)

    Did everything you said and now I’m without a photo on my front page. Made the post with just the picture, posted it, customized, don’t have the hide slider box checked and selected the blog post with the photo. What am I doing wrong?

    Thread Starter rgoldstein

    (@rgoldstein)

    In addition, I did add the plugin for the fa-icons but where am I adding the code, I’m not clear on what page is designated as the front page since it was something I was working off the customization before…

    Hi

    For this kindly follow below URL

    1. For Slider
    https://share.pho.to/AFnid

    2. For Service

    Follow below plugin instruction : –

    Use below code in function.php file

    // Our filter callback function
    function icon_post_type_callback( $types ) {
        $types = array('post', 'page', 'product');
        return $types;
    }
    add_filter( 'icon_post_type', 'icon_post_type_callback', 10, 1 );

    then follow below screenshot URL

    https://share.pho.to/AFnjV

    any confusion let me know

    Thanks.

    Thread Starter rgoldstein

    (@rgoldstein)

    Did what you said, still nothing. In addition, while adding that code I am now getting this error:
    Parse error: syntax error, unexpected ‘}’ in /home4/rgoldstein/public_html/wp-content/themes/health-center-lite/functions.php on line 61

    please help asap as now our website is now down, here is my code up past line 61….

    <?php /**Includes reqired resources here**/
    define(‘WEBRITI_TEMPLATE_DIR_URI’,get_template_directory_uri());
    define(‘WEBRITI_TEMPLATE_DIR’,get_template_directory());
    define(‘WEBRITI_THEME_FUNCTIONS_PATH’,WEBRITI_TEMPLATE_DIR.’/functions’);

    require_once(‘theme_setup_data.php’);
    require( WEBRITI_THEME_FUNCTIONS_PATH . ‘/menu/default_menu_walker.php’ ); // for Default Menus
    require( WEBRITI_THEME_FUNCTIONS_PATH . ‘/menu/webriti_nav_walker.php’ ); // for Custom Menus

    require_once( WEBRITI_THEME_FUNCTIONS_PATH . ‘/scripts/scripts.php’ ); // all js and css file for health-center
    require( WEBRITI_THEME_FUNCTIONS_PATH . ‘/commentbox/comment-function.php’ ); //for comments
    require( WEBRITI_THEME_FUNCTIONS_PATH . ‘/widget/custom-sidebar.php’ ); //for widget register
    require( WEBRITI_THEME_FUNCTIONS_PATH . ‘/font/font.php’); //Google Font

    // Health Info Page
    require( WEBRITI_THEME_FUNCTIONS_PATH . ‘/health-info/welcome-screen.php’);

    //Feature Page Widget
    require( WEBRITI_THEME_FUNCTIONS_PATH . ‘/widget/wbr-register-page-widget.php’ );

    //Latest news Widget
    require( WEBRITI_THEME_FUNCTIONS_PATH . ‘/widget/wbr-resent-news-widget.php’ );

    //Customizer
    require( WEBRITI_THEME_FUNCTIONS_PATH . ‘/customizer/customizer_header.php’);
    require( WEBRITI_THEME_FUNCTIONS_PATH . ‘/customizer/customizer_copyright.php’);
    require( WEBRITI_THEME_FUNCTIONS_PATH . ‘/customizer/slider-panel.php’);
    require( WEBRITI_THEME_FUNCTIONS_PATH . ‘/customizer/service-panel.php’);
    require( WEBRITI_THEME_FUNCTIONS_PATH . ‘/customizer/project-panel.php’);
    require( WEBRITI_THEME_FUNCTIONS_PATH . ‘/customizer/faq-panel.php’);
    require( WEBRITI_THEME_FUNCTIONS_PATH . ‘/customizer/recent_news-panel.php’);
    require( WEBRITI_THEME_FUNCTIONS_PATH . ‘/customizer/callout-panel.php’);
    require( WEBRITI_THEME_FUNCTIONS_PATH . ‘/customizer/customizer-pro.php’);

    add_filter( ‘icon_post_type’, ‘icon_post_type_callback’, 10, 1 );
    //content width
    if ( ! isset( $content_width ) ) $content_width = 900;
    //wp title tag starts here
    function hc_head( $title, $sep )
    { global $paged, $page;
    if ( is_feed() )
    return $title;
    // Add the site name.
    $title .= get_bloginfo( ‘name’ );
    // Add the site description for the home/front page.
    $site_description = get_bloginfo( ‘description’ );
    if ( $site_description && ( is_home() || is_front_page() ) )
    $title = “$title $sep $site_description”;
    // Add a page number if necessary.
    if ( $paged >= 2 || $page >= 2 )
    $title = “$title $sep ” . sprintf( _e( ‘Page’, ‘health-center-lite’ ), max( $paged, $page ) );
    return $title;

    add_filter( ‘wp_title’, ‘hc_head’, 10,2 );

    add_filter( ‘icon_post_type’, ‘icon_post_type_callback’, 10, 1 );

    add_action( ‘after_setup_theme’, ‘hc_setup’ );
    function hc_setup()

    Thread Starter rgoldstein

    (@rgoldstein)

    Okay – fa icon was a bust despite the code being in and following your photo. But I’m back in my website. As for the slider. My front page is linked to a blank page under a business template. I don’t know if that changes anything but I did exactly as you directed and as you see here, the page doesn’t reflect that I’ve chosen a post with JUST a photo in it https://pho.to/AGFft . Thoughts? Is that what is preventing my fa-icon from updating as well as seen here: https://pho.to/AGFpB

    Hi

    its working perfect our end, so you ‘re doing something wrong
    Please share your admin detail my email id :- [email protected]

    Thanks.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Where did my homepage edit go?!’ is closed to new replies.