maierpa
Forum Replies Created
-
Forum: Plugins
In reply to: [IMsupporting Live Chat & AI Chatbot] Add 2nd Domain to ww.wp.xz.cnThanks @sterndata
I have moved the post to here:
https://ww.wp.xz.cn/support/topic/add-2nd-domain-to-wordpress-org-2Forum: Fixing WordPress
In reply to: Banner image: how to maintain 100% width AND 100% heightThanks for the idea. Doesn’t quite work (has no effect). The following:
.site-header {
background-size: 100% 100%;
}Get it closer, in the sense that the full height is shown, but only because the image is stretched (not original proportions).
Part of the problem seems to be that the page inherits height and min-height values in pixels from the css sheet. For example, using Inspect Element, looks like height is set to 192 px, and min-height is set to 120 px. But if you remove these, the header image completely disappears.
Little help?
Forum: Themes and Templates
In reply to: [Nisarg] Cannot Override Index to Resize HeaderFigured this out using the string locator plugin. For the record, the file was:
wp-content/themes/nisarg/inc/custom-header.phpForum: Fixing WordPress
In reply to: Cannot Override Index to Resize HeaderFigured this out using the string locator plugin. For the record, the file was:
wp-content/themes/nisarg/inc/custom-header.php