Title: Themeora's Replies | WordPress.org

---

# Themeora

  [  ](https://wordpress.org/support/users/themeora/)

 *   [Profile](https://wordpress.org/support/users/themeora/)
 *   [Topics Started](https://wordpress.org/support/users/themeora/topics/)
 *   [Replies Created](https://wordpress.org/support/users/themeora/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/themeora/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/themeora/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/themeora/engagements/)
 *   [Favorites](https://wordpress.org/support/users/themeora/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 39 total)

1 [2](https://wordpress.org/support/users/themeora/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/themeora/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/themeora/replies/page/2/?output_format=md)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Oren] How to add a separate page with thumbnails from tags/categories](https://wordpress.org/support/topic/how-to-add-a-separate-page-with-thumbnails-from-tags-categories/)
 *  Theme Author [Themeora](https://wordpress.org/support/users/themeora/)
 * (@themeora)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/how-to-add-a-separate-page-with-thumbnails-from-tags-categories/#post-10120465)
 * Hi
 * You could create categories and posts and you could ad projects to them but it
   would look just like a blog, not like the portfolio section. To have portfolio
   items show in categories you would need to copy the portfolio php template. Change
   the name, assign it to a page and alter the code to pull in posts from that template.
 * Thanks
    -  This reply was modified 8 years, 2 months ago by [Themeora](https://wordpress.org/support/users/themeora/).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Oren] How does the portfolio home page decides to randomize?](https://wordpress.org/support/topic/how-does-the-portfolio-home-page-decides-to-randomize/)
 *  Theme Author [Themeora](https://wordpress.org/support/users/themeora/)
 * (@themeora)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/how-does-the-portfolio-home-page-decides-to-randomize/#post-9316501)
 * Hi
 * Portfolio posts are listed in menu order so you can change the order – Go to 
   pages > Quick edit and you will see an order box. You can change the order by
   adding different numbers in the order box.
 * Thanks
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Oren] Annoying #1abc9c green color](https://wordpress.org/support/topic/annoying-1abc9c-green-color/)
 *  Theme Author [Themeora](https://wordpress.org/support/users/themeora/)
 * (@themeora)
 * [8 years, 12 months ago](https://wordpress.org/support/topic/annoying-1abc9c-green-color/#post-9226349)
 * Hi
 * You can change that in the customizer – Colors > Header Text Color.
 * Thanks
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Oren] Annoying #1abc9c green color](https://wordpress.org/support/topic/annoying-1abc9c-green-color/)
 *  Theme Author [Themeora](https://wordpress.org/support/users/themeora/)
 * (@themeora)
 * [9 years ago](https://wordpress.org/support/topic/annoying-1abc9c-green-color/#post-9212538)
 * Hi
 * It will be coming from the theme options. If you go to the customizer you should
   be able to change it there.
 * Thanks
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Oren] Delete Banner Header Area?](https://wordpress.org/support/topic/delete-banner-header-area/)
 *  Theme Author [Themeora](https://wordpress.org/support/users/themeora/)
 * (@themeora)
 * [9 years ago](https://wordpress.org/support/topic/delete-banner-header-area/#post-9143965)
 * Hi
 * .home header {display:none} would hide the header on the homepage but it would
   be better to remove it from the template rather than just hide it if you don’t
   want it. You can remove it from template-home.php
 * Thanks
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Oren] No featured images on mobile](https://wordpress.org/support/topic/no-featured-images-on-mobile/)
 *  Theme Author [Themeora](https://wordpress.org/support/users/themeora/)
 * (@themeora)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/no-featured-images-on-mobile/#post-8989876)
 * Hi
 * You have something set up that is redirecting to a different mobile site so you’ll
   need to disable that. It is not the theme that you are looking at on mobile.
 * Thanks
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Oren] Use slider in place of header image](https://wordpress.org/support/topic/use-slider-in-place-of-header-image/)
 *  Theme Author [Themeora](https://wordpress.org/support/users/themeora/)
 * (@themeora)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/use-slider-in-place-of-header-image/#post-8989793)
 * Hi
 * You would not be able to do that without modifying the code yourself unfortunately.
 * Thanks
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Oren] Show portfolio items from multiple templates on the home page](https://wordpress.org/support/topic/show-portfolio-items-from-multiple-templates-on-the-home-page/)
 *  Theme Author [Themeora](https://wordpress.org/support/users/themeora/)
 * (@themeora)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/show-portfolio-items-from-multiple-templates-on-the-home-page/#post-8883097)
 * Hi
 * I think you’ll need to do the meta query as a set of arrays. Something like the
   example below (not tested):
 * $args = array(
    ‘post_type’ => ‘page’, ‘meta_query’ => array( array( ‘meta_key’
   => ‘_wp_page_template’, ‘meta_value’ => ‘template-smith-portfolio-item.php’, ),
   array( ‘meta_key’ => ‘_wp_page_template’, ‘meta_value’ => ‘template-jones-portfolio-
   item.php’, ), ), ‘post_status’ => ‘publish’, ‘posts_per_page’ => $portfolio_items,‘
   orderby’ => ‘meta_value’, ‘order’ => ‘ASC’, ‘paged’ => $paged );
 * Thanks
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Oren] Portfolio items not being cropped correctly](https://wordpress.org/support/topic/portfolio-items-not-being-cropped-correctly/)
 *  Theme Author [Themeora](https://wordpress.org/support/users/themeora/)
 * (@themeora)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/portfolio-items-not-being-cropped-correctly/#post-8882945)
 * You could do that by changing the image sizes in the theme files but remember
   that the images need to be big enough to look good on large screens and high 
   density screens.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Oren] Portfolio items not being cropped correctly](https://wordpress.org/support/topic/portfolio-items-not-being-cropped-correctly/)
 *  Theme Author [Themeora](https://wordpress.org/support/users/themeora/)
 * (@themeora)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/portfolio-items-not-being-cropped-correctly/#post-8871136)
 * Hi
 * It sounds like your uploads folder has not been copied properly. You may have
   to upload portfolio images again. You could try this plugin first though:
 * [https://en-gb.wordpress.org/plugins/regenerate-thumbnails/](https://en-gb.wordpress.org/plugins/regenerate-thumbnails/)
 * Thanks
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Oren] Remove featured image from the home page](https://wordpress.org/support/topic/remove-featured-image-from-the-home-page/)
 *  Theme Author [Themeora](https://wordpress.org/support/users/themeora/)
 * (@themeora)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/remove-featured-image-from-the-home-page/#post-8841060)
 * Hi
 * You’re welcome!
 * You would need to edit template-home.php and remove everything from line 34 to
   line 54 – the <header> tag and everything inside it.
 * Thanks
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Oren] Home thumbnail vs featured image size](https://wordpress.org/support/topic/home-thumbnail-vs-featured-image-size/)
 *  Theme Author [Themeora](https://wordpress.org/support/users/themeora/)
 * (@themeora)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/home-thumbnail-vs-featured-image-size/#post-8841047)
 * Hi
 * If you use an image larger than 1170 x 757 then the theme will crop the images
   to the correct size for the grid. The image on the portfolio page will be 1170
   x 757. If you wanted to change that to a full size image you would need to edit
   template-portfolio-item.php and change this:
 * get_the_post_thumbnail( $post->ID, ‘themeora-thumbnail-span-12’ );
 * to this:
 * get_the_post_thumbnail( $post->ID, ‘full-size’ );
 * Thanks
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Oren] Create a “portfolio item” that is a grid portfolio](https://wordpress.org/support/topic/create-a-portfolio-item-that-is-a-grid-portfolio/)
 *  Theme Author [Themeora](https://wordpress.org/support/users/themeora/)
 * (@themeora)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/create-a-portfolio-item-that-is-a-grid-portfolio/#post-8841029)
 * Hi
 * You would need to make changes to the theme to do that. That is not supported
   by default.
 * Thanks
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Oren] oren menu and footer problems](https://wordpress.org/support/topic/oren-menu-and-footer-problems/)
 *  Theme Author [Themeora](https://wordpress.org/support/users/themeora/)
 * (@themeora)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/oren-menu-and-footer-problems/#post-8734290)
 * Hi
 * An update is waiting to be approved that will solve many of these issues. I still
   need to look into the child theme issues though.
 * Thanks
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Oren] oren menu and footer problems](https://wordpress.org/support/topic/oren-menu-and-footer-problems/)
 *  Theme Author [Themeora](https://wordpress.org/support/users/themeora/)
 * (@themeora)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/oren-menu-and-footer-problems/#post-8710953)
 * Hi
 * Thanks for your detailed description of problems. I will look into the issues
   as soon as I can and issue an update.
 * Thanks

Viewing 15 replies - 1 through 15 (of 39 total)

1 [2](https://wordpress.org/support/users/themeora/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/themeora/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/themeora/replies/page/2/?output_format=md)