-
AuthorPosts
-
September 9, 2018 at 2:00 am #1007518
Hello,
I have searched and tried already. I want to hoover the telephone and e-mail in the right top bar (action bar). It is called the telephone info span; right? I know, you can click it on a cell phone, but a customer will not know it. So how do I let it hoover with a color? On cell phone and in web browser on a laptop?
This I already added for purpose:
.phone-info
{
font-size: 15px !important;
font-weight: normal !important;
}Thanks in advance,
Arjan
September 9, 2018 at 2:37 am #1007522Hey Arjan,
I recommend turning the phone & email into links so they will work across all platforms, this will also allow them to easily have a “on hover” effect
Your “hover” css would look like this:.phone-info a:hover { color: red !important; }
feel free to adjust the color to suit.
Please read this article about formatting your phone number for cross platform devices
Here is how to create email links
Please give this a try & let us know if you need any assistance with it.Best regards,
MikeSeptember 9, 2018 at 1:40 pm #1007585Hello Mike,
Thanks. I already tried that one. I did not manage. I will try again.
Greetings,
ArjanSeptember 9, 2018 at 1:42 pm #1007587Hi,
Can you please include a admin login in the private content area so we can assist?Best regards,
MikeSeptember 9, 2018 at 1:46 pm #1007589Hello,
You may use this one:
Then I will wait for reply instead of doing something on this topic :)
Greetings,
Arjan
- This reply was modified 6 years, 2 months ago by Mike. Reason: moved password to Private Content area
September 9, 2018 at 3:02 pm #1007600Hi,
Thanks for the login, I followed the steps in the links I posted to create the phone & email links, and then added the css from above & now the phone & email links are black on hover with a underline.
Please clear your browser cache and check.
Please check that the phone number link works for you, as I’m in the US and your phone numbers are formatted different than ours, if you need to adjust please read the article above and correct.Best regards,
MikeSeptember 9, 2018 at 11:38 pm #1007715Thanks. Looking much better. :) Only wondering if users will know the links are also working on a cell phone (but that’s from users’ view).
As you are/were logged in. Just one quick question. The headers (h1) are capital. But do you which CSS it is? I added it for menu’s, but somehow the headers are now in capital also. I want to switch it to non-capital.
Greetings Arjan
September 10, 2018 at 7:32 am #1007784Hi Arjan,
You can set that under Enfold->Advanced Styling. Select the header or headers of your choice and select None in the Text Transform option.
Best regards,
RikardSeptember 10, 2018 at 3:33 pm #1007949Thanks. That one I was searching for apparently. Headers are fine now. :)
One last question and ofcourse I will google. But is there a quick way to save all the responsive columns for all different resolutions? The columns are not shown the right way on for example an I-Pad.
Can it be done with CSS or do I have to make new content sections with the same (adapted) content and then show or not show on the different resolutions?
Greetings,
Arjan
September 11, 2018 at 3:32 am #1008141Hi,
Typically we can adjust the elements with css and media queries to make it more responsive. In some cases, as with sliders, it is better to create a second one to show at smaller screen sizes.
I took a look at your site, and believe the columns you are referring to are in the middle of your homepage, is this correct?
Please see the screenshot in Private Content area.
For this section it looks like the titles need to be a smaller font size for the tablet size screens. Are there any other sections that you saw having issues with this screen size?Best regards,
MikeSeptember 11, 2018 at 3:48 am #1008149Yeah true. I know those now, but I have not worked with it. So, I don’t know media queries yet..
The screenshot is correct. That one is an issue. Also those on the page Workshops. The 4 columns in different colours. See the link. Do you have an idea also? I thinks colums of 3 is also better? But the customer wants 4. And the Graphical Designer has set some size and height for the font. But if that is a no go, then it is a no go. Not everything is technical seen possible as wished. :)
oftopic: There is also a ticket for the logo. The logo will have a lightbulb, ‘flying’ over the slider. But that one has my collegae here some where with one of your collegaes. It’s becoming a CSS site :) :)
Greetings,
Arjan
September 11, 2018 at 5:33 am #1008173Hi,
For the workshop page, please try this css, it targets just the range that looked to be the issue. Instead of making the font smaller, this will brake the longer words which there only seemed to be 3 on the page:@media only screen and (min-width: 767px) and (max-width: 950px) { #top.page-id-3251 #av_section_3 .av_one_fourth { padding-right: 0px !important; padding-left: 0px !important; overflow-wrap: break-word; word-wrap: break-word; -ms-word-break: break-all; word-break: break-all; word-break: break-word; -ms-hyphens: auto; -moz-hyphens: auto; -webkit-hyphens: auto; hyphens: auto; } }
Another possibly would be to make the 3 with longer words a smaller font, if you added a custom class to these elements.
Please let us know if you like the word brakes, and if you want to try this with the homepage element, or if you want to go with a smaller font.*I know what you mean :)
Best regards,
MikeSeptember 11, 2018 at 4:53 pm #1008455Thanks. I see what you mean with the code. I have inserted it in Quick CSS.Ofcourse there are still some letters not in the coloured area’s.
I do like the word brakes. For both pages. That’s ok. A smaller font is not desirable I guess.Greetings,
Arjan
September 12, 2018 at 3:10 am #1008680Hi,
When the text is outside the boxes, what is your screen resolution?
Once I cleared my cache, it seemed to work for me around 768px, Please see the screenshot in Private Content area.
Can you please include a screenshot of what you see?
For the homepage, please try this css:@media only screen and (min-width: 767px) and (max-width: 950px) { #top.home #av_section_2 .av_one_fourth { padding-right: 0px !important; padding-left: 0px !important; overflow-wrap: break-word; word-wrap: break-word; -ms-word-break: break-all; word-break: break-all; word-break: break-word; -ms-hyphens: auto; -moz-hyphens: auto; -webkit-hyphens: auto; hyphens: auto; } }
Please see the screenshot in Private Content area.
Please clear your browser cache and check.Best regards,
MikeSeptember 12, 2018 at 4:00 pm #1008996Hello,
It looks fine. I have changed for both pages max width to 1024? That seems to help. The padding is for all columns the same. I added and changed a third media query for another section on Workshops; section 9. I changed the font all to 8px (allthough it does not seem to change).
Only on 768 x 1024 (iPad landscape) is the home page not nice. It places everything more to the left it seems. That’s only thing left I guess :)
I did not made a screenshot. I cannot find where to upload. I do use Chrome with Screen resolution Tester.
Oftopic: It seems there is also another reply for the logo. I am curious :)
Greetings,
Arjan
September 12, 2018 at 4:45 pm #1009012Sorry,
The pictures on the home page were not centered. I centered them now. Also on 768 x 1024 it is looking good now.
I guess everything looks fine now on every page? The columns on Home page and Workshops page :) :) The customer will probably complain about the breaks from the words, but ok…
(logo and some CSS stuff will do my collegue)
Greetings,
Arjan
September 13, 2018 at 3:12 am #1009153Hi,
That is great news, unless there is anything else we can assist with on this issue, shall we close this then?Best regards,
MikeSeptember 13, 2018 at 11:05 pm #1009705Yes. Thanks. Thanks a lot. Learning more and more and the customer is already really happy! Next monday online! Now I only don’t have a hoover colour on the page ‘Subsidie’ suddenly :(…. But got to fix it.. :)
Greetings,
Arjan
(next two Enfold projects already on their way)
September 13, 2018 at 11:36 pm #1009713Hi,
Did you need additional help, or shall we close this thread?
Best regards,
Jordan ShannonSeptember 13, 2018 at 11:53 pm #1009723Well.. I do know hoover colours and so on.. I really do, but I am working so long on it. I do not see it know :$ you probably see it in 2 minutes :)
Greetings,
ArjanSeptember 14, 2018 at 12:01 am #1009727So yeah, you may. But we do not have to get in eachother way :) Links do not hoover anymore, see private content. They should hoover in black colour.
September 14, 2018 at 12:03 am #1009728I mean: #a8c3aa
September 14, 2018 at 12:35 am #1009738I got the solution. By changing some text in H4 and apparently also the links, the text got corrupted. So the links to other pages did work, but hoovering and colour and so on, did not work anymore. By first copying text to notepad and afterwards creating new content and textarea, the links are working again.
You may close this ticket. Many thanks again to all. Helped a lot!
With kind regards,
Arjan
September 14, 2018 at 4:03 am #1009773Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
Mike -
AuthorPosts
- The topic ‘How to hoover telephone info span in top bar?’ is closed to new replies.