-
Notifications
You must be signed in to change notification settings - Fork 592
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drop Menu in Silex #1615
Comments
Hello |
Hello! |
If there was a way on V3 too import a site as an option like in v2 or start with template. |
Unfortunately no, there is no way to import v2 to v3 V2 was active for 10+ years and it had flaws that can not evolved, I needed to break it For your problem of drop down, I can suggest that you use HTML in an HTML box maybe? |
To generate the HTML maybe try this (or similar, I just did a search) |
Dear Alex Is there any other description or tutorial which explains it for a newbee like me :)) |
Hello, |
Drop menu with categories |
<title>Dropdown Menu with Categories</title>
<style>
/* Main dropdown container */
.dropdown {
position: relative;
display: inline-block;
}
|
Drop Menu |
<title>Dropdown Menu for Silex</title>
<style>
/* Main menu container */
.dropdown {
position: relative;
display: inline-block;
}
|
Hope this helps. |
Thank you so much. Yes it worked! |
Glad it helped. |
Well, i still have difficulties to adapted the navbar to the different modes (tablet, mobile landscape etc.) Can i use one css script which is value for all those modes? |
You should be able too and yes. |
And how this code could look like? |
Hello |
Yes like that: https://www.w3schools.com/css/css_rwd_mediaqueries.asp Can i just use this one? |
Sure why not
…On 5 January 2025 20:26:51 GMT+07:00, Ammaro ***@***.***> wrote:
Yes like that:
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
Can i just use this one?
--
Reply to this email directly or view it on GitHub:
#1615 (comment)
You are receiving this because you commented.
Message ID: ***@***.***>
|
Hi guys |
Sometimes you have to change the font size in the code to make it bigger for mobile supports. |
I would appreciate if we have a live stream. Thanks! |
Online Meeting would also work. Dont know what is the best to share also screen if needed. |
ok |
In what? |
I mean do you want want to participate to the online meeting about this issue? |
Oh!, im good thank you though, Work is preventing me from anything right now, thats why my msgs are delayed. I already fixed the issue and presented some source code in HTML5 that yall could use and add if you want. |
So in the end most of the problems come from the navbar component @AmmarAlgan right? It has styles that can not be overriden easily in silex. I think I will remove it from Silex (it will not break the site that use it btw) Also another take from this is : adding custom code is dangerous if you don't know code 😅 There are many ways to do a menu bar, maybe i should do a few of them as components The blocks I imagine:
|
let me know what you think and i'll create a feature request sorry that it's such a pain to do a simple nav bar |
Yes! the styles which are used in silex had a conflict with those in the code area i guess. It´s quite difficult to understand which codes are automatically set in the background of silex while using html coding. i have to take much more time for learning the proper codes before designing randomly by using the right panel properties. Thanks for your help! I´ll let you know if i make any big progress 8-) |
Hello I am having issues following the guide for #247 . I am using the web editor silex from Silex.me (https://editor.silex.me/) and the guide seems very outdated and some of the functions on there do not appear in Silex Web? Could this be added into the main editor itself? Many other web builders already do this included and was wondering why its not the same here?
The text was updated successfully, but these errors were encountered: