it completely works now, thanks for your quick help!
fiona_oehler
Posts
-
news overview -
news overviewthanks! it kind of works – but only after clicking at the menu item and reloading again.
-
news overviewyes sure @arminunruh
jochen-oehler.de (pw: lumenx25), menu item "projekte"thanks! :)
-
news overviewHello. (:
Unfortunately, it does not display the news preview images in my news overview. As long as I am in the layout view, I can see them, but they do not appear on the website itself.I would be glad if someone can help!
-
(urgent) Mobile: hide site title on every news page@alasdair17 Thanks so much for your help!
The only problem in this case would be that I (or my client) would have to make CSS changes for every single added news article, right? So I'm wondering if it's possible to set this to work automatically for all news-posts as well.
Best
Fiona -
(urgent) Mobile: hide site title on every news pageHello,
I wonder how it is possible in the mobile version (CSS) to hide the page title on each individual news page automatically (but not on the general news page).
Example:
www.test.de/news/news1
www.test.de/news/news2
www.test.de/news/news3
In this case I would want to hide it on news1, news2 and news3 (= automatically on everything that comes after "www.test.de/news/")On the contact page I hide the page title as well and solved it this way:
body.slug-contact .mobile-title,
body.slug-contact .navbar,
body.slug-contact .burger {
display: none !important;
}
body.slug-contact{
padding-top: 0;
}… but I don’t know how to address "everything that comes after "www.test.de/news/" in CSS.
I would be so happy if somebody knew!
Thanks in advance!
Fiona -
Continue background image on footerHello :)
does anyone know how I can make the background image of a page continue on my footer? I have set my regular background color (which always shows up except for this one page in which I set a background image) to grey in the customizer, which is why the footer always appears grey.
Try outs which did NOT work:
#footer-region{
background-color: transparent;
}#footer-region{
background-color: none !important;
}Thanks in advance!
-
hide menue points when scrolling@arminunruh thanks! :–) I tried it but this unfortunately doesn’t solve my problem. in other words: I want the bottom two menu items to appear only after you have rung to the bottom of the page.
-
hide menue points when scrollingHello :–)
I have a total of four menu items, each of which I wanted to be placed in a corner, so I added 4x custom css to position them:
e.g.:
#menu-item-123 {
position: fixed;
bottom: 20px;
right: 20px;
}Now I have the problem that I would like to have the bottom two menu items always at the bottom of the page, otherwise they interfere with my content on scrollable subpages. Does anyone have an idea what I could do?
Thanks in advance!
-
Payment via paypal without using creditcardHey,
I got the same problem since yesterday, because I don't have a credit card for my business account. Would it be possible to get an invoice via Mail instead of paying via Gumroad?
Thank you!