Hi,
I would like to know how to add a custom color in the text color editor? not just in the custom part, but that the color is always displayed and available.
Thanks!
Art, code, web and beyond...
Hi,
I would like to know how to add a custom color in the text color editor? not just in the custom part, but that the color is always displayed and available.
Thanks!
I have a bit of a strange problem, when I make changes on my site they are not visible on Chrome. The site is not refreshed. I have to force it by going to the Chrome Inspector. On Firefox it works very well. I don't know how to "force" Chrome to refresh my site.
The details:
Wordpress version 5.4.1
Lay Theme: 3.2.9
Thanks for your help !
Hi @mariusjopen
It's works! :D Thank you very much.
Here's how I did it with the help of your links:
window.laytheme.on("newpageshown", function(layoutObj, type, obj){
jQuery("#button").click(function() {
jQuery('html, body').animate({
scrollTop: jQuery("#myid").offset().top
}, 2000);
});
});
for now this code works on a single id and link. I will try to adapt it to do this on several different links and ids.
Hi @mariusjopen
I think it's the idea, but i want to do that in the same page :
1- i put an image and i make an id (like hello)
2-i have a text link in this page (at the top for exemple) and in the link url i write this : http://mysite/#hello
3-when i click on this text link i want to go to the image with smooth scroll effet :)
It is possible? Here is my website with the menu with links which refers to the images (but not with smooth effect): http://druidhigh-visuals.com
Thanks!
Hi, is it possible to make a link to a section with an id and the effect like the "scroll to top" button?
Thanks!
Nicolas
@mariusjopen Hi Marius, thank you for your anwser. Do you have a link or an exemple to use JQuery to slide when open a page? It would help me a lot.
Thanks,
Nicolas
Hi, i want to know how can i use fullscreen slider with autoplay? When i clic on a project in my "Project Thumbnail Grid" i want that all the projects in fullscreen slider are in autoplay.
Is it possible?
Thanks!