acosmin
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [JustWrite] Hide page titlesOpen
../page-templates/template-page.phpand remove:<?php the_title( '<h2 class="title">', '</h2>' ); ?>Forum: Themes and Templates
In reply to: [JustWrite] TranslationHi!
Try and use the official .org translation system:
https://translate.wordpress.org/projects/wp-themes/justwriteor a translation plugin, Loco Translate for example.
Thank you! I’ll take that into consideration.
As I suspected, the code is from a widget “WHO’S BEHIND THE AWESOMENESS?”…
You’ve added something like:
<div align="center">You can change that with:
<div class="aligncenter">Forum: Themes and Templates
In reply to: [JustWrite] Unique Headers pluginHi! I am sorry but it doesn’t support that plugin. In case you want to use something similar for posts (just for posts) you can use this new post layout.
You can set it when you edit/write posts, from the right side, “Post Options”.
It works only with JustWrite v2.0.3.This might be an issue caused by a widget or plugin. I never use align on a div element.
Could you please provide your website’s url?
Thank you!
Forum: Themes and Templates
In reply to: [JustWrite] Second Menu Not AppearingHi! Download and install the JustWrite Freebies plugin and read the documentation.
Forum: Themes and Templates
In reply to: [JustWrite] Bring back buttons on navbarYou made some changes in header.php. Social buttons don’t appear at all, it’s not a css issue. You might want to check if they are configured in
Customizer > Social Options.Forum: Themes and Templates
In reply to: [JustWrite] Social Buttons widgetHi! You can’t add widgets in the main menu. To display buttons in that area you need to go in
Customizer > Social Optionsand fill out those fields. There is also an option “Show social profiles” inCustomizer > Header Options > Main Menu, it needs to be checked.To add sections and widgets in sidebars please read the documentation,
Custom Widgets and Sections subsections.Forum: Themes and Templates
In reply to: [JustWrite] HTML tags h1 to HnMaybe this CSS code can help you:
.single-content h5 { font-size: 34px; } .single-content h4 { font-size: 30px; }This will change your headings font size, the rest is managed by WordPress, not JustWrite.
Forum: Themes and Templates
In reply to: [JustWrite] Change Slider sizeSorry but you can’t modify the height without breaking stuff in mobile or along the way. The theme was developed for specific images sizes.
If your blog already has images uploaded, pre-installing this theme, you should consider using this plugin: Regenerate Thumbnails.
Forum: Themes and Templates
In reply to: [JustWrite] Category name missing with EventsYou can remove “in” altogether and display only the category. In the following files, find/remove this line:
<em><?php _e( 'in', 'justwrite' ); ?></em>in:
../post-templates/content.php ../post-templates/content-single.phpForum: Themes and Templates
In reply to: [JustWrite] Category name missing with EventsThe theme displays the first category for posts. I assume Events isn’t using posts, it actually is a custom post type. In this case you should ask the plugin developer which function needs to be used to display a category for this custom post type.
You can then post it back here and I will able to tell you where to add it.
Forum: Themes and Templates
In reply to: [JustWrite] HTML tags h1 to HnHi! I am sorry but this is how the theme is styled. I can’t make styles for each particular user, it’s a lot of custom work.
If you want to make changes and style headings differently, you can open style.css and find:
.single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6, .comment-text h1, .comment-text h2, .comment-text h3, .comment-text h4, .comment-text h5, .comment-text h6 { font-weight: 400; letter-spacing: -1px; padding-top: 20px; margin-bottom: 35px; line-height: 130%; } .single-content h1 { font-size: 38px; } .single-content h2 { font-size: 34px; } .single-content h3 { font-size: 30px; } .single-content h4 { font-size: 26px; } .single-content h5 { font-size: 22px; } .single-content h6 { font-size: 20px; }With a little CSS tweaking you can get the results you want.
Forum: Themes and Templates
In reply to: [JustWrite] Phots: resizing an size1. You should always add images above 600x400pxs, this will ensure that your WP install crops images at the right size. You can also use Regenerate Thumbnails if you have older images, pre-installing JustWrite.
2. There is nothing you can do about this, just make sure you add images above 600x400pxs.