Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #280345
    planarknight
    Participant

    hi,

    i currently have SimClick ProVersion: 1.2.9. i’m a few version behind the latest version of 1.4 however due to the fact that after i updated in the past as well as present, the header on my main page gets weirded out. its not at all like it was prior to the upgrade. please refer to exhibits A and B by following this dropbox link: https://www.dropbox.com/sh/yrkhq8ge6f34qc0/AADif2X5jAxKpSflREhQcy91a?dl=0

    my website url is http://www.worldofchaldea.com

    i have downloaded the latest release version and tried installing over the old one but that doesn’t seem to help either. i have also copied out and replaced my modified CSS customization – i need this and if its helpful have provided it below… not sure if it is the cause of my issues or not but more information the better i do know i spent time with your help in the past customizing my main page header.

    /* site title highlight color */
    .site-title a:hover, .site-title a:focus { text-decoration: none !important; color: #1e49bf !important; }
    /* reduce padding between page and banner */
    #content .wrapper {
    padding-top: 0;
    }
    /* search bar color */
    .search-field {
    background:#fff !important;
    }
    .scroll-down {
    color: white;
    }
    /* no posts on mainpage */
    .home #content {
    display: none;
    }
    /* makes our logo bigger! */
    .custom-logo-link {
    max-width: 200px !important;
    }
    /* center text header */
    #main .hentry .entry-header {
    text-align: center;
    }
    /* no dates on page */
    .entry-meta .posted-on {
    display: none;
    }
    /* To remove all page titles except Homepage titles */
    body:not(.home) .custom-header .entry-title {
    display: none;
    }
    /* To hide page titles */
    .page #content .entry-title {
    display: none;
    }
    /* disable header media overlay on other pages except homepage */
    .site-header-logo {
    display: none;
    }
    /*lock header images */
    .site-header-logo img {
    max-width: 400px;
    }
    .custom-logo {
    max-width: 100px;
    }
    .custom-header::before {
    background-image: unset;
    }
    .custom-header-media img {
    display: block;
    }
    .custom-header-content {
    position: absolute;
    }
    .custom-header {
    height: 100%;
    }
    .custom-header {
    min-height: unset !important;
    }
    img.alignleft {
    margin-right: 5px;
    margin-bottom: 2px;
    }
    /* center banners on all pages */
    .custom-header {
    justify-content: center;
    }
    /* Remove title from home page */
    .home #content article .entry-title {
    display: none;
    }
    /* Black Header on Homepage */
    .entry-title {
    color:#000000 !important;
    }
    /* scaling featured content*/
    .featured-content-section .post-thumbnail img {
    transform: scale(0.9);
    -o-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    width: 100%;
    }
    /* Show scroll down arrow on all pages, not just home */

    body:not(.home) .custom-header .scroll-down {
    display: block;
    }

    thanks

    #280411
    Skandha
    Participant

    @planarknight: Hello there,
    Can you please update the theme to the latest version so that I can look into the issue?

    Kind Regards,
    Skandha

    #280415
    planarknight
    Participant

    well i can’t do that as it destroys our live site… i’m in live production. is there a time we could coordinate where i can give you a window to work within?

    #280524
    Skandha
    Participant

    @planarknight: Hello there,
    Please let me know on which timezone you live in so that you coordinate accordingly.

    Kind Regards,
    Skandha

    #280726
    planarknight
    Participant

    i’m PST – i created an account in my Sandbox for you to view if you send me email i can reply to that.

    thanks

    #280879
    planarknight
    Participant

    I have a content update i’d like to push tomorrow however my staging site is updated and displays the issue on the home page. any chance you could review it for me tonight?

    thanks!

    #280933
    planarknight
    Participant

    Hey i will email you – unfortunately i’m in production and needed to update pages on my site so i had to revert back to a previous OLD version of the Theme.

    #281264
    Skandha
    Participant

    @planarknight: Hello there,
    I have replied to your email.

    Kind Regards,
    Skandha

    #281453
    planarknight
    Participant

    Hi Skandha, can you check your email please? the header image is stretch – your suggestion did remove the white space however the whole front page is now taken up by the header image.

    thanks

    #281504
    Skandha
    Participant

    @planarknight: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .custom-header {
        height: unset !important;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #281527
    planarknight
    Participant

    Thank you so much appreciation – 5 stars!!

    #281553
    Skandha
    Participant

    @planarknight: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/simclick/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a great weekend! 🙂

    Kind Regards,
    Skandha

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘after updating theme to version 1.4 my main pages header is wacked out’ is closed to new replies.