spineless
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Chrome: textarea and submit button NOT centeringI have lots of CSS to style the form. Here you go. That is not the issue. The issue is it does not line up properly for Chrome.
span.wpcf7-form-control-wrap {
position: initial !important; /* this will disable position: relative */
}
/* Universal reset for form elements */
form, input, textarea, button {
width: 100%;
padding: 0;
border: 0;
box-sizing: border-box;
}
/* Form container styles */
.form-container {
display: flex;
justify-content: center;
align-items: center;
width: 100% !important;
max-width: 500px;
padding: 0;
margin: 0 auto;
flex-direction: column;
}
/* Input, Textarea, and Submit Button Styling */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.wpcf7 input[type="submit"] {
width: 100% !important;
padding: 15px;
border: 1px solid #ccc;
border-radius: 8px;
font-size: 16px;
display: block;
box-sizing: border-box;
}
/* Wrapper for textarea */
.wpcf7-form-control-wrap {
width: 100% !important;
display: block;
}
/* Textarea styling */
.wpcf7 textarea {
height: auto !important;
resize: vertical;
}
/* Submit button styling */
.wpcf7 input[type="submit"] {
background-color: #50628b;
color: #ffffff;
font-weight: bold;
cursor: pointer;
padding: 15px;
width: 100% !important;
text-align: center;
}
/* Mobile-specific adjustments */
@media (max-width: 500px) {
.form-container {
padding: 10px !important;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.wpcf7 input[type="submit"] {
font-size: 16px;
padding: 15px;
}
}Forum: Plugins
In reply to: [Contact Form 7] Chrome: textarea and submit button NOT centeringOh. sorry. The website is
Forum: Plugins
In reply to: [Redirection] Redirection plugin not redirectingThanks, This information helped a lot.
Changing the match to”URL only” did not solve my issue. I actually had to delete the redirect command and start over again. When I recreated the instruction I selected URL Only which changed the type of redirect.
I then was able to add the links and deleted the cache. I checked the URL and it worked.
Forum: Plugins
In reply to: [Redirection] Redirection plugin not redirectingI took a screenshot of the setting page for you. I cannot upload the screenshot here so I created a blog post of the error.
https://www.pinterec.ca/uncategorized/redirection/
Take a look.
Forum: Plugins
In reply to: [Redirection] Redirection plugin not redirectingI am having the same type of issue.
I created a source. https://www.pinterec.ca/services/radio-frequency-engineering-support/
and I created a target. https://www.pinterec.ca/rfsupport/I get the following error:
Check redirect for: https://www.pinterec.ca/services/radio-frequency-engineering-support/ Expected: 301 to https://www.pinterec.ca/home/rfsupport/ Found: 200 Agent: Not using RedirectionI noticed that your plugin removed the website domain from the source. This is what the source field looks like:
/services/radio-frequency-engineering-support/
So 4.2.8 is good? I was able to upgrade from 4.0.10 to 4.2.8.
I guess the developer should take a look at 4.3.3.
Thanks a lot, 🙂
Spineless
Forum: Plugins
In reply to: [WP Hide Dashboard] Version 2.2 loaded as 2.1Hello Kim,
I downloaded the zip file and manually installed the files.
When I took a look at your php file (wp-hide-dashboard.php). I could not see anything wrong with the file. The version number in the file states version 2.2
However, When I install the plugin and navigate to the plugin page there is a note under your plugin that stating that the plugin is version 2.1 and a new version (2.2) is available.
It has been a while since I created a wordpress plugin but maybe the repository is missing version 2.1 and assumes version 2.2 is 2.1….. I don’t know…. Sounds kind of nuts I know…. I am not sure how wordpress manages the version control.
Hope this helps,
Spineless
Forum: Fixing WordPress
In reply to: CANNOT Find 404 error pageI found an unusual code in the theme. the code above is not located in just one file. Looks like really bad coding. 🙁
Each page has a if else statement on the home.php and other editable files.
I want to replace the code so it points to one file…. or one string. So I will remove the code in each file and point to the 404.php file.
How do i point to the 404.php file?
Forum: Fixing WordPress
In reply to: CANNOT Find 404 error pageWhen I edit the text it does not change.
Forum: Fixing WordPress
In reply to: Username/Password incorrect – update pluginsI think I have more information about what might be going on.
I replaced all of the files with a 5 day backup. Just did a copy and paste. This allowed the connection to be established….. Of course I have now idea which file was corrupted when I did this.
I still have one residual problem. The update takes a very long time. I walked away and an hour latter the update was still loading. I ended up clicking on a different section of the admin panel to see if the system would update and it did. So somewhere during the download the system could not refresh to tell me it was finished updating the plugin.
This is starting to look more like a wordpress bug.….since I have seen other users have issues with the update plugin feature.
Any idea why wordpress is so slow doing an update?
Forum: Requests and Feedback
In reply to: FORUM LOGIN – CANNOT LOGINOK,
Can you please edit my posted titled “pretty Permalink does not work” .
http://wordpress.org/support/topic/pretty-permalink-does-not-work?replies=5
In first statement in paragraph 6 and 10, I state my website address. I would rather not advertise my website address when I am troublshooting issues.
Can you please edit it for me?
[moderator says] Done.
Forum: Requests and Feedback
In reply to: FORUM LOGIN – CANNOT LOGINI would rather not draw to much attention to the post.
I have two issues:
1. How can I have the comment edited? Who has the authority to edit the comments? How do I contact the right person?
2. How can I get my account reactivated? I currently cannot log in.
Thanks,
spineless
Forum: Fixing WordPress
In reply to: Cannot upload picturesOk So I tried changeing the directory wp-content to permission 777 and I still go tthe same error.
Tne wp-content is located in my HOME directory and apache2 is pointing to that directory from the VAR. There are three directories that could be the issue.
/var/www/html/wp-content/uploads/2011/03
These are system directories var/html/www.
What would happen if I change the permission on the one of these directories.
1. The html directory is perplexing. I do not know where this directory is. It is not in www and it is not in my home directory above wp-content.
2. The next directory up is the www directory and it has a permission of 755 and contains one file this is the defaul “It works” index.html
I could change the permission on this directory to something higher within much problems I think.
2. The next level up is the var directory. I think it would be a very bad idea to change the permission on this directory. Its permission is set to 766 right now.
The link you provided did not give me any new information. Any ideas how I should proceed?
Thanks,
spineless
Forum: Installing WordPress
In reply to: Cannot view wordpress generated output filesThanks a lot Arkgroup.
I totally forgot to enable mod-rewrite. Once I did this everything is working now.
Sudo a2enmode rewrite
Sudo /etc/init.d/apache2 reload
Sudo/etc/init.d/apache2 restartcheck phpinfo.php and it is good! Website is up again.
Thanks
Forum: Installing WordPress
In reply to: Cannot view wordpress generated output filesYes I do have an .htaccess file. This was copied from the old install and it used to work…. and it should still work. As I mentioned the home page of the website can be displayed. Here is a copy of the highlights.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
……redirect 301 rules
</IfModule>
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
In addition to this information I took a look at the Apache2 error log and this is the last couple of errors that were generated.
[Sat Mar 05 13:07:51 2011] [error] [client 100.2.18.14] File does not exist: /home/USER/www/WEBSITE2/about-2, referer: http://www.website2.ca/
[Sat Mar 05 13:07:54 2011] [error] [client 100.2.18.14] File does not exist: /home/USER/www/WEBSITE2/services, referer: http://www.website2.ca/
[Sat Mar 05 13:07:57 2011] [error] [client 100.2.18.14] File does not exist: /home/USER/www/website2/referrals-2, referer: http://www.website2.ca/I am not sure why ” The file does not exist”. Does this help?