[Resolved] Setting the width of the logo using the slider not available in customizer.

Home Forums Support [Resolved] Setting the width of the logo using the slider not available in customizer.

Home Forums Support Setting the width of the logo using the slider not available in customizer.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1147398
    Ayon

    Hi. Love the theme and have worked out a temporary (!important) workaround for this issue.

    I simply want to change the width of the logo.
    I used to have access to that in the customizer, I don’t anymore.
    screenshot

    Generate Press screenshot

    I am using a child theme.
    I used your default version and followed this documentation:
    https://docs.generatepress.com/article/child-theme-issues/

    As a workaround, I tried to add the width in the child theme css but that is loaded before generate-navigation-branding-inline-css.

    Support time permitting it would help to know how to best unhook my child theme and have it load last. My workaround for that was to simply add the reference to swoopdev3.wpengine.com/wp-content/themes/swoop-in-child-theme/style.css in the header.php file in my child theme just after php wp_head();.

    <link rel='stylesheet' id='generate-child-css'  href='https://swoopdev3.wpengine.com/wp-content/themes/swoop-in-child-theme/style.css?ver=1580093529' type='text/css' media='all' />
    <link rel='stylesheet' id='generate-blog-css'  href='https://swoopdev3.wpengine.com/wp-content/plugins/gp-premium/blog/functions/css/style-min.css?ver=1.9.1' type='text/css' media='all' />
    <link rel='stylesheet' id='generate-sticky-css'  href='https://swoopdev3.wpengine.com/wp-content/plugins/gp-premium/menu-plus/functions/css/sticky.min.css?ver=1.9.1' type='text/css' media='all' />
    <link rel='stylesheet' id='generate-navigation-branding-css'  href='https://swoopdev3.wpengine.com/wp-content/plugins/gp-premium/menu-plus/functions/css/navigation-branding.min.css?ver=1.9.1' type='text/css' media='all' />
    <style id='generate-navigation-branding-inline-css' type='text/css'>
    .navigation-branding img, .site-logo.mobile-header-logo img{height:87px;width:auto;}
    </style>
    

    Let me know if I should clarify or split these tickets up.

    I didn’t want to disable the generate press plugin and lose my current customizations.

    THANKS!

    #1147582
    Leo
    Staff
    Customer Support

    Hi there,

    Let’s take care of the logo width slider missing issue here and it would be great if you can open a separate topic for the second question.

    Have you tried disabling all plugins except GP Premium and switch to a parent theme to see if there are any unknown conflicts that might be hiding the logo width slider?

    Let me know ๐Ÿ™‚

    #1264746
    Ayon

    Circling back and closing this ticket as I found a solution…somehow.

    thanks for your help!

    #1265049
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.