Themeora
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Oren] home page headerHi
For the contact form to appear you will need a plugin. The theme is compatible with the contact form 7 plugin.
I’ll look into bugs with the logo on smaller screens as soon as I can.
Thanks
Forum: Themes and Templates
In reply to: [Oren] home page headerHi
You make put the text in the header by entering something into the excerpt field.
Thanks
Forum: Themes and Templates
In reply to: [Oren] Change number of portfolio items on homHi
You will need to change the template template-home.php line 61 from 12 to whatever number you would like.
Thanks
Forum: Themes and Templates
In reply to: [Oren] Can’t publish home pageThe featured image shows at the top of the single portfolio page by default so the gallery would be below it. You would have to edit the single portfolio template to remove the featured image if you wanted the gallery at the top.
You would need to remove the following code from template-portfolio-item.php and then just put your gallery inside the post content:
<?php if ( has_post_thumbnail( $post->ID ) ) : ?>
<div class=”featured-image single-portfolio-featured-image”>
<?php echo get_the_post_thumbnail( $post->ID, ‘themeora-thumbnail-span-12’ ); ?>
</div>
<?php endif; ?>Thanks
Forum: Themes and Templates
In reply to: [Oren] Can’t publish home pageHi
You can add anything you like inside the portfolio page. The featured image is shown by default but you could add a gallery below it. If you don’t want the featured image at all you would need to edit the template-portfolio-item file.
Thanks
Forum: Themes and Templates
In reply to: [Oren] Next button on home pageHi
You can change the template-home.php template – line 61 to be any number of portfolio items you like.
Thanks
Forum: Themes and Templates
In reply to: [Oren] Oren Theme InfoHi there
Sorry for the delay. I cant see your site any more to check the header image but it should always fill the header.
The font colour is changed in the Customizer. You’ll need to tweak the CSS yourself to change the font size.
Thanks
Forum: Themes and Templates
In reply to: [Oren] Customization permissionsHi
Glad you like the theme. You can change it however you want 🙂
Thanks
Forum: Themes and Templates
In reply to: [Oren] Hide Header TextHi
I’m afraid there is a bug in the theme which causes this. There is an update coming soon which will fix this.
Thanks
Forum: Themes and Templates
In reply to: [Oren] translation issuesHi
Thanks for trying the theme. I’ll look into the issue and let you know what I find asap.
Thanks
Forum: Themes and Templates
In reply to: [Atwood] Copyright footer / Author block / LanguageHi
This was a bug in the theme which is resolved in the current version.
Thanks
Forum: Themes and Templates
In reply to: [Oren] Finding Header, Background, ect default image size.Hi
No specific size is required for the header. The full size image is used so you need to upload one that is appropriate depending on how large your header is. Somewhere in the region of 1000px x 800px will be great for most sites.
To make the homepage tiled, choose the ‘Home’ template for your front page. Then select the ‘Portfolio item’ template for any portfolio items you want to show on the homepage. They will then be shown automatically.
Thanks
Forum: Themes and Templates
In reply to: [Atwood] Static HeaderHi @bamathes
This was a bug in the theme. If you update to latest version the problem will be fixed 🙂
Thanks
Forum: Themes and Templates
In reply to: [Atwood] Full post not displayedHi
If you would like the full post to show, you can edit the templates inside the includes folder. you will see some files content-gallery.php, content-quote.php and content-standard.php. You will need to open them up and change this:
if ( is_single() ) { the_content(); wp_link_pages('before=<div id="page-links">&after=</div>'); } else { the_excerpt(); }to this:
the_content(); wp_link_pages('before=<div id="page-links">&after=</div>');Forum: Themes and Templates
In reply to: [Atwood] Full post not displayedHi
Thanks for trying the theme. The posts page is set to only show excerpts I’m afraid. It could be changed with a few tweaks to the code. Let me know if you want to change it and I’ll help you make the changes.
Thanks