Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #878220
    chflynn
    Participant

    Couple of questions for petoskeycontent dot com. See screen shot of portfolio item. Thanks.

    1. Is it possible to move the h1 and text body to under the image. Then move the launch button, tags and sharing up on the right?

    2. Remove “Most Recent Project”

    3. Make image fit into recent post shortcode. the iMac is zoomed in too much. See 2nd screenshot.

    #878854
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in!

    1. To move the heading and text, just add the following jQuery script in your Customizer via Appearance > Customize > Custom > Edit Global Javascript

    (function($) {
       $('.single-x-portfolio .entry-content.content').insertAfter('.single-x-portfolio .entry-thumb');
    })(jQuery);

    2. To Remove “Most Recent Project”, Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    .page-id-1140 .h-recent-posts {
        display: none !important;
    }
    

    3. To Make image fit into recent post shortcode, use this code:

    .x-recent-posts .x-recent-posts-img {
        background-size: contain !important;
    }

    Don’t forget to clear your browser’s cache after adding the code. Let us know how this goes!

    #878909
    chflynn
    Participant
    This reply has been marked as private.
    #879567
    Christopher
    Moderator

    Hi there,

    Please remove previous code and add this one:

    .single-x-portfolio header.x-header-landmark.x-container.max.width {
        display: none;
    }

    Please assign this portfolio item to one of categories.

    Hope it helps.

    #880063
    chflynn
    Participant

    thank you. ok, that removed the most recent. i assigned a category. Is it the way my recent projects menu item is setup that breaks the breadcrumb?

    #880997
    Friech
    Moderator

    Hi There,

    No, not the menu. You should have a page that is work like an index page of all your portfolio post. To do that create a new page and use a Layout – Portfolio template to it.


    screenshot

    Hope it helps, Cheers!

    #881124
    chflynn
    Participant

    got it thanks for the direction.

    #881243
    chflynn
    Participant

    ok, now that the above is cleaned up. I would like to make the background in the recent posts thumbnail transparent, change the color on hover, and perhaps a + to the image as well. I also would like to remove the the “recent projects” with something like

    .single-x-portfolio header.x-header-landmark.x-container.max.width {
    display: none;
    }

    thanks, learning so much.

    #881560
    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.

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