Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1214764
    Julianwolf
    Participant

    Hi!
    I want to modificate the post impagination:
    1) I want, firsly, delete anything 😀 (it’s more easy)
    2) I want to do the post fullwidth
    3) I want to add a fullscreen image that I’ve done with Slider revolution (because I want to add some buttons)
    4) nothing else, the hardest point is delete anything and after add slider revolution and the text… 😀
    Thanks

    #1214768
    Julianwolf
    Participant
    This reply has been marked as private.
    #1214989
    Rahul
    Moderator

    He There,

    Thanks for writing in!

    1. We’re not sure what you are trying to do? Can you be a little more specific with your requirement so that we can understand the issue better.

    2. If you want to make your entire site fullscreen then you can make it fullwidth from Customize > Layout and Design> Site Layout > (check) Fullwidth

    3. To set a background image at “revolution slider > main slider settings > appearance” you can set the slider to fullscreen from here.

    4. Regretfully, at this time I am not entirely certain what it is you’re trying to do.
    If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do. We’ll be happy to provide you with a response once we have a better understanding of the situation.

    Thanks for understanding!

    #1215144
    Julianwolf
    Participant
    #1215406
    Jade
    Moderator

    Hi there,

    I have gone through the things you listed but these falls 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.

    Although to get you start, you can remove the title area in the single posts pages through CSS by adding this code in the customizer:

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

    Then to set the page as fullwidth, go to Appearance > Customizer > Layout and Design > Content Layout > Fullwidth. Other items would require customization through the child theme.

    Hope this helps.

    #1216112
    Julianwolf
    Participant

    Come on Jade 🙂 I need simply to remove all the things that are on the post page like category, comments…in a bit word…all.
    can you please help me?
    thank you

    #1216274
    Joao
    Moderator

    Hi There,

    Thanks for clarifying.

    Please add the following code to Appereance > Customizer > Custom > CSS

    .single-post  .entry-header, .single-post  .pages-3, .single-post .x-landmark-breadcrumbs-wrap {
    display: none;
    }

    Hope that helps

    Joao

    #1216483
    Julianwolf
    Participant

    ok thanks

    #1216748
    Friech
    Moderator

    You’re more than welcome, glad we could help.

    Cheers!

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