bismafs
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Themes and Templates
In reply to: [ColorMag] Logo Header Image Not Showing After UpdateGot it, thank you!
So this is the update in my case:
Previous child theme header.php:
<div id="header-left-section"> <?php if((get_theme_mod('colormag_header_logo_placement', 'header_text_only') == 'header_logo_only') && get_theme_mod('colormag_logo', '') != '') { ?> <div id="header-logo-image"> <a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><img src="<?php echo esc_url(get_theme_mod('colormag_logo')); ?>" alt="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>"></a> <?php } ?> </div><!-- #header-logo-image -->Change the childe theme header.php referring to the parent theme header.php to:
<div id="header-left-section"> <?php if((get_theme_mod('colormag_header_logo_placement', 'header_text_only') == 'header_logo_only')) { ?> <div id="header-logo-image"> <?php if (get_theme_mod('colormag_logo', '') != '') { ?> <a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><img src="<?php echo esc_url(get_theme_mod('colormag_logo')); ?>" alt="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>"></a> <?php } ?> <?php if (function_exists('the_custom_logo') && has_custom_logo( $blog_id = 0 )) { colormag_the_custom_logo(); } ?> </div><!-- #header-logo-image -->- This reply was modified 9 years, 3 months ago by bismafs.
Forum: Themes and Templates
In reply to: [ColorMag] Logo Header Image Not Showing After UpdateCan you be more specific what to edit in header.php? Thx
Forum: Plugins
In reply to: [OnePress Opt-In Panda] Mailchimp List no showingHere’s my screenshot: https://snag.gy/qjZ7bU.jpg
Forum: Plugins
In reply to: [OnePress Opt-In Panda] Mailchimp List no showingNope, still doesn’t work. And also the preview area only shows number 0. Maybe a plugin conflict? I do use another optin plugin for showing popup email optin using the same Mailchimp API and it works fine.
Forum: Plugins
In reply to: [AdRotate Banner Manager] Front page ad not showing in FirefoxSory duplicate post.
Forum: Plugins
In reply to: [Plugin: Adrotate] Front page ad not showing in FirefoxResolved. Empty W3TC cache.
Same problem here. The event link won’t work if the events page used as front page. Hope it will be fixed soon.
Viewing 7 replies - 1 through 7 (of 7 total)