Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #901276
    adulthomehealth
    Participant

    I have a blog page at http://adulthomehealthcare.com/blog/ and I cant get the dates to show up. I have access to the control panel (FTP). Please advise of next steps to correct this.

    #902126
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! Please head over to Appearance -> Customize -> Blog section and enable post meta.

    Hope that helps.

    #902316
    adulthomehealth
    Participant

    I just checked and it was enabled. That is not the issue.

    #902468
    adulthomehealth
    Participant

    Issue #2: How do I change the widget area color? I have attached the photo. I’m referring to the area that has the BBB Accreditation and the others listed in that area. See attached photo. http://www.adulthomehealthcare.com

    #903152
    adulthomehealth
    Participant

    Issue# 3 Depending on the computer monitor and the browser the inline logo and menu drops to the next line. Is their a coding fix for this?

    #903166
    Jade
    Moderator

    Hi there,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #903229
    adulthomehealth
    Participant
    This reply has been marked as private.
    #903277
    adulthomehealth
    Participant

    Issue # 4 Once you select on a Category in the blog and the page opens up the blog articles are right at the top. Is it possible to have a small space from the top. see attached photo.

    #904016
    Paul R
    Moderator

    Hi,

    Issue #1

    Please provide us ftp login in private reply so we can check.

    For 2,3 & 4

    You can add this under Custom > Edit Global CSS in the Customizer.

    For Issue #2

    
    .x-colophon.top .x-column.x-1-4 {
          background-color:Red;
    }
    

    For Issue #3

    
    @media (max-width: 1460px) {
       .x-nav-wrap.desktop {
           display: none;
       }
    
    .x-btn-navbar {
        display: block;   
        float: right;
    }
    
    .x-nav-wrap.mobile.collapse.in{
       display:block !important;
    }
    }
    

    For Issue #4

    
    body.x-navbar-fixed-top-active .x-navbar-wrap {
        height: 97px;
    }
    
    .archive.category .x-container.max.width.offset {
        margin-top: 50px;
    }
    

    Hope that helps.

    #904236
    adulthomehealth
    Participant

    For Issue #4 the code didn’t fix the spacing issue.

    #904240
    adulthomehealth
    Participant
    This reply has been marked as private.
    #904250
    adulthomehealth
    Participant

    #2 fix did not work.

    #904265
    adulthomehealth
    Participant

    For Issue 3 Code didn’t fix the issue. Still the same.

    #905164
    Rue Nel
    Moderator

    Hello There,

    #1] Please give us acces to your WP dashboard. We want to check everything including your date settings.

    #2] please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .x-colophon.top  {
          background-color:Red;
    }

    #3] please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    @media (max-width: 1460px) {
     .x-nav-wrap.desktop {    
       display: none;
     }
    
     .x-btn-navbar {
       display: block;   
       float: right;
      }
    
      .x-nav-wrap.mobile.collapse.in{
       display:block !important;
      }
    }

    Hope this helps.

    #905622
    adulthomehealth
    Participant
    This reply has been marked as private.
  • <script> jQuery(function($){ $("#no-reply-901276 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>