Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #208563

    kroolik123
    Participant

    Hi!

    I have been trying to customize Integrity Stack Masonry blog to fit my needs using child theme but unfortunately in vain. Please assist me if you can. Address of my page is: http://wyzwanie90dni.pl/vip-area-home/

    The effect I would like to achieve:
    http://s22.postimg.org/r3nifm0td/visual.jpgThe effect I would like to achieve

    My questions:
    1. How can I wrap blog posts cointainer in another one just like on visual?
    2. How can I add text box, that will allow me to input shortcode as on visual?
    3. What positions for widgets to use, so they display only on main blog page?
    4. BONUS ๐Ÿ™‚ (not very important)Where I can find code to modify posts displaying (I would like to display my fixed html on post that is displayed in top right corner)

    #208567

    kroolik123
    Participant

    UPDATE: I am using child themes to modify parent theme. I have added palms background modifying .blog css class . I have found way to add the top box, but not sure if it is a good idea – done this via modifying _landmark-header.php and replacing original header of the blog with my custom box

    #208571

    kroolik123
    Participant

    UPDATE2: How can I add additional menu below original one (something similar to one on http://theme.co/x/demo/ethos/1/ where user can filter by topic)

    #208753

    Zeshan
    Member

    Hi there,

    Thanks for writing in!

    #1: You can try following CSS under Custom > CSS in the Customizer:

    .blog .x-main {
        background: #fff;
        padding: 20px;
    }
    

    #2: On your blog page, you loose ability to edit that page via the page editor. As itโ€™s a default functionality of WordPress, it requires custom development to achieve your desired functionality. But regretfully, that will fall beyond 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.

    #3: If you wish to have a sidebar in your blog page, you’ll need to change the content layout under Layout and Design > Content Layout to Content Left, Sidebar Right in the Customizer.

    #4: This will require a template change, I’d advise that you setup a child theme. This allows you to make code changes that won’t be overwritten when an X update is released. After your child theme is setup, please review how we recommend making template changes in Customization Best Practices.

    After that, you can copy the file wp-content/themes/x/framework/views/integrity/wp-index.php in your child theme’s folder /framework/views/integrity/ and make your desired adjustments.

    #5: This is the feature of Ethos stack only, adding it to Integrity stack will require custom development. Regretfully, that would fall beyond the scope of support we can offer.

    Thanks for understanding. Take care!