Tagged: x
-
AuthorPosts
-
April 12, 2016 at 8:02 am #878220
chflynnParticipantCouple 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.
April 12, 2016 at 3:06 pm #878854
Nabeel AModeratorHi 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!
April 12, 2016 at 3:47 pm #878909
chflynnParticipantThis reply has been marked as private.April 13, 2016 at 3:09 am #879567
ChristopherModeratorHi 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.
April 13, 2016 at 9:10 am #880063
chflynnParticipantthank 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?
April 13, 2016 at 5:22 pm #880997
FriechModeratorApril 13, 2016 at 7:04 pm #881124
chflynnParticipantgot it thanks for the direction.
April 13, 2016 at 8:27 pm #881243
chflynnParticipantok, 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.
April 14, 2016 at 1:33 am #881560
RupokMemberHey 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.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-878220 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>

