Dropdown menu like this in wordpress? [closed] - html

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
the client has requested that I make a dropdown menu that works like this in wordpress.
Does anyone know if something like this can be created and styled using the native wordpress menu section? I'm just not sure about having sub menu items also appear all under one dropdown section.
http://www.playtime.com/
Can someone please steer me in the right direction or offer a bit of guidance? I'd greatly appreciate it.
Thanks
Mike

https://wordpress.org/plugins/jquery-mega-menu/
This Wordpress plugin may or may not work for you. It hasn't been updated since 2012 but is worth a try, and you can do some very nice effects with it.
Demo site: http://www.designchemical.com/lab/demo-wordpress-jquery-mega-menu-plugin/
To see more menus like the one you described, try searching "mega menu" in Google.

Related

Need experienced css info [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I have a weebly site and am adding css buttons. It uses html and css. I got it to work but I need to make it go to a link when someone clicks it. I have tried everything and there is nothing on it on the internet....I have tried searching all day and still nothing.
Here is the buttons I have: codepen.io/anon/pen/avOJmz . Can someone please give a detailed area of where to put it and a code? I am a beginner in HTML and need some help from a friend. I dont think this will be a complicated question, but i just dont have much knowledge in this. THANK YOU MUCH
You can use the href attribute to add a link to an element. In the a tags, instead of href="#", use href="yourlink.com". For instance, the button for demo will look like:
<li>Demo<span class="round">Take a look. This product is totally rad!</span></li>

Aligning images to right of slider - Wordpress [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I have had this problem earlier but I have changed themes as well as sliders. Therefore I tried to mimic what was shown to me before but I have not had any luck. Could someone show me how to find exactly which id / div it is I need to edit to move things around properly? How are you sure when you have hit the correct div to add css to? www.bwsurfshop.com Im just trying to get the image to go to the right of the slider instead of under it..
Thanks for the help again..
Try adding float: left; to the container of your slider (class soliloquy-container).
This the outcome in chrome (simulated using DevTools)

Page formatting messing up on different resolutions and footer not working in general [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I'm new to HTML and CSS and I don't know any other web languages. 2 Questions:
When my website (zarwanhashem.com) is accessed using a different resolution than the one it was made on the header area at the top isn't filling up the page and the text is going beyond it as well. I didn't have this issue at first. Why is it messing up? Also, I'm not sure if you can see my CSS from inspect element.
The footer I created isn't showing up. It was working fine last night and I honestly have no clue what changed that made it stop working now. It isn't showing up.
Let me know if you need any other details. Thanks for the help.
your footer is inside a misclosed comment <!--footer-> instead of <!--footer-->

Is there any way to get all of the css just from a single page? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
I am wondering there is a tool such as a Google Chrome extension out there that will get all of the css displayed on the current page, and nothing else. For instance, when you use the developer tools in chrome and get the css you have the option to get the classes you hover over and it's neighbouring classes, or the ability to see the full CSS file for the whole site. I am looking for a way to get ALL of the css used on the current page and displayed all together, instead of me having to manually check each div and pasting it into notepad.
I figure there must be something out there that does this. Any help is appreciated.
I haven't tried these myself, but Pendule and Quick Source Viewer look promising.
I would just post this as a comment but I don't have enough rep. :(

Why is the page split into two? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I'm just combining css files from other templates but I can figure out why I'm getting a split in the pages. Please take a look here, might need to widen it up to see the problem.
http://jsfiddle.net/8xz8m/
It is hard to describe but when I re-size the browser I'm getting a very weird effect. Like two windows moving apart. Does anyone have any guidance I can follow to fix the problem?
Screenshot:
overflow:hidden is the main culprit. Remove it, and everything "magically" shows up again.