Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1068595
    ForwardCS
    Participant

    Hello,

    I am having many issues with the portfolio:

    1. When you click on our tap handles category, there are 10 items tagged under that, yet only one shows up on page one.

    2. If you are on page two in the portfolio and click on another category, it does not go to the first page of that category.

    3. How can I make the font a lighter color under the images once they are clicked on?

    Any help with the portfolio would be much appreciated! Thanks!

    #1068596
    ForwardCS
    Participant
    This reply has been marked as private.
    #1068713
    ForwardCS
    Participant
    This reply has been marked as private.
    #1069004
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in!

    1] The Sort Portfolio button will only work to filter the items on that page. Right now, it seems that you have displayed 36 items. The sort portfolio button filter is using the categories as a filter. It will filter out of the 36 items and if even if on a particular category you have 10 items, it will only display the items loaded on that page and will not display all 10 items most especially if some of the items is in page 2.

    2] Yes it will not because the pagination works for the entire page and not for the category being loaded or clicked in the portfolio button filter. It doesn’t work that way. Again, the portfolio button filter will only work to filter out the items being displayed on that page.

    3] 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 (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.

    #1075234
    ForwardCS
    Participant
    This reply has been marked as private.
    #1075762
    Rue Nel
    Moderator

    Hello Again,

    Thank you for the clarifications! To change the text colors, simply go to your customizer, Appearance > Customize > Typography. You must make sure that the colors of the respective elements is not set as dark grey. There are color pickers in that section for you to change the colors of the body and content, headings and your site links.

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

    #1078176
    ForwardCS
    Participant

    I’m sorry but this doesn’t work. I need the content on the normal pages to stay that dark grey, I only need to font lighter in those two sections mentioned above, where the backgrounds are black.

    #1078265
    ForwardCS
    Participant
    This reply has been marked as private.
    #1078506
    Jade
    Moderator

    Hi there,

    Please use this code:

    .x-searchform-overlay .form-search label,
    .entry-info, .entry-wrap
    .entry-title, .entry-content
    .blog .post, .blog .post h2.entry-title a {
        color: #fff;
    }

    Hope this helps.

    #1089019
    ForwardCS
    Participant

    Thank you!! It definitely did, the only issue I have now is the tags are white with a white background. They are fine on hover but what CSS property do I have to change to make the font black?

    #1089024
    ForwardCS
    Participant

    My apologies, it didn’t work on the search form. I enclosed a picture of the search overlay and of the tags in my previous comment.

    #1089558
    Rad
    Moderator

    Hi there,

    It’s because of other CSS overriding it by !important, please change it to this

    .x-searchform-overlay .form-search label,
    .entry-info, .entry-wrap
    .entry-title, .entry-content
    .blog .post, .blog .post h2.entry-title a {
        color: #fff !important;
    }

    Please add this as well for the tag color,

    .entry-footer a {
    color: #000;
    }

    Cheers!

    #1105726
    ForwardCS
    Participant

    Thank you so much! I can’t say enough about the support I have received from you guys and I really appreciate it!! I will use the X theme for as many future projects as I possibly can!

    #1105804
    Nico
    Moderator

    We are really happy to hear that.

    Feel free to ask us again.

    Thanks.

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