Viewing 30 posts - 1 through 30 (of 36 total)
  • Author
    Posts
  • #893154

    Hi there, I can’t see any information on this so I’m sorry if I’m duplicating somehow.

    On my contact page I keep getting a white bar across the page horizontally below the header and I can’t find a way to remove it.

    White bar below header

    I also can’t figure out how to keep the ‘no transparency’ in the header but be able to remove the enfold logo and replace with my phone number. I can only remove that enfold logo and put my phone number there when I make the header transparent, but I don’t want it transparent.

    No transparency but with enfold logo
    Transparent with my phone number but I don’t want it transparent like this

    Any assistance you could provide would be greatly appreciate.

    #893213

    Hey Steamed,

    I think you are having some sort of problems with your hosting, I get redirected to the link in private when clicking all the links in your post.

    Best regards,
    Rikard

    #893447

    Yes this should be rectified this afternoon. Bad timing, sorry about this.

    #893524

    Hi,
    I also was redirected, please let us know when the site is back up.

    Best regards,
    Mike

    #893971

    My website is up and running again. Thanks for your patience guys.

    #894069

    Hi,

    Thanks, site seems to be working fine now but all I can see is an under construction page. Please post admin login details in private so that we can view the site.

    Best regards,
    Rikard

    #895146

    Hi Rikard, I’ve added the admin login details in the private window.

    Thanks

    #895177

    Hi,

    Thanks for that, you are running a very old version of the theme. So first off, please try updating the theme to the latest version (4.2) http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Make sure to back up your site before updating, in case you should need to roll back.

    Best regards,
    Rikard

    #895552

    Thanks Rikard, I can’t find my login details to Envato.. was there another place that the API was stored? Is it inside the enfold download zip?

    I purchased it a few years ago with an email account that I shut down so I don’t like my chances of obtaining the relevant API

    #895979

    Hi,

    Thanks for the feedback, could you try contacting Envato support to gain access to your account again maybe? We can’t really help you out with that unfortunately, since Envato handle all sales and distribution of the theme.

    Best regards,
    Rikard

    #896390

    Ok I finally got my API and updated the them. Quite a bit of the dashboard looks different now from the old version of the theme that I was running but I still can’t find the solution. In fact now I have a new problem on this page where my phone number is not appear within the frame of the page but instead it’s sitting out to the left whereas it wasn’t before…

    Any help you can provide would be greatly appreciated.

    #897217

    Just bumping my post in case it slipped through the net with the delays my website outage produced.

    Thanks

    #897761

    Hi,

    We are very sorry for the late response. What if you upload the phone number image as the theme’s logo? Please re-configure the heading and main menu settings after the update.

    Best regards,
    Ismael

    #897769

    Thanks Ismael. I had looked and looked for a place to replace the theme logo but couldn’t find it until now… sorry about that. I did replace it but the phone number logo still displays out to the left of the main page frame, regardless of whether the header displays as transparent or not, which is the other problem I can’ figure out. I can’t figure that out.

    When you said reconfigure the main menu settings I’m not sure what that meant though.
    Thanks

    #897815

    Hi,

    Where do you want to position the number? Please provide a screenshot or a mock up of the header design that you’re after.

    When you said reconfigure the main menu settings I’m not sure what that meant though.

    There’s a lot of menu/header settings added in the theme after the update so you have to reconfigure the Enfold > Main Menu / Header settings if there are any issue.

    Best regards,
    Ismael

    #897897

    How it is right now
    Mock up
    I did a quick mock up but you get the general idea. The phone number used to sit like the mock up screen capture but for some reason it moved.

    Thanks

    #898304

    Hi,

    Thank you for the update. You can adjust the position of the logo with the following css code.

    div .logo {
        left: 50px;
        top: 20px;
    }
    
    .header-scrolled .logo {
        top: 0;
    }
    

    Best regards,
    Ismael

    #898738

    Ok sounds great, thanks Ismael… I have not idea where to put that code though. I tried adding it to the quick css and nothing changed. Is there some other spot that it’s supposed to go?
    Thanks

    #898757

    Hi,
    It should work in the quick css, perhaps try this with the !important; instead

    div .logo {
        left: 50px!important; 
        top: 20px!important; 
    }
    
    .header-scrolled .logo {
        top: 0!important; 
    }

    Best regards,
    Mike

    #898836

    Thanks Mike but it still didn’t work. I already have some code in the in the quick css but i’m not sure what that was for… whether it was there from the theme or if it was something I added some time ago. I have worked on this site on and off for a few years so maybe the other code was to address a different issue. Is it possible that the two lots of code don’t work together well?

    Thanks

    #898838

    Hi,
    Yes that is possible, perhaps try saving the other css code to a text file, to see if this works correctly for you. If you see no change then you can put it back.
    When changing your site’s css, be sure to clear any cache plugin and your browser’s cache, as sometimes the browser cache can be misleading.

    Best regards,
    Mike

    #898865

    Thanks again Mike. I tried removing the first piece of code and then clearing my cache before refreshing and it still didn’t work. Any more suggestions? Im happy for you to log in and see for your self if you’d prefer. I’ve posted the login credentials in the private section above.

    Thanks again

    #899665

    Hi,
    I adjusted the code in your css: left: 50px!important; to left: 100px!important;
    and it seems to be more like you want, Please clear your browser cache and check.
    You can adjust this setting to site.

    Best regards,
    Mike

    #899905

    Hi Mike, that’s great, thanks so much for your assistance. Out of curiosity, is there a way that that I can have that logo adjust it’s position depending on the window that people are viewing it at? Not to resize like the enfold logo can do but more so to slide to adjust for when the viewing window is widened or narrowed, as opposed to remaining static no matter what the viewing window is sized at?

    Thanks again, I really appreciate your help

    #899911

    Hi,
    Yes this can be accomplished with media queries such as:

    @media only screen and (max-width: 767px) { 
    --your css rules--
    }

    Just change the max-width to the screen size you are looking to target.

    Best regards,
    Mike

    #903546

    Thanks very much Mike, sorry about the lat reply. Do I have to add this through the back end (via cpanel) rather than through the WP interface?

    Thanks

    #903613

    Hi,
    This code would wrap the code we gave you earlier in your quick css.
    If you could show us the screen sizes that are a issue with screenshots, and where the logo should be, we could assist with this. The typical screen sizes would be 425px (mobile), 768px (tablet), 1024px (laptop), & 1440px and above (desktop)

    Best regards,
    Mike

    #903614

    Hi,
    If you use the Chrome browser it is easy to test your site for different mobile views. Please see these articles
    Simulate Mobile Devices with Device Mode
    Test Responsive and Device-specific Viewports

    Best regards,
    Mike

    #907312

    I’ve played around in the chrome browser like you suggested but i’m not sure I can resolve my issue there. I don’t necessarily want the phone number to remain in one single spot. For the sake of aesthetics I would like the left hand edge of the phone number to align with the left hand edge of the grey boxes in the main body section, regardless of how much the window has been shrunk or maximised. Is there a way that I can nominate that it align with those boxes and remain aligned regardless of browser sizes?

    Thanks very much

    #907433

    Hi Steamed,

    Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

Viewing 30 posts - 1 through 30 (of 36 total)
  • The topic ‘Header problems that I can't figure out’ is closed to new replies.