Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #417340

    Our clients inform us that they couldn’t find how to go to the second page of the blog archive.
    Please see http://www.profumo.it/blog/index.php/natural_perfumery/return-to-timbuktu/
    There is a way to style the pagination in a more evident way?

    There is also too mach distance between the last line of the page and the pagination icons
    Please see http://www.profumo.it/Cattura.PNG

    It would be nice if the post categories or archive pages should have the same style as the home of the blog.
    We have chosen grid layout. Is it possible to display post categories or archive pages as in blog grid?
    Also because to display all the posts and the images takes a long time.
    Is it possible to display only the excerpt and the featured image instead of the full text and the full weight images like in the blog home page?
    please see
    http://www.profumo.it/blog/index.php/2013/08/ or http://www.profumo.it/blog/index.php/natural_perfumery/natural-perfumery/

    Thank you
    Mauro

    #417815

    Hey profumopuntoit!

    Thank you for using Enfold.

    Use this to change the style of the pagination:

    #top .pagination .current, #top .pagination a, #top .fullsize .template-blog .pagination a {
      float: left;
      height: 35px;
      width: 35px;
      line-height: 35px;
      text-align: center;
      padding: 0;
      border-radius: 100px;
      margin-right: 3px;
      box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
      background: gray;
      color: #ffffff;
    }

    Best regards,
    Ismael

    #417907

    Thank you very much. Like this you cannot miss it!

    Can you please answer me also to the other questions?

    1) There is also too much distance between the last line of the page and the pagination icons. How to shorten it?
    2) We have chosen grid layout. Is it possible to display post categories or archive pages as in blog grid?
    3) Or is it possible to display only the excerpt and the reduced size featured image instead of the full text and the full weight images like in the blog home page?

    Ps.: is it ok for you to ask multiple questions in a single support request or you prefer that for each question we open a new ticket?

    Thank you Mauro

    #419401

    Hey!

    1. I think what your wanting to do is this.

    .template-blog .pagination { top: -30px !important; }
    

    If that’s not correct then take a screenshot and highlight exactly what your trying to do.

    2. Hmm, from I saw on your site your using the “single author big preview” style. If you setup your blog style in Dashboard > Enfold > Blog Layout then your archives should be using that style as well.

    3. Yes, you could use this CSS.

    article .big-preview a { max-width: 50% !important; }
    

    Best regards,
    Elliott

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.