Tagged: extra info, header, scroll
-
AuthorPosts
-
September 18, 2016 at 3:04 pm #688126
Hello!
Please, help me to add a text (phone number) and the button to fullscreen slider.
Screenshot attached.Thank you in advance!
Artem
September 18, 2016 at 3:08 pm #688128And one more question: how can I make the header phone number/extra info to appear only when start to scroll down?
Thanks!
Best regards,
ArtemSeptember 18, 2016 at 7:16 pm #688170Hi,
To add a phone number and the call to action button place the below html code in the image caption and we can provide you with required custom css.
<div class="extra-info"> <div class="phone-number"> 555-555-5555</div> <div class="btn-cta">Call me</div> </div>
To display the extra info in the header only when scrolled
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#header_meta{ display: none; } .header-scrolled-full #header_meta { display: block!important; }
Best regards,
VinaySeptember 18, 2016 at 11:37 pm #688222Hello, Vinay!
Thanks for the fast reply.
Please, take a look at screenshots – did I make it right?Artem
September 19, 2016 at 7:40 am #688327Hi,
I can’t see the same on the frontend. We need to take a closer look Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
VinaySeptember 19, 2016 at 10:47 am #688390Here is it.
Regards,
ArtemSeptember 19, 2016 at 10:50 am #688391Please, see below:
September 19, 2016 at 1:38 pm #688452Hi,
Thank you for the credentials, after looking at this closely to add the phone number and the call me button in the same place as shown in the mockup is not easy using code. Instead you can simply modify the background image or the slider image and add the phone number to the image using a image editor like photoshop.
Best regards,
VinaySeptember 19, 2016 at 2:00 pm #688462Ok, I understand. Thank you, Vinay!
Can you help me then to add a button to header?
ArtemSeptember 20, 2016 at 7:51 am #688989Hi,
Thank you for sharing the screenshots, there are 2 different way’s you can achieve this.
1. Add the button as a menu item from Appearance > Menus > Main menu > Menu Item
Expand the menu item option and select “Button Style” from the drop down “Menu Style” option.
2. If you like to add more information like an address or a image button to the header area with your phone number. Please follow these steps to setup a header widget area.
http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
Add the below code in Appearance > Widget > Header Widget > Text Widget (You need to add a Text Widget) and write your own custom css to style it. We can help you with some basic code once we are able to inspect the element on the site.
<span class="extra-info"> <span class="phone-number"> +7 499 346 89 79</span> <span class="btn-cta">Позвоните мне</span> </span
Please feel free to get in touch if you have any questions :)
Best regards,
Vinay- This reply was modified 8 years, 1 month ago by Vinay.
September 20, 2016 at 10:21 am #689043Hello, Vinay!
Thank you very much for your help. You can close the thread now.
Best regards,
ArtemSeptember 20, 2016 at 9:18 pm #689533Hi,
You are most welcome :)
Please feel free to reach out to us if you need any help in future via new ticket. We really appreciate it if you rate our theme on themeforest .
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
Vinay -
AuthorPosts
- The topic ‘Adding text and button to fullscreen slider’ is closed to new replies.