Before you ask please READ THIS

Header issues

in FatMoon Posts: 39
Hi again,

I’m having a few issues with headers and I’m hoping you can point me in the direction to a fix.

On the home page, the font color for the navigation menu is a dark grey instead of white. I’ve customized the header settings to make sure that font colors are white and made sure that all the pages are on light header variant but it is not appearing in the home page. Every other page is ok though.

Also, I have a Custom heading on all pages except for the home page. It’s a title and a sentence with the typing write out effect. They all appear fine on every page except for the Timeline page. It used to appear fine, but when I added the image background it disappeared and I haven’t been able to bring it back. Any suggestions as to how I can fix this?

Here’s the website link so you can check these things out: http://preview.tankcarresourcecenter.com/

Best,
Xeno

Comments

  • AirAir
    Posts: 10,970
    Hello:-)
    Xenopr said: On the home page, the font color for the navigation menu is a dark grey instead of white
    On Front page header is using "dark header variant" when it is displayed above revolution slider. You probably have this set in slider. Please check this section in documentation http://apollo13.eu/docs/apollo13_framework_theme/#!/revolution-slider-headers

    Xenopr said: Also, I have a Custom heading on all pages except for the home page. It’s a title and a sentence with the typing write out effect. They all appear fine on every page except for the Timeline page. It used to appear fine, but when I added the image background it disappeared and I haven’t been able to bring it back. Any suggestions as to how I can fix this?
    You have there some inline CSS:

    h1 {
    display: none;
    visibility: hidden;
    }
    Maybe it comes from timeline script? Anyway this why you don't see text.

    With kind regards.
  • Posts: 39
    Hi Air,

    Thanks for your help. The header suggestion helped and it is now white but I'm having trouble with the logo - it does not appear in any page. I have read many threads regarding this issue and cannot figure out why the logo does not appear. On my computer I can see it but when I visit the site from another computer or an incognito window, the logo is not there.

    Also, I removed the css on the timeline page but the custom heading is still gone. Any other suggestions?

    Best,
    Xeno
  • AirAir
    Posts: 10,970
    Xenopr said: On my computer I can see it but when I visit the site from another computer or an incognito window, the logo is not there.
    I can see your logos fine on every page I have visited. Be sure to clear browser cache.
    Xenopr said: I removed the css on the timeline page but the custom heading is still gone. Any other suggestions?
    I can see your header fine.
    image

    Am I missing something? I have check on http://preview.tankcarresourcecenter.com/

    With kind regards.
    ss-2017-07-07_09-36-56.png
    712 x 266 - 247K
  • Posts: 39
    Hello Again,

    I recently transferred over the temporary site (preview.tankcarresourcecenter.com) to the permanent live site (tankcarresourcecenter.com) and ever since I made the switch I am having the same issue as before with the custom heading on the timeline page. Like before, the typing write out effect appears fine on all pages except for the timeline page. I have tried to troubleshoot but have not been able to find a fix. Any suggestions as to what could be the issue?

    Thanks,
    Xeno
  • AirAir
    Posts: 10,970
    Hey Xeno:-)

    Could you give me link to site where I can see what you mean, cause it is not clear for me currently.
    Both links from your message doesn't work.

    Btw. What theme version number do you have?

    With kind regards.
  • Posts: 39
    Hey,

    The site is password protected so I will send you a message with the password to access it. I'm currently running FatMoon 4.9.4

    - Xeno
  • AirAir
    Posts: 10,970
    FatMoon 4.9.4, really? :-) We have released only 1.6.5 until now :-) I will check message.
  • Posts: 39
    Apologies, I was looking at the Wordpress version. For FatMoon, I'm running 1.1.8
  • AirAir
    Posts: 10,970
    I have been on your site, but I think I would start by updating theme and its bundled plugins -> http://rifetheme.com/apollo13-framework/docs/installation-updating/updating-bundle-plugins/ . If this timeline is different post type, then there is a chance that WPBakery is not activated for this post type.

    Worth checking:-)

    With kind regards.
  • Posts: 39
    Hey,

    I'm attempting to update the theme by uploading the new version since I don't see any updates on my dashboard and I'm getting the following error:

    Destination folder already exists. /home/xenophonaccess/public_html/wp-content/themes/fatmoon/

    Theme installation failed.

    Any ideas on what might be the issue?

    Thanks again,
    Xeno
  • AirAir
    Posts: 10,970
    Sure, just follow documentation and install Easy Theme and Plugin Upgrades plugin for updating http://rifetheme.com/apollo13-framework/docs/installation-updating/updating-theme/manual-theme-update/

    With kind regards.
  • Posts: 39
    Hello Air,

    I have tried this multiple times and it will not work. I keep getting the error mentioned above.

    Best,
    Xeno
  • AirAir
    Posts: 10,970
    It should work fine :-) Be sure you have activated plugin.

    However if it not works, please do manual update http://rifetheme.com/apollo13-framework/docs/installation-updating/updating-theme/issues-while-updating-theme-manually/

    With kind regards.
  • Posts: 39
    Hi Air,

    I've successfully updated the theme and I'm still experiencing the same issue with the header and image uploads. What should I do?

    Thanks,
    Xeno
  • AirAir
    Posts: 10,970
    You have exactly same issue as previously in this answer https://support.apollo13.eu/discussion/comment/20205/#Comment_20205 , CSS hides your title.
    h1 {
        display: none;
        visibility: hidden;
    }
    It looks that this CSS comes from timeline plugin. If it comes from some setting then you could remove it. Otherwise you can add such custom CSS to this page(using WPBakery custom CSS option for example):
    h1 {
        display: block!important;
        visibility: visible!important;
    }
    With kind regards.
  • Posts: 39
    Air,

    I could not find where the css is coming from on the page but I did add the suggested code and it worked. Thank you!
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion