Fahad Parkar
Forum Replies Created
-
Hello Jeremy
I would like to inform you that due to one of the plugins which I installed currently same problem shows up.
The Plugin name Is Rating Widget:Star Rating system
Can you help me out please.Forum: Fixing WordPress
In reply to: dropdown text doest show upNo problem
Currently I wanted to know how I can get filter content option to my website
As amazon.com has filter to sort out products according to price or type,
brand, etc. Is there any plugin for it? can you help me out with this problem of mine?Forum: Fixing WordPress
In reply to: dropdown text doest show upThats cool Randy. Can I have your email in case I need any help in future.
Forum: Fixing WordPress
In reply to: dropdown text doest show upIs there a particular line in which I should add this code as I dont have any idea about it I don’t want to mess up my theme so I am very protective about it. Please answer my query for the last time. And Randy what do u do I mean are you a user with some knowledge of wp or you are from any support team of wp.
Forum: Fixing WordPress
In reply to: dropdown text doest show upRandy I just made the changes of deactivating all plugins but it was of no help for me. I use windows 8.1 and in google crome the problem is visible where as in mozilla firefox it wasn’t, few days ago I had built another demo site in where i inserted a form withdropdown list the same problem had arise
the below reply was given by her to help me solve my problem.
The problem with me is that i dont touch css to avoid errors as i dont have any good knowledge about it. i had given her admin access to my a/c and she could solve my error. Randy the below info was received by me for solving the error.She had mentioned that there is a problem with the theme itself.The problem with dropdown style is caused by your website’s theme. The following code in style.min.css file removes the arrow:
select {
-webkit-appearance: none;
}Please open style.min.css file and add:not([name^=”wdform_”]) to the CSS rule, so it looks like this:
select:not([name^=”wdform_”]) {
-webkit-appearance: none;
}If you’ll have trouble doing this, please give us temporary FTP access to your site. We will make the necessary changes for you.
Forum: Fixing WordPress
In reply to: dropdown text doest show upThanks a lot Randy.
I will let you know what happens after i deactivate the particular plugin.