acosmin
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [JustWrite] can't see pages on mobileI am sorry but I don’t understand your question. Could you please elaborate…
Forum: Themes and Templates
In reply to: [JustWrite] can't see pages on mobileI think it’s W3 Total Cache, search for a option that says something about minified files.
Forum: Themes and Templates
In reply to: [JustWrite] can't see pages on mobileIt has something to do with the minified javascript files. You should disable that option.
Forum: Themes and Templates
In reply to: [JustWrite] can't see pages on mobilePlease let me know your website’s url and your mobile/os…
Forum: Themes and Templates
In reply to: [JustWrite] CommentsIn the WP Administration Panel > Appearance > Theme Options click on the “More settings” tab and make sure “Comments globally” isn’t checked.
Forum: Themes and Templates
In reply to: [JustWrite] justwrite header .php<title><?php wp_title( '|', true, 'right' ); ?></title>Forum: Themes and Templates
In reply to: [JustWrite] SuggestionsThank you for the kind words! I’ll try and solve some of the issues in the next update.
Forum: Themes and Templates
In reply to: [JustWrite] Mobile Optimization – Header BackgroundYou can open
style.css, find these lines:.header-wrap { width: 100%; height: 220px; background-color: #111; background-repeat:no-repeat; background-size:cover; background-position: center center; border-bottom-width: 1px; border-bottom-style: solid; position: relative; }and change them to:
.header-wrap { width: 100%; height: 220px; background-position: center center; background-repeat: no-repeat; background-size: contain; border-bottom-width: 1px; border-bottom-style: solid; position: relative; }Also in the Customizer change the header background color to #f1f1f1
Forum: Themes and Templates
In reply to: [JustWrite] Social Icons not openingyour website’s url is?
Forum: Themes and Templates
In reply to: [JustWrite] AcosminBusinessHi! I am sorry but we will retire that theme in one or two weeks and it won’t be available for purchase.
A few JustWrite premium features will be available next month: a new slider, featured categories, footer widgets etc. If you are interested you’ll receive more info via newsletter.
Thank you!
Forum: Themes and Templates
In reply to: [JustWrite] popular post widget does not workno 🙂 it’s a little complicated and you need to know php…
Forum: Themes and Templates
In reply to: [JustWrite] popular post widget does not workIt’s based on comments not post views.
Forum: Themes and Templates
In reply to: [JustWrite] Header – Title and description hidingOpen
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] Last commentsWell, you are using the default recent comments widget. I can’t really help you with this because it wasn’t developed by me and I assume it includes a lot of coding.
You could try another Recent Comments plugin.
Forum: Themes and Templates
In reply to: [JustWrite] Converting to horizontal menu, how?It can’t be converted, that’s how it was designed. You might need custom web development for that, you can try jobs.wordpress.net.