albertaugustin
Forum Replies Created
-
Thanks for your help again. Here you’ll have the configuration file: https://cloud.ja.do/s/xxicpmqrDKQqTgQ
Thanks for the fast respond! Will that be fixed at the next update? And when could we expect the next version?
Hi Thanks for the scripts, but if i enter the submission id (shown in the address url – form_type=forminator_forms&form_id=1388) – after export and in the preview the submissionID is always empty! Any suggestions?
Forum: Fixing WordPress
In reply to: List ordering the wrong way – increase indent!Thank you! @martcol
The project is sadly not that easy and it was a “must” to have those “2level”-Bulletpoint lists!
The lists are packed with video and image-elements! That makes it not easy to have a clean HTML CSS and that’s why i “stumbles” over that fancy HTML-construct ??Forum: Fixing WordPress
In reply to: List ordering the wrong way – increase indent!Hi!
Wow, I am ashamed a bit. but you are right!This is the correct HTML. Thought for years, that a “second level” list is outside a “li”-Element!!
Thank you all for helping me out with this! ??
Forum: Fixing WordPress
In reply to: List ordering the wrong way – increase indent!it should be like that i mean:
<ul> <li>Bullet1</li> <ul> <li>Bullet2</li> <li>Bullet3</li> </ul> <li>Bullet4</li> </ul>
?
Forum: Fixing WordPress
In reply to: List ordering the wrong way – increase indent!Sorry, maybe not written very well. Here is a screenshot:
Forum: Fixing WordPress
In reply to: List ordering the wrong way – increase indent!You could do it on all WordPress-Pages! Go to the Backend. Edit Visual Editor!
Type anything you want
Tye a new line
and another onselect those three lines and set them as “bulletpoints”
select the middle line and “increase the ident” with the icon shown in the second line of the visual editor!
change to the html-Edit mode and view the DOM!
et voila!
okay something is not working well: the iPad version. so add:
#supersized{
overflow: visible !important;
}to the supersized id and it’s also playing well on iPad/iPhone
i know, it’s all a dirty hack but working fine for me like this and the client!
hi, it is working with only css, i made this just in an actual project (not online for now). But it is only working to resize the whole images, so if you make 10% for the header the “li”s have to be 90% or less!
this is the code i used so far (written in style.css)#supersized{
height: 70% !important;
width: 50% !important;
display: inline-block !important;
}
#supersized li{
top: 87px !important;
width: 100%;
}
#supersized li a{
height: 70% !important;
margin: 0 auto !important;
text-align: center !important;
}