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

arminunruh
@arminunruh
Best posts made by arminunruh
-
Hey everybody!
-
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 idNow 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.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
-
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
-
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.
-
RE: Blog integration?
yea im going to start working on the blog feature now!
-
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. -
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 :).
-
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 -
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.
The video is being uploaded so it should be avaiable in a few minutes.
Have a great day
Latest posts made by arminunruh
-
RE: Project INdex > Active TEXT Color
css:
.lay-project-index-current-project .lay-projectindex-col{ color: red!important; }
-
RE: hide menue points when scrolling
yes the footer feature would be what ure looking for
https://laytheme.com/documentation/footers.html -
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"
-
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?
-
RE: image carousel bugging out
hey how did it look before?
how do u want it to workdo 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
-
RE: Project INdex > Active TEXT Color
do you mean for the project thumbnail?
-
RE: Slow (mobile)loading
have u tried using the caching plugin?
i describe the configuration herehttps://laytheme.com/documentation/speeding-up-your-website.html
-
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