• Resolved Hara Kim

    (@hara-kim)


    I love this theme for my site but even trying with different WordPress installations I noticed one big flaw with the theme.

    Please look at the page titles on my site it keeps on repeating even on the other pages as well https://hara.kim/

Viewing 15 replies - 1 through 15 (of 15 total)
  • WEN Solutions

    (@wen-solutions)

    Means you doesn’t need page title?? In all pages or only specified page?
    Please elaborate your question.
    Thanks

    Thread Starter Hara Kim

    (@hara-kim)

    If you look at the link and view the page title the site title and site description is there 2 times not 1 time. It is repeating both the site title and description even on the other pages the site title is repeated 2 times.

    Here is a screenshot example: https://s22.postimg.org/i8osjrokh/Screen_Shot_2015_11_18_at_9_06_35_PM.png

    WEN Solutions

    (@wen-solutions)

    Is site title and tagline is used same on backend? Please verify there is the content you are written is fine ?

    Thread Starter Hara Kim

    (@hara-kim)

    Do you mean it shouldn’t be set in the General Settings? Should it be set only in the customize section of the theme? I don’t have any plugins that change the page titles.

    WEN Solutions

    (@wen-solutions)

    Yup, it is rendering form the Appearance > Customize > Site Identity

    Thread Starter Hara Kim

    (@hara-kim)

    How can I fix this? The site identity are already set from the General Settings of WordPress

    Theme Author ShapedTheme

    (@shapedtheme)

    Hi Hara Kim,

    We’ve seen the issue you are facing. Please don’t worry. We are fixing it now and will be updated ASAP. Thanks using our theme.

    Regards

    WEN Solutions

    (@wen-solutions)

    Would you please paste the code for Written wp_title();. It may be inside the header.php file.
    Thanks

    Thread Starter Hara Kim

    (@hara-kim)

    <!DOCTYPE html>
    <html <?php language_attributes(); ?>>
    <head>
    <meta charset=”<?php bloginfo( ‘charset’ ); ?>”>
    <meta name=”viewport” content=”width=device-width, initial-scale=1″>
    <link rel=”profile” href=”https://gmpg.org/xfn/11″&gt;
    <link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>”>

    <?php wp_head(); ?>
    </head>

    <body <?php body_class(); ?>>

    <?php if(!get_theme_mod(‘shaped_blog_preloader’) ): ?>
    <div id=”st-preloader”>
    <div id=”pre-status”>
    <div class=”preload-placeholder”></div>
    </div>
    </div>
    <?php endif; ?><!– /Preloader –>

    <header id=”header”>
    <div id=”trueHeader”>
    <div class=”wrapper”>
    <div class=”container”>
    <!– Menu –>
    <div class=”menu_main”>
    <div class=”navbar blogx-navbar navbar-default”>
    <div class=”navbar-header”>
    <button type=”button” class=”navbar-toggle collapsed” data-toggle=”collapse” data-target=”#st-navber-collapse”>
    <span class=”sr-only”><?php echo __(‘Toggle navigation’, ‘shaped-blog’); ?></span>
    <span class=”icon-bar”></span>
    <span class=”icon-bar”></span>
    <span class=”icon-bar”></span>
    </button>

    <?php if(get_theme_mod(‘shaped_blog_logo’)): ?>
    <div class=”logo”>
    “><img src=”<?php echo esc_url(get_theme_mod(‘shaped_blog_logo’)); ?>”>
    </div><!– /Logo –>
    <?php else: ?>
    <div class=”text-logo”>
    “><?php bloginfo(‘name’ ); ?>
    <p><?php bloginfo(‘description’ ); ?></p>
    </div><!– /Logo –>
    <?php endif; ?>
    </div>

    <div id=”st-navber-collapse” class=”navbar-collapse collapse pull-right”>
    <?php wp_nav_menu(array(
    ‘container’ => false,
    ‘theme_location’ => ‘primary’,
    ‘items_wrap’ => ‘<ul id=”%1$s” class=”%2$s nav navbar-nav”>%3$s’,
    ‘walker’ => new wp_bootstrap_navwalker(),
    ‘fallback_cb’ => ‘wp_bootstrap_navwalker::fallback’
    )
    );
    ?>
    </div>
    </div>
    </div><!– end menu –>
    </div> <!– /.container –>
    </div>
    </div>
    </header>

    Thread Starter Hara Kim

    (@hara-kim)

    Thanks I hope to see the theme updated soon I like it a lot!

    Theme Author ShapedTheme

    (@shapedtheme)

    We updated Shaped Blog it’s now under review.

    Thread Starter Hara Kim

    (@hara-kim)

    Anyway you can send me the new version or upload it somewhere?

    Theme Author ShapedTheme

    (@shapedtheme)

    Thread Starter Hara Kim

    (@hara-kim)

    WORKS PERFECTLY! thank you so much!

    Theme Author ShapedTheme

    (@shapedtheme)

    Hi,

    If you are happy with our theme, give us an excellent 5* rating. ??

    Thanks

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Page titles / Site title repeating itself | BUG’ is closed to new replies.