Tagged: x
-
AuthorPosts
-
September 28, 2016 at 7:05 am #1193761
salilouParticipantI 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!September 28, 2016 at 7:06 am #1193762
salilouParticipantThis reply has been marked as private.September 28, 2016 at 7:54 am #1193841
salilouParticipantAnd an additional question, probably easy to solve for you:
How can I get the portfolio to appear like this:
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.September 28, 2016 at 7:56 am #1193843
salilouParticipantThis reply has been marked as private.September 28, 2016 at 8:19 am #1193890
ChristianModeratorHey there,
Would you mind providing us with WordPress Admin username / password so we can take a closer look?
Thanks.
September 28, 2016 at 8:27 am #1193900
salilouParticipantThis reply has been marked as private.September 28, 2016 at 10:07 am #1194037
Nabeel AModeratorHi 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!
September 28, 2016 at 10:36 am #1194090
salilouParticipantThank 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!
September 28, 2016 at 10:37 am #1194091
salilouParticipantThis reply has been marked as private.September 28, 2016 at 10:39 am #1194102
salilouParticipantI 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!September 28, 2016 at 12:17 pm #1194272
JoaoModeratorHi 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
September 28, 2016 at 12:44 pm #1194319
salilouParticipantThis reply has been marked as private.September 28, 2016 at 6:19 pm #1194775
RadModeratorHi 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!
September 29, 2016 at 3:01 am #1195351
salilouParticipantThank 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.September 29, 2016 at 3:07 am #1195359
salilouParticipantThis reply has been marked as private. -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1193761 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
