arkitektron
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: image upload error on Microsoft serverI’ve set the WordPress install to debug via the wp-config.php as you instructed but I am not receiving any debug errors related to the upload.
I will see if I can get my hands on those log files you told me to look at!
Thanks! !!!!!
Forum: Fixing WordPress
In reply to: image upload error on Microsoft serverUsing the above settings I am now getting this error:
The uploaded file could not be moved to \inetpub\wwwroot\test\wp-content\uploads.That is when I try to upload an image via a post or a page. The path looks better but still is not working. I think that I am getting closer.
🙂
Forum: Fixing WordPress
In reply to: image upload error on Microsoft serverI’ve even tried the following. Logging into the admin control panel and making a change to “Store uploads in this folder” settings found in: Settings > Media
to the following:
\inetpub\wwwroot\test\wp-content\uploads
as I have seen in some related posts concerning this error and this is not working either.
Please, any additional suggestions at this point would be great. I’ve sent an email to Automattic asking if I could just hire them to fix this problem and I am still awaiting a response.
Please help!
Forum: Fixing WordPress
In reply to: image upload error on Microsoft serverTell me where I can find these files and I will be glad to share with you. One issue… this is an internal server for the people I am working for and I have limited access to server side items like this.
Let me know where I can find those logs and I will do my best to get them!
Thanks!
Forum: Plugins
In reply to: Recent Posts by Category Plugin?Hey… I figured it out. I am using the following plugin:
Advanced Most Recent Posts
Sorry for the silly question!
Forum: Themes and Templates
In reply to: Seperate CSS for 1 Table in WordPress PageOk… so I got started with your suggestion and have it working on this page… However, I have added a bullet point in the HTML within the table but it is not showing up on the page:
http://74.52.230.16/~wpadmin/?page_id=11
Here is the code I am trying in the user.css file:
#content .professionaldevelopment { border: solid 1px #CCC; }
#content .professionaldevelopment td { padding: 5px; }
#content .professionaldevelopment ul { color:#000; }
#content .professionaldevelopment li { color:#000; }#content .professionaldevelopment2 { border: solid 1px #CCC; background-color: #FFF4D9; }
#content .professionaldevelopment2 td { padding: 5px; }#content .professionaldevelopment3 { border: solid 1px #CCC; background-color: #FBE2E4; }
#content .professionaldevelopment3 td { padding: 5px; }Please let me know what I need to change to have the bulletpoints visible with any of the text inside of the table.
Thanks for your assistance!
Forum: Themes and Templates
In reply to: Seperate CSS for 1 Table in WordPress PageHey JarretC, thanks for the suggestion that did get me moving in the right direction and off to a good start.
This will come in handy for quite a number of things!
Forum: Themes and Templates
In reply to: Seperate CSS for 1 Table in WordPress PageHi esmi… here is a link to the page that I am working with:
http://74.52.230.16/~wpadmin/?page_id=11
In that page there is content such as: Pilot Orientation Implementation Design Comprehensive
Launch Training End-of-Year ReviewThat is all held together by an HTML table… I am using “class” as follows:
<table class=”professionaldevelopment”>
And I have this in my CSS file:
table.professionaldevelopment { border: 1px; }
as far as I know that should create a border but it is not working.
Please advise.
Thanks!
Forum: Themes and Templates
In reply to: Seperate CSS for 1 Table in WordPress PageOk… so here is what I am trying to do… I have a table that I am posting into HTML as a page in my WordPress install:
[Code moderated as per the Forum Rules. Please use the pastebin]
Then I am adding this to the .css files for the Arras Theme:
.professionaldevelopment { border: 1px; }
In order to get a 1px wide border around the table on that one page but it is not working. Any suggestions?
Please advise.
Thanks!