Forum Replies Created

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • in reply to: Text instead of logo in header #677457

    Hi,
    I followed your instructions but the problem continues (the sezione colore of “il blog” is still larger than “counseling”). Could you please check? Thank you.

    in reply to: Text instead of logo in header #674159

    Excuse me i don’t have any experience in programming languages: can you give me an example of an custom id?
    I only want that basic setting of “spazio definito” in color sections. Thanks!

    in reply to: Text instead of logo in header #674107

    Hi Yigit,

    What i have to read in “Section ID”?

    • This reply was modified 8 years, 3 months ago by Benzai6.
    in reply to: Text instead of logo in header #673826

    Hi,

    Unfortunately i have another question: why the section “colore” in blog page have more space than the equivalent area in the page “Il counseling” if the settings are the same? I want the same space of the “sezione colore” in Il counseling. Could you check please?

    in reply to: Text instead of logo in header #673183

    It works!

    Thank you guys for all the support!

    in reply to: Text instead of logo in header #673101

    Thanks, i look at it and it works!
    I have another question: why in “Blog” page a space remains high in the title when i set: impostazioni titolo barra > nascondi entrambi”?. I left the same settings to another page “Counseling” and the space does not appear. Can you check please?

    in reply to: Text instead of logo in header #671982

    Hi Yigit, here are the login credentials,

    Regards

    in reply to: Text instead of logo in header #670363

    Hey Yigit,

    i sent you the link to my website in private, but now is under maintenance.

    The problem is that i can not set the header Transparent, even if i’m going in “header”, “option trapsrency” .
    Is because i add the new code in Quick CSS?

    in reply to: Text instead of logo in header #669861

    It work, thanks!

    I also notice that the menu is not trasparent and that there are less options of trasparency, it is normal? How can i set up the trasparency of the menu?

    in reply to: Text instead of logo in header #669839

    Hi Yigit,

    ok, and i have to remove the code .logo img { display: none !important; } or just add the new one?

    in reply to: Text instead of logo in header #669828

    Hi Rikard,
    yes, i add that code in funchion.php and after the site is dead.
    Anyway, yesterday i managed to delete it and the site is began to run!

    So, if i add that code in Quick CSS i will be able to modify the logo size?

    in reply to: Text instead of logo in header #669344

    PROBLEM

    Hi,

    I use the code suggested by Guenni 007 to text instead of logo in header and it worked very well :

    add_filter(‘avf_logo_subtext’, ‘kriesi_logo_addition’);
    function kriesi_logo_addition($sub) {
    $sub .= get_bloginfo( ‘name’, ‘display’ );
    $sub .= “<br><i>”;
    $sub .= get_bloginfo( ‘description’, ‘display’ );
    $sub .= “</i>”;
    return $sub;
    }

    but i wanted change the size of the title, so I add below, even in the Functions.php, the code that he indicated for exemple:

    .logo .subtext {
    font-size: 28px;
    position: relative;
    top: 30px;
    }

    .logo i {
    font-size: 14px;
    }

    .logo > a {
    text-decoration: none;
    }

    .logo a {
    line-height: 20px;
    }

    .responsive #top .logo {
    display: block;
    height: 120px !important
    }

    .responsive .logo a {
    display: block
    }

    I saved, and since that moment my site no longer worked, there is a 500 error!

    Please, help me! I worked very hard to build my site and i don’t want lost everything…

    Thanks and excuse me for my english!

    • This reply was modified 8 years, 3 months ago by Benzai6.
Viewing 12 posts - 1 through 12 (of 12 total)