I am working on a new magento site, and there is a shopping cart link with a popup in the header, however the popup is being hidden behind the store search bar.
Can anyone help me figure this out? I've tried messing around with the z-index on the popup as well as the form to no avail
Site URL is http://www.brandography.org/healthworks
Thanks so much for all your help. I seriously mean it. This community has been really awesome.
Specific Problem
Both the header .container and search bar container had their z-index set high and in the latter's case, an important! set. Removing z-index: 10000; from them fixes the problem.
Overall Problem
User is using a theme someone created that uses terrible CSS practices and could use an overhaul to remove all the float and important! elements, but that's up to the user and obviously for another day, another question.
Related
Hi if someone could help I would really grateful. I am using the Woohoo wordpress news theme. What I would like to do is when a user clicks to a post that they can just scroll to the next post as well as the url changing when the next posts is scrolled to. I have struggled to find a suitable plugin. The one I found is called smart scroll which does what is supposed to, which is add infinite scroll and it changes the url when in the single post, seen here (https://wordpress.org/plugins/smart-scroll-posts/). The issues I am having with that is, when I navigate back to the home page all the posts do not display until I refresh the page. Currently I have a standard infinite scroll plugin doing the scrolling but would like to add the url change in as well.
If Someone has come across the issue before and found a fix or even a better way to do this I would be grateful for some help. Thanks
I had a landing page designed and cannot reach the original developer. For some reason I cannot click on the form fields. Google search says that more than likely it is because an overlapping block or margin but I don't know enough to figure out which one it might be.
http://selldfwhomenow.com/
Any ideas?
Your container element has a negative z-index placing it behind the body, removing the z-index should fix the problem.
So I built up this Wordpress theme for my buddy. The design was already set, so I just built what I think/thought is a pretty robust template.
We've had a few issues a long the way, and the final stumbling block is the ad block on the top of the sidebar on the right hand side.
If you refresh until it displays a video, it breaks everything - not only the stuff that's below the sidebar call, but the body too.
Can anyone please give me some insight? I'm going insane. I've been working on this project for too long and just want to fix this final problem.
http://www.touchlinetalk.com/
Uh, help!?
Your code is not valid (check with http://validator.w3.org/). A lot of elements are not closed, overlapping, some anchors are not closed, etc. Adding your video probably introduces a new div element or something like this, which actually interfers with the overlapping other elements you have in your page and breaks the layout. You should give a link to the page that does not work (call it "proof of concept") and not to a page that is OK.
If you are using WordPress, here is a really handy function for you, to avoid non-closed tags: force_balance_tags(). It closes tags that havent been closed. More info here: http://codex.wordpress.org/Function_Reference/force_balance_tags
My website at http://www.oblivionro.net isn't properly vertically-aligned when you click on a different link in the menu.
For example, if you go from the home page to the ventrilo page, you'll notice that the alignment of the website shifts to the right and down a bit. I know a fair bit about php, but I'm not that great when it comes to css and designing websites.
Anyone know what the problem might be? Thanks in advance.
Your link doesn't work for me, but I can guess what the problem is. To fix it, add:
html {
overflow-y: scroll
}
That will force the vertical scrollbar to always be visible, so there will no longer be a "shift" when you move between pages that do/do not have a vertical scrollbar.
In my Wordpress-powered website (http://onomadesign.com/wordpress/identity-design/usx-corporation/ for example) I want the sidebar.php, the thumbnail navigation on the right, NOT to reload when people click another project. So that they not get lost in navigation.
Now, I have looked at iframes, jQuery cookies, 'AHAH-method', php sessions.. but I can't find an easy way to do this.
I am defenitely not a programming expert, could someone give me an easy solution for this?
Thanks a lot in advance!
IFrames or AJAX are the only two options you have. (I suppose unless you did full screen flash) Everything else is going to reload the page. Ahh those other technologies you mentioned do not address the problem of reloading the main page (except iframes)
It isn't really going to be "straight-forward", but what you're trying to do isn't straight forward. I really recommend you take a look at jQuery and how AJAX works, it's probably the better of the options all things considered.
There are a few Wordpress plugins that attempt to implement this functionality. I haven't used any, so I'm not sure if they completely avoid reloading the sidebar, but it's worth a shot. One in particular that seems fairly well scored would be http://ajaxedwp.com/ I found this plugin by going to the "Add New" plugins page in the Wordpress Admin panel and searching for "AJAX Page Load".