acosmin
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [JustWrite] Add logoDid you upload your logo from the theme customizer (it will adjust its size on different screensizes)?
If not, please undo the changes and use the customizer.
Forum: Themes and Templates
In reply to: [JustWrite] Missing mini sidebar on leftHere you go http://i.imgur.com/2YRudmx.jpg.
The sidebar is where it should be.
Forum: Themes and Templates
In reply to: [JustWrite] Missing mini sidebar on leftI checked your website and the mini sidebar shows up. I can make a screenshot if you want…
Forum: Themes and Templates
In reply to: [JustWrite] Missing mini sidebar on leftSo this is not a theme related problem? Please post your questions here: http://wordpress.org/support/forum/how-to-and-troubleshooting
Forum: Themes and Templates
In reply to: [JustWrite] Missing mini sidebar on leftThe mini sidebar is where it should be.
If you read the documentation you will find out that the mini sidebar appears only if your screen resolution is higher than 1600px (if not a “Browse More” button shows up in the menu).
Forum: Themes and Templates
In reply to: [JustWrite] Missing mini sidebar on leftThe new update isn’t a problem, I checked and it works fine.
Could you please post a link to your website.
Forum: Themes and Templates
In reply to: [JustWrite] "Posts sidebar"Hi! Next time please make a new thread.
1. In a week or two.
2,3. It’s not possible, that is how the theme was designed.
4. You can use a text widget and add it in the right sidebar.
5. JustWrite comes with .po/.mo files and it can be translated. Check out this: http://codex.wordpress.org/Translating_WordPress#Translation_Tools
I am sorry I couldn’t be more useful.
Forum: Themes and Templates
In reply to: [JustWrite] Show CommentsYou made some modifications somewhere, because posts shouldn’t be full width (without a sidebar). Only pages have that option…
Which files did you edit?
Forum: Themes and Templates
In reply to: [JustWrite] Show CommentsNext time please make a new thread.
I think you modified a few files, you moved the code from full width page to single.php. You can do the following:
Open single.php and add
<?php comments_template(); ?>before</section><!-- END .content-wrap -->.Forum: Themes and Templates
In reply to: [JustWrite] Menu Item Align RightI am sorry but that is not possible, it will break the layout. You can only move the entire menu to the right (I can give you some pointers if this is what you want).
Forum: Themes and Templates
In reply to: [JustWrite] Left Side Bar is not showingPlease read the documentation.
The left sidebar appears only if your screen resolution is above 1600px. It not, a button “Browse More” will show up in your top menu.
That is how the theme was designed…
Forum: Themes and Templates
In reply to: [JustWrite] Language readyThen replace:
<a href="<?php echo esc_url( home_url() ); ?>" title="<?php bloginfo( 'title' ); ?>" class="logo-contents<?php ac_logo_class(); ?>"><?php ac_get_logo(); ?></a>with:
<a href="<?php echo esc_url( home_url() ); ?>" title="<?php bloginfo( 'title' ); ?>" class="logo-contents"><?php _e( 'Your Logo Text', 'acosmin' ) ?></a>Now open ../languages/en_US.po and at the bottom add:
#. Text in echo #: simplified/header.php:30 msgid "Your Logo Text" msgstr ""If you make these changes, you wont be able to add a image logo.
Forum: Themes and Templates
In reply to: [JustWrite] Logo HeaderUse the theme customizer to upload a logo.
Forum: Themes and Templates
In reply to: [JustWrite] Language readyI am not familiar with qTranslate, I think you can put it in the sidebar.
Open sidebar.php and bellow line 7 add something like:
<aside class="side-box clearfix widget"> <div class="sb-content clearfix"> <h3 class="sidebar-heading"><?php _e('Change language', 'acosmin'); ?></h3> <?php if (qtrans_getLanguage() == 'en') : ?><?php bloginfo('stylesheet_directory'); ?>/images/logoENG.gif<?php else : ?><?php bloginfo('stylesheet_directory'); ?>/images/logo.gif<?php endif; ?> </div> </aside>The mini sidebar will show up only if your screen resolution is higher than 1600px (if your screen resolution is smaller, a “Browse More” button appears in the menu bar
Please read the documentation
Forum: Reviews
In reply to: [Spacious] Simple Clean Multipurpose ThemeIs the author allowed to review his own theme?