Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1041900
    wedtke
    Participant

    Hello there,

    Page:
    http://bkw-net.de/wordpress/

    I am new to X/CS and couldnt find a solution yet.
    When I use Essential Grid on the Front Page to display the Items, in this case “Artists” – they are categorized in “Klassik” and “Pop”. My client wants to use the Filter Option on the Front Page to display only “Klassik” or “Pop” Artists.

    When I tested the function with Portfolio Items, there was no problem with the Categories Filter, but when I use Pages instead, it doesnt work. Hope there is a solution.

    Thanks and best regards from Germany. Nils Wedtke

    #1042698
    Rupok
    Member

    Hi Nils,

    Thanks for writing in! Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #1043829
    wedtke
    Participant
    This reply has been marked as private.
    #1044333
    Rad
    Moderator

    Hi there,

    Sorry for the confusion. But pages have no categories (eg. taxonomies), it will not work, unless, customized.

    Thanks!

    #1046625
    wedtke
    Participant

    Hey Rad, thanks for the reply, so i guessed it right – therefor i will have to use portfolio items.
    As you can see i already tried that – my next question is, how to edit the portfolio items with cornerstone and where to adjust the settings for the portfolio items – or do I have to use “posts” to do that?

    #1046639
    Rue Nel
    Moderator

    Hello There,

    Thanks for the updates! Portfolio items has it’s own unique design and a template. You can only use Cornerstone in Portfolio items in the content area but not fully the entire page. Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do or how the portfolio item will look like, (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.

    Thank you.

    #1050938
    wedtke
    Participant

    Hey Rue,

    thanks for the reply, what I want is quiet simple: I want the portfolio items to look like the pages I already built (see login information above) – fullwidth, header+footer – no extra items, sharing etc.

    #1050939
    wedtke
    Participant

    Screenshot

    #1051168
    Rupok
    Member

    Hey there,

    Thanks for writing back! Regretfully, this particular customization request is outside the scope of our support as this is not related to an issue with the theme and instead has to do with your customization of it. As such, you will need to investigate this particular issue on your own or seek help from a developer should you not feel comfortable making these changes yourself. If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries.

    Thank you for your understanding.

    #1053339
    wedtke
    Participant

    Hey Rupok, i guess i didn’t put the question right:

    I want the portfolio items to look like pages – fullwidth, header+footer – no featured image, no extra items, sharing etc.
    Regarding the requests I have been reading in this forum (e.g. “How can I make X look like Y”) it is a theme issue.
    I was hoping you provide me with some custom CSS code to turn portfolio into page and were good 🙂

    Again, thanks, its a pleasure to work with X.

    #1053789
    Christopher
    Moderator

    Hi there,

    This page http://bkw-net.de/wordpress/startseite/kiddo-kat/ is not portfolio page.
    Please provide us with URL of page in question.

    Thanks.

    #1053985
    wedtke
    Participant

    Hey Christopher,

    I want this:
    http://bkw-net.de/wordpress/portfolio-item/kiddo-kat/

    to look like this:
    http://bkw-net.de/wordpress/startseite/kiddo-kat/

    So basically, I want to tell portfolio items to look like the template “Blank – No Container – Header, Footer”

    Hope I put the question right, this time! Have a good day, Nils

    #1054173
    Friech
    Moderator

    Hi There,

    Thanks for the clarification, you can add this under Custom > CSS in the Customizer.

    .single-x-portfolio .entry-extra {display: none;}
    .single-x-portfolio .entry-info {width: 100%;}

    Hope it helps, Cheers!

    #1058313
    wedtke
    Participant

    Hi Friech,

    thanks, but unfortunately its still not fullwidth and the container is still there…

    #1058799
    Rue Nel
    Moderator

    Hello There,

    Sorry if it didn’t worked out. To resolve this issue and make your portfolio item post layout to look like Blank – No Container | Header, Footer page template, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .single-x-portfolio .site > .x-container.max.width.offset {
        width: 100%;
        max-width: 100%;
    }
    
    .single-x-portfolio .entry-header {
        max-width: 1200px;
        margin: 0 auto;
    }

    We would loved to know if this has work for you. Thank you.

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