Viewing 24 posts - 1 through 24 (of 24 total)
  • Author
    Posts
  • #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

    #1007522

    Hey 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,
    Mike

    #1007585

    Hello Mike,

    Thanks. I already tried that one. I did not manage. I will try again.

    Greetings,
    Arjan

    #1007587

    Hi,
    Can you please include a admin login in the private content area so we can assist?

    Best regards,
    Mike

    #1007589

    Hello,

    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
    #1007600

    Hi,
    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,
    Mike

    #1007715

    Thanks. 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

    #1007784

    Hi 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,
    Rikard

    #1007949

    Thanks. 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

    #1008141

    Hi,
    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,
    Mike

    #1008149

    Yeah 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

    #1008173

    Hi,
    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,
    Mike

    #1008455

    Thanks. 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

    #1008680

    Hi,
    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,
    Mike

    #1008996

    Hello,

    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

    #1009012

    Sorry,

    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

    #1009153

    Hi,
    That is great news, unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    #1009705

    Yes. 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)

    #1009713

    Hi,

    Did you need additional help, or shall we close this thread?

    Best regards,
    Jordan Shannon

    #1009723

    Well.. 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,
    Arjan

    #1009727

    So 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.

    #1009728

    I mean: #a8c3aa

    #1009738

    I 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

    #1009773

    Hi,
    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

Viewing 24 posts - 1 through 24 (of 24 total)
  • The topic ‘How to hoover telephone info span in top bar?’ is closed to new replies.