Hello everyone,
I'd like to share my website here, just finished it today:
I'm open for collaborations worldwide, just get in touch at hello@laura-mas.com
thanks ;)
Hello everyone,
I'd like to share my website here, just finished it today:
I'm open for collaborations worldwide, just get in touch at hello@laura-mas.com
thanks ;)
Hi @Richard are there any updates?
Best,
Laura
Hi @Richard thanks for the support on this. There is still an issue with it though, whenever I load the website, the first round of pictures is blinking a lot and the pictures don't appear continuously. If you pay attention to it, this starts happening (correct timing and continuous pictures) only after the second round. Is there a way to fix that?
Thanks a lot 🙏🏻
hello!
I created an intro for my website using a full screen slider but for every slide that appears there is a black transition which I would like to remove so that the slide transition goes smoothly from slide to slide without interruption. Any idea how I can solve that?
You may see it here: www.lauramas.com
Thanks!
I just tried adding a hyperlink to a carrousel for desktop and i just noticed a couple more issues :/ the mouse doesn't change from the 'arrow' to the 'hand' so that the user understands its a hyperlink, is that smth which is possible? Or maybe a different color for example when there is a hover. Also it's not really possible to change the color of the underline for the hyperlink, so the text is white and the underline is black, which is ( Barbara Cia. project):
Hello, I'm having an issue with hyperlinks for my 'about' and 'contact' pages, only for the mobile versions: www.laura-mas.com/about and www.laura-mas.com/contact
In the attached photo, for the 'about' page, the hyperlink was only added to the text 'visual artist' but all texts before and after it get distorted, also the hyperlink gets a doubled line.
For the contact page, you even notice that the phone number disappears, even though it's there in the backend between email and linkedin and it's also there in the desktop version.
I'd like the hyperlink to have only one thick underline (as it is now in the desktop version) and not doubled :/
Any ideas what the issues could be?
Thank you,
Laura

Hi Richard,
That's precisely what I've done but it unfortunately doesn't work. :/ As you can see on the screenshot below, whenever I change the ratioof the page, the image is not fullscreen, but cropped. :/ Any ideas why?
Hello!
I would like to know where i need to copy+ paste this code for it to work?
I used it here, does that make sense? I tried pasting it everywhere else but it isn't working for some reason, not sure if i need to add anything else to the code?
Thank you! :)
@kalamakumaran I've done it like this but it doesn't seem to work, does this make sense?
@kalamakumaran do i need to just paste it on the 'custom CSS' section? I don't know coding much so I don't know if i need to add anything else to it or where to add it.
Thanks again :)
@kalamakumaran said in Fullscreen slider:
script>
window.laytheme.on("newpageshown", function(layoutObj, type, obj){
slideTimeout = setInterval(function () {
jQuery.fn.fullpage.moveSectionDown();
}, 10000);
});
</script>
Thanks a lot @kalamakumaran !!