Okay, it worked for a while but now not working again.
Okay, I fixed it but the way is just odd. I had to remove single template and create new one…
I think it happens because I tried to use mobile pages created with tagdiv composer but I removed created pages due to unsatisfying work (sometimes on deskop I saw mobile version of page)
two updates and still not fixed
Any updates in this case?
I tried it – I used fontsquirrel webfont generator and it doesn’t work. Here is how different weights look.
Maybe it wasn’t clear so I will try to explain it:
I want to use one of the Google Fonts – Jost. I can’t find it on the list (attachment). So I use custom fonts – Jost 300, Jost 400, Jost 500, Jost 700 and Jost 400 italic. Now it turned out that in my design I need more Jost weights (e.g. 100).
All you need to do is just update of Google Fonts list with Jost 🙂 (attachment)
Well I’m not going to pay for custom work because you offer google fonts support by default -> screenshot
Please fix it because Jost font is in google fonts’ library
I know about it but I need more than 5 custom fonts
Well I know what is vh. As you provide a link: height: 100vh; means the height of this element is equal to 100% of the viewport height. If my browser’s height is 1080px it means that the image height also should be 1080px height – as I said previously it’s about 35000px. Please stop pulling the wool over my eyes and fix it!
Hi,
that’s not the solution because resetting style changes image height to 600px. After switching back to 100vh featured images still don’t work correctly.
Any updates?
Auto loading articles works but NOT with single post template 20. Please try on your own this template with auto loading and you’ll see what i mean.
This support really sucks. GFY! ?
Okay so please provide me any details (div classes, css code, js/jquery) which makes columns in tagdiv composer sticky.
Everything is correct, there is no background color for this row. Here is a link http://bit.ly/2SSa7Kp
I have no idea how to do it 😀 Any clues?
btw I can modify code of div .content -> add/change .classes #IDs, modify CSS
Here is the example post -> https://bit.ly/2DaUw2H
Still doesn’t work -> https://prnt.sc/tpuu3q
No that’s not it.
My posts have standard tags or tags created via ‘skladnik’ taxonomy -> Standard taxonomy & Custom taxonomy
Below a single post I can only see standard tags -> Standard taxonomy & Custom taxonomy. Custom tags via taxonomy ‘skladnik’ are not displayed. How to show them?
-
This reply was modified 6 years by
jakubz.
No it won’t help me.
I have plugin which inserts into post content div which looks like this -> https://prnt.sc/tpq06q
Code looks like this:
<div class="content">
<div class="sticky-img"></div>
<div class="text">Lorem ipsum text</div>
</div>
And css:
.content {
width: 100%;
}
.sticky-img {
width: 50%;
height: 100vh;
background-size: cover;
float: left;
}
.text {
width: 50%;
float: left;
}
Due to height of .text div I want to make div .sticky-img just sticky. As i said I tried
.sticky-img {
position: -webkit-sticky;
position: sticky;
top: 0;
}
but I doesn’t work probably because of
#td-outer-wrap {
overflow: hidden;
}
Please help me with this 🙂
It doesn’t work -> https://prnt.sc/tppvnw
Thanks for reply but that’s not what I’m looking for. I’d like to change opacity of this (when i’m on the top of the page, not scrolling) -> https://prnt.sc/tpa40f
Thanks 🙂