Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
It’s always hard to be sure to what extent any configuration changes have when it comes to websites and the internet because of all the layers of caching, optimizing, etc. but scrolling, along with some other issues I’ve been having (such as my portfolio gallery not showing or only appearing sometimes) seems to have been resolved after turning off RocketLauncher in my CloudFlare configuration.
Some other notes, in the chance it might help:
1. All minification in CloudFlare is disabled (JavaScript, CSS, HTML)
2. I use the BWP Minify WordPress plugin but have had to make adjustments to get it to play nicely with Dante. See below.BWP Minify Settings for Dante:
1.contact-form-7
– (JS) Stay at original position – Fixes issue with portfolio UI
2.sf-responsive
– (CSS) Do not minify – Fixes iPad layout issue
3.sf-main
– (CSS) Do not minify – (Too long ago, I don’t remember, but added same time assf-responsive
)If this has been solved, please share the solution as I am having the same issue. It works great in Safari, OK in Chrome… but completely unusable in Firefox.
Thanks Kyle,
What I needed was that selector. The behaviour I wanted was
nav#main-navigation .menu ul.sub-menu ul.sub-menu { min-width: 100px; /* already set by theme */ right: auto; /* grow as needed to accommodate > 100px strings */ max-width: 230px; /* don't let it go too far */ }
Thanks guys. I appreciate all the help. You guys rock!
Hi Kyle,
Yes, that’s with the CSS from laranz. It affects both menus. I’ll remove that so you can see the default behaviour.
Thanks.
I’m not sure how else to explain this without drawings 🙂 … When you hover over “Products” a menu drops down. Let’s call that menu #1. The behaviour of that menu is exactly what I want (as explained in post #149192). Now if you hover over one of the items in menu #1, another menu opens up but the behaviour of the width is not the same as menu #1. I would like how the width is calculated to be the same as in menu #1 which has a minimum width and maximum width and can therefore have a width anywhere in between the minimum and maximum, which depends on the text length.
Are you asking me to add the CSS that you gave me so you can see how it turned out? If so, I’ve just added it. Thanks.
Thanks Laranz. That does help… but it also affects its parent menu (the Products drop-down). The effect I want is exactly how the parent menu is already set up. See the attached images…
narrow> the min-width of 100px is in effect here
wide> the second menu item is wider than 100px so the menu width expands
max> the third menu item is wider than the maximum so the menu width is at max-widthIs it possible to get this same exact behaviour? If not, is it possible to set the min-width and max-width without affecting the parent menu?
Thanks!
Attachments:
You must be logged in to view attached files.February 11, 2015 at 2:28 pm in reply to: Full width not displaying in certain viewport width #149088Well, this post saved me a lot of time! In order to use the Better WordPress Minify plugin with Dante, you’ll need to go into the plugin’s Manage Enqueued Files settings and turn off minification for sf-responsive and sf-main.
I think it has something to do with the way the plugin handles @media.
I want it to work like the 2nd level menu works. Correct, I don’t want the “…” to show because there is room for a wider menu so why make it 100px? Why does the 2nd level menu behave differently from the 3rd level menu?
Let’s say the menu has 3 items:
> This is the first item
> This is the second item and the longest
> This is the third itemIdeally…
The menu’s width should be wide enough for the 2nd item, if there is enough space,
OR
the menu’s width should be wide enough for the 2nd item, up to some maximum width.I hope this clarifies.
This reply has been marked as private.January 17, 2015 at 7:25 pm in reply to: WooCommerce shopping pages not displaying correctly #142193Never mind. I had Template Debug Mode on. Pages look normal now.
So, in order to populate Alt-1 through Alt-10 with the colours and images set up for the demo, I selected Theme Options > Import/Export, selected Import from file and then pasted the contents of dante_theme-options.txt from the Demo Content folder into the text box.
Be warned, however, that this import will wipe out all your current Theme settings so if you have already begun customizing, you probably want to do this on a separate test site.
For anyone who needs the values for Alt-10, they are:
Alt-10 Background Color: #1dc6df
Alt-10 Foreground Color: #ffffff
Alt-10 Background Image: none
Alt-10 Background Size: autoOctober 28, 2014 at 4:37 pm in reply to: Dante mini-header logo image resizing & header height issues #123763That worked. Thanks so much, Ed.
October 25, 2014 at 6:29 pm in reply to: Dante mini-header logo image resizing & header height issues #123144This reply has been marked as private. -
Posted in: We hit Power Elite.