I have been working on setting up lists, changing pictures on hover, and lightbox on click. it works mostly the way i want it save for one thing... when i click on one of the submenus to open the lightbox, it appears to refresh the main page, thus going back to the default.
http://www.thendesign.com/new/type-test2.html
click on 'education' and then one of the projects to see what i am talking about.
how can i get it to remain where one left off when the lightbox opens/closes?
thanks in advance for your help!
Sorry I didn't see this until after I had already responded to your comment over on your other question.
jquery list, keep active highlighted
Related
-In the past i could hover over any item in the dashboard i.e. settings and its inner elements would show such as general, reading, writing.
Now i need to click on settings > page navigates to settings > now i can see the elements
-In plugins i cant navigate to other tabs, whenever i click on the tabs nothing happens. Feels broken.
-when i go to appearance > editor all my php and css files and such are expanded and there is no way to collapse as clicking on the arrows does nothing. I have to scroll the whole time to find a file.
-whenever i check page revisions it shows a blank page.
Other admins of my website dont have any of these problems i listed!
Has anyone had this before? Thanks in advance!
You mentioned others aren't having the same problem. That would indicate it has to do with something on your side of things.
Try another web browser.
Try another computer.
What is your network speed? You can do a speed test.
I created a logo quiz in Asp.net. What I want is when the user fills the quiz he should not be able to right click and select on 'Search Google for image'.
Earlier I thought of using an alert using JavaScript but that can be disabled in the browser. Need a permanent solution for this.
Thanks in advance.
You could cancel the right-click event on the image. It would of course only work with JavaScript enabled, but there is no way of disabling that option altogether.
I know this is an old post, but, in case anyone else is trying to resolve the issue.
You can certainly disable the context menu in javascript, you can also render the image underneath a transparent object any attempts to click, or context menu the image would result in the click or context menu of the transparent image being triggered.
You could also add your image in css as a background image to a regular html element.
The context menu won't show up for it, but, inspect image will show a clickable link in the css attributes that anyone knowing a little web development will know about.
The best answer is a combination of the css and the transparent overlay.
Ok, not really seeing any previous help for this one specifically. What I want to do is have a "hover" effect for the close button. I have got it to where when you hover over the the close button itself it will display and go away when you move the mouse out. But, what I want is when you hover over the image being displayed in the lightbox I want the close button to display and when you mouseout I want the close button to disappear.
Also, some pointers for using the transitions effects or sources for that would be good. I am still a student working on portfolio pieces. I graduate in August 2013.
All help is appreciated =) I am also researching on my own, but not all of what I am reading is working or making sense. I am coming into places like this and Yahoo! Answers for extra help. Thanks!
I suggest you to Lightview was well configured.
You can download here:
http://projects.nickstakenburg.com/lightview
I have this strange issue going on with my CSS on my site, and I'm hoping someone can help me out. I have a sharer box to the left of each of my posts. When you click the box to share (for instance the twitter box) the pop up box goes behind the post content, instead of in front of it. Anyone have any ideas on how to fix this? To see it for yourself, visit one of the posts and try to click on the google plus, or facebook like button (don't worry, it won't actually share unless you confirm it) You can view one of the posts to see what's going on here ---> http://noahsdad.com/child-down-syndrome-friend/ J
Thanks.
Here are a few screen shots of what is going on d.pr/ZCPy and http://d.pr/ax6H
Try with z-index:99999; on pop up box.
For the video shown in the post, add wmode="opaque" to the <object> / <embed> tag.
I'm trying to display all node_edit form neatly within a lightbox without any of the excess content I don't want. No sidebars, footer, header, nothing. Just the content. So I created a page-node-edit.tpl.php file.
I have two problems daunting me, but for now I'll only mention the first since its more important.
1) From any drupal page, clicking on the "edit" link for the node doesn't activate the lightbox like it should. Instead it clicks-thru the link as normal.
With jQuery in the header I added a rel attribute for the lightbox to the links, but the box still doesn't activate. I tested the lightbox on a link I hardcoded into the page, and it activated just fine. For elements generated by Drupal, like the node edit link/button the problem seems to be timing.
I think the rel attribute needs to be built with the page, with the link, rather than appended onto it. The catch is, the link lacks an id and class, so I don't see how the hook_alter_link() function can help me.
I'm willing to try anything. Perhaps someone has done this before? Opened a node/edit form within a lightbox.
Any suggestions would be greatly appreciated.
I've seen the Modal Frame API used in a few modules (Node Relationships uses it to do something very similar to what you're doing); might be helpful...
http://drupal.org/project/modalframe