Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1076249
    MarinaWinkler
    Participant

    Hi,
    I have a few questions:

    1.) my ethos sidebar is somehow not displaying all that I put into there, f.i. it doesn’t display my getresponse widget, and also not my “latest posts”.

    2.) could you please give the css to remove the name of my sites from the top. F.i. remove “About” from the About page?

    3.) is there a way to remove the white stripe above the post carousel?

    4.) also, is there a way to change in the Blog the display of the posts not to fullpictures with text which look like sliders (as is right now) but just to a picture with text next to it?

    5.) Is my blog as it is right now actually my blog – or is it a category archive?

    6.) How can I substitute the slider on the frontpage with my own slider?

    Thanks,
    Marina

    #1076250
    MarinaWinkler
    Participant
    This reply has been marked as private.
    #1076421
    Paul R
    Moderator

    Hi,

    1. You could try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

    2. You can add this in Custom > Edit Global CSS in the customizer

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

    3. Add this in custom > Edit Global CSS

    `
    .x-post-carousel.unstyled {
    padding:0;
    }

    4. http://screencast.com/t/Isvcq6wLxFLU

    5. It’s your category Blog. You need to create a blog page and set it as posts page. Then change the menu item to link to our blog page.

    http://screencast.com/t/6RD2PLCNHCiX

    6. It could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities. Thanks for understanding. Take care!

    #1076606
    MarinaWinkler
    Participant

    Hi Paul,

    Thank you very much, most things worked :-).

    So I made a new page called blog, did what you showed in the screenshot and added it to my primary menu instead of the old category blog. But how do I make my blog posts appear now on the blog page?

    Thank you a lot,
    Marina

    #1076613
    MarinaWinkler
    Participant
    This reply has been marked as private.
    #1076616
    MarinaWinkler
    Participant
    This reply has been marked as private.
    #1076901
    Joao
    Moderator

    Hi Marina,

    Please add the following code to Appereance Customizer Custom CSS

    .x-header-landmark+.x-container>.offset>.x-sidebar {
      margin-top: 0;
    }
    
    .x-navbar .desktop .x-nav > li > a:hover, .x-navbar .desktop .x-nav > .x-active > a, .x-navbar .desktop .x-nav > .current-menu-item > a {
    box-shadow: none;
    }

    Hope that helps

    Joao

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