Thanks @arminunruh . I installed your new version. Now there is an arrow in Safari but it is below the lower end of the display and can only be seen when it does the animated jump upwards. In Chrome the arrow can only be seen when scrolling, but it is also positioned too low.
qua7
Posts
-
down arrow for covers on iPad -
down arrow for covers on iPadThanks @arminunruh . Unfortunately it stayed the same on iPad: arrows are only shown when using Firefox, but not shown when using Chrome or Safari.
-
down arrow for covers on iPad@arminunruh said in down arrow for covers on iPad:
Hmm should be a bug. I will try and fix this maybe next week lets see
Hi @arminunruh, did you have a chance to look into this? The latest updates don't seem to have solved this bug (if it is a bug).
-
down arrow for covers on iPadthanks @arminunruh
-
down arrow for covers on iPadHi again ;-)
I want to use animated down arrows on covers. On iPad those arrows are shown when using Firefox, but not shown when using Chrome or Safari. Is that a bug? Or could that be fixed with custom CSS.
Thank you! -
problem with custom burger positionit is good enough. in a good way. Thanks @arminunruh
-
problem with custom burger positionthanks a lot @arminunruh! Now there is a barely visible jump in the opposite direction, nothing I would worry about, for me it is ok like that. But only for you to know if that's of interest for your code.
-
problem with custom burger positionI'm on Mac. It happens on my Macbook with Safari, Chrome, Firefox and Opera. It happens sometimes (but not all times) with the same browsers on my Mac Studio. It does not happen on iPad.
Did you just click the links from here? Then you won't see the problem. It only shows when navigating inside my site (for example between homepage and a project).
Here's a screen recording: https://dagmarschwelle.com/burger.mov
-
problem with custom burger position@arminunruh I still don't think so. The burger does not jump when navigating to a page (like this page: https://corporatefotografie.com/info/ - although it does have a scrollbar in this test version). The burger only jumps when navigating to a project (like this project: https://corporatefotografie.com/industriefotografie/ - which does not have a scrollbar because a deleted the content now to make my point).
-
problem with custom burger positionthanks, @arminunruh. But why should I want to hide the scrollbar? Scrollbars are normal and useful, I don't have a problem with the scrollbar (at least I think so), but with the jumping burger.
-
problem with custom burger positionThis was just a coincidence: the pages had no scrollbar. I tested now with a page (info) that has a scrollbar: burger is ok. So the problem with moving burger only occurs when navigating to a project.
-
problem with custom burger positionIt is only a draft: https://corporatefotografie.com
If you go from homepage to Architekturfotografie and then back to Homepage you can see the burger jumping to the right and then back to the correct position. Strangely enough this only happens on my MacBook Pro and my Mac Studio, but not on my iPad.
-
problem with custom burger positionI use an overlay menu and created a custom position for the burger (and the close x) with the following CSS:
.overlay-burger {
position: fixed !important;
padding-top: 30px !important;
padding-right: 5% !important;
}
.overlay-close {
position: fixed !important;
padding-top: 30px !important;
padding-right: 5% !important;
}When navigating to a page, the burger is shown in the correct spot. But when navigating to a project, the burger moves a bit to the right (I guess that is it's default spot). When I refresh the project or when I go to the project directly (not coming from a link), then the burger is in the correct spot.
Guess this has something to do with Ajax? How can I fix this?
-
Scroll down on Cover click smoother and slowerwow, it is already there! @arminunruh - you are the best!
-
Scroll down on Cover click smoother and slower@arminunruh said in Scroll down on Cover click smoother and slower:
hey! let me think about it, i would have to include a new setting i think
thanks, Armin, that would be great!
-
Scroll down on Cover click smoother and slowerHi,
I want to use "Scroll down on cover click" but would prefer the scroll to be smoother and slower than the default one. How could I achieve that?
Thank you. -
Hide single menu itemyes, it does! Many thanks, @arminunruh !!
-
Hide single menu itemThanks, @arminunruh! I added the CSS, but unfortunately it did not work. I tried body.type-category.id-1 #menu-item-442{
display: none;
}
and I also tried:
body.slug-portfolio #menu-item-442{
display: none;
}
but both did not work.
Can you have a look if you find the time? It is about this site: https://dagmarschwelle.com I want to hide the menu item PORTFOLIO when on page (category) portfolio.