Try the below modified hybridmenu.js, which should collapse a link within the mobile menu when clicked on.
Type: Posts; User: ddadmin; Keyword(s):
Try the below modified hybridmenu.js, which should collapse a link within the mobile menu when clicked on.
This is a really old PHP script, and probably doesn't work on modern servers anymore. I'd recommend you simply do a search on Google for newer scripts.
Do you mean this script? http://www.dynamicdrive.com/dynamicindex11/scrollc.htm
Please include a link to the DD script in the future, in this case, http://www.dynamicdrive.com/dynamicindex11/googlemapselector.htm
What do you mean you can't download the file, that it doesn't...
Thanks for the heads up John on those two points! Like you said, they will probably be non issues for most users, so I'll just let them be for now. :)
Thanks again John for all your work, I've updated the three scripts to use the new .js files, plus updated the documentation for each script accordingly:
...
Awesome, thanks so much John! I've done a preliminary test run of the updated .js files across the 3 scripts, and they seem to work without issues. I'll double check everything this weekend, then...
Just testing gajaxfeeder.js for compatibility with the two other scripts that use it:
http://www.dynamicdrive.com/dynamicindex18/gajaxrssticker.htm...
Try the below modified .js file...
6081
In the new version, the menu contents is defined in a separate .js file called menucontents.js (see script page). Otherwise the implementation should be fairly similar to the original.
Thanks John for the update! I'll give it a test drive this weekend.
Great work John! I'll look at possibly integrating your changes into the official build, if there's enough demand for displaying atom feeds.
Thanks for the suggestion, I'll take that into consideration next time the script is updated. FYI there is the [icpde]openamount[/icode] option right now, which compares the value entered (ie: 500px)...
I still see the extra </script> tag near the top of your head. Also, for your initialization code, it should be:
<script type="text/javascript">
//Define Image Array. Syntax: ["image_path",...
Two critical issues I see:
1) You have an extranous </script> tag that shouldn't be there:
<script type="text/javascript" src="dropinslideshow.js">
...
Please include a link to the script on DD in your post. Also, the URL you posted to your site doesn't work for me.
The function that's responsible for taking the final selected OPTION"s value attribute and redirecting the user to that value as a URL is the folliowing inside chanedmenu.js:
function...
The expandcontent() method isn't private, so you should be able to call it anywhere on your page. What's the complete markup for your link that expands a particular header? For example:
<a...
Ok, so if I understood you correctly, you're basically asking how to have a link that when clicked on not only jumps to a particular header within a switch content group, but also opens that header...
Please post a link to the script on Dynamic Drive.
Hmm I'm not entirely sure I understand your question- can you rephrase what you're trying to accomplish?
I'm still around the forums almost daily, lurking and answering questions if John hasn't beaten me to them yet :)
Not the perfect approach, but you might try adding overflow:hidden to the "carousel" DIV:
<div class="carousel" style="overflow: hidden;">
Hmm there's currently no quick way to get the gallery to be fluid in dimensions. I'll take a look at adding such an option the next time the script is updated.
Make sure the path to "menucontents.txt" on your server as specified inside the script is correct. If it is, please post a link to the problem page for us to check out.