acosmin
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [JustWrite] categories don't workSome categories work, example: http://www.audimente.it/category/intelligenza/
Forum: Themes and Templates
In reply to: [JustWrite] categories don't workI don’t know what happened. You are the only one with this problem, you made some changes or activated some weird plugin.
I can’t tell you how to fix it 🙂 because I don’t know what you changed.
The demo works, I tried it locally and there isn’t any problem with categories.
You can use a RSS button in the sidebar (via social widget). That’s all you can do at this stage with this theme.
Also check the Plugins Repo or ask any question regarding plugins here.
Open
../post-templates/content.phpand remove these lines:<figure class="post-thumbnail<?php if ( ! has_post_thumbnail() ) echo ' no-thumbnail'; ?>"> <?php if ( is_sticky() ) : echo '<span class="sticky-badge">' . __('Sticky Post', 'acosmin') . '</span>'; endif; if ( has_post_thumbnail() ) : the_post_thumbnail( 'ac-post-thumbnail' ); else : echo '<img src="' . get_template_directory_uri() . '/images/no-thumbnail.png" alt="' . __( 'No Thumbnail', 'acosmin' ) . '" />'; endif; // Post Formats Icons if ( has_post_format( 'video' ) && !is_sticky() ) echo'<span class="post-format-icon">' . ac_icon( 'play', false ) . '</span>'; if ( has_post_format( 'audio' ) && !is_sticky() ) echo'<span class="post-format-icon">' . ac_icon( 'volume-up', false ) . '</span>'; if ( has_post_format( 'gallery' ) && !is_sticky() ) echo'<span class="post-format-icon">' . ac_icon( 'picture-o', false ) . '</span>'; if ( has_post_format( 'quote' ) && !is_sticky() ) echo'<span class="post-format-icon">' . ac_icon( 'quote-left', false ) . '</span>'; if ( has_post_format( 'link' ) && !is_sticky() ) echo'<span class="post-format-icon">' . ac_icon( 'link', false ) . '</span>'; if ( has_post_format( 'aside' ) && !is_sticky() ) echo'<span class="post-format-icon">' . ac_icon( 'coffee', false ) . '</span>'; if ( has_post_format( 'image' ) && !is_sticky() ) echo'<span class="post-format-icon">' . ac_icon( 'instagram', false ) . '</span>'; ?> </figure>Also open
style.cssand find:.post-content { width: 71.29186602870813%; float: right; padding: 0 0 0 45px; -ms-word-wrap: break-word; word-wrap: break-word; }replace it with:
.post-content { width: 100%; float: right; padding: 0 0 0 45px; -ms-word-wrap: break-word; word-wrap: break-word; }I don’t know how it will look on mobile or all the possible screen resolutions. You might want to hire someone to customize it for you… http://jobs.wordpress.net/
This theme was not designed with no thumbnails in mind.
Forum: Themes and Templates
In reply to: [JustWrite] By sharing a post on facebook, no picture appearsI am sorry but this a support forum for the theme. You can post questions regarding plugins on some of these forums https://wordpress.org/support/
Forum: Themes and Templates
In reply to: [JustWrite] hide date on certain categories onlyWith css you can do somehing like:
.post-34.category-economy .index-post-date, .post-12.category-economy .index-post-date, .post-32.category-economy .index-post-date { display: none !important }Where 34, 12, 32 are your post’s ids. To find the ids check this topic out…
Forum: Themes and Templates
In reply to: [JustWrite] JustWrite Theme Not Working on Internet ExplorerIt worked? The zoom thing?
Forum: Themes and Templates
In reply to: [JustWrite] JustWrite Theme Not Working on Internet ExplorerWell it doesn’t look like that on my end. Can someone else confirm that it looks like this on IE11?
It looks like it’s zoomed in. Try pressing Ctrl+0 to reset zoom to 100%.
Forum: Themes and Templates
In reply to: [JustWrite] hide date on certain categories onlyYou could try:
.post-template-1.category-economy .index-post-date { display: none !important }Where for example “economy” is your category name. If the category has spaces between words add – instead.
Forum: Themes and Templates
In reply to: [JustWrite] JustWrite Theme Not Working on Internet ExplorerAlso, the only way the sidebar would drop under is if your screen resolution is smaller than 1200px.
Forum: Themes and Templates
In reply to: [JustWrite] JustWrite Theme Not Working on Internet ExplorerIt looks ok on IE11. Please post a screenshot, your screen resolution, page zoom…
no problem. 🙂
Try adding this in
style.css, preferably at the bottom.ins.adsbygoogle { background-color: transparent !important; }Forum: Themes and Templates
In reply to: [JustWrite] JustWrite Theme Not Working on Internet ExplorerEverything looks ok on my end, IE10, IE9 even IE8 (which isn’t supported). What exactly doesn’t line up?