• Resolved Newki75

    (@newki75)


    Hello,

    My logo is not clickable. So I’ve tried to put it in header with the function “Cliakble header” but it doesn’t work better. Can anyone help me ?
    Best regards and thanks in advance

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter Newki75

    (@newki75)

    Nobody to help me? I’m surely not the only one where the logo leads to the root.

    Pls post link to your site…

    Hi there Newki75,

    you need to go to your index.template file.

    There you have to find <div id=”logo”/> and replace that with

    `<div id=”logo”>
    <a href=”‘.$scripturl.'” title=””></a>
    </div>`

    Then open index.css and find #logo {
    and replace that with
    #logo a {

    Kind regards

    And do create child theme first and do all the changes in that only….cheers..:).

    Thread Starter Newki75

    (@newki75)

    Thanks ! Could you precise me wich php file is concerned for the first part, I’m a bit lost…

    You have to open up your editor and look for the index.template file and there you have to search for the logo code 🙂 And yes do create a child theme first before you make any changes please.

    Thread Starter Newki75

    (@newki75)

    Sorry, me again 😉 In my Editor, I have those files, and it’s not in index.php (I don’t have index.template). Thanks for your help 🙂

    Modèle pour l’erreur 404
        (404.php)
        admin-functions.php
        custom-styles.php
        defaults.php
        main.php
        sanitize.php
        settings.php
        Archives
        (archive.php)
        Modèle pour les fichiers attachés
        (attachment.php)
        Modèle pour un auteur
        (author.php)
        Modèle pour les catégories
        (category.php)
        Commentaires
        (comments.php)
        content-aside.php
        content-chat.php
        content-gallery.php
        content-image.php
        content-link.php
        content-page.php
        content-quote.php
        content-status.php
        content.php
        Pied de page
        (footer.php)
        Fonctions du thème
        (functions.php)
        En-tête
        (header.php)
        theme-comments.php
        theme-frontpage.php
        theme-functions.php
        theme-hooks.php
        theme-loop.php
        theme-seo.php
        theme-setup.php
        theme-shortcodes.php
        theme-styles.php
        Modèle pour la page d’accueil
        (index.php)
        Modèle de page
        (page.php)
        Résultats de recherche
        (search.php)
        Formulaire de recherche
        (searchform.php)
        sidebar-footer.php
        Colonne latérale
        (sidebar.php)
        Article seul
        (single.php)
        Modèle pour un mot-clef
        (tag.php)
        Modèle de page Blog Template ( Posts Page)
        (template-blog.php)
        Modèle de page One column, no sidebar
        (template-onecolumn.php)
        Modèle de page Category page with intro
        (template-page-with-intro.php)
        Modèle de page Three columns, Sidebars Left and Right
        (template-threecolumns-center.php)
        Modèle de page Three Columns, Sidebars on the Left
        (template-threecolumns-left.php)
        Modèle de page Three columns, Sidebars on the Right
        (template-threecolumns-right.php)
        Modèle de page Two columns, Sidebar on the Left
        (template-twocolumns-left.php)
        Modèle de page Two Columns, Sidebar on the Right
        (template-twocolumns-right.php)

    You should not modify theme files ever as your changes will be lost when the theme is updated – instead you need to use a Child Theme – see:

    http://codex.wordpress.org/Child_Themes

    You should download Firebug. It is a wonderful tool to find the code you need fast and effectively 🙂 If you are using Firefox you can download it as an add-on. Download it and let me help you further then 🙂

    @newki75 – please post a link to your site.

    Thread Starter Newki75

    (@newki75)

    It didn’t work on localhost but it works in production 🙂
    Thanks guys

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Logo clickable’ is closed to new replies.