This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

How to add styles for archive pages to the topic of Origami?

Open 23 replies premiumthemetheme-origami

Good day!

I use Origami theme. I found that the archives pages and posts have different styles. Rather for pages not spelled styles.

Archive pages looks like: http://visionekb.ru/category/bad/classic-hit, and I need as a blog: http://visionekb.ru/category/stati

How to add styles for archive pages?

Thank you for your attention to my question!

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

23
  1. Andrew Misplon Staff 11 years, 8 months ago

    Hi Svetlana

    Thanks for running Origami Premium.

    We do our best to answer support tickets quickly – our timezone is GMT+2.

    Please try adding the following to Appearance > Custom CSS to resolve this issue:

    /* More Link */
    .archive .below-content a {
    color: #666;
    font-style: italic;
    text-decoration: none;
    }
  2. Светлана Ковалева 11 years, 8 months ago

    Thanks, helped a lot!

    Now the black arrow. How to add an arrow style?

    Screenshot: http://lh3.googleusercontent.com/-J21UTpzaHK8/U5nUOypW_BI/AAAAAAAAEvA/3s4pbE0DQ80/s800/scrin.jpg

  3. Andrew Misplon Staff 11 years, 8 months ago

    Sure. Please try this:

    .archive .below-content svg {
    	fill: #999;
    }
    .archive .below-content svg, .archive .below-content img {
    	display: inline-block;
    	margin-bottom: -4px;
    	margin-left: 6px;
    	margin-right: 6px;
    }
  4. Светлана Ковалева 11 years, 8 months ago

    Thank you very much! Everything works.

  5. Светлана Ковалева 11 years, 8 months ago

    Prompt, please, can I add a description of the pages of labels?

  6. Andrew Misplon Staff 11 years, 8 months ago

    Hi. Are you asking about a Description meta tag? If so, I recommend trying:

    http://wordpress.org/plugins/wordpress-seo/

  7. Светлана Ковалева 11 years, 8 months ago

    Hi. Andrew Misplon, you do not understand the question. I’m interested in how to add a description on category pages: http://visionekb.ru/category/stati

    The description, which we write in the Post > Category (see screenshot): https://lh5.googleusercontent.com/-37XpgRtqUyg/U5_HOXkQ2_I/AAAAAAAAEvQ/0OUGzLkcrNk/s1600/scrin1.jpg

  8. Andrew Misplon Staff 11 years, 8 months ago

    To introduce category descriptions to Origami you’ll need to create a child theme and copy archive.php from the parent to the child theme. Then you’ll need to insert below the H1 tag:

    <div><?php echo category_description(); ?></div>
  9. Светлана Ковалева 11 years, 8 months ago

    Thanks very much! I wish you success!

  10. Andrew Misplon Staff 11 years, 8 months ago

    Super, glad we could help.

  11. Светлана Ковалева 11 years, 3 months ago

    Good day!

    Tell me how to add styles “details” on the search results page?

  12. Andrew Misplon Staff 11 years, 3 months ago

    Hi Светлана

    Are you asking how you can style the excerpts on the search results page? What would you like to change there?

  13. Светлана Ковалева 11 years, 3 months ago

    Hi Andrew

    All the same, as in question (see text above), only the search results.

    See the screenshot: http://lh4.googleusercontent.com/-QGuRMxj7gTU/VHPBGHs4WQI/AAAAAAAAE20/tb8qI46mIx4/s2560/scrin-search.png

  14. Andrew Misplon Staff 11 years, 2 months ago

    I unfortunately can’t replicate this.

    Try the following under Appearance > Custom CSS and see if it perhaps helps:

    /* Origami Read More */
    .post .below-content .read-more {
    display: block;
    width: 100px;
    height: 20px;
    text-align: right;
    }
  15. Светлана Ковалева 11 years, 2 months ago

    Sorry, the code CSS is not work. Need code CSS for pages, not posts.

  16. Andrew Misplon Staff 11 years, 2 months ago

    The CSS above is to try sort out the more arrow dropping below the text. It applies to the arrows on the search results page.

  17. Andrew Misplon Staff 11 years, 2 months ago

    Beyond that CSS attempt I’m afraid I’m not sure why the read more arrow is dropping down. It’s not happening in OSX Chrome, Firefox or Safari.

    I could hide that arrow if you’d like.

  18. Светлана Ковалева 11 years, 2 months ago

    Ok, if there is no solution, let it remain as is.

  19. Andrew Misplon Staff 11 years, 2 months ago

    Thanks for your understanding.

  20. Светлана Ковалева 9 years, 4 months ago

    After upgrading the theme I lost the translation, Poedit, it is no longer working. Tell me how to change the text “Continue Reading” on your own?

  21. Andrew Misplon Staff 9 years, 4 months ago

    Was the translation file stored in the theme folder? If so then it would be overwritten during the update process when the theme folder is replaced. The easiest way now would be to use Loco Translate:

    https://wordpress.org/plugins/loco-translate/

    In the Loco Translate options be sure not to store the translation file in the theme folder, anywhere else is fine.

  22. Светлана Ковалева 9 years, 4 months ago

    Thank You!

  23. Andrew Misplon Staff 9 years, 4 months ago

    Sure :)

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread