IMWD
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: /wp-admin: Sorry, you are not allowed to access this page.Thank you so much!!! @konvergenzing, Your solution was exactly what I needed!!!
- This reply was modified 9 years ago by IMWD.
Forum: Plugins
In reply to: [Nivo Image Slider] After Upate 1.4.0 PHP errorafter updating to Weaver Xtreme 3.1 same error; Fatal error: Can’t use function return value in write context in /xxxxxxxxx/plugins/nivo-image-slider/includes/Nivo_Image_Slider_Shortcodes.php on line 78 switched from PHP 5.4 to 5.5 and corrected the error.
Forum: Fixing WordPress
In reply to: Header not displayingHi thampton,
when I follow the link provided for your site it tells me the domain is parked on godaddy so I cant see it to maybe see what is going on. you will need to get it unparked or even better get it off of godaddy so that we can see it.Hi LL,
Your form looks much better, glad abbyj was able to sort that out for you, my apologies, I had a couple deadlines I had to make and was having internet issues also so didn’t have a chance to look at it till now, but glad you got it sorted out.
Thanks abbyj for the css for the form its much appreciated.
God Bless
JonHi LL;
hmm so it does, so that is controlling every text input box on your site. Looks like you will need to identify each of the input areas of contact form 7 and specify css height and width (or whatever you need to change) for each one. If you like contact me at [email protected] and I can help you sort that out as I get time. As I mentioned firebug running on your site crashes my firefox so I will see if I can sort it out on one of my sites and see if it will transfer.
God Bless
JonLL
firebug wont let me add a new line of code so try adding after the above line, a line with ‘body, select, input, textarea, wpcf7-form textarea {width: 350px; height: 100px;}’ and adjust the sizes to what you need, not sure if this is going to affect all the boxes or just the message box. Let me know how you fare. I have a meeting in the AM and should have been to bed a while ago, so good night and God Bless!!
JonHi Lindalou; on your style.css ver1 line 1 I find
‘body, select, input, textarea {
color: #191A17;
font-family: “Verdana”,Lucida Sans Unicode,Lucida Grande,sans-serif;
font-size: 12px;
}’
I added height: 25px; into that line of css and it increased the size of the boxes. unfortunatly it also decreased the size of the message box. I am trying to figure out the code to then overwrite for the message box, it will probably be similar to what I posted above. running firebug on your site keeps crashing my firefox so it is a slow process.Hi LL, I just opened up your site give me a few and let me see what I can find, btw your site loaded very very slowly, not sure if its cause you are editing it or what.
JonHey LL, in firefox try hitting f12 and see if it opens your firebug, yeah had the same issue with it not working then found a tab in the tools menu now instead of the old box in my tool bar, f12 works for mine. The link given above by sglee2120 has some good info about resizing contact form7.
Basically your going to have something like;’.wpcf7-form input, .wpcf7-form textarea {width: 350px; height: 100px;}’ thats only for the text input area but it should be easy to modify for the other boxes.
Let us know how you make out.
God Bless
JonForum: Fixing WordPress
In reply to: Header not displayingSorry Novice2012 for the delay, forgot to check the notify box. How about sending me a link to [email protected] it has to be something in the code telling the image to repeat but hard to say with out being able to see it.
Sorry Zach I forgot to check the notify box, the other thought as I reread your post is go to the settings/general page of your clone and check the url and see if it is the original site.
Hello Linda Lou:
It all depends on your theme, contact form 7 pulls css from different places with different themes. If you post a link to your site I can direct you to the correct file, or you could use firebug to check your site to find the file contact form 7 is using.
Let us know what you decide and how you make out.
God Bless
JonForum: Fixing WordPress
In reply to: Header not displaying@novice 2012;
can you post a link to your site so we can see what is going on?Hey Zach;
I ran into the same issue cloning a site with duplicator, go to the cloned site and permalinks in settings, click save. That should reset your permalinks and correct your redirects.
Let me know if that works.
God BlessHello Graham;
It does help to know a little CSS however Firebug is a good tool to learn about CSS. When you open FBug up you will see two boxes with code in them, the box to the right has the css for your page and what file it is pulling it from. You can click on the css code and it will allow you to make temporary changes and see the effect they have on your page. Once you reload the page those changes will revert to original. As you start a change if it is correct css it will auto-complete.
I have found this site to be an invaluable resource to figure out the css for what I am trying to accomplish.
http://www.w3schools.com/css.
I have found it very helpful that when I get the CSS edited in FBug as I want it I just copy the snippet of code and paste it to my custom CSS.
Happy Site building, let me know how it goes 🙂
God Bless