Home Forums WordPress Themes – Premium Circumference Remove the WordPress Header Text Overlay in Circumference

Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • #49039
    Lacey Clifton
    Participant

    I’ve gone through the tutorial videos on the header but haven’t been able to remove the text from my header. WordPress is automatically populating the website name on top of the default blue-green header. I tried going into one of the pages and using the +AddField header_caption command with just to see if I could force a blank override, but that did not work. I don’t see anything in the tutorials about where to turn on/off the site name as an overlay onto the WordPress header. Each time I turn off the site name it removes it from the area at the very top with the logo next to the menu.

    Does anyone know how to turn this feature off?

    Attachments:
    You must be logged in to view attached files.
    #49115
    Sushil Adhikari
    Moderator

    Hi Lacey Clifton,

    Thank you for contacting Styled Themes support team.

    We couldn’t track your issue on the basis of screenshot, so could you please provide us link to your website, so we can provide you efficient and appropriate solution..

    Thanks

    #49133
    Lacey Clifton
    Participant

    Hi,
    Maybe a larger screenshot will better explain. I’m trying to show you which header I’m talking about because I know this theme offers many. In the script, it comes up as the alt tag for the banner image, but that isn’t something editable in the documentation?

    Attachments:
    You must be logged in to view attached files.
    #49141
    Sushil Adhikari
    Moderator

    Hi Lacey Clifton,

    We again request you to provide us your site url ,so we can track the issue of yours. Or you can also point out on demo site

    Thanks

    #49169
    Lacey Clifton
    Participant
    #49170
    Sushil Adhikari
    Moderator

    Hi Lacey,

    The image you are using as Banner image doesn’t exist and this is the reason you are getting image alt. Please upload the valid image to remove the alt text. Here is the link of the image you are using: http://salusintegrativemedicine.com/wp-content/themes/circumference-lite/images/demo-banner.jpg

    Let us know how it goes after updating the valid image url;

    Thanks

    #50608
    Lacey Clifton
    Participant

    I took the blue header and added the file back in as the demo-banner.jpg file, but now I have a giant banner again. I liked the thin bar which the instructions say is possible, but when I get the thin bar, I always get the alt text on top? I can upload this same blue header image in customization and crop it to the 40 px height but it will never save that way as long as the demo-banner image is in the system. Which is why I deleted the demo-header the first time.

    It seems like a bug. The demo file always over-writes whatever I do.

    Attachments:
    You must be logged in to view attached files.
    #50611
    Bidur
    Moderator

    Hi,

    Banner is changing fine when I checked in demo site. It may be due to catch please clear the catch and check again. There is another solution to change the banner height. You can set height of banner height using css code. Add following code snippet to set the height in additional css section in customizer.

    .cir-banner {
    	height: 40px;
    }

    If doesnot solve your problem please send us your site url so that we can give you exact solution.
    Thanks

    #50681
    Lacey Clifton
    Participant

    It is not a cache issue as I can go into any browser (Chrome, Firefox, etc.) and see the banner as full height (NOT 40px). This is the same website as this thread started with: http://salusintegrativemedicine.com.

    #50720
    Bidur
    Moderator

    Hello Lacey,

    It is working fine if we check form our end. Please try again. Just add the following css;

     .cir-banner {
    	height: 40px;
    }

    NOte: Please find the attached screenshot.

    Best Reards,
    Bidur

    • This reply was modified 6 years, 2 months ago by Bidur.
    Attachments:
    You must be logged in to view attached files.
    #50737
    Lacey Clifton
    Participant

    When I go to geopeeker.com, the website shows the oversized banner internationally. The 40px script is not running. I am trying to set the website up exactly as your template is and follow the instructions. I am attaching a screenshot.

    Your screenshot has something wrong with it because the graphic is not going all the way across the screen. I am reattaching it and circled it in pink.

    I opened the customizer.php file, but there are many banner locations to edit. I tried to edit this location (below) but when I saved, I got an error message. I need more specific information on which version of the banner file in the php file to edit:

    /**
    * This is a custom section called Showcase Banner
    * which contains settings for styling your showcase and banner area
    */
    $wp_customize->add_section( ‘showcase_banner’, array(
    ‘title’ => __( ‘Banner Header’, ‘circumference-lite’ ),
    ‘priority’ => 50,

    ) );

    // banner header background colour when no image
    $wp_customize->add_setting( ‘banner_bg_colour’, array(
    ‘default’ => ‘#c6b274’,
    ‘sanitize_callback’ => ‘circumferencelite_sanitize_hex_color’,
    ) );

    Attachments:
    You must be logged in to view attached files.
    #50843
    Bidur
    Moderator

    Hello Lacey,
    We’re not getting access to the site http://salusintegrativemedicine.com. ??

    #50869
    Bidur
    Moderator

    Hello Lacey,

    You don’t need to customize anything.
    Please add the following css;

    #cir-banner img{
         height: 40px;
         width: 100%;
    }
    #cir-banner {
        min-height: 0;
    }

    Thanks!

    #50939
    Lacey Clifton
    Participant

    I am switching themes. This feature is a basic tool of the theme and I should not have to add css to make it work. Each time I try to add the css, the entire website crashes and I have to go into the FTP and replace the file.

    #50953
    Bidur
    Moderator

    Hi Lacey,

    Can you mail us your login details so we can take a look?

    Thanks!

Viewing 15 posts - 1 through 15 (of 16 total)
  • You must be logged in to reply to this topic.