Hot Summer Deal | Flat 10% OFF on Lifetime & All Themes Package. Use coupon code SUMMER25 Buy Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Header image and custom logo height

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #5894
    Grace Themes
    Member

    Hi Andrei,

    Thanks for using Bizweb WordPress theme and also thanks for your appreciation.

    1) the ‘Header image’ doesn’t work in PRO theme.
    If you want to use header image, please make some changes in header.php file and inc/custom-header.php file

    Go to Appearance -> Editor -> inc/custom-header.php
    at line no 38 you will find the
    .innerbanner123{
    now just rename it with .header{

    Go to Appearance -> Editor -> header.php
    at line no 152, comment/remove the below code
    //echo '<img src="'.esc_url( $header_image ).'" width="'.get_custom_header()->width.'" height="'.get_custom_header()->height.'" alt="" />';

    2. To manage the logo height from Basic Settings
    Go to Appearance -> Editor -> functions.php
    after line no. 303 find below code

    if( of_get_option('bodyfontsize',true) != ''){
    	echo "body{font-size:".of_get_option('bodyfontsize',true)."}";
    }

    Now add below code after the above code

    if( of_get_option('logoheight', true) != ''){
    	echo ".logo img { height:".of_get_option('logoheight', true)."px;}";
    }

    Now Go to Appearance -> Theme Options -> Basic Settings -> Set Logo height -> and click on Save Options button

    If you are finding any difficulties in doing this changes, please send your website URL and WordPress admin login details for temporary so we quickly can make changes in your website.

    Please check and let me know your feedback.

    Regards
    Grace Themes

    #5910
    Andrei
    Participant

    Hi guys,

    All your changes are made now, and of course, everything works fine. Thank you for your quick answer!
    If I may, just one more question. Again, everything is fine now, so this is more like a general question:

    I made the changes you told me about, so now my local BizWeb theme will not be the same as the BizWeb theme on your server. What will happen when WordPress will check for updates for the themes, or maybe WordFence will compare local and remote files for differences? (I believe the latter I can solve by telling WordFence to ignore specific files, but anyways…)

    I mean, maybe the logo height thing was a bug, but as far as I understand, the Header image not working, was on purpose and NOT a bug, so there’s no way the above change will ever be a part of the theme on your server.

    Do you think that this can be a problem, or the theme reached its final stage (version) and there will be no updates, ever.

    I’m not a native English speaker, so I don’t know if I made my questions clear enough. Please let me know if it’s not clear.

    Thank you very much in advance.

    Kind regards,
    Andrei

    #5924
    Grace Themes
    Member

    Hi

    The logo height problem was a issues and we have update the theme to resolve this

    Now there will be no updates in the theme. This will always compatible with the latest version of WordPress.

    If you are getting any problem in your website, you can contact us any time. Our support team is always ready to help you.

    Regards
    Grace Themes

    #5934
    Andrei
    Participant

    Ok, good. For now it’s all clear.

    Thank you very much, for everything.

    Kind regards,
    Andrei.

    #5937
    Grace Themes
    Member

    You are most Welcome.!

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