acosmin
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [JustWrite] How to fix sliders image sizeIf the images was uploaded before you started to use JustWrite, you will need to use a plugin: https://wordpress.org/plugins/regenerate-thumbnails/
Make sure your images have those proportions 900:520px
Forum: Themes and Templates
In reply to: [JustWrite] Static home page problemYou could try adding this in page.php
<?php // Sections output (Main Page - Before posts) if ( is_active_sidebar( 'main-page-before' ) ) { dynamic_sidebar( 'main-page-before' ); }; ?>right before:
<section class="container<?php ac_mini_disabled() ?> main-section clearfix">After that you can use a plugin like https://wordpress.org/plugins/widget-logic/ to add widgets to specific pages.
That’s the most I can help you with regarding this issue. We’re getting into heavy customizations on this road 🙂
- This reply was modified 9 years, 7 months ago by acosmin.
Forum: Themes and Templates
In reply to: [JustWrite] Static home page problemHi! I am sorry but the slider section doesn’t work on static pages.
Forum: Themes and Templates
In reply to: [JustWrite] I want to remove the footer sectionForum: Themes and Templates
In reply to: [JustWrite] I want to remove the footer section.back-to-top { display: none !important; }Forum: Themes and Templates
In reply to: [JustWrite] I want to remove the footer section#main-footer { display: none !important; }put
!in front ofimportantForum: Themes and Templates
In reply to: [JustWrite] How to reduce the width of all the sidebars?Well it is a major change because it’s all calculated to also work on different desktop/mobile sizes.
.about-the-author { width: 100% important; }Forum: Themes and Templates
In reply to: [JustWrite] How to reduce the width of all the sidebars?You can’t, I am sorry, but that’s part of the design. If you need major custom modifications done please try http://jobs.wordpress.net/
.post-navigation { display: none !important; }Then this might help:
.top.logo-text { height: auto; min-height: 110px !important; }If you want to use a bigger slider use the AC SEC: Slider widget in one of the sections. Above the masonry widget for example.
The width and height are part of the design and can’t be changed.
Sorry.
You can do that with css to make the font size smaller, for example:
.logo { font-size: 24px !important; }Forum: Themes and Templates
In reply to: [JustWrite] How to remove the default slider from front pageAnyway, don’t add caching plugins until you’ve added all your content and made your desired changes. It only gets in the way of you previewing them. Leave any caching plugins disabled until you are ready to set your site live.