Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions concerning problems with code you've written must describe the specific problem — and include valid code to reproduce it — in the question itself. See SSCCE.org for guidance.
Closed 9 years ago.
Improve this question
Hello there fellow stack exchange members hope your having a great day. Basically i picked up a project I never finished and started working on it. So far so good. Except until right now there's a CSS element that is giving me trouble.
Basically I have a menu bar with "Login" and "Register" if you inspect the code on Google chrome and select "menu" div the little highlight box shows up where it supposed to be but You cant see actually see it.
But in the "Matched CSS rules" if I uncheck "Float:right" and then check it again the element goes to where its supposed to go, which is confusing me right now.
Could someone take a look at it for me. I'm currently developing on a throwaway domain before i actually transfer it to the real domain
Looks like when you re-enable the float it's getting re-calculated in the DOM due to re-ordering. I think the root cause is that you have the div in the breadcrumb div instead of up a level in the homebar div.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 7 years ago.
Improve this question
i am working on a website with wordpress where i'm posting a post almost daily, the problem now is that the list of posts is getting a bit to long and I want to have the following: after every xx (number of) posts a button appears that gives the possibility to load the next xx (number of) posts.
I already tried to build in the infinite scroll javascript (both in code as well as the plugin itself) but I can't seem to make it work the way I want it.
I hope someone here can help me with the problem.
I found this amazing tutorial that helped me with what I was searching for:
http://www.problogdesign.com/wordpress/load-next-wordpress-posts-with-ajax/
problem solved! :)
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions concerning problems with code you've written must describe the specific problem — and include valid code to reproduce it — in the question itself. See SSCCE.org for guidance.
Closed 9 years ago.
Improve this question
Auto suggestion in search with json return
I want to returning json data from database when user search in box.
And display suggestion box of searched text.
You added jquery at your tags, So, I suggest you take a look at this plugin:
http://jqueryui.com/autocomplete/
You just need to create the "availableTags" variable after process your JSON result.
To see the example, click on "view source" at link.
You can use http://jqueryui.com/autocomplete/ plugin.
It has support for having remote data source which will help you in accomplishing everything you mentioned above.
You can go through the examples given in the link for implementation details. This section http://jqueryui.com/autocomplete/#remote will be more useful for your requirement.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
Basically I have a price ticker in my header.php (wordpress) file aligned to the left.
Its just below the main menu and above the slider. The problem I am having now is I want to put the ticker aligned next to my main menu aligned to the right. I want the menu to end and the ticker to follow... I think i should have to edit the css file to do this but I'm not totally sure. The ticker is in .php also.
I have successfully gotten the ticker to the right of the page almost where I want it but its not aligning with the menu...
I have attached a screen shot to show what I mean but due to privacy reason iv edited out alot of the website information.
http://imgur.com/5JwXpil
Any help will be seriously appreciated. :)
You can adjust your code to float it left and adjust the width so that it fits the place where you'd like to put it.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions concerning problems with code you've written must describe the specific problem — and include valid code to reproduce it — in the question itself. See SSCCE.org for guidance.
Closed 9 years ago.
Improve this question
Help please create a form similar to a website.
How can i achieve a form like in this website www.myclean.com, i already got the first step in the form which is the slider and checkbox.
Now I need to know how to process that information and put it in the another page please try the form in this site www.myclean.com.
I can only think of php to do this get or post, do you have other ideas?
Thanks! :)
here is what I did in my slider and checkbox.
jsfiddle.net/z2zaz/9/
You can process the form in nearly any language you'd like, or you can email the results to yourself, but I'd recommend against that due to all the spam bots.
The language doesn't really matter. PHP is a fine solution, if that's what you're asking.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question appears to be off-topic because it lacks sufficient information to diagnose the problem. Describe your problem in more detail or include a minimal example in the question itself.
Closed 8 years ago.
Improve this question
I'm taking over a project in Wordpress that was done by some other developer and going through it I realised that he has adjusted some premade theme and edited many areas of it.
And it works fine, BUT there are some tags appearing on the homepage and messing up the website structure in IE8.
These links look simple, like this: in Chrome's Inspect Element or Firebug, but when i load the source, they look like this:
<a href="http://www.google.com" target="_blank" rel="dofollow">
I tried removing ALL the scripts that are loading, all at once or one by one, but it persisted.
This is the website, so if you have any idea why this is happening, it would be awesome.
http://basicallyfood.implementek.net/demo/
Thanks
I guess the google.com links are only place holders and the developer forgot about them... just look inside your source code of the template, if you can't find it, do a grep search:
grep -lir "google.com" *
if it wont find anything, search for the string in your database, especially in wp_options