Tagged: footer
-
AuthorPosts
-
August 17, 2017 at 9:06 am #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…
August 17, 2017 at 2:14 pm #840392Hey 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,
RikardAugust 18, 2017 at 8:08 am #840773Hey 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-consultAugust 19, 2017 at 5:09 am #841121Hi,
Thanks but we can’t view that page unless logged in, could you post admin login details in private please?
Best regards,
RikardAugust 19, 2017 at 11:00 am #841228Hi,
in the following link is the picture. Thank you!
BR
led-consultAugust 20, 2017 at 5:50 am #841561Hi,
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,
RikardAugust 20, 2017 at 3:08 pm #841679Hi,
with the socket/footer on the end at the page… ThanksBR
led-consultsAugust 21, 2017 at 5:22 am #841829Hi,
Please try the following in Quick CSS under Enfold->General Styling:
.socket_color a { color: #66bae4 !important; }
Best regards,
RikardAugust 29, 2017 at 8:40 am #845229Thank 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-consultAugust 30, 2017 at 5:05 pm #845869Hi 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,
VictoriaSeptember 2, 2017 at 12:26 pm #847157Ah sry have not updated the right one – the right one is updated now….
September 6, 2017 at 11:26 am #848544Hi 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,
VictoriaSeptember 6, 2017 at 12:34 pm #848594Hi 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.
September 8, 2017 at 8:00 am #849456Hi,
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,
IsmaelSeptember 8, 2017 at 10:52 am #849524Hi Ismael,
thanks that looks fine. There is also one problem left – the number near terminvereinbarung is not visible…
Thanks.
BR
led-consultSeptember 9, 2017 at 5:24 am #849833Hi,
It is visible on my browser. Could you please provide a screenshot?
Best regards,
IsmaelSeptember 9, 2017 at 1:10 pm #849929Hi,
i put the link into the private content.
Thanks
BR
led-consultSeptember 11, 2017 at 1:57 pm #850486Hi 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,
VictoriaSeptember 13, 2017 at 9:44 am #851462HI 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.
September 13, 2017 at 10:35 am #851502Hi 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 -
AuthorPosts
- You must be logged in to reply to this topic.