• jeditricks

    (@jeditricks)


    I just ran the most recent update and EVERY title header code changed font sizes, weights, and menu layouts. This is a LOT to take in, it makes things I wanted big smaller, and things I wanted small bigger. These sorts of changes may be necessary, but they’re destructive and time-consuming to have to change settings around to get it back to how I want it to look. Is this the last time we’re going to have to deal with this sort of thing, or is there another big change like this coming and I shouldn’t bother reworking the theme right now?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author nobita

    (@nobita)

    Hi @jeditricks

    I respect people who keep using theme.

    So, we do not want to change your Site, to force you to use your time, I want to avoid such things as much as possible.

    I know that many users are making individual settings.

    I made this change while thinking about changing the function of WordPress 4.8 – 4.9.
    When Raindrops is used with sidebar, the new gallery widget, html widget, video widget should require a larger sidebar size.

    For gutenberg project which is planned next year, plug-in support in theme is starting.

    This change takes into consideration future large changes in such wordpress.

    I have not changed it only by my design sense.

    Rather it corresponds to changes in the WEB.

    Whether this change is good or not depends on whether or not it continues to be used by users next year.

    I would like to explain a few things in order to ask if this change is destructive and time-consuming.

    the font size of the posted title, the font weight, and the font family can be changed from the customizer.

    For example

    Customize / Presentation / Post
    Entry Title CSS Class

    
    f32 b2 
    

    f32 means font size ( f10-f40 possible )
    b2 means font weight( b1-b9 possible )

    
    f32 b2 uppercase
    

    uppercase means capital letter ( small-caps possible )

    
    f32 b2 lowercase
    

    lowercase means small letter

    
    f32 b2 google-font-lato
    

    google-font-lato means google font lato

    
    
    f32 b2 disable
    

    disable means disable link elements
    There are times when it is convenient to use in menu class etc etc.

    
    centered f40 b2
    

    centered means title align center

    and

    Customize / Presentation / Fonts

    Base Font Size

    Have you tried this item already?

    and for developer

    raindrops_font_size_class() is Plugable function. you can change all

    Thank you.

    • This reply was modified 7 years ago by nobita.
    • This reply was modified 7 years ago by nobita.
    • This reply was modified 7 years ago by nobita.
    Theme Author nobita

    (@nobita)

    WordPress 4.9 will be released a while ago.
    If possible, please customize after release

    Currently I am desperately searching for bugs left behind.

    Thread Starter jeditricks

    (@jeditricks)

    Hi Nobita,

    Thanks for the feedback, I appreciate it. I’ll wait until WordPress 4.9 gets released before making more substantial changes then.

    How much wider of a sidebar are we getting, is it still adjustable to the size it is now?

    As for those custom CSS changes, I’ve been using the Additional CSS field to make changes rather than the Entry Title CSS field, I didn’t even notice that one, and didn’t know about those specific elements. I’d love to have all those settings in the Customizer, but I know that’s a lot of work that may not be possible.

    Theme Author nobita

    (@nobita)

    How much wider of a sidebar are we getting, is it still adjustable to the size it is now?

    Changing the width of the sidebar is done within the choices of the customizer.
    So you can undo at any time with customizer settings.

    This change will only be applied if you installed a theme on a new WEB site, so the sidebar width of the site that is already in operation will not be changed.

    If you are already using a theme, if applying a new theme setting

    Add the first line of functions.php

    $raindrops_year_2018_base_settings = true;

    The changes are as follows

    Customize / Presentation / Layout and Sidebars

    Content Width:fit
    Column Width and Position: left 300px
    Extra Sidebar Width: 33%
    Responsive Default Sidebar:yes
    Responsive Breakpoint for Default Sidebar: 980 (px)
    Responsive Breakpoint for Extra Sidebar: 980 (px)
    —————————————-
    Means Responsive Breakpoint for Default Sidebar,Responsive Breakpoint for Extra Sidebar

    When less than 980px of Browser width,A bread clamp is displayed on the primary menu, and the side bar can be opened and closed.

    It is a function that allows the user to have any responsive breakpoint.

    Ideally, the width of the primary menu should be set within 600px

    —————————————-
    Customize / Presentation / Featured Image Settings

    Featured Image Special Layout Apply Post Count: 100
    —————————————-
    Featured Image Settings means

    When

    Customize / Excerpt
    Checked below
    Home Listed Entry Contents: Show Excerpt with Grid Layout
    Category Archives Entry Contents: Show Excerpt with Grid Layout
    Search Result Entry Contents: Show Excerpt with Grid Layout
    Customize / Presentation / Featured Image Setting
    Featured Image Position: in front of Title
    Featured Image Size: Medium_large

    This make from list layout to Grid Archive layout.

    The new article will be displayed as card type.
    It is a change in the number of articles displayed as such

    • This reply was modified 7 years ago by nobita.
    • This reply was modified 7 years ago by nobita.
    • This reply was modified 7 years ago by nobita.
    Theme Author nobita

    (@nobita)

    Items for which font size can be changed by rain drops theme customizer

    Site Title

    Customize / Site Identity /
    Place of the Title: Place of the Title

    CSS Class of Site Title can set f10-40
    Place of the Title: Above the header image

    use slider Font Size of Site Title

    Entry Title

    Customize / Presentation / Post
    Entry Title CSS Class can set f10-40

    Primary Menu

    Customize / Presentation / Menu
    Menu Primary Font Size
    use slider Font Size of primary menu

    Note
    Raindrops font size using em,%

    In the current version, when changing the base font size of the customer, the
    post title and content are calculated with the specified base font size, but
    the default value (13px) of the theme is used for the sidebar widget.

    In the next version, we will add a filtering function that allows you to change the
    base font size of the widget.

    Thank you

    • This reply was modified 7 years ago by nobita.
    • This reply was modified 7 years ago by nobita.
    • This reply was modified 7 years ago by nobita.
    Thread Starter jeditricks

    (@jeditricks)

    Thank you, that’s very helpful information, all of it.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Are headers and fonts going to change anymore after this?’ is closed to new replies.