Hi
Same here, websites I've been working on seem to run a bit slower weirdly, and some links are not working anymore, as well as some images are not showing..
Thanks for the update however !
Hi
Same here, websites I've been working on seem to run a bit slower weirdly, and some links are not working anymore, as well as some images are not showing..
Thanks for the update however !
It works ! Thank you so much Marius for helping me and everyone else with our websites !
Best !
Hi Marius,
This is the page : http://danslekosmos.fr/histoire-de-la-franchouillade
Its with the gallery of portraits, I've edited and added some text in each lightbox caption, but right now, because of its position, we can only see one line of it.
Thanks a lot for your help Marius !
Best
Thanks Marius for your reply !
Unfortunately it's not really what i was looking for... what I'm trying to do, is when you click on a picture, and the lightbox appear, it only shows the caption in the middle of the screen instead of the picture.. (as if a text box opens up)
My idea was to find the css for image position in the lightbox, and somehow replace it with the lightbox caption, but I couldn't figure it out...
Best
edit :
I figured out how to add the shadow and stroke to the text.
I only need help with the lightbox showing only the caption if someone knows !
Thanks !
Hi everyone
I'm working on a website, where I face two problems right now... The website is www.danslekosmos.fr
I'm trying to add a strokeline and a shadow to the text in my primary menu, so it looks like this :
http://danslekosmos.fr/wp-content/uploads/2020/03/Capture-d’écran-2020-03-03-à-15.13.30.png
I've tried this, with two different class, but none of it works..
nav.primary_menu {
text-shadow: black 1px 1px;
text-stroke: 1px;
text-stroke-color: black;
}
.laynav primary {
text-shadow: black 1px 1px;
text-stroke: 1px;
text-stroke-color: black;
}
Does anyone knows if its possible, and what is my mistake ?
Also, I was wondering if its possible that instead of the lightbox showing a picture in large format when you click on it, to only show the edited caption (it's a small paragraph) in the center of the screen (no picture, only text basically) ?
I know its a lot of questions, sorry for that, but thanks a lot for your help !
Ben
Hi everyone,
Is there a way to set the row height (as it is possible for the row gutter) ? Apart from the browser height.
For example, setting the row height to 10 %.
Thanks !
Ben
Hi Marius,
It works perfectly, thank you so much !
Cheers
Ben
Hi everyone,
I have this problem, it's probably easy to fix but I really can't figure it out....
I have three menu, and all of them have a "mouseover effect", which is pretty basic. The text goes black and it gets underlined.
However I would like to remove this effect on my third menu. Right now, I've managed to keep the text white, but I can't get ride of the underline.
This is the code I've added in my custom css :
nav.third_menu a:hover{
color: white;
text-decoration: none;
text-decoration-line: none;
border-bottom-width: 0px;
border-bottom-style: none;
border-bottom: none;
}
The website is : http://danslekosmos.fr, and its for the social media menu on the bottom right.
Thanks a lot !
Thank you very much Armin !
Have a great day
Hi Armin,
I'm trying to place my project description on top of my thumbnails (this is okay), but at the top left corner of my thumbnail (with a bit of margin).
Similar to this when you rollover the thumbnails : http://henriknygrendesign.se/
Right now, I've only managed to align the text on the left using this code :
.thumb .titlewrap-on-image.lay-textformat-parent p, .thumb .titlewrap-on-image.lay-textformat-parent span {
display: block;
text-align: left;
}
But I can't find the way to move it around in the thumbnail...
Thank you for your help,
Ben
Great ! thanks a lot !
Hello,
I've seen on a website that someone made with laytheme ( http://rothsimon.de/ ), that he managed to have a discreet loading bar at the top of the screen..
Is it something easily do-able ? And if so, does anyone knows where can I find the code for this ? I've tried to search for it, but I can't find what I would like...
Also, right now my sitetitle is hiding when I'm scrolling down. Would it be possible to disable this feature only on the about page or is it too complex ?
Thanks Armin for this theme, I'm having a lot of fun playing around with it !
Ben
Hey
I have a 5 column grid system on my website, and I would like to align my menu with one the column.
So that when the device / size of the screen changes, it always aligned with the grid / content... Is it possible ? Hope this is clear.
Also, is it possible to have a dropdown menu ? I've read on the forum that you were thinking to work on it a few months ago... Just wanted to know if its still planned
Thanks !