Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1109136
    fewwill
    Participant

    site URL: http://www.innerpeacecounseling.com
    WordPress version:4.5.3
    X version: 4.6.0
    Cornerstone plugin Version:1.3.0

    I am using the “Renew 5” as a template. I have two questions:

    In the menu bar located on the left side of the home page I would like to add text as shown in the example I have uploaded to the site. Here I just added text in the image. When you select a link from the menu and go to the page, the image becomes small and you can no longer see the text. Is it possible to either stop the image/logo from shrinking or add text to this area?

    I would also like to add an image at the bottom of the same menu in the corner beneath the search element icon. Is this possible?

    Thanks in advance.

    #1109144
    fewwill
    Participant

    Also if it is possible to place an image at the bottom of the menu, can I add a link to it as well?

    #1109270
    Joao
    Moderator

    Hi There,

    We need your Wp Admin credentials in order to be able to see your site. – Make it a private reply.

    Beside that I am not really sure what you want to achieve, would be great that you provide a example or a mockup of what you would like to achieve so we can help you.

    Thanks

    Joao

    #1109376
    fewwill
    Participant
    This reply has been marked as private.
    #1109722
    Rue Nel
    Moderator

    Hello There,

    Thank you for the clarifications!

    1] To add a custom address nest to your logo, please insert this following code in your child theme’s functions.php file.

    // Displaying custom address and phone number under the logo
    // =============================================================================
    function add_custom_address(){ ?>
      
      <div class="custom-address mam pas">
        <p>your address and telphone here</p>
      </div>
    
    <?php }
    add_action('x_after_view_global__brand', 'add_custom_address');
    // =============================================================================

    2] To add an image and a link under the menu, please insert this following code in your child theme’s functions.php file.

    // Displaying custom image and link under the nav menu
    // =============================================================================
    function add_custom_image_link(){ ?>
      
      <div class="custom-image-link mam pas">
        <p><a href="#your-link-here" title="Your Link Title"><img src="//placehold.it/300x300" /></a></p>
      </div>
    
    <?php }
    add_action('x_after_view_global__nav-primary', 'add_custom_image_link');
    // =============================================================================

    3] To add some space, please edit your page and in each of the column settings, you can add a padding around.

    4] Please go to your customizer, Appearance > Customize > Header > Logo – Image and set the “Logo Width (px)” to at least 486 pixels.

    Hope this helps.

    #1115928
    fewwill
    Participant

    The changes worked great and resolved the issues. Thank you. It is greatly appreciated.

    #1116028
    Joao
    Moderator

    Glad to hear it.

    Let us know if we can help with anything else.

    Joao

  • <script> jQuery(function($){ $("#no-reply-1109136 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>