Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1081514
    dasign
    Participant

    Hey there,

    I successfully made my topbar fix using this: https://community.theme.co/forums/topic/how-do-i-set-make-the-top-bar-fixed-like-the-nav-bar/

    My test enviroment is this: http://test.mica-koi.de/
    Wordpress, X and Cornerstone are updated and I’m using a child theme.

    Problems:
    1. I like to have the top bar only half of the actual height. I tried this but it didn’t work:
    .x-topbar {
    max-height: 20px;
    }

    2. Because the site is now – with the fixed top bar – “eating” the first part of it when I scroll back up, I like to have the nav bar also lower. I changed it via Design > Anpassen > Header to 45, but then it looks like the attached image: the navbars contend doesn’t fit anymore. Can you tell me please how to fix this?

    Meanwhile I’m going to have a look why the logo-text is at the very left edge of the site …

    I’m sorry for this website being so slow at the moment, it has something to do with the webshop’s large database!

    Thank you!

    #1081605
    Joao
    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.

    Thanks

    Joao

    #1082119
    dasign
    Participant
    This reply has been marked as private.
    #1082672
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    .x-topbar {
        min-height: 26px;
        height: 33px;
    }
    body.x-navbar-fixed-top-active .x-navbar-wrap {
        height: auto;
    }
    

    Please connect your FTP account, navigate to child theme folder and change x-container-fluid to x-container in all files.

    Hope it helps.

    #1083268
    dasign
    Participant

    Hi,

    1. is it ok when I put the code into my child theme’s style.css? So I’ll have every CSS in one place …
    2. what do you mean with changinge the expression? In none of my files in the child theme folder can I find something like “x-container-fluid”?

    Best,
    Sylvia

    #1083578
    Jade
    Moderator

    Hi Sylvia,

    Yes, you can place the CSS codes in the style.css file in the child theme.

    Would you mind providing your FTP details so that we could check the files ourselves?

    Thank you.

    #1083617
    dasign
    Participant

    Hi,

    I tried “this and that”, and at the moment, it’s looking fine for me! 🙂
    http://test.mica-koi.de/

    But some other issues appeard during my work.
    1. The title of the shop now appears, even if I let it empty (and yes, I know that I find it at the ETHOS design page for all post that I checked to solve this by myself were just asking for the right place …) ??
    http://test.mica-koi.de/koi-kaufen/

    2. The Revolution Slider doesn’t appear anymore when I put it on in Cornerstone’s settings or on a single page. For the home site I solved it by using the rev slider element, but anyway, it’s confusing me!

    Both things didn’t show up a few hours ago …
    Please tell me if I should open another ticket for those problems.

    Best,
    Sylvia

    #1083831
    Jade
    Moderator

    Hi Sylvia,

    You can try cheking again in the customizer settings of Ethos and make sure that the Shop title is left blank or you can add this code in the CSS customizer:

    .archive.woocommerce .x-header-landmark {
        display: none;
    }

    I created a test page and added a Revolution Slider as an element in Cornerstone and it seems to be working fine. You may view it here: http://test.mica-koi.de/rs-test/

    Hope this helps.

    #1084650
    dasign
    Participant

    Hi,

    the Shop title is definitely empty, please see the first screenshot.
    But your CSS worked very well, thank you!

    With the slider, it seems that I was not exactly enough:
    The Cornerstone Slider ELEMENT worked also on my site.
    What doesn’t work anymore is what you see on the other screenshots: the basic settings …

    Best,
    Sylvia

    #1084853
    Christopher
    Moderator

    Hi there,

    Upon checking your page in cornerstone, slider settings were working fine, see the attachment.
    Would you provide us with more information.

    Thanks.

    #1086262
    dasign
    Participant

    Good morning,

    you mean that you really SEE the Slider above Masthead?
    I don’t!
    I saw that you tried with the home page; please don’t get fooled by seeing the slider there – this is because of the Cornerstone Revolution Slider Element that I put there manually.
    With the settings by now, we should see TWO sliders: the one that I put as an element below the masthead and the one from the settings that you put above the masthead! But at least I don’t. 🙂

    Would you please take a look at the (still empty) page “Seminare”?
    There I tried just now with the settings and nothing happens.
    Or any other page than home.

    Thank you!

    #1086505
    Paul R
    Moderator

    Hi Sylvia,

    Please update xtheme and cornerstone to latest version and see if that fixes the issue.

    The latest version numbers as of this time are: (http://theme.co/changelog/)

    X Theme 4.6.0
    Cornerstone 1.3.0

    Then you can compare them to what’s installed on your site.

    If you find anything to be out of date, you can review our update guide.

  • <script> jQuery(function($){ $("#no-reply-1081514 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>