Lay Theme Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    1. Home
    2. arminunruh
    • Profile
    • Following 0
    • Followers 25
    • Topics 11
    • Posts 4353
    • Best 414
    • Controversial 8
    • Groups 1

    arminunruh

    @arminunruh

    Global Moderator

    452
    Reputation
    5770
    Profile views
    4353
    Posts
    25
    Followers
    0
    Following
    Joined Last Online

    arminunruh Unfollow Follow
    Global Moderator

    Best posts made by arminunruh

    • Hey everybody!

      This will be where we talk about shop issues and questions and feedback.

      posted in Shop / WooCommerce
      arminunruh
      arminunruh
    • RE: Link to Anchor from another page

      Ok so I have an image in page1 and I give it an ID.
      You can also give a row an ID, doesn't matter. Right click -> set html class and id

      0_1520010530521_Screen Shot 2018-03-02 at 18.01.44.png

      Now on another page, I create a link. Here I create a link on an image, but you could also create a link when you edit text. The important part is "#hello".
      "hello" is the id that I set before.

      0_1520010512900_Screen Shot 2018-03-02 at 18.02.21.png

      Now I think Marius' code is probably right, maybe the problem was just that the easing named 'easeOutSine' doesn't exist. Not 100% sure here.
      Add the following code to "Lay Options" -> "Custom <head> content":

      <script>
          window.laytheme.on('newpageshown', function(){
             if(window.location.hash.length > 0){
                 var id = window.location.hash;
                 if(jQuery(id).length > 0){
                      jQuery('html, body').animate(
                      { scrollTop: jQuery(id).offset().top },
                      { duration: 1200 });
                 }
             } 
          });
      </script>
      

      That code above is cool cause it works for all pages

      posted in General Discussion
      arminunruh
      arminunruh
    • RE: Update Problem 4.9.2 to 4.9.3

      yea it was a bug, i didnt set the correct version in one file. now with 4.9.4 thats fixed

      posted in Bug Reports
      arminunruh
      arminunruh
    • RE: Color for individual row gutter

      Hey! That's not possible right now. But I think it's a really good idea, so I will code that one day.

      posted in General Discussion
      arminunruh
      arminunruh
    • RE: Blog integration?

      yea im going to start working on the blog feature now!

      posted in General Discussion
      arminunruh
      arminunruh
    • RE: Fade Effect / Smooth Transitions Links via "Custom HTML“

      Can you post the link or send it to info@laytheme.com with a link to this topic please?

      One reason could be that a shortcode is in use on the page that you link to.
      To make shortcodes work, the whole website needs to refresh, so you won't have a smooth transition.

      posted in General Discussion
      arminunruh
      arminunruh
    • RE: Text Rotation for Project Arrow

      Good idea!

      Please add this CSS to "lay options" -> "custom css & html" -> "custom css for desktop":+1:

      .project-arrow.pa-prev{
          transform-origin: center;
          transform: translate(-50%, -50%) rotateZ(90deg) translateY(-20px);
      }
      
      .project-arrow.pa-next{
          transform-origin: center;
          transform: translate(50%, -50%) rotateZ(90deg) translateY(20px);
      }
      

      you can play around with the -20px and 20px. These two values define the space between the browser edge and the project arrow text.

      I think i will include the rotating for this as an option one day :).

      posted in General Discussion
      arminunruh
      arminunruh
    • RE: News Feature

      hey there!
      ok i will work on it!

      posted in General Discussion
      arminunruh
      arminunruh
    • RE: Multilanguage problem with home page (Polylang)

      actually yea this is a bug.
      i just fixed it, will be released with the next update. sorry this wasn't fixed for so long, this is actually a pretty bad/important bug :O :O

      posted in General Discussion
      arminunruh
      arminunruh
    • RE: Google Analytics or Clicky tracking

      Hey everybody.

      So I set up google analytics by myself today and looked at how it works.
      Turns out, nowadays there's nothing we specific we need to do to make it work with Lay Theme.

      Just the standard way of setting it up is enough.

      I still created a YouTube video though so you can see how to set it up cause it can be a little bit confusing.

      https://youtu.be/tTM-_OFuVk4

      The video is being uploaded so it should be avaiable in a few minutes.

      Have a great day

      posted in General Discussion
      arminunruh
      arminunruh

    Latest posts made by arminunruh

    • RE: Project INdex > Active TEXT Color

      css:

      .lay-project-index-current-project .lay-projectindex-col{
      color: red!important;
      }
      
      posted in General Discussion
      arminunruh
      arminunruh
    • RE: hide menue points when scrolling

      yes the footer feature would be what ure looking for
      https://laytheme.com/documentation/footers.html

      posted in General Discussion
      arminunruh
      arminunruh
    • RE: Splitscreen / option missing

      yea i need to update the tutorial

      you need to scroll all the way down and u can find the option there at "other"

      posted in Installation Problems
      arminunruh
      arminunruh
    • RE: Project index filter titles

      can you send your website address, /wp-admin/ username and password and a link to this topic to info@laytheme.com?

      posted in General Discussion
      arminunruh
      arminunruh
    • RE: Html5 Video Player issue

      no i think u didnt do anything wrong

      posted in General Discussion
      arminunruh
      arminunruh
    • RE: image carousel bugging out

      hey how did it look before?
      how do u want it to work

      do u just want a full height carousel?

      when i resize my browser window i see the image is being changed mmh

      can you send your website address, /wp-admin/ username and password and a link to this topic to info@laytheme.com?

      i want to take a look at how you configured your carousel

      posted in Bug Reports
      arminunruh
      arminunruh
    • RE: Project INdex > Active TEXT Color

      and you mean mouseover. right?

      posted in General Discussion
      arminunruh
      arminunruh
    • RE: Project INdex > Active TEXT Color

      do you mean for the project thumbnail?

      posted in General Discussion
      arminunruh
      arminunruh
    • RE: Slow (mobile)loading

      have u tried using the caching plugin?
      i describe the configuration here

      https://laytheme.com/documentation/speeding-up-your-website.html

      posted in Bug Reports
      arminunruh
      arminunruh
    • RE: qtranslate-xt does not stay in the current language

      hey im going to release an update later today and it should fix the issue

      posted in Bug Reports
      arminunruh
      arminunruh