Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

Lay Theme Forum

E

emidio

@emidio
About
Posts
11
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Change colour site title and nav
    E emidio

    Re: Change colour of sitetitle on black row — Not working after update

    @arminunruh have had some difficulties on my website as well. As I need a port to show asap I am rebuilding it differently but still I am in need of this transition. I am sending you the website details at your email.

    when changing the page, if the background is of a different color, the title doesn't change. I guess there should be an event trigger on load??

    General Discussion

  • How to achieve this layout?
    E emidio

    I guess you can use the carousel addon and toggle off the arrows.

    General Discussion

  • Change colour of sitetitle on black row — Not working after update
    E emidio

    I am having the same problem. how did you solved it?

    General Discussion

  • JS Script in Laytheme
    E emidio

    Hello I am trying to add this js to the theme. I've loaded it in the script and added a canvas tag in the html but it's not working

    <script>
    window.laytheme.on("newpageshown", function(layoutObj, type, obj){
    	if(type == "main" && obj.id == 311){
    		// Put all of your js, without document ready inside here
    		const canvasTag = document.querySelector("canvas");     
    
    canvasTag.width = window.innerWidth * 2
    canvasTag.height= window.innerHeight * 2
    
    canvasTag.style.width = window.innerWidth + "px"
    canvasTag.style.height = window.innerHeight + "px"
    
    
    const context = canvasTag.getContext("2d")
    context.scale(2, 2)
    
    let aimX = null
    let aimY = null
    let currentX = null
    let currentY = null
    
    let i = 0
    const images = ["http://emidiobattipaglia.com/wp-content/uploads/2020/09/image1.jpg", "http://emidiobattipaglia.com/wp-content/uploads/2020/09/image2.jpg", "http://emidiobattipaglia.com/wp-content/uploads/2020/09/image3.jpg", "http://emidiobattipaglia.com/wp-content/uploads/2020/09/image4.jpg"].map(src =>{
        const image = document.createElement("img")
        image.src= src
        return image
    })
    
    
    document.addEventListener("mousemove",function() {
        aimX = event.pageX
        aimY = event.pageY
        if (currentX === null) {
            currentX = event.pageX
            currentY = event.pageY     
        }
    
    })
    
    canvasTag.addEventListener("click",function () {
        i = i + 1
        if(i >= images.length) {
            i=0
        }
    })
    
    const draw = function() {
        if(currentX) {
            if(images[i].complete) {
                context.drawImage(images[i], currentX -200, currentY -300, 400, 600)
                }
           
                currentX = currentX + (aimX - currentX) * 0.05
                currentY = currentY + (aimY - currentY) * 0.05
        }
    
        requestAnimationFrame(draw)
    }
    
    draw()
    	}
    });
        
    </script>
    
    General Discussion

  • Project empty in backend
    E emidio

    Screenshot 2020-05-25 at 18.05.48.png

    Screenshot 2020-05-25 at 18.05.59.png

    Hello, today i had this error displayed in my posts. The content is perfectly visible on the website but not in the back end. any attempt to restore it (as suggested ) doesn't do anything.

    Bug Reports

  • Project Listing + (or) Custom Page
    E emidio

    Hello is there a way to list the projects rather than use the project grid?
    What i am saying is having a kind of list + pagination option.

    In alternative would be possible to have a fully custom page as home page ?

    General Discussion

  • Slow website and links not working after update
    E emidio

    Update. The carousel loads the videos now (laytheme v.3.0.8) .

    Only problem is the grid not linking to the projects

    Bug Reports

  • Slow website and links not working after update
    E emidio

    @arminunruh said in Slow website and links not working after update:

    !important;

    Ok, the layout is working again but the project grid is still bugging (links are not loaded) and the carousel is not loading videos

    Bug Reports

  • Slow website and links not working after update
    E emidio

    hello the website was going great until today when i downloaded the last version of laytheme + plugins. now the website is slow the links in the home are not working. Furthermore, i had this css code .stopcontent{position:fixed;right:0px;padding-right:1%;top:7%;} which worked perfectly on this page https://dzine.deditore.com/it/diariopostfotografico/ and now it is not working .

    Bug Reports

  • Custom Cursor Issues
    E emidio

    Same issue!

    General Discussion
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Recent
  • Tags
  • Popular
  • Users
  • Search