different bugs
-
Hi armin and all of you,
-
when i'm adding text to my projects or sites, the text size is always in px and not in %. i want it in % to have it better resizing in my browser.
sizes in % in menu and site title is working, but not inside projects. don't know what to do? -
is it possible to get my mobile menu the way that it pushes down the rest of the site, if i expand it?
-
when i'm right clicking on projects to add some value to y-offset e.g. -10 and then change to -1 my text disappears, it's completely gone. i don't know why?
-
sometimes there are problems with changing the size of my pictures or texts, somehow they seem to be fixed. i'm using safari
-
is there a possibility to use an instagram icon (linked to my ig page) in the footer?
-
i changed the color of links in my site title to some red, but i can still see some blue sometimes (browser: safari)
-
is it possible to display text justified?
my site is www.stierberger.com
thanks a lot mane!
-
-
Hey jocsti!
when i'm adding text to my projects or sites, the text size is always in px and not in %. i want it in % to have it better resizing in my browser.
sizes in % in menu and site title is working, but not inside projects. don't know what to do?You can create a textformat that uses % as the size unit.
is it possible to get my mobile menu the way that it pushes down the rest of the site, if i expand it?
Nope :/
when i'm right clicking on projects to add some value to y-offset e.g. -10 and then change to -1 my text disappears, it's completely gone. i don't know why?
Oh yea I had that bug too like 2 times, I'm not sure why that happens. I will try to fix it.
sometimes there are problems with changing the size of my pictures or texts, somehow they seem to be fixed. i'm using safari
Can you post a link to the exact page where u see this problem? I would like to see an example of what you mean.
is there a possibility to use an instagram icon (linked to my ig page) in the footer?
Sure, you can put an image in a page that you use as your footer and then link that image to your ig. When you hover over an image in the gridder, you get the "link" button. Footers can be set in Lay Options -> Footers.
i changed the color of links in my site title to some red, but i can still see some blue sometimes (browser: safari)
Again here I need a link with an example.
is it possible to display text justified?
While I wouldn't recommend justified text for web, yea it's possible with custom CSS: http://laythemeforum.com:4567/topic/128/justufying-text
-
is there a possibility to use an instagram icon (linked to my ig page) in the footer?
Sure, you can put an image in a page that you use as your footer and then link that image to your ig. When you hover over an image in the gridder, you get the "link" button. Footers can be set in Lay Options -> Footers.
well i did that but after inserting my logo into the footer it's displayed in fullisize. i tried with a 471x471 px icon and it's scaled to 100%. there is no possibility to scale it down via the - button or via editing it inside the gridder.
have a look: http://www.stierberger.com/footer/
and another question:
is there any way to have the intro image fade out by click? i want to display some text and the user needs some time to read it. i tried to set Opacity on 5000ms but it didn't change
thanks 4 your support armin!
-
Ok, you could to go to "Lay Options" -> "Custom CSS & HTML".
Then in the field "Custom HTML at bottom" enter:<a class="instagram-link" href="https://www.instagram.com/" target="_blank"><img src="http://www.stierberger.com/wp-content/uploads/2016/03/IG2-e1458551999845.png"></a>
In the Custom CSS fields you could enter:
.instagram-link{ display: block; margin: 0 auto 20px auto; width: 20px; height: 20px; } .instagram-link img{ width: 100%; }
Another possibility is to have a very high column count and then insert the footer image in there.
But then you have the problem on mobile that the image has 100% width. You could give that image a html class by hovering over it in the gridder and clicking the "class" button.
Let's say you give it the class "icon".Then your css in "Custom CSS for Mobile Version" could look like:
.icon{ width: 20px; margin: 0 auto; display: block; }
-
is there any way to have the intro image fade out by click? i want to display some text and the user needs some time to read it. i tried to set Opacity on 5000ms but it didn't change
You mean the intro shouldn't fade out by itself after some seconds but it should only happen on click.
Ok, I can code that but I can't tell you exactly when that's gonna happen. I collected some improvement ideas for the intro and i think i will include that there.
Before you post:
- When using a WordPress Cache plugin, disable it or clear your cache.
- Update Lay Theme and all Lay Theme Addons
- Disable all Plugins
- Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"
This often solves issues you might run into
When you post:
- Post a link to where the problem is
- Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
- If the problem is difficult to explain, post screenshots / link to a video to explain it