Tagged: ,

Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #539374
    #539652
    #539662

    Hi,

    Thanks for your answer.

    As I said in my mail, I did find this thread but did not get any change after pasting the following code in the functions.php file (directly in my theme, I dont’ have a child theme)

    add_filter(‘avf_logo_subtext’, ‘kriesi_logo_addition’);
    function kriesi_logo_addition($sub) {
    $sub .= get_bloginfo(‘name’);
    return $sub;
    }

    Could you tell me precisely where it should be pasted in the functions.php file? With a screen maybe?

    Thanks very much in advance, cheers

    #539666

    Hey!

    You can add the code to bottom of Functions.php file and it should work fine. Can you please post the link to your website? If you do not mind, please a temporary admin login as well.

    Cheers!
    Yigit

    #539689

    functions.php, not functions-enfold.php? What’s the difference between the 2?

    #539702

    Hey!

    Functions.php file. functions-enfold.php file is helper file to functions.php file and would not be recognized on child themes for example.

    Cheers!
    Yigit

    #539982

    Hi,

    Sorry but it still doesn’t change…

    #539985

    Please see the private content

    #542056

    Hi!

    Sorry for the late reply!
    /wp-admin throws an error in French on my end. Can you please post the link to your login page?
    Also, if you have an IP restriction, please disable it temporarily.

    Best regards,
    Yigit

    #542221

    Hi, Yigit

    Sorry, I forgot the protection I had installed on my side.
    Please find below the necessary data.

    No IP blocked so far.

    Take care
    Patrick

    #542275

    Hey!

    “ACCOUNT PENDING: Your account is currently not active. An administrator needs to activate your account before you can login.”
    Can you pleasse activate the account?

    Regards,
    Yigit

    #542340

    Hi,

    It’s done.

    #542446

    Hey!

    Now i am getting “ERROR: The username or password you entered is incorrect. Lost your password?” error. Can you please check if the login credentials are correct?

    Cheers!
    Yigit

    #542655

    Here they are again (please see below).

    #542778

    Hey!

    I added the code you posted here – https://kriesi.at/support/topic/showing-site-title-below-the-logo/#post-539662 and then added following code to Quick CSS in Enfold theme options under General Styling tab

    .logo img {
        max-width: 55%;
    }
    .subtext {
        top: -30px;
        position: relative;
    }

    Please review your website

    Cheers!
    Yigit

    #542782

    Hi, Yigit

    Thanks for your help… but the solution is not satisfactory at all for me.

    First, it reduces my logo to much and it should stay at the previous size;

    Second, when I scroll the home page, the logo overlaps the sub text!

    I found the place where you inserted the code above (Quick CSS) but where did you inserted the rest?

    Thanks for answering as soon as you can as I can’t leave the home page as it is now.

    Take care, cheers

    #542789

    Hi, again
    I temporarily removed the “logo img” code you inserted and it came back to normal.
    I’ll wait for your detailed answer to see with you what I should do.
    Good night

    #543026

    Hi!

    You can increase header height in Enfold theme options > Header. Please post a screenshot and show how exactly you would like it to look so we can make the changes accordingly.

    Best regards,
    Yigit

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