1) about the menu, is it possible to begin the top-menu under the logo (so you have more space in width)
2) I have also a question about the table-options. There is a 1/3 1/4 1/6 but no 1/5... Is it possible to make a 1/5 table?
3) If I put text under a picture or media, there is always an extra enter in it . How to prevent this? In the editor he shows it correctly, but when viewing the site, it shows the white space.
Unfortunately this would require some custom development. If you really need this modification done you could head on over to Envato Studio which is a service from Envato that offers paid WordPress customizations. I'm sure a developer on there would be able to wrap this up for you :)
Tnx for the answer. Is this the answer for question 1, 2 and 3? I understand when this is the answer for question 1 and 2, i think 3 is a css-problem.
I added a picture about a menu-problem. If the menu goes futher on the second line and you opens the menu, it displays over the other menu. I think i wasn't clear enough in my questions.
And: If I put text under a picture or media, there is always an extra enter in it (see screenshot) How to prevent this? In the editor he shows it correctly, but when viewing the site, it shows the white space. Is this also a paid solution? I think a simple css-edit should prevent this, but i can't find it.
You are adding two line breaks in the editor therefore a br tag is getting . If you put a single line break i believe the space would not occur. See screenshot for reference: http://prntscr.com/3cck18 .
I did 2 tests. 1 with an enter in
the text-block and 1 without an enter. In the editor it shows in both
tests how it should be. But when you hit an enter, the result is an
extra line-break. You get as result.
((Picture)) LINEBREAK Text
or (without enter)
((Picture))text
I
added 2 results for both situation. Textblock and visual textblock,
result and html. You see it adds the for the enter (i think
it is good), but you get also an extra linebreak what should not happen.
The bug is simple to reproduce. Just add enough menu items still they go to the next line (or on smaller screens like Ipads) . If you click on an item on the first rule with ~3 items in it, it will overlap on the second rule. You can't click on the menu-items where they overlap eachother (or it is very difficult, because they are both selectable...)
See screenshot on my first post for an example. Now I just keep my menu small as work arround, but it isn't a solution.
Its not a bug there is a visual limit to the number of menus you can add 100 out of 95 times the space allocated for the menu is enough for users
Also from a Usability point of view the menu should not really be a long horicontal list rather divided into logical blocks that is submenus should be used.
I have some questions....
1) about the menu, is it possible to begin the top-menu under the logo (so you have more space in width)
2) I have also a question about the table-options. There is a 1/3 1/4 1/6 but no 1/5... Is it possible to make a 1/5 table?
3) If I put text under a picture or media, there is always an extra enter in it
. How to prevent this? In the editor he shows it correctly, but when viewing the site, it shows the white space.
see also http://www.zaphut.net
Sorry about all those question, it's a great theme with soooo many beautifull options!!!
Hey Jeroen !
Unfortunately this would require some custom development. If you really need this modification done you could head on over to Envato Studio which is a service from Envato that offers paid WordPress customizations. I'm sure a developer on there would be able to wrap this up for you :)
Thanks
ThemeNectar Support Team
Hi Tahir,
Tnx for the answer. Is this the answer for question 1, 2 and 3? I understand when this is the answer for question 1 and 2, i think 3 is a css-problem.
I added a picture about a menu-problem. If the menu goes futher on the second line and you opens the menu, it displays over the other menu. I think i wasn't clear enough in my questions.
And: If I put text under a picture or media, there is always an extra enter in it (see screenshot)
How to prevent this? In the editor he shows it correctly, but when viewing the site, it shows the white space. Is this also a paid solution? I think a simple css-edit should prevent this, but i can't find it.
Hey Jeroen!
You are adding two line breaks in the editor therefore a br tag is getting . If you put a single line break i believe the space would not occur. See screenshot for reference: http://prntscr.com/3cck18 .
Thanks
ThemeNectar Support Team
Tnx for the reply,
I did 2 tests. 1 with an enter in the text-block and 1 without an enter. In the editor it shows in both tests how it should be. But when you hit an enter, the result is an extra line-break. You get as result.
((Picture))
LINEBREAK
Text
or (without enter)
((Picture))text
I added 2 results for both situation. Textblock and visual textblock, result and html. You see it adds the
for the enter (i think it is good), but you get also an extra linebreak what should not happen.
I solved with the following CSS:
img {
margin-bottom: -10px !important;
}
Only the bug with the menu, is this registered Tahir?
Hey Jeroen!
I dont see the bug on the live url ? .
Thanks
ThemeNectar Support Team
The bug is simple to reproduce. Just add enough menu items still they go to the next line (or on smaller screens like Ipads) . If you click on an item on the first rule with ~3 items in it, it will overlap on the second rule. You can't click on the menu-items where they overlap eachother (or it is very difficult, because they are both selectable...)
See screenshot on my first post for an example. Now I just keep my menu small as work arround, but it isn't a solution.
Hey Jeroen!
Its not a bug there is a visual limit to the number of menus you can add 100 out of 95 times the space allocated for the menu is enough for users
Also from a Usability point of view the menu should not really be a long horicontal list rather divided into logical blocks that is submenus should be used.
Hope this helps understand the issue.
Cheers
ThemeNectar Support Team