<header id="header" class="header header-gradient">
<div class=" header-wrapper <?php echo esc_attr($header_nav_sticky == true ? 'navbar-sticky' : ''); ?> ">
<div class="container">
<nav class="navbar navbar-expand-lg navbar-light">
<?php echo digiqole_text_logo() ? '<h1 class="logo-title">' : ''; ?>
<a class="logo d-none" href="<?php echo esc_url(home_url('/')); ?>">
<?php if(digiqole_text_logo()): ?>
<?php echo esc_html(digiqole_text_logo()); ?>
<?php else: ?>
<img class="img-fluid" src="<?php echo esc_url($digiqole_logo_url); ?>"
alt="<?phpecho get_bloginfo('name') ?>">
<?php endif; ?>
</a>
<?php echo digiqole_text_logo() ? '</h1>' : ''; ?>
]]>I see options in the backend of the plugin to add a custom logo image and link, and I have Admin bar logo context menu – toggled off and Admin bar logo toggled off
maybe these latest updates of wordpress have broken this functionality?
strangely – they are gone when logged in as admin – but when you are logged out and come to the site as a visitor the wordpress logo and admin bar are back up there showing… so maybe the admin bar does not normally show on regular wp without bp, but since it is showing when not logged in its an issue?
any fix ideas?
the wordpress menu and wordpress links must go! help!
]]>Can someone help me? Danke!
]]>I was wondering if anyone could help. My website is www.precioushughes.com and I have added the custom logo however it originally goes to the left and I would like it in the centre. Can anyone help?
Please see the coding below:
<head>
<?php theme_logo(); ?>
<meta name=”viewport” content=”width=device-width”>
<link rel=”profile” href=”https://gmpg.org/xfn/11″>
<link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>”>
<?php
// Get saved theme options.
global $blogcentral_opts;
if ( isset( $blogcentral_opts[‘favicon’] ) ) {
?> <link rel=”icon” type=”image/x-icon” href=”<?php echo esc_url( $blogcentral_opts[‘favicon’] ); ?>” />
<?php } ?>
<!–[if lt IE 9]>
<script src=”<?php echo get_template_directory_uri(); ?>/js/html5shiv.min.js”></script>
<![endif]–>
<?php
wp_head();
?>
</head>
<body <?php body_class(); ?>>
<?php
$logo_frag = $contact_frag = $email_frag = $phone_frag = $url_frag = $social_frag = $share_frag = $back_img_style = ”;
/*
* Using the theme options, construct all of the html fragments to display the logo, contact information, search form, and navigation menu.
*/
If anyone knows how to remove the search bar too that would be a great bonus.
]]>