Hi @mariusjopen and @arminunruh
Same problem here with my website, updated to the last version and then went down.
Please help me!
Thanks
F
Hi @mariusjopen and @arminunruh
Same problem here with my website, updated to the last version and then went down.
Please help me!
Thanks
F
Dear @mariusjopen
this is very weird: only my own iPhone seems to be the one with that problem.
All the other people who tested it had absolutely no problems (btw they have newer iPhones).
Maybe something related to this?
I'm just guessing, maybe something about GPUs speed and css animations/transitions - my website also has animations on wobbling links - but at this point I really don't know any workaround.
:(
Thanks!
F
Hi @mariusjopen
here's a short video.
As you can see there's no transition plus the hamburger icon animation is a bit quirky.
EDIT: of course I've cleaned the browser cache and other navigation data, and the problem is still there :(
Thanks
F
Hi Armin,
I've a small issue on my website and I'm wondering if you can help me.
That's the website I'm working on:
http://www.fabiofurlanis.com/
The mobile menu bar opening and closing transition runs smoothly on every desktop browser, and with the majority of mobile devices.
It seems broken when viewed on an iPhone SE, latest iOS and latest Chrome update: it isn't smooth, and it's a bit weird. (btw, same phone, with Safari everything is ok)
It's a simple translateY + ease css transition, but I had the same problem with the defalut Laytheme menu bar animation. If it can helps, everything was working well before the last couple of days.
Any suggestions?
Thank you very much!
F
Dear @mariusjopen
thank you!
No I'm not using the Thumbnail-Grid.
I prefer to use one-by-one single Project-Thumbnail to make it easier for me to customize the layout as I wish (eg. make a specifc project-thumbnail bigger or smaller to control hierarchy...).
Thanks anyway!
F
Hi there!
I'm building the projects index page of my portfolio. There'll be a collection of project thumbnails, with titles always visibile and the images showing on rollover.
Since there'll be also a few work in progress projects, the idea is to make these thumbnails not clickable (so you just see them among the work list as a little preview, but you can't reach the specific project page as it will be empty).
I've tried this on the .thumb elements:
.thumb {
pointer-events: none;
}
It pretty much does the job, but of course now every thumbnail link gets disabled.
Is there a way to point out to specific .thumb elements?
I've noticed that .thumb elements also have these tags, maybe is there a way to use them in the css selector?
data-id="73" data-catid="1" data-title="Title here"
Thanks!
F
Hi @mariusjopen
thanks for the reply!
I was looking for something like this (with no js needed), I've tried a couple of different solutions but nothing works.
Btw I've already switched the layout to a different design, so this is not an issue anymore.
Thanks again!
F
Hi everyone!
I'm trying to make a title sticking at the top of the browser after scrolling down.
I don't want to use "position: fixed" because I'd like the title to scroll a little bit up from its original position.
I've wrapped the text element in a custom id in the editor, and i'm using "position: sticky" in css, but the title is still scrolling out of the page. Also tried to do this just on the text element with the title, and on the entire row, but nothing works.
Any suggestions?
Thank you!
F
Edit: I'm using Chrome 68 on Mac, but I experienced the same problem on Safari and Firefox too.