acosmin
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [JustWrite] BreadcrumbsThat’s the way the plugin works, from what I can see it doesn’t accept any paramater to disable the title
Forum: Themes and Templates
In reply to: [JustWrite] CategoriesI’m sorry it’s not possible. I assure you it won’t look good and it might ruin the responsive part.
Forum: Themes and Templates
In reply to: [JustWrite] BreadcrumbsI think you can add this code:
<?php if ( function_exists('yoast_breadcrumb') ) { yoast_breadcrumb('<p id="breadcrumbs">','</p>'); } ?>in
../post-templates/content-single.php, under this line:<div class="post-content">I haven’t tried it, it only appears when you open an article.
Forum: Themes and Templates
In reply to: [JustWrite] Author box Image and Share buttonTo add the share buttons read the Documentation, Tips Hacks section
As for avatars, you need a Gravatar associated with your email address.
Forum: Themes and Templates
In reply to: [JustWrite] Posts and posts categories within the menuThe theme doesn’t support that type of menu. You can try some plugins, I think they are called “mega menus”.
The problem is I don’t know if they are compatible with JustWrite (and I can’t give support for third-party plugins).
Forum: Themes and Templates
In reply to: [JustWrite] Thumbnail in Video postsIt doesn’t make any difference, it just adds an icon to your post 😀
Forum: Themes and Templates
In reply to: [JustWrite] Thumbnail in Video postsThe thumbnail on the main page is a normal post thumbnail.
JustWrite doesn’t get the thumbnail automatically from the video, you need to set it yourself.
Forum: Themes and Templates
In reply to: [JustWrite] JustWrite Theme Slider sizeThe images you are uploading should be bigger than the width and height specified here:
add_image_size( 'ac-slide-thumbnail', 515, 300, true );Forum: Themes and Templates
In reply to: [JustWrite] Media Thumbnails in PostsForum: Themes and Templates
In reply to: [JustWrite] Editing The FooterYou can hire a freelancer… http://jobs.wordpress.net/
Forum: Themes and Templates
In reply to: [JustWrite] Editing The FooterIt’s not possible…
But with a little custom php/html/css work it is.
Forum: Themes and Templates
In reply to: [JustWrite] supress titleOpen
header.phpand remove these lines:<div class="logo"> <a href="<?php echo esc_url( home_url() ); ?>" title="<?php bloginfo( 'title' ); ?>" class="logo-contents<?php ac_logo_class(); ?>"><?php ac_get_logo(); ?></a> <?php // Ads variables - Options Panel $ad728_show = of_get_option( 'ac_ad728_show' ); $ad728_code = of_get_option( 'ac_ad728_code' ); if ( $ad728_code == '' ) : ?> <h2 class="description"><?php bloginfo( 'description' ); ?></h2> <?php endif; ?> </div><!-- END .logo -->Forum: Themes and Templates
In reply to: [JustWrite] Move white space above menu.header-wrapshould haveheight: auto;you can also set
.containertomargin: 0 auto 45px auto;Forum: Themes and Templates
In reply to: [JustWrite] acosmin_freebies.zip not installing in WordPressDid you try unpacking that file? There are four files in that archive, unpack it and please read the
Read me.txtfile.Also read the documentation
Forum: Themes and Templates
In reply to: [JustWrite] Can't seem to edit footer textYou have an option in the Customizer, Footer tab or you can just delete this from
footer.php:<strong class="copyright"><?php echo esc_html( $copyright_text ); ?></strong>