acosmin
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [JustWrite] Adding a new widget area, extra row in homepageFooter widgets will be available in a premium version of the theme. Until then this might help you.
I have a few personal problems and therefore support is closed until Jul 15th, 2015. Sorry!
Forum: Themes and Templates
In reply to: [JustWrite] How to remove the thumbnail on featured posts?Hi! Sorry, you can’t do that. The JS script uses thumbnails to calculate the size of the slider.
Forum: Themes and Templates
In reply to: [JustWrite] "About the Author" footerIf you want to show the social buttons in “Share the love” you need to read the documentation, “Tips & Hacks” section.
Forum: Themes and Templates
In reply to: [JustWrite] 3 columnsHueman, but I think that you already know about that one.
Forum: Themes and Templates
In reply to: [JustWrite] 3 columnsSorry, there isn’t any option/css for that, it would involve major structure modifications and debugging.
Forum: Reviews
In reply to: [JustWrite] Update ReviewI think you wanted to post a review for this theme https://wordpress.org/themes/just-write/
They have the same name with a small difference 🙂
Forum: Themes and Templates
In reply to: [JustWrite] A problem with WP-PostRatingsAdd somewhere at the bottom of
style.css:.content-wrap .post-ratings img { display: inline-block; }Forum: Themes and Templates
In reply to: [JustWrite] Full Width Post TemplateI am sorry you feel that way, you are free to do as you wish.
I didn’t advertise anywhere that the theme supports full width posts, it only has full width pages.
All the things you are talking about is custom work, I need to change a lot of css lines (&html structure) to make it work as you want.
There are numerous posts in this support forum regarding that issue. You can find your answer by reading some of them.
Forum: Themes and Templates
In reply to: [JustWrite] Full Width Post TemplateHi! Sorry, but I don’t plan on adding it very soon and it might be included in a premium version. To remove the sidebar implies custom work, it takes time and debugging. You can hire a freelancer.
Forum: Themes and Templates
In reply to: [JustWrite] Adding editable area in footerThe only thing you can do is style those elements.
Sorry, but I can’t help you with that, it’s custom work and it takes a lot of time and debugging.
You can try http://jobs.wordpress.net/
Forum: Themes and Templates
In reply to: [JustWrite] Adding editable area in footerfirst register a sidebar and then you can open
footer.phpand add a widgetized area above this line:<footer id="main-footer" class="footer-wrap<?php ac_mini_disabled() ?> clearfix">Forum: Themes and Templates
In reply to: [JustWrite] Bug in theme header after upgrade – image not showadd this in your child theme’s
style.css.top { min-height: 180px; }Forum: Themes and Templates
In reply to: [JustWrite] Removing date from postsIf you are talking about removing the date from slides you need to open
featured-content.phpand remove:<time class="date" datetime="<?php echo get_the_date( 'Y-m-d' ); ?>"><?php echo get_the_date( 'M d, Y' ); ?></time>If you plan on updating the theme please use a child theme.