Forum Replies Created

Viewing 15 replies - 1 through 15 (of 15 total)
  • Thread Starter mmdrdesigns

    (@mmdrdesigns)

    I forgot to mention that when the upload fails in my #2 version above, as it is finishing it says “crunching” then finishes then gives me the “?” icon. Not sure I ever noticed that before.

    I also tried on another computer and it has the same issues. Nothing will upload. So obviously it is settings within WP/plugins or my host company.

    And above when I said “Though when I dialed Akismet” it should been “Though when I disabled Akismet”

    I also re-disabled Akismet and I still have the problem.

    I am truly stumped…and kind of new to WP, so I don’t even have new tricks to try.

    Thread Starter mmdrdesigns

    (@mmdrdesigns)

    Oh, but I did find 3 .htaccess files when I had searched. I only added that line of code to the file within /public_html/wp-includes.

    I also found the same file name in /public_html and in /public_html/wp-content/plugins/akismet.

    I’m not sure what the code actually does, so I’m not sure which one I should actually be adding it to.

    The wp-includes file has the following code – without the code that I added to the top:
    ‘<Files *.php>
    deny from all
    </Files>
    <Files wp-tinymce.php>
    allow from all
    </Files>
    <Files ms-files.php>
    allow from all
    </Files>’

    The public_html file has the following code:
    ‘# 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’

    The file within the Akismet plugin folder has the following code:
    ‘# Only allow direct access to specific Web-available files.

    # Apache 2.2
    <IfModule !mod_authz_core.c>
    Order Deny,Allow
    Deny from all
    </IfModule>

    # Apache 2.4
    <IfModule mod_authz_core.c>
    Require all denied
    </IfModule>

    # Akismet CSS and JS
    <FilesMatch “^(form\.js|akismet\.js|akismet\.css)$”>
    <IfModule !mod_authz_core.c>
    Allow from all
    </IfModule>

    <IfModule mod_authz_core.c>
    Require all granted
    </IfModule>
    </FilesMatch>

    # Akismet images
    <FilesMatch “^logo-full-2x\.png$”>
    <IfModule !mod_authz_core.c>
    Allow from all
    </IfModule>

    <IfModule mod_authz_core.c>
    Require all granted
    </IfModule>
    </FilesMatch>’

    So, maybe I should be adding it to the Aksimet one? Though when I dialed Akismet it didn’t seem to fix the problem. I will be retrying that just to rule it out.

    Thread Starter mmdrdesigns

    (@mmdrdesigns)

    Thanks! I found the hidden files checkbox and finally found the file – but the added line of code also did not fix the problem. I still got an http error. The code that the other thread referred to was to add this: ‘SetEnv MAGICK_THREAD_LIMIT 1’ at the top of the file. I will be removing it shortly, just in case it changed something else.

    I did take all of the images myself. The larger images were from my Nikon camera, while the one image that was smaller and did work was from my cell phone.

    I also did just try to upload some more basic images – things that were not photographs, but just graphics – and those didn’t work (one of which was a simple 12KB jpg). I did however notice a difference between upload issues.

    1. I get the http error and the file upload stops at 100% and never really completes (doesn’t show a thumbnail or icon), seemingly on larger files.
    2. I get a completed file upload which shows the “?” icon and offers me the ability to Edit the upload – assuming anything uploaded, which it didn’t. This seems to happen on the smaller files.

    I am so confused as to why it used to work fine on our old domain and then all of a sudden, once we changed domains, it does not work anymore. I might try on another computer just to eliminate my computer as the issue.

    Thanks again!

    Thread Starter mmdrdesigns

    (@mmdrdesigns)

    I was able to change how my file manger sees the files, but uploading them to the Media Library didn’t work still. They still have the http error. So now I will try some smaller images and test them out to see if it is size based.

    Thread Starter mmdrdesigns

    (@mmdrdesigns)

    Oh wait. I just noticed on my file manager that the larger ones that didn’t work are labeled as Type: text/x-generic even though they are .jpg images. How is that possible? The cell phone image is labeled as image/x-generic. Can something be wrong with my files? I can see them as images on my computer though and they are .jpg as the file extension.

    Hmmm…

    Thread Starter mmdrdesigns

    (@mmdrdesigns)

    Well, I have to change this answer slightly. I deactivated all plugins and checked all of them. Nothing changed. I discovered another thread that said to find the .htaccess file in the WP root directory and add a line of code, but I couldn’t find the .htaccess file at all in the WP root directory. I could search for it and it told me where it was, but I can’t physically see a file with that name.

    I re-tried using “Add from server” after uploading my images to a different spot on my server and oddly, one image worked and the other 5 or 6 images still failed. The one image that worked was a cell phone image. My max file size is set to 100MB (as it tells me from the media upload screen). All files are much smaller than that. 6-10 MB, I think. The Cell one was 2MB. Is there something wrong with my file size settings that I can’t find? GoDaddy assured me that the file size requirements on their end were all set. I’m thinking of trying them again and hoping to get a different person to help.

    Is max file size based on all files or individual files?

    Any thoughts?

    I am having the same problem, but when I open the File Manager and search for the .htaccess file, I supposedly have 3 versions of it. One in /Public_Html, one in wp_content/plugins/akismet, and one in /wp_includes. However, I don’t actually see any files with that name. I see all sorts of .php files, but the only one that seems to come close (because of the word magick) is /wp_includes/class-wp-image-editor-imagick.php

    Does that refer to a plugin somewhere or could my cpanel with WP on it be different because I am using GoDaddy for hosting? For more info on what I’ve already tried, I started a new thread at https://wordpress.org/support/topic/media-upload-not-working-http-error?replies=2#post-8579245

    Any help would be appreciated!

    Thread Starter mmdrdesigns

    (@mmdrdesigns)

    Thank you for your response! I did disable Jetpack and tried uploading with the same results. Either I get a visible http error or I just get a blank “?” as the icon for the image with no data attached. I also tried the “Add from Server” plugin and even if the file is on my hosting server and I upload it to the media library, it is still showing up with a blank file. Unless I am using it wrong. Here is what I did using “Add from Server”:

    I uploaded a file to my hosting server, navigated to it from “Add from Server” and then hit the Import button. It tells me the file is in my media library, but when I go to the library, it is still a “?” icon with no media details. If I re-import an image I have deleted from my library previously, it seems to be able to upload it properly, but not with new ones. So basically, no matter how I upload it seems to be having the same issue (though I still have not tried a true ftp upload…might try that next.)

    I feel like this is an issue with my actual hosting company but they have already assured me that it is not them.

    A bit of background information regarding this site which may be relevant to this issue since it’s only come up recently:

    I was working on this WP site on a separate domain (still within our web hosting domain) while it was under construction at new.mmdrdesigns.com. When I completed it, we swapped over the domains, so that the WP domain that I had been working on was now hosted at my main domain – http://www.mmdrdesigns.com and the new.mmdrdesigns.com domain was now unused.

    Could there be an issue somewhere that the images are somehow not being allowed to be stored on the main domain or maybe some navigation issue? I’m really not sure what I am trying to explain, but this is the first time I have tried to upload images since we swapped the domains a couple of weeks ago. And this is the only time I have had this error.

    I will continue to try deactivating my plug ins, but the ones I have left don’t seem to have any relation to media uploads.

    Thanks again!

    Thread Starter mmdrdesigns

    (@mmdrdesigns)

    Great! Thanks again for your help! With the inspection tool, I can now figure out what each item is labeled and then figure out how to change it. Some are trickier than others, but I should be able to finalize this now. I got the dates hidden! Now I will be going back over the site to finalize everything.

    I was not able to duplicate the css editor issues tonight and I don’t remember what I was editing…it was font related a few days back. I had edited the font size, color, or style and I hit save, then preview and nothing changed. Out of frustration, I closed the window, walked away and the next time I sat down to look at it, the change actually had worked! I am using Safari. If I come across it again and can pinpoint how it happened, I’ll let you know.

    Thread Starter mmdrdesigns

    (@mmdrdesigns)

    Great! I was able to change some items with the code above. I am using JetPack’s custom CSS editor and sometimes when I preview the changes, it doesn’t show up, but then I exit out of the editor (after saving the changes) and all of a sudden it is changed! Not sure what I’m doing wrong there.

    So, how do I find out what the theme has labeled for various text? I tried editing the text that is at the bottom of the individual post pages (like the navigation text and “Leave a reply”) with the following, but it didn’t work. Am I using the wrong class to change them?

    ‘.nav-next, .nav-links, .nav-previous, .comment-reply-title .navigation {
    font-size: 1.9rem;
    font-style: bold;
    }’

    I had also considered removing the navigation links all together – which doesn’t seem to be working either. I used the following:

    ‘.entry-meta-footer {
    display: none;
    }

    .more-link {
    display: none;
    }

    .page-links {
    display: none;
    }’

    I was also trying to change the font to on the Post/Portfolio preview page. I assume it should be ‘.entry-title’ then the front changes, but that only changed the title within the post itself. Not on /portfolio and /blog pages.

    Where can I (or can I at all) edit the title “Archives: Portfolio” on my portfolio page? I assume that if my child theme had all of the css available for editing, I would find that within the code and could change it. But the only code I see in the stylesheet is what I added. And I don’t seem to have a portfolio or archives php page.

    So, final question for now, if I want to remove the date bar all together from the post preview page (and the portfolio preview page), can I do that? I messed around with some of the settings you gave me snippets for but nothing removed them. I assume it has something to do with the extra “a” when attached to ‘.entry-meta a’
    vs ‘entry-meta’, but it’s hard to google that extra “a” in css code!

    Thanks again!

    Thread Starter mmdrdesigns

    (@mmdrdesigns)

    Thank you Siobhan! Those worked beautifully! I think the layout is finally great! But I was just trying to change the font size on the body text and the captions for the images and somehow when I created my child theme, it didn’t copy the information for the stylesheet…so my stylesheet looks blank except for the above changes that I added. I found random snippets of code here on some of the forums to change font sizes and none of them changed anything! I tried this snippet and changed the font size several times and none of them changed the look of the fonts.

    ‘.BlockContent-body
    {
    position: relative;
    overflow: hidden;
    z-index: 0;
    margin: 7px;
    text-align: left;
    color: #085159;
    font-family: ‘Arial’;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    }’

    I also tried a simpler snippet that I can’t find again and it also did nothing.

    In the original stylesheet for the Apostrophe theme, I was able to see the code, but even then, it wasn’t changing when I changed the font size. Is there a different sheet that I should be adding the font snippets to? Or is there a main font style designation that I am missing?

    So I am trying to make my content text smaller by a little bit (maybe 1-2 pt sizes), the titles for the pages smaller by a little bit (maybe 2-5 pt sizes), and the text for the image captions smaller than the content text and italicized.

    I am going to keep searching for functional snippets to edit and try out (as well as trying to learn more about CSS in general), but in the meantime, I thought I’d ask since you have been so helpful!

    Thanks again!

    Michelle

    Thread Starter mmdrdesigns

    (@mmdrdesigns)

    Hi Siobhan,

    Thanks for all of that! I added the various snippets and most of it worked perfectly! The one thing that still is not centered is my logo at the top. The logo is more of a banner and seems to still be left justified. Is there code for the logo that I can add?

    Also, the change for the buttons on the posts page worked great! But it then changed the color of those same label/buttons on the main blog and portfolio pages to white (with white text). I tried changing the #FFF to another color but it still seems to be white. Here’s the most recent code that I put in there to try to change the labels on the main blog and portfolio pages.

    ‘/*change color of buttons on post pages*/
    .entry-meta, .edit-link, .comment-reply-link, .entry-footer a[rel=”tag”], .entry-footer a[rel=”category tag”], #infinite-handle span, .entry-footer a[rel=”category tag”] {
    background: #FFF;
    color: #404040;
    }

    /*change color of hover on buttons*/
    .entry-footer a[rel=”tag”]:hover, .entry-footer a[rel=”category tag”]:hover {
    background-color: 003d84F;
    }’

    Is there something I’m missing?

    Thanks again!

    Michelle

    Thread Starter mmdrdesigns

    (@mmdrdesigns)

    I just managed to center the content in the pages (I had forgotten to set the pages to full width), but I would still like to see the header and menu centered. Additionally, each actual post and portfolio page is still not centered. Like here:

    http://new.mmdrdesigns.com/first-post/hello-world/

    In the link above, you can also see the category buttons that I was asking about changing.

    Thanks again for any help you can provide!

    Thread Starter mmdrdesigns

    (@mmdrdesigns)

    I think I have discovered that with Debut, and maybe all of wordpress, the posts (including the custom content posts of Jetpack’s Portfolio) always have a sidebar, unless edited out with CSS. I noticed that my Portfolio page and Blog page have a sidebar for Search, Archives and Meta. How do I remove those? I did check the forums, but the CSS edits that I am finding seem to be theme specific and do not seem to work on Debut.

    Thread Starter mmdrdesigns

    (@mmdrdesigns)

    So, in the meantime, I started to experiment with other themes again, so if you happen to look at my site and it’s not the Customizr theme but might have some suggestions, I’d love to hear them. I’m still happiest with the Customizr theme other than those 3 issues.

Viewing 15 replies - 1 through 15 (of 15 total)