Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1193761
    salilou
    Participant

    I use Ethos stack
    The background image set under CUSTOMIZE does show in Safari, but not in Firefox and Chrome, where the background stays white. But on the home page bevor the hero slider loads it is shortly visible.
    Please help!

    #1193762
    salilou
    Participant
    This reply has been marked as private.
    #1193841
    salilou
    Participant

    And an additional question, probably easy to solve for you:
    How can I get the portfolio to appear like this:

    Portfolio


    Especially I need the page title.
    And on the portfolio item detail page I want the symbol left above to link back to the portfolio main page.

    #1193843
    salilou
    Participant
    This reply has been marked as private.
    #1193890
    Christian
    Moderator

    Hey there,

    Would you mind providing us with WordPress Admin username / password so we can take a closer look?

    Thanks.

    #1193900
    salilou
    Participant
    This reply has been marked as private.
    #1194037
    Nabeel A
    Moderator

    Hi again,

    Thanks you for providing the credentials. To fix the background image issue, please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    .x-container.main:before {
        background-color: transparent;
    }

    I’ve created a portfolio page similar to the demo by creating a new page and selecting the Layout – Portfolio page template. see here http://salilou.com/wordpress/portfolio/

    Hope this helps!

    #1194090
    salilou
    Participant

    Thank you, it works!

    Now I would like to have
    – a page title on the blog main page
    – the portfolio and blog main page title appear like cornerstone “h1 with accent”

    Thanks again!

    #1194091
    salilou
    Participant
    This reply has been marked as private.
    #1194102
    salilou
    Participant

    I cannot edit your newly created page with cornerstone editor, to add an custom headline.
    It throws me to the fronted, that’s weird!
    Could the reason be, that I chose the same word (“projekte”) for your page and the portfolio slug?
    Thanks!

    #1194272
    Joao
    Moderator

    Hi There,

    It is impossible to setup the same slug for two pages.

    Projekte is your portfolio page from what I could see and CS won´t work with it.

    Can you please provide the URL of the page you are referring to?

    Thanks

    Joao

    #1194319
    salilou
    Participant
    This reply has been marked as private.
    #1194775
    Rad
    Moderator

    Hi there,

    It’s a blog page and it can’t be edited anywhere but just through templates. And Ethos doesn’t have blog title options in customizer.

    Example,

    1. Copy this file \wp-content\themes\x\framework\views\global\_index.php to your child theme (eg. \wp-content\themes\x-child\framework\views\global\_index.php )

    2. Edit your child theme’s _index.php and add this code

    <?php if( is_home() ) : ?>
    <h1> MY BLOG TITLE </h1>
    <?php endif; ?> 

    just above this line of code

    <?php if ( $condition ) : ?>

    3. If you’re enabling filterable index, then what you’ll have to edit is \framework\views\ethos\_index.php

    Cheers!

    #1195351
    salilou
    Participant

    Thank you.
    Why doesn’t Ethos have this option? Its quite important, no matter which stack I use.
    Is it possible to do the changing in function.php or with a code snippet plugin with add_filter method?
    Would be more convenient for me.

    #1195359
    salilou
    Participant
    This reply has been marked as private.
  • <script> jQuery(function($){ $("#no-reply-1193761 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>