|
User Details |
message
|
|
Matthew Gross
post date:
2011-03-22 14:58:10
|
Greetings. I've inserted a table into my page and then call to jQuery to zebra strip the table (uber basic). The call is:
<!--Start zebra strip on table-->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<style type="text/css">
<!--
.odd {background: #caf2fe;}
-->
</style>
<script type="text/javascript">
$(document).ready(function(){
$("tr:odd").addClass("odd");
});
</script>
<!--End zebra stripe code-->
If I place this in the head before the menu, I don't get the zebra striping but the menu remains; if I place this before the close of the head but after the menu, then the menu become an OL but my table stripes. I've tried an alternate approach with jQuery which allowed for table scrolling and striping but had the same result. Any help you can provide is welcomed.
Thanks,
Matt
|
|
|
Matthew Gross
post date:
2011-03-23 11:30:54
|
|
Also having the issue others have stated about updating menu to all pages not working and the delete menu function does not remove all of the references within the source so there's manual cleanup that needs to be done post a remove. I will drop the menu out of these layouts as I need to move this forward. Since there has not been any Dev on FlexiMenus since last spring, I'm guessing this product is dead. Would you mind letting me know if that's the case as I would return this product for a credit or refund if it can't play well in html5 and jQuery builds? Thanks for other great products, sorry this one seems to be on the legacy shelf.
|
|
|
Andrei Rinciog [Extend Studio]
post date:
2011-03-24 08:45:50
|
Hello Matthew,
Flexi JS Menus has been built using Prototype javascript framework. It can't be used in the same page with JQuery because of known conflicts between Prototype and JQuery.
We just released a new menu system that's based on pure CSS. It works with any kind of page and on all devices. If you want we can switch your JS menus license with a Flexi CSS Menus license.
You can read more about Flexi CSS Menus here: http://www.extendstudio.com/product/flexi-css-menus-dreamweaver.html
Regards,
Andrei Rinciog
|
|
|
Matthew Gross
post date:
2011-03-24 09:08:30
|
|
Thanks Andrei for the quick follow-up and for confirming the jQuery conflict. If you could please switch me over to your FlexiCSS Menus product, sounds like that will do the trick and I appreciate you providing that option. Please let me know how to proceed from here. Cheers, Matt
|
|
|
Matthew Gross
post date:
2011-03-24 09:12:14
|
|
Looked at the new product and it looks great. Will you issue a credit back for the price difference or will I have a 'store' credit post the swap? I had purchased a Developer license for the JS Menus. Thanks, Matt
|
|
|
Andrei Rinciog [Extend Studio]
post date:
2011-03-24 09:26:10
|
Hello,
I will add a Flexi CSS Menus in your account now so you can start using the extension. The Flexi JS Menus license will remain in your account until we refund the difference.
I just checked your account and you have Designer license unlimited, not Developer. Can you confirm that?
Regards,
Andrei Rinciog
|
|
|
Matthew Gross
post date:
2011-03-24 10:01:27
|
|
Thanks Andrei; you're right, the order confirm is 'FlexiMenus JS Bundle for Dreamweaver - Designer Edition - Designer License Unlimited'. Cheers, Matt
|
|
|
Andrei Rinciog [Extend Studio]
post date:
2011-03-24 10:16:12
|
Hello again,
I've added the Flexi CSS Menus license in your account.
Regards,
Andrei Rinciog
|
|
|
Matthew Gross
post date:
2011-03-24 11:11:13
|
|
Thanks again Andrei. I have a number of questions on the product as it isn't behaving the way I would expect -- for example when the menu width is defined as 100% (presumably the width of the original container and not the new div the menu creates inside that container) the width remains constrained by the button content rather than filling the container. When do you think you'll have some documentation posted on the product for me to read through? Really loving the new line of products and as you know, a long-time fan so keep up the great work. Cheers, Matt
|
|
|
Andrei Rinciog [Extend Studio]
post date:
2011-03-28 07:45:43
|
Hello Matthew,
The menu container should have width 100% if you set the menu that way. Could you please send me a copy of the page where it doesn't work that way?
You can send it to support at extendstudio.com.
Regards,
Andrei Rinciog
|
|
|
Matthew Gross
post date:
2011-03-28 10:14:19
|
Hi Andrei,
Please see this example. http://universalsportsmarketing.com/dev/
Cheers,
Matt
|
|
|
Andrei Rinciog [Extend Studio]
post date:
2011-03-28 10:31:01
|
Hello again Matt,
The menu width is actually 100% but it has transparent background. Open the inspector for the main menu and change its color.
If you want to match the button background use the same image as background.
Regards,
Andrei Rinciog
|
|
|
Matthew Gross
post date:
2011-03-28 13:34:07
|
|
Thanks Andrei, that did the trick! Cheers, Matt
|
|