Hara Kim
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Shaped Blog] Page titles / Site title repeating itself | BUGWORKS PERFECTLY! thank you so much!
Forum: Themes and Templates
In reply to: [Shaped Blog] Page titles / Site title repeating itself | BUGAnyway you can send me the new version or upload it somewhere?
Forum: Themes and Templates
In reply to: [Shaped Blog] Page titles / Site title repeating itself | BUGThanks I hope to see the theme updated soon I like it a lot!
Forum: Themes and Templates
In reply to: [Shaped Blog] Page titles / Site title repeating itself | BUG<!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″>
<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>Forum: Themes and Templates
In reply to: [Shaped Blog] Page titles / Site title repeating itself | BUGHow can I fix this? The site identity are already set from the General Settings of WordPress
Forum: Themes and Templates
In reply to: [Shaped Blog] Page titles / Site title repeating itself | BUGDo 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.
Forum: Themes and Templates
In reply to: [Shaped Blog] Page titles / Site title repeating itself | BUGIf 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
I made the stupid mistake of parking it through the user cPanel level and not the root WHM level. Now it seems to be working the only remaining question I have is how do I use the mapped domain’s email features? Do I have to setup a cNAme for this or what other options do I have?
The only thing I have found on the parking settings that I can change is the redirection location.
Which means the domain I am trying to map simply redirects to my sub directory. I feel like I am missing something completely.
The domain I am trying to map:
https://tinyurl.com/n2gmxqjYes I tried parking it as if I don’t the result is the same it goes to my main cPanel site. By the way I meant to say I restarted Apache haha. Anyway when I park the domain is there a specific way I have to map it to the subdirectory or am I missing something completely.
And to just make sure I parking the domain I want to map correct?
Thanks for the help by the way
The main domain name on my cPanel account:
https://tinyurl.com/kx7ehhyThe subdirectory simply redirects to the domain name I am trying to map
The domain I am trying to map:
https://tinyurl.com/n2gmxqjI setup the A Records and the configurations in the back end for the domain mapping. I retarded my Apache however I feel like my A record is pointing to my server but is simply going to my main domain name on my Cpanel account if that makes sense. Like its not actually mapping the sub directory to the domain name.
Thanks for the reply. Basically I set the A records to my dedicated IP but when I go to the domain name I am using newdomain.com it goes to my main domain name in my cPanel account.
For example when I go to newdomain.com it goes to maindomain.com instead, when it should go to subdomain.mysite.com/site1
I am wondering if I have to do something server side or on cPanel in order for it to map correctly.
Forum: Fixing WordPress
In reply to: vBulletin header login area with WordPressHave you figured this out I am interested as well in using the vbulletin header within wordpress.