divingdoug
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Text only programming interfaceThanks !!
Forum: Fixing WordPress
In reply to: Text only programming interfaceFIXED IT.
Doing folder list comparisons and there are two other files that needed to be in the root html folder.
php.ini
index.phpSo, it all seems to be working now. Thanks for the assist. Now to get everything secure so I don’t get hacked again !!!
Forum: Fixing WordPress
In reply to: Text only programming interfaceOK, that was painful but managed to get it done. I now have the expected wordpress interface BUT, and this is a big but, I don’t have any display of my pages. And this affects the public view as well.
It now displays just the folder contents as if it were and FTP login even though it shows the https:// prefix.
I retained the original wp-config.php and the entire wp-content folder.
I tried reinstalling the theme (Themify basic) but no change. All the themify options are present and my license is valid.
I’m lost !!!!!
Forum: Fixing WordPress
In reply to: Cannot login to site and cannot reinstall core files.Thanks for the suggestions. I finally got to try this without success. I renamed both the Plugins and Theme directories but still receive an error as follows:
Warning: require(/home/twiste58/public_html/divingdoug.com/wp-admin/wp-blog-header.php): failed to open stream: No such file or directory in /home/twiste58/public_html/divingdoug.com/wp-admin/index.php on line 6
Fatal error: require(): Failed opening required ‘/home/twiste58/public_html/divingdoug.com/wp-admin/wp-blog-header.php’ (include_path=’.:/opt/cpanel/ea-php74/root/usr/share/pear’) in /home/twiste58/public_html/divingdoug.com/wp-admin/index.php on line 6
I have another domain parked on the same server. Are there files I can manually copy over that may reset the core install ?
Thanks….
Forum: Plugins
In reply to: [Contact Form 7] Adjusting style of the “invalid” response-output messageWill review that. Thanks !!
So, I am by no means an expert but while searching for similar posts, I saw yours and thought I could at least share what I have been able to accomplish through trial and error.
I have been able to change the styles of the individual field validation messages as follows:
.wpcf7 .wpcf7-not-valid-tip { background-color: #ab8e17; color: Blue; font-weight: normal; width: 10em; padding-left: 10px; border: solid; border-color: Black; border-width: 3px; border-radius: 5px; }
Note, I am using the Themify Basic theme so it may be different with other themes.
I have been able to change just the text color of the validation error message box but have yet to be able to change the background or border color.
.wpcf7 .wpcf7-response-output {
color: Blue;
border-radius: 5px;
}It appears that the CF7 styles override the custom css for those particular features and I am searching for a method to overcome that myself.
If you have discovered any additional approaches, it would be much appreciated if you could share.
Doug
I got it worked out. Had to prefix the snippets with the outer class ( .wpcf-7 )
Thx……
Thank you for the prompt reply. It took me a while to get in and try this.
The snippet for the text color worked when I initially put it in on the style preview page but subsequent reloads did not reflect the change and it did not show up on other browsers / devices.
The code for the border color did not have an effect. It looks like this code is for the border of the selected svg image and while that would be beneficial, I was actually wanting to change the border style for the entire block to match the other fields on my form.
I made a brief attempt to edit the styles.css file under your addon but it did not appear to have an effect so I restored the unedited backup.
If you have an alternate approach I can try, it would be very much appreciated but I know that support for the free version is normally not expected.
Thanks…… Doug
Forum: Fixing WordPress
In reply to: Need Best (& Easy) option for mobile compatibilityWasn’t trying to argue the change, just understand it. And yes, the responses above have given me a lot of ideas to work on.
Forum: Fixing WordPress
In reply to: Need Best (& Easy) option for mobile compatibilityConfused. My WordPress install has no issues and functions properly. My question involves developing in the WordPress environment using a theme.
I do appreciate all the input received.
Doug
Forum: Fixing WordPress
In reply to: Need Best (& Easy) option for mobile compatibilitySteven – Thanks for the input, I certainly look into that.
Asatine – If I didn’t have so many other tasks that need attention, I might look at diving deeper into the development side. My time frame isn’t immediate as I have an older plug-n-play site for the moment.
My current side is https://www.industrialdomestics.com
The site I am developing is parked at https://www.divingdoug.com (I will eventually have to learn how to move it as well!)
Doug