Forum Replies Created

Viewing 20 posts - 61 through 80 (of 139 total)
  • Author
    Posts
  • in reply to: Resize header image #166926
    catwingz
    Participant

    I’ve put it back up. A giant middle with both sides out of view. Thank you

    in reply to: Give page an image border #166925
    catwingz
    Participant

    Hi Skandha,

    I tried it but the image doesn’t appear. I feel like if it could at least display that it would be easier to get a handle on the repeat, etc.

    Thank you

    in reply to: Background image size issue #166890
    catwingz
    Participant

    Hi Skandha,

    No, I mean the background image for the page. In the customizer there is a place provided to upload one. No dimensions are suggested, and I know this can get crazy.

    thank you

    in reply to: Center and enlarge logo #166684
    catwingz
    Participant

    Hi Skandha,

    My apologies— over the weekend she decided to reinstate the text title and relocate the logo to the banner where it can be as large as she wants it to be. Stay tuned for the next thread…

    Thank you

    in reply to: Center and enlarge logo #166463
    catwingz
    Participant

    Oops. This is what I get for borrowing code from another site. I am still trying to solve the new mobile issue, but including the last addition this is the full roster of changes so far:
    `/* To make the logo larger */

    @media
    screen and (min-width:480px) {
    .custom-logo {
    max-width:360px;
    }
    }
    /* To remove Search Field */
    #search-container {
    display:none;
    }
    #header-content {
    padding-bottom:100px;
    }
    /* mobile logo */

    @media
    screen and (max-width: 360px) {
    #header-content {
    padding:10px;
    }
    }

    in reply to: Center and enlarge logo #166460
    catwingz
    Participant

    Hi Skandha,

    It looks like I was on the right track but didn’t tae it far enough. To get the logo where I wanted it for desktop it needed to be

    #header-content {
            padding-bottom:100px;
    }
    

    That said, now I have created a problem for myself as this leaves too much space for tablets and phones. I tried this (and with different browsers) but it doesn’t seem to make a difference:

    /* mobile logo */
    @media screen and (max-width: 360px) {
      #branding img {
        padding-bottom:10px;
      }
    }

    What am I missing?

    Thank you!

    in reply to: Center and enlarge logo #166422
    catwingz
    Participant

    Hi Skandha,

    The logo is much better. However, now the navigation bar is riding on top of it. I don’t see anything in the CSS about the positioning of the navigation. What’s my next step?

    Thank you!

    in reply to: Center and enlarge logo #166389
    catwingz
    Participant

    Hi,

    The other thing I would like to do is to remove or replace the search field. We don’t foresee a need for search, but if a phone number were there it would make a lot more sense. Is this doable?

    Thank you

    in reply to: Center and enlarge logo #166381
    catwingz
    Participant

    Hi Skandha,

    This solved the centering issue, but I would still like to be able to make the logo larger. I tried enlarging the max-width but this didn’t make a difference. Making the top margin smaller will probably be called for to compensate. How can I fix this?

    Thank you

    in reply to: Failing mobile-friendly test #165397
    catwingz
    Participant

    Hi Skandha,

    This has been sitting for awhile so I thought I should let you know I am back to it. I am setting up a clone to do some experimenting and will see if I can make any progress with it. It still doesn’t make any sense to me that Google and my phone (now a different one from before) show completely different views of the website.

    in reply to: Failing mobile-friendly test #158880
    catwingz
    Participant

    Hi Skandha,

    This is so strange. I disabled the popup plugin and it makes no difference to the test results. The image in their test does not match what I see using my phone. They show the banner image blown up so only a piece shows in the phone screen. On my phone it is reduced to the width of the phone screen. They show text links for navigation. On my phone I see the menu which appears when the menu icon is clicked.

    Yost and google are supposed to be authorities, but being unable to experience what Google is complaining about makes it very tempting to ignore them. Any suggestions?

    Thank you

    in reply to: Failing mobile-friendly test #158515
    catwingz
    Participant

    Hi Skandha,
    I am back to this. This link may be dependent on some login but, in case it doesn’t, here is what I am seeing: results

    1) There have been no modifications to the navigation. It is odd because the navigation in their screenshot isn’t what shows on my phone. Since everything else goes into columns it’s still the top candidate.

    2) The home page is the only page with a banner image option in the page editor. The image in the media library is 1920×800 pixels. I don’t remember where I found the specifications for this image size, and this banner isn’t mentioned in the theme instructions. Should it be a different size?

    catwingz
    Participant

    Hi Skandha,

    I am still hoping there is a solution for the sidebar. Is what I am trying to achieve possible?

    Thank you

    catwingz
    Participant

    Hi Skandha,

    No, that’s not what I’m looking for. I want the whole sidebar column to have the dark blue background, extending from the bottom of the banner down to the supplemental footer. It needs to be able to work with the pages with short content as well as the ones with very tall content, ideally with no white gap at either the top or the bottom. Is this possible?

    Thank you

    catwingz
    Participant

    Hi Skandha,

    This is a great help. The only piece that is still unresolved is the background for the sidebar. I would like the whole sidebar to have a dark blue background from banner to footer. Right now it’s just the text wideget which looks terrible on the taller pages. I tried
    main#main.site-main { background-color:#0992550; }
    but it had no effect.

    What am I missing?

    Thank you!

    catwingz
    Participant

    Hi Skandha,

    If the site title is left blank will this have any effect on the SEO? I’ve always thought that it would still stay in the code even if the CSS sets the display to none. Either way, how can I style the font of the site description and reposition it, moving it down and to the right?

    The search field is now gone. 🙂

    I am wondering if what I had in mind for the background image is even possible for this site. If you go to old site you can see what I was going to do. In this site the content is flanked by the background image on both sides. This is an old theme which is not responsive and no longer supported. I added the file to the development site but it is only visible off to the sides of the banner, and not off to the sides of the main content. This is how I changed the code:

    body {
    background:url("http://77.104.136.172/~bluepla9/wp-content/uploads/2018/05/bg-gradient-1200.png") repeat fixed;
    }

    This code `.site-content {
    padding:0;
    border-top:20px solid #092550;
    border-bottom:20px solid #092550;}`
    creates stripes across the entire width of the content area at the bottom of the banner and the top of the footer. It needs to be associated with the sidebar because there is still a white gap at the top and bottom of the sidebar. I am leaving it in the code for now, but it’s not the solution.

    I have changed the background color of the supplementary footer and removed the top border. I would still like to remove the white line between supplementary and the footer. It doesn’t respond to my attempts to remove or change the border color. What am I missing?

    Regarding the supplementary footer, I may only be placing text in one of the widget areas. How can I make it a shorter, narrower band? I was able to remove the top padding but can’t find what is controlling the rest.
    Thank you.

    catwingz
    Participant

    Hi Skandha,

    This is the link to the temporary url: dev site

    Also, I am trying to change the color of the active page link and of the submenu link when it is hovered over, as well as the supplementary footer widget area. This is what I have tried but without result:

    .clean-journal-nav-menu.sub-menu a:hover{
    	background-color: #092550;	
    }
    .clean-journal-nav-menu.current_page_item a:active {
    	background-color: #4666a3;
    }
    #colophon.site-footer#supplementary.one {
    	background-color: #4666a3;
    }

    What am I missing?

    Thank you

    catwingz
    Participant

    Hi, I found the sidebar control, so that much is resolved. There are a few other things…

    Is it possible to place a repeating background image in the body? I have a tall, skinny gradient I would like to place on the page.

    How do I remove the search field from the right side of the header?

    I have given the sidebar and the footer a dark background. However, there is a white gap between them and also at the top of the sidebar under the header image. How can I fill the gaps at the top and bottom of the sidebar with the background color?

    When rolling over a sub-menu item in the primary navigation the background color of the link appears black. I am trying to change this to another color but have thus far been unsuccessful. My latest selectors are: .clean-journal-nav-menu.sub-menu.current_page_item a
    What am I missing?

    in reply to: Testimonials #134172
    catwingz
    Participant

    Thanks, that fixed it.

    in reply to: Tagline & Testimonials Slider #134171
    catwingz
    Participant

    This is the link to the hosts file. I don’t know how long it will stay good…
    hosts file

Viewing 20 posts - 61 through 80 (of 139 total)