Blog Formatting Assistance

  1. In-Page Feed: http://sandbox.zivelo.com/knowledge/
    On this page we would like to have separate blog feeds based on category. We’re using a classic element to display recent posts, but it’s not categoy specific, how can we make feeds category specific? Also, the classic element is not showing an image above the recent post’s title, how can we enable images?

1b. Also on the page above, we’re trying to use the menu to link to different sections in-page, such as: http://sandbox.zivelo.com/knowledge/#videos but the linking isn’t working. Do you have a suggestion to make this possible?

  1. Page styling: http://sandbox.zivelo.com/blog/
    On this page, can I add any design elments above the feed? Such as a parallax hero I have on on this page:(http://sandbox.zivelo.com/news/)

2b. Is it possible to have a 2 separate blog pages based upon category? Such as: http://sandbox.zivelo.com/blog/ for general blogs, and http://sandbox.zivelo.com/something-else for a specific category?

2c. Is it possible to auto capitalize all blog post’s titles?

Hello Mary,

Thanks for asking. :slight_smile:

  1. To filter recent post by category, you can use following shortcode. To learn more, please take a look at following resource http://demo.theme.co/integrity-1/shortcodes/recent-posts/
[recent_posts count="1" orientation="vertical" category="remember"]
  1. For one page scroll, I suggest you to carefully review the steps mentioned in following tutorial and setup the page accordingly. https://theme.co/apex/forum/t/features-how-to-setup-one-page-navigation/96

  2. To display header image, please take a look at the solution mentioned in following thread. https://theme.co/apex/forum/t/featured-header-image-for-blog-page/44559/2

  3. You can use Category filter shortcode to have category specific blog page. Solution shared above, please take a look.

  4. You can add following CSS under X > Theme Options > CSS:

.blog .entry-title, .single-post .entry-title  {
    text-transform: uppercase;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

Where do I input that short code? Do I input it on the blog page or on a page I’ve got an inline blog feed?
For the inpage blog feed here: http://sandbox.zivelo.com/knowledge/ how do I assign categories and have the pictures displayed above their pictures?

And I know how one page scrolling and linking works, what I’m saying is the linking isn’t working. This is think link: http://sandbox.zivelo.com/knowledge/#videos and there is a section inpage with a “videos” id. Can you login and see what I’m inquiring about?

These weren’t answered in your response:
2. Page styling: http://sandbox.zivelo.com/blog/
On this page, can I add any design elments above the feed? Such as a parallax hero I have on on this page:(http://sandbox.zivelo.com/news/)

2b. Is it possible to have a 2 separate blog pages based upon category? Such as: http://sandbox.zivelo.com/blog/ for general blogs, and http://sandbox.zivelo.com/something-else for a specific category?

2c. Is it possible to auto capitalize all blog post’s titles?

Hi,

1a) You need to add a featured image to each of your posts.

1b) ID is case sensitive, please change your section id from Videos to videos

  1. Regretfully, this is not possible, assigning a page as a blog page will prevents it from being editable. The theme will populate it with your blog posts.

2b) Wordpress automatically creates an archive page for your posts categories eg. http://yoursite.com/category/finance

2c) I checked and the titles are already capitalized.

Hope that helps

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.