Home › Forums › WordPress Themes – Premium › Circumference › Remove the WordPress Header Text Overlay in Circumference
Tagged: circumference, header
- This topic has 15 replies, 3 voices, and was last updated 6 years, 1 month ago by
Bidur.
-
AuthorPosts
-
August 22, 2017 at 10:12 pm #49039
Lacey Clifton
ParticipantI’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.August 23, 2017 at 7:25 am #49115Sushil Adhikari
ModeratorHi 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
August 24, 2017 at 12:15 am #49133Lacey Clifton
ParticipantHi,
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.August 24, 2017 at 8:00 am #49141Sushil Adhikari
ModeratorHi 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
August 24, 2017 at 8:13 pm #49169August 25, 2017 at 7:20 am #49170Sushil Adhikari
ModeratorHi 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
October 2, 2017 at 9:21 pm #50608Lacey Clifton
ParticipantI 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.October 3, 2017 at 8:47 am #50611Bidur
ModeratorHi,
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.
ThanksOctober 4, 2017 at 8:31 pm #50681Lacey Clifton
ParticipantIt 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.
October 5, 2017 at 7:35 am #50720Bidur
ModeratorHello 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.October 6, 2017 at 1:48 am #50737Lacey Clifton
ParticipantWhen 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.October 9, 2017 at 8:23 am #50843Bidur
ModeratorHello Lacey,
We’re not getting access to the site http://salusintegrativemedicine.com. ??October 10, 2017 at 8:55 am #50869Bidur
ModeratorHello 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!
October 14, 2017 at 10:50 pm #50939Lacey Clifton
ParticipantI 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.
October 16, 2017 at 10:36 am #50953Bidur
ModeratorHi Lacey,
Can you mail us your login details so we can take a look?
Thanks!
-
This reply was modified 6 years, 2 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.