acosmin
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [JustWrite] Adding excerpt to billboardYou can also try something like:
if( '' != get_the_excerpt()) { ?><header class="details clearfix" style="margin-bottom: 1em;"> <span class="detail left"><em><?php the_excerpt(); ?></em></span></header><br /><?php };In case you don’t have an excerpt set, it will not show an empty space…
Don’t forget to leave a review 🙂 if you really like the theme.
Forum: Themes and Templates
In reply to: [JustWrite] Adding excerpt to billboardYou can open
/post-templates/layouts/layout-cover.phpand right bellow:the_title( '<h2 class="title">', '</h2>' );add:
?><header class="details clearfix" style="margin-bottom: 1em;"> <span class="detail left"><em><?php the_excerpt(); ?></em></span></header><br /><?phpYou can then set the excerpt when you edit the post, as you normally do.
Forum: Themes and Templates
In reply to: [JustWrite] Adding excerpt to billboardyou are talking about the slider? AC SEC: Slider?
Forum: Themes and Templates
In reply to: [JustWrite] Pagination in main postsYou can change the number of posts displayed in
WP Administration Panel > Settings > Reading > Blog pages show at mostForum: Themes and Templates
In reply to: [JustWrite] Pagination in main postsYour website has 10 articles, the front page is set to display 10 articles, what’s there to display on the second page?
Forum: Themes and Templates
In reply to: [JustWrite] Logo Text Appearance Error in FootnoteYou can try and add this line of CSS:
.footer-credits .blog-title { word-break: normal !important; }or:
.footer-credits .blog-title { width: 100% !important; }The thing is I think it’s a font family bug, nor really my fault.
Forum: Themes and Templates
In reply to: [JustWrite] Logo Text Appearance Error in FootnoteCould you please post your website url?
Forum: Themes and Templates
In reply to: [JustWrite] Changes to the "demo widgets"Disable those demo widgets from:
Customizer > Layout Options > Miscellaneous > Disable demo widgetsand try adding your own. Please read the documentation, JustWrite, Sections sub-section. There is actually a video on how to do all of this.Forum: Fixing WordPress
In reply to: Object of class … could not be converted to stringProblem solved!
Forum: Themes and Templates
In reply to: [JustWrite] How decrease height of header without losing adThat’s the minimum height you can have without doing something wrong to the ad. If you have a big logo, you might consider making it smaller.
Forum: Themes and Templates
In reply to: [JustWrite] How to increase indent on posts and sidebarHi! I am sorry but it’s not possible without major structure changes (between desktop and mobile views) and it’s a lot of custom work.
The only thing you can do is maybe increase the padding for posts, with some CSS:
.single-style-template-1, .about-share, .comments-area, #disqus_thread, #livefyre-comments { padding: 0 150px !important; }Forum: Themes and Templates
In reply to: [JustWrite] Cannot set featured imageWhat error does it display?
Forum: Themes and Templates
In reply to: [JustWrite] How to replace default thumbnail?All images are located in the theme’s
../images/folder. You will just have to overwrite them with your own.Forum: Themes and Templates
In reply to: [JustWrite] Parse error: syntax error, unexpected ':'ok, thanks for the heads up 🙂
Forum: Themes and Templates
In reply to: [JustWrite] Category ArchivesThere is nothing you can do at the moment… that’s how it is displayed at the moment. I will try and change it in the next update.