-
AuthorPosts
-
March 14, 2014 at 11:03 am #23216
I would like to create a “Portfolio Preview” or “Portfolio Sample” Section on the Homepage. However this doesn’t appear to be an option in the shortcodes. I would ideally like it to include the featured image, followed by the title of the portfolio item. When clicked it would take them to the full listing of Portfolio Items.
Dropbox link to basic mock up provided. Trying to mimic a similar style to the Integrity 7 example.
https://www.dropbox.com/s/ttjaz0nlw49h437/Screenshot%202014-03-14%2013.05.42.png
Please let me know if this is possible.
Thank-you kindly,
AshleyMarch 15, 2014 at 1:26 am #23410Hey Ashley,
Thanks for writing in! At this time, the closest you would be able to come to this would be to utilize the [recent_posts] shortcode to output your portfolio posts on the homepage (there is a video over this in the Knowledge Base). This should give you a very close approximation to what you’re trying to accomplish.
Thanks!
March 17, 2014 at 1:47 pm #23860Thank you very much! I will give this a try.
March 17, 2014 at 9:53 pm #23965Great! Let me know how it went.
March 20, 2014 at 11:55 am #24868Worked great. Is there also a way to make it so the date doesn’t show on the homepage preview?
https://www.dropbox.com/s/e9dob0r7eybihsk/Screenshot%202014-03-20%2013.56.41.png
Couple other questions as well. What code would I need to place in order remove the drop shadow on footer text and use different text colors?
https://www.dropbox.com/s/xkep0lefhmzp6xz/Screenshot%202014-03-18%2022.59.02.png
And how so I center my headlines vertically within the Headline sections?
https://www.dropbox.com/s/6n0z8q3rre7i1eh/Screenshot%202014-03-20%2013.58.44.png
Thanks again! Your theme and support are spectacular.
Ashley
March 21, 2014 at 9:15 am #25242Hi There,
go to Customizer > Custom > CSS and add following:
.x-recent-posts .x-recent-posts-date { display: none; }
About the footer: which stack are you using?
to fix the headline add the class “mtn” to the heading this will remove the margin top heading so the heading is centered vertically evenly.
March 21, 2014 at 12:19 pm #25278Thanks!
Using Integrity.
March 21, 2014 at 12:21 pm #25279I already have a class on my headings. Is there something I can add in the Customizer instead?
Thanks again!
March 21, 2014 at 12:40 pm #25282Nevermind, figured out the heading question.
Just need help with the footer now.
March 21, 2014 at 12:48 pm #25284Fixed it!!
For other who may be reading this:
.widget { text-shadow: none; color: #fff; }
Thanks for everything.
March 22, 2014 at 12:59 am #25488Hey Ashley, we’re glad to know that you figured everything out. 🙂 Additionally, for future reference we kindly ask that our users not bump their threads as stated in our support policy on the entrance to the forum. Since we answer questions from oldest to newest and bumping a thread makes it appear as brand new, this will only serve to lengthen our response time.
Thanks!
January 21, 2015 at 11:08 pm #188699I also want to remove the drop shadow from the portfolio items.
Had a go at pasting in a few places the code Ashley P posted.widget {
text-shadow: none;
color: #fff;
}But nothing changed unfortunately.
Could someone explain in a little more detail where I should go to paste this code?
I’m using Integrity #7 stackthanks
January 22, 2015 at 1:04 pm #189275Hi Joshmawer,
Thanks for writing in! To assist you with this, we’ll first need you to provide us with your URL as stated on the forum entrance page. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you.
Thanks!
-
AuthorPosts