Okay
  Public Ticket #2283832
Recommended Plugin Warning Message
Closed

Comments

  • tdharvey started the conversation

    Hi there,

    Just downloaded the Proton theme and then received the following warning message after downloading each of the plugins:

    Warning: sprintf(): Too few arguments in /homepages/35/d803730115/htdocs/clickandbuilds/[mywebsitename]/wp-admin/includes/class-bulk-upgrader-skin.php on line 152

    Is there something I should do to address this?

    Thanks,

    Thomas

  •  675
    Neuron replied

    Hi Thomas,

    Please talk to your host providers and tell them to update your PHP version to 7 or higher, that will fix the issue quickly. The reason why that is showing is because we have written code in our themes in a high standard that is still not supported by some older versions of PHP.

    Feel free to ask for anything you need.

    Kind Regards,
    NeuronThemes


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • tdharvey replied

    Thanks, much appreciated.

    In terms of updating WPBakery, I notice it's currently on version 6.1 and 6.05 is the one bundled - will this be updated in the next release?

    Thanks 

  •   Neuron replied privately
  • tdharvey replied

    Another quick question. I'm trying to use the Metro portfolio layout, which I downloaded with the dummy content, but it's not looking as it does in the demo. It's showing more posts and there's only one big image showing? See attached image. Thanks 

  • tdharvey replied

    Also, would it be possible to make the navigation menu behave the same as the as the portfolio categories do when you hover over them (change colour and underline, with a nice little animation)? Currently I notice when I hover over the menu, nothing happens at all (doesn't change colour, underline or anything at all). Thanks! 

  •  675
    Neuron replied

    Hi,

    1) The metro is as sample layout to help you manipulate as you need it. Enable metro layout for portfolio items, columns can be selected for each portfolio item while creating or editing them, in the portfolio item settings.

    2) Here's the selector for the menu items, please paste it on Theme Options > Custom CSS.

    .wrapper header nav ul li:hover a {
        color: your_color !important;     background-color: your_color !important;
    }   

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • tdharvey replied

    Thanks for getting back to me.

    Regarding the Nav - your CSS produced the effect in the 'Nav' image I've attached, but I was trying to achieve the same effect as occurs on the categories menu of the theme (see 'Categories' image attached). When you roll over, you get an animated underline, and the underline remain shows permanently if you're on that page.

    In terms of the metro layout, I'm afraid I'm not sure what you mean. Pretty sure I have metro enabled, but when I look at the options I have in each portfolio item (see 'Portfolio' image attached), changing to full width, 2 column etc, nothing happens, so I presume this isn't what you mean? I notice I can change the number of portfolio items showing for Metro via 'Settings > Reading > Blog pages show at most' - is that correct. If so, it's just the sizing that's not working.

  •   Neuron replied privately
  • tdharvey replied

    Thanks - that's solved those issues.

    The Proton theme comes loaded with pre-styled buttons - how would I add a 'round' button to ONE of the navigation links. I presume I need to add a CSS Class to the menu item (not sure on the precise code for that, but I'd also like it to be colour #f75b55 with white font, inverting to white with #f75b55 font and outline upon hover) but bearing in mind I now also have the animation effect (see thread below) added to the nav, which I wouldn't want to be applied to this particular link.

    Thanks! 

  • tdharvey replied

    Further to my question below, I also noticed something else.

    On the Shop page of the theme, the subtitle keeps appearing on the same line as the heading, rather than below it as is normal on all other pages - how can I fix this?

    Also, how can I reduce the line spacing of the page titles - there's currently a big gap when the title is forced onto multiple lines.

    Thanks 

  •  675
    Neuron replied

    Hi,

    Glad to know, feel free to ask for anything you need. I hope you and your family are safe from this pandemic virus.

    Can you please provide me with an URL, so I can check the issue on the shop page.

    Navigation links? Do you mean at the show more button?

    .show-more-holder .button-show-more {
        border-radius: 5px !important;
        background-color: #f75b55 !important;
        border-color: #f75b55 !important;
        color: #fff !important;
    }

    And for hover.

    .show-more-holder .button-show-more:hover {
        background-color: #fff !important;
        border-color: #fff !important;
        color: #f75b55 !important;
    }

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • tdharvey replied

    Thanks for the speedy reply - hope you're also keeping safe!

    I'll clarify below:

    URL is http://thomasharvey.design

    1. Shop Page - you'll see the 'Coming soon...' subtitle is appearing on the same line as the 'My Shop' title - should be beneath it.

    2. All pages - as you can see on my home page, the line spacing of the title is a bit much when on multiple lines - how can I reduce this globally?

    3. Nav button - I mean the main top navigation - I'd like 'Contact' to become a button as previously described (see the form submit button to see what I'd like to achieve here).

    Thanks! 

  •  675
    Neuron replied

    Hi,

    You're welcome anytime, thanks, hope the same for you.

    1) You can enhance this by adding the following style in Theme Options > Custom CSS.

    .woocommerce.archive .page-title strong {
        display: block;
    }

    2) Sure here it is, it will be changed on each page:

    .wrapper .page-title p {
        line-height: 24px !important;
    }

    3) If you want to make it something like this. https://prnt.sc/riengq

    Here's the Custom CSS.

    .wrapper header nav ul li:last-child a {
        background-color: #EB5B5C;
        padding: 6px 12px;
        border-radius: 4px; 
        color: #fff;
    } .wrapper header nav ul li:last-child:hover a {
        background-color: #EB5B5C;
        color: #fff;
    }

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • tdharvey replied

    Thanks - nearly there. You can see how the nav button turned out here (I increased the radius and added a border / colour inversion upon hover) - http://thomasharvey.design

    As you can see, the underlining animation is still visible behind the button which I'd obviously like to remove. Can it be done?

    Thanks! 

  • tdharvey replied

    Also just noticed the mobile menu version doesn't look great with this button actioned - could the mobile menu version just look the same as the other links (ie button style only shown on desktop version)?

  • tdharvey replied

    Sorry for all the messages - things keep popping up today!

    Also noticed that the Font Awesome icons aren't displaying on the Services page.

  •  675
    Neuron replied

    Hi,

    I am sorry for the late reply, I hope for understanding in these times.

    1) Please add the following style to remove after unit.

    .wrapper header nav ul li:last-child:after {
       display: none !important;
    }

    2) To make it available only in desktop, please wrap it with the following CSS.

    @media (min-width: 991px) {
     // YOUR CODE HERE
    }

    3) It seems like the fonts are not being called properly from WPBakery, can you please install the following plugin.

    https://wordpress.org/plugins/font-awesome/

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • tdharvey replied

    Not a problem - thanks for your continued help!

    All those solutions worked, other than a slight issue with the navigation - although the underline animation has now disappeared, when you hover over it the width grows slightly and pushes the menu left slightly - any ideas?

    Thanks!

  • tdharvey replied

    Also, upon adding your suggestion of:

    .wrapper .page-title b {
        line-height: 24px !important;
    }

    whilst it fixed my issue of closing the gap of the page title when on two lines, it also reduced the gap between the title and the paragraph below it (and move the title up very slightly), both of which I don't ideally want to happen.

  •  675
    Neuron replied

    Hi,

    I am sorry, but this was the correct line.

    .wrapper .page-title p {
        line-height: 24px !important;
    }

    I've sent you for 'b' tag not the 'p' tag.

    The border is being added only in hover, please instead of this.

    .wrapper header nav ul li:last-child a {
        background-color: #f75b55;
        padding: 6px 12px;
        border-radius: 25px;
        color: #fff;
    }
    

    Add this:

    .wrapper header nav ul li:last-child a {
        background-color: #f75b55;
        padding: 6px 12px;
        border-radius: 25px;
        color: #fff;
        border-style: solid;
        border-width: 1px;
        border-color: #f75b55;
    }
    

    See, the border properties.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • tdharvey replied

    Hi. Thanks you - that fixed the nav.

    However, the issue of the other change - adjusting the 'p' affects the subtitle line space (as you can now see on my site) - I'm wanting to change the page title (b) line space, but without affecting the line height around the title.

  •  675
    Neuron replied

    Hi,

    Unfortunately, that will affect that as well, you can simply add some top margin onto it.

    .wrapper .page-title p {
        margin-top: 10px !important
        line-height: 24px !important;
    }

    You can change 10 to any number that fits correctly for your design.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • tdharvey replied

    Thanks - I'll figure it out.

    New day - new issue, I'm afraid! I've setup WooCommerce (and set my checkout and basket page etc) but when I click on 'Basket' or 'Checkout' on my site (via the cart icon), it just redirects me back to the homepage - what's going on here?

    Thanks 

  • tdharvey replied

    Ignore that last message - it suddenly started working :-)

  •  675
    Neuron replied

    Hi tdharvey,

    I am glad that it worked, feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  •   tdharvey replied privately
  •  675
    Neuron replied

    Hi,

    I am sorry for the late reply, I really hope for an understanding in these times.

    1) You can manipulate with the padding via this Custom CSS.

    .single .project-single  {
        padding-top: 60px !important;
    }

    2) Sure, this will be applied to all shop pages.

    .single-product .shop {
        margin-top: 60px !important;
    }

    3) Hmm, you're right. But this is coming from the page/post settings from that post. You can remove it from there or add them manually.

    4) Hmm, I thought you asked for the description, here's the Custom CSS for the title.

    .home .wrapper .page-title b, 
    .home .wrapper .page-title strong {
        line-height: 40px !important;
    }

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • tdharvey replied

    Hello again.

    Hope you're ok and continuing to stay safe!

    Have spotted a couple more issues if you wouldn't mind helping me out.

    1. I notice the blog section (the post snippets and single blog pages themselves) don't seem to align font-wise to the rest of the theme settings (I'm using the Modern style, not sure if they're mistakenly following the Classic stylesheet instead?)

    Examples: https://thomasharvey.design/blog and https://thomasharvey.design/freelancing-and-coronavirus 

    2. Would you please be able to provide the CSS for the styling of the Blog's 'Read More' buttons and also the Shop's 'Add to cart' buttons (both on the shop main page and individual products) so that they look like the 'Contact' button in the nav (the curved one with the colour #f75b55) - this is ideally my default styling throughout the site.

    3. My SEO checkers keep flagging the fact a lot of the pages are missing an H1 tag (homepage, about, etc etc) - I presume the headings are treated as H1 even if they're not explicitly labelled that way?

    4. Can you please make the headings on the individual portfolio pages look the same as the headings on the homepage etc - they look a bit inconsistent, particularly when viewing on mobile. For consistency, they could also do with appearing slightly higher up the page (again to match the headings elsewhere).

    5. Is there anyway of enabling the moving client logo carousel on mobile devices only (so the logos remain static on desktop)?

    Thanks! 

  •  675
    Neuron replied

    Hi Tdharvey,

    I am very sorry for the late reply.

    Thank you, I hope the same for you.

    1) The font that is displayed on the blog page is hind and it is written on modern.css.

    https://prnt.sc/ruq3y2

    You can override if you want, via the following selectors.

    .contact .contact-form input[type=submit], 
    .show-more-holder .button-show-more, .wrapper .blog, 
    .wrapper .blog-single .comment-form input[type=submit], footer {
        font-family: 'Your Font' !important;
    }

    2) Sure, I will provide you with the selectors, so you can simply add them to the button styling.

    .wrapper .blog .blog-content .blog-post .blog-info .button,
    .woocommerce .button, .woocommerce a.button {
        
    }
    

    3) https://prnt.sc/ruqbga

    4) The selector for the portfolio item headings.

    .project-description h1 {
        margin-top: 0 !important;
        font-size: 32px !important;
    }

    5) Well, you need a bit coding on this one.

    First you need the following plugin which will allow you to add custom scripts.

    https://wordpress.org/plugins/insert-headers-and-footers/

    Go to Settings > Insert Headers & Footers.

    <script>
        jQuery( document ).ready(function($) {
            if ( $(window).width() > 991 ) {
                var owl = jQuery('.owl-carousel');
                owl.owlCarousel('destroy')
            }
        });
    </script>
    

    And in the Theme Options > Custom CSS.

    @media (min-width: 991px) { 
        .page-id-34 .owl-carousel { 
            display: flex !important; 
        }
    }

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • tdharvey replied

    Thanks. I'm having mixed results and getting into a bit of a mix.

    Out of interest, how much would you charge to tweak my site directly? Neaten a few little bits up and get the text consistent?

    Thanks!

  •  675
    Neuron replied

    Hi,

    Unfortunately, we don't take further customization.

    I can suggest you the guys at Codeable, they work for amazing prices and they're highly professional.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.