Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1373889
    nadinedomnink
    Participant

    Hi, I have a few questions.
    1. I would like to move my logo to the left (where the picture starts)
    2. I would like to have the same background everywhere, i.e. the front page (Willkommen) should be as grey as the navbar background, i.e. #d6d6d6
    3. Is it possible to erase the arrows and the line (to underline the chosen site) in the navbar?

    Thanks a lot
    Nadine

    #1373896
    nadinedomnink
    Participant
    This reply has been marked as private.
    #1373970
    nadinedomnink
    Participant

    HI, and I just noticed that

    4. my columns don’t work. And I don’t really know why. Could you please check on “Frank Goossens” and “Kontakte”

    Thanks!

    #1374233
    Darshana
    Moderator

    Hi Nadine,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    
    .masthead-stacked .x-brand {
        float: left;
    }
    
    .site {
        background-color: #d6d6d6;
        margin: 0 auto;
    }
    
    .x-navbar .desktop .x-nav li > a > span::after {
        content: none;
    }
    
    .x-navbar .desktop .x-nav > li > a:hover > span, .x-navbar .desktop .x-nav > li.x-active > a > span, .x-navbar .desktop .x-nav > li.current-menu-item > a > span {
        box-shadow: none;
    }
    

    Please install the Cornerstone plugin by head over to X Addons section or you can manually upload it from “x/framework/plugins/” section to resolve the Columns issue.

    Hope that helps.

    #1374590
    nadinedomnink
    Participant

    Thanks a lot!
    Unfortunately the Cornerstone plugin is not in my X Addons list (strange?)…so I have to upload it manually. But I can’t find a way of uploading it. Could you give me a link or more detailed description where I find the link?

    Thanks so much!

    Nadine

    #1374608
    nadinedomnink
    Participant

    Hi,
    1. is it possible to move the logo a bit more to the right so that it exactly starts where the picture starts such as in : http://www.goossens-brieger.de ?
    2. Could the navbar also be moved to the left (and start where the picture starts?)
    3. I am trying to rebuilt my old homepage with wp…I have to see what is possible. Is it possible to have slashes between each item in the navbar?

    Thanks so much!!!

    #1374739
    Lely
    Moderator

    Hi Nadine,

    Cornerstone is a required plugin for X theme. As long as X theme is validated, it will be installed automatically when you visit Addons Homepage. In your case, please try validating again.
    Please do the following:
    1] Please go to X Addons > Home and revoke the validation (https://s3.amazonaws.com/community-themeco/app/uploads/2016/04/17110514/Capture53.jpg).
    2] Please login to your account and revoke the license.
    3] After you have revoke the license, you need to re assign the license again to your site using this url: http://www.your-domain-url.com/. You have to make sure that url you just assign is the same as the one you have in your settings, Settings > General > Site Address
    4] Go back to X Addons > Home again, and insert the license code as your API key.

    1.)We can move it using CSS. But the issue here is your image size. It is centered horizontally on it’s container and the site is responsive. Depending on the screensize, we don’t know how much the image will adjust, thus we don’t know where the end of the image will be, so we can’t depend on that to position the logo. Use large image instead. Let’s say 1700 in width so it will occupy the entire container thus the image will align on the logo’s current location. See attached screenshot.

    2.) Same with #1. Although, another option here is to assign your SITE MAX-WIDTH on Appearance > Customize > Layout and Design > SITE MAX-WIDTH: to 1000px. That is the size of your image.

    3.) This is possible using custom CSS. Add the following CSS on Appearance > Customize > Custom > Edit Global CSS:

    .x-navbar .desktop .x-nav > li > a,
    .x-navbar .desktop .x-nav>li {
        display: inline-block;
    }
    .x-navbar .desktop .x-nav>li:after {
        content: "/";
        display: inline-block;
        margin: 0 0.5em 0 0.75em;
        color: red; /*Change red accordingly*/
    }

    Hope this helps.

    #1375405
    nadinedomnink
    Participant

    Hi,
    1) I changed the image size which worked pretty well. I didn’t get what options you have to move the navbar to the left? Could you tell me again?

    2) I found out that I need to install Cornerstone manually (has to do with the host). Is there anywhere a link where I can download Cornerstone? s. screenshot

    3) How can I use an own font for H1 and the headings font?

    Thanks so much, you are a great help!

    Nadine

    #1375407
    nadinedomnink
    Participant

    here the screenshot

    #1375408
    nadinedomnink
    Participant

    sorry can’t upload it. it just says: We attempted to installed Cornerstone (required by X) automatically, but were unable to. You may need to install Cornerstone manually. Error Details.
    Your WordPress file permissions do not allow plugins to be installed.

    #1375411
    nadinedomnink
    Participant

    HI, and I tried to change the size of the heading font and searched the forum. Unfortunately all the codes didn’t work, so I have to ask you again..?

    Thanks!

    #1375416
    nadinedomnink
    Participant

    My last question for today: When I hover the menu items the submenu appears but the main button disappeares. That wasn’t like that at the beginning. Could you please check why this happens?
    Thanks and good night (from Germany)

    Nadine

    #1375893
    Rue Nel
    Moderator

    Hello Nadine,

    Thanks for updating in!

    #1] At the moment, you have selected “Stacked” as your Logo and Navigation layout. Please go to the customizer, Appearance > Customize > Header > Logo and Navigation > Layout and choose “Inline”

    #2] You can download the Cornerstone plugin from here: http://goossens-brieger.de/wordpress/wp-content/themes/x/framework/plugins/cornerstone.zip

    #3] To use your own font, please check out this thread: https://community.theme.co/forums/topic/adding-custom-font-to-theme-customizer/

    #4] Your menu items is behind the sub menu when you hover it. This happens because of the placement of the submenu. To resolve this, please go to the customizer, Appearance > Customize > Header > Links – Alignment and set the “Navbar Top Link Alignment” to at least 50 pixels.

    We would loved to know if this has work for you. Thank you.

    #1376037
    nadinedomnink
    Participant

    Hi, thanks a lot! I installed Cornerstone and the hover works again!
    1) I still can’t move the navbar (main menu) to the left. Any idea?
    2) I somehow have problems with this theme this time. The menu doesn’t work. When you click the menu nothing happens, so I can’t reach my sites such as “Kontakt”???
    3) I want to use columns which don’t work either. Could you please check on the “Willkommen” page?

    Thanks very much

    Nadine

    #1376062
    Rue Nel
    Moderator

    Hey Nadine,

    Thanks for updating in!

    #1] Do you want something like this?

    If that is the case, please add the following code in your customizer, Appearance > Customize > Custom > Edit Global CSS

    .x-nav-wrap.desktop {
        display: block;
        float: left;
    }

    #2] That is because your permalink settings is using pretty permalinks and yout .htaccess is not writable. Please check your dashboard, Settings > Permalinks

    #3] I would recommend that you create the page from scratch and use Cornerstone in building the page so that you can easily have the section, row and columns layout.

    Hope this helps.

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