Tagged: x
-
AuthorPosts
-
July 29, 2016 at 1:03 pm #1109136
fewwillParticipantsite URL: http://www.innerpeacecounseling.com
WordPress version:4.5.3
X version: 4.6.0
Cornerstone plugin Version:1.3.0I 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.
July 29, 2016 at 1:07 pm #1109144
fewwillParticipantAlso if it is possible to place an image at the bottom of the menu, can I add a link to it as well?
July 29, 2016 at 2:43 pm #1109270
JoaoModeratorHi 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
July 29, 2016 at 3:55 pm #1109376
fewwillParticipantThis reply has been marked as private.July 29, 2016 at 9:01 pm #1109722
Rue NelModeratorHello 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.
August 3, 2016 at 2:24 pm #1115928
fewwillParticipantThe changes worked great and resolved the issues. Thank you. It is greatly appreciated.
August 3, 2016 at 3:26 pm #1116028
JoaoModeratorGlad to hear it.
Let us know if we can help with anything else.
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1109136 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
