farzadina
-
Fix footer menu position
Oh, No, that didn't change anything. I added that meta code and you can check it on the header now but no change.
-
Fix footer menu position
No, I'm sure that I don't have that meta code in my theme. Also the problem that some objects change position after the page load, is held in common in all of the browsers, but in the Safari, it don't change position after the page lo…
-
Wordpress unknown server request
I searched all of my theme's files (with a searching program) and there was no 'style-red.css' text. I don't asked where is 'style-red.css' text. (I know a stylesheet should be in the header.php, footer.php or function…
-
Wordpress unknown server request
There is a code right after IE style in the header.php and before tag. When I remove that, there will not a style-red request any more, but my plugin's style sheets wont load.
-
Wordpress unknown server request
I know that's (or should be) in the theme folder. I want to know where is its request and which PHP file sent that. Because I don't need that stylesheet and that request.
-
Load my .js code, only when 'x' DIV exists
@TheDoc Yes, it looks you are right, I didn't saw a Script as a DOM ever. Thanks for you helps. @_John_ Thanks a lot, I used your first code & that worked great! The second one is not suitable for me, because I don't need those message…
-
Load my .js code, only when 'x' DIV exists
@_John_ Thanks, I will wait for your solution. @filipeb Didn't worked for me. What's the 'head' tag name? and is it same for everywhere or should I change that in my page?
-
Load my .js code, only when 'x' DIV exists
Sorry @TheDoc, I couldn't understand your purpose. My question is: Appent X, when have Y = Don't append X when there is no Y DIV. Ok?
-
Load my .js code, only when 'x' DIV exists
if (document.getElementById('wrapper')) { } Doesn't worked. What's wrong?
-
Load my .js code, only when 'x' DIV exists
So how I can detect the presence of the div without the help of the Jquery? (I know it's possible with wordpress 'Custom Fields', but don't know how to do that) Did I understood your purpose?
-
IE transparent gradient
It looks it's not possible to have a transparent gradient in IE... is it?
-
IE transparent gradient
That will just make a simple gradient. I want to have a gradient with transparent colors. You can see my comment below that post!
-
How to make ribbon's corners overflow, hidden
Hmm...That was a really nice solution, thanks. I used @media (max-width: 1084px){ .ribbon-corner{display:none;}}
-
How to make ribbon's corners overflow, hidden
@Paulie_D Can you please explain your purpose more? I want to have scrolling, only if the user's screen resolution is less than 1024px, not when it's more than it. Those extra widths will make the page scrolling before reaching 1024px and…
-
What to do with a Malware-holder website, when you are its owner
Hmm, I found the malware codes! The malware redirection codes were in my root .htaccess file. I checked all of the .htaccess files except this one & now as sucuri say, my domains are totally clean. I think it's time to have a google review …
-
What to do with a Malware-holder website, when you are its owner
Yes, I'm care about Re-Scan. Something that I should say is my hacked web is not wordpress based, and my wp blog is totally clean.
-
What to do with a Malware-holder website, when you are its owner
Please help about this: I think you can help me to remove the malware code by my self, because all of my files are less than 30 number. (all of the .html .js and .css files) *As I said, I have 3 domains. I checked them on Sucuri, just 2 number of t…
-
What to do with a Malware-holder website, when you are its owner
@traq I'm on a paying host, and it's not free. I have to and will re-think about my host company. @skunkbad Yes, you are completely true. I don't keep my passwords in my PC, and also have FTP account; but most of the times, use direct…
-
What to do with a Malware-holder website, when you are its owner
I think you can help me to remove the malware code by my self, because all of my files are less than 30 number. (all of the .html .js and .css files) *As I said, I have 3 domains. I checked them on Sucuri, just 2 number of them have malware and blac…
-
What to do with a Malware-holder website, when you are its owner
@traq Maybe I said something about my host client wrong. These are my sites, not their sites. And this malware is -only - in my website's files. Also with this description, should they be responsible and interested in fixing problem by them sel…
-
What to do with a Malware-holder website, when you are its owner
@BobbyJones After a Full local scan and cleaning my PC, how I can remove my current website's malware(s)? Should I use a - premium account of a - defender website or I can do that with a manual check? @traq I contacted them. They said I remove …
-
What to do with a Malware-holder website, when you are its owner
One of my Websites made by Wordpress. If I get a backup of my posts > format the host > install wordpress and upload my posts again, can the Malware back to the host? (Can the Malware script be in my posts backup?)
-
What to do with a Malware-holder website, when you are its owner
No, they are mine. There is 3 domain on my public_html. How I can be sure that no file of them haven any virus or malware script?
-
What to do with a Malware-holder website, when you are its owner
Ok, I contacted my - Linux - host administrator and they get a full scan of my files and found 5 .php virus in one of my domains. I deleted all of that domain (I don't need that anymore) Can I be sure that my host is totally clean and make a Go…
-
Cut through background image of parent div...
As @wolfcry911 said, easily you can use a pattern as the body and fix it with background-position property.
-
Launching a new website
The linear gradients made by image, so they work in almost of all browsers.
-
Which media queries should be used for responsive design?
You can use something like this: @media (max-width: 1024px) { }And other widths for other resolutions.
-
Modify search button
You can first line them up by changing the top: 0px; to top: 6px; in the .section .input. Then add this rule to your stylesheet to bring them up: .section{ margin-top:-11px; }
-
Modify search button
You can use something like this: Add the following html code, right after your input field. HTML: