Lacey Clifton
Forum Replies Created
-
AuthorPosts
-
October 14, 2017 at 10:50 pm in reply to: Remove the WordPress Header Text Overlay in Circumference #50939
Lacey 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 6, 2017 at 1:48 am in reply to: Remove the WordPress Header Text Overlay in Circumference #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 4, 2017 at 8:31 pm in reply to: Remove the WordPress Header Text Overlay in Circumference #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 2, 2017 at 9:21 pm in reply to: Remove the WordPress Header Text Overlay in Circumference #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.August 24, 2017 at 8:13 pm in reply to: Remove the WordPress Header Text Overlay in Circumference #49169Lacey Clifton
ParticipantThis reply has been marked as private.August 24, 2017 at 12:15 am in reply to: Remove the WordPress Header Text Overlay in Circumference #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. -
AuthorPosts