Tagged: 

Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #840304

    Hi i wanted to create a unique footer for my page. I modified the php footer. Is there any other option to modify that footer like mine? Because with now i cant set the styling correct…

    #840392

    Hey led-consult,

    I’m not sure I understand your question/problem, do you want a different footer for one page only? Please try to explain a bit further.

    Best regards,
    Rikard

    #840773

    Hey Rikard,

    thanks for your quick response. I need a footer for all pages like the one in the attachment. Hope you can see the pic.
    Thank you.

    BR
    led-consult

    #841121

    Hi,

    Thanks but we can’t view that page unless logged in, could you post admin login details in private please?

    Best regards,
    Rikard

    #841228

    Hi,

    in the following link is the picture. Thank you!

    BR
    led-consult

    #841561

    Hi,

    Thanks for the screenshot, what exactly do you need help with? Also please post a link to where we can see the page in your screenshot.

    Best regards,
    Rikard

    #841679

    Hi,
    with the socket/footer on the end at the page… Thanks

    BR
    led-consults

    #841829

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    .socket_color a {
      color: #66bae4 !important;
    }

    Best regards,
    Rikard

    #845229

    Thank you very much. Now, another question poped-up. How i can change the footer for e.g. mobile device? Because on the PC it looks fine, but on the mobile device it does not looks beautiful. How I or can or where i can insert a “2nd footer” on the footer.php file – i tried it but failed…

    Thanks in advice.

    BR
    Led-consult

    #845869

    Hi Led-consult,

    This footer looks fine and provides necessary info. You could add some widgets to the footer and show them just on mobile.

    Best regards,
    Victoria

    #847157

    Ah sry have not updated the right one – the right one is updated now….

    #848544

    Hi Led-consult,

    Below is what I am seeing now. Is this what you’re aiming for? Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #848594

    Hi Victoria,

    yes – but that looks terrible on the mobile device (but fine on the pc).
    So now my question is: is it possible to manipulate the php file for asking mobile or pc device and how? and print the first image on the mobile (http://imgur.com/a/pzlsw) and the second on the pc (http://imgur.com/a/G1CjP>)

    thanks

    BR

    • This reply was modified 7 years, 2 months ago by led-consult.
    #849456

    Hi,

    Please add the following css code to adjust the width of the copyright table columns on mobile view.

    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
      .copyright tr td {
        width: 100%;
        display: block;
        border: none;
      }
    }

    Best regards,
    Ismael

    #849524

    Hi Ismael,

    thanks that looks fine. There is also one problem left – the number near terminvereinbarung is not visible…

    Thanks.

    BR
    led-consult

    #849833

    Hi,

    It is visible on my browser. Could you please provide a screenshot?

    Best regards,
    Ismael

    #849929

    Hi,

    i put the link into the private content.

    Thanks

    BR
    led-consult

    #850486

    Hi Led-consult,

    Not sure, why the number disappears, try the code below.
    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
        .copyright p {
        	padding-right: 0px !important;
         }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #851462

    HI Victoria,

    thanks for the tip, but this did not work. The strange thing is that the browser dissolves it at a link… but I did not insert a link tag

    BR
    led-consult

    • This reply was modified 7 years, 2 months ago by led-consult.
    #851502

    Hi led-consult,

    Here is a nice article about address in html, maybe you should make it clickable and recognised as the phone number?
    http://html5doctor.com/the-address-element/

    Best regards,
    Victoria

Viewing 20 posts - 1 through 20 (of 20 total)
  • You must be logged in to reply to this topic.