Forum Replies Created

Viewing 15 replies - 91 through 105 (of 137 total)
  • Forum: Fixing WordPress
    In reply to: Add Media Problems

    Hello Harriet1908,

    Sorry for the problem with the Add Media button. Typically, to start troubleshooting like this issue we will look at problem and first check version, then look for errors, then look at simplifying or isolating until we can see it working normally.

    -What version of WP are you using?
    -What versions of plugins/themes are you using? Does anything need updating? Update if necessary to see if it fixes anything.

    If everything is working, then do you get any errors? You can enable debug mode (https://codex.ww.wp.xz.cn/Debugging_in_WordPress), and then check to see if you can identify any errors. Share any found errors with the community and it may be identified and provided with a solution.

    Still having the problem? Then try getting your installation down to a “bare-bones” setup. Disable the plugins one at a time until there are none running. Make sure to check if the add media button works in between disabling your plugins. Repeat this with the themes you may or may not be using. Simplify to a theme like twenty-fifteen and see if the problem persists.

    If you’re still having the exact same problem after simplifying, then check your server requirements (usually checked before your install). Make sure that your web site requirements are good. Check your .htaccess for any possible conflicts. If everything checks out there, then try testing a new installation. Make sure it’s using only the base installed themes and no plugins. If it’s working in there, then it might be your base files. You can replace them with the files in your test installation for from a fresh download.

    I hope this helps!

    Arnel C.

    Hello Zach4771,

    In working server support for a hosting service we often see this issue. Personally, I recommend using gtmetrix.com. They do a pretty good job of reviewing the possibilities for causing your site to be slow. They also provide pretty good explanations.

    I looked at yours with it, and your site got a 90 on the pagespeed tab and a 70 on their Yslow tab. The main issues they note (at the top of the list) are the Javascript and images being pulled. They recommend deferring the scripts (if possible), using gzip compression, and a content distribution network to help speed it up.

    When you talking about speeding up a server response, it’s going to involve the javascript and the content all being loaded from the server. If you’re loading a lot of javascript, it does take some time to run them from the server, especially if you’re running several scripts at once. Try to defer scripts so that they execute later – not at the start loading your site. Look up “how to defer javascript in WordPress sites” and you’ll see a bunch of articles on it.

    Regarding your image content, if they are large images not optimized for the web, then they will take some time to load. You can static content loading time like images by using CDN services. An example of one is Amazon Cloudfront CDN or MaxCDN. They may cost a little of money, but they help in reducing load time if you’re using a cheap hosting service.

    Hope that helps!

    Regards,
    Arnel C.

    Hello C-m,

    I tried to see I could duplicate the problem that you’re having but I’m unable to see any fuzzy thumbnails with the images you provided. I also checked my functions code and I see nothing similar. I am running the latest version of WordPress 4.5.3.

    Are you running the same version? Using any plugins? I also checked my Settings under Media and these are the dimensions that I have set:

    thumbnail – 150×150
    medium – 300×300
    large – 1024×1024

    Do you see the same type of thing? Please let me know and we can follow up if necessary.

    Regards,
    Arnel C.

    Forum: Fixing WordPress
    In reply to: Sandbox Website

    Hello Madyson,

    If you’re going to be creating a “sandbox website” and then bring them over to the live site, you’re probably creating more of a problem than a viable solution. If you are testing the update on a clone of your site, then running the same update on your live site, then it would make more sense and save your more time.

    Based on what you’re asking, you want to make a duplicate of your site (it would have to run using a different URL than your main site), run an update on your clone, then move the updated clone into your live site – or at least the changes. This would require that you continually replace your live site with the updated clone. Moving ONLY the updates would be difficult unless you know where to update the files and database within WordPress.

    When we think update in WordPress we’re thinking themes, plugins, database, or WordPress version. Please clarify what you’re updating and we can try determine the best way for you make sure it applies to your live site.

    Kindest regards,
    Arnel C.

    Hello Moira,

    Sorry to hear about your problem with the Admin. One of the best ways to get the admin working again would be to get into your database and revert the theme back to a default like twenty-thirteen.

    You would need to be able to open your WordPress database, look at the wp-options table and then search for your current theme name by looking at the table entries. The table entries you’re looking for are labeled:

    • template
    • stylesheet
    • current_theme

    Look in your themes folder and make sure that one of the default themes are located there (ex: twenty-thirteen). Change the entry in the database to that theme name, then try running the site again and going into the administrator. (You can also review instructions here: How to change WordPress themes directly in the database)

    If you continue to have problems, I would check:

    • Check your .htaccess file (see here for the default .htaccess file for WordPress)
    • Turn off all your plugins and make sure that the base files are in place.

    Make sure to make a backup of your website before making any alterations to your files or file structures. Once you have a backup, you can try moving your files into a clean installation. Check out this post on how it can be done: Moving from an old WP install to a clean install

    Hi Almoorsoft,

    Not so sure about providing an ARTICLE + PDF directory. However, take a look at the screenshots for this plugin. This might be what you’re looking for.
    Media File manager

    Hi Bizwriter,

    Looks they are added by plugins. However, as per your copy above, each line is simply a remark – meaning it has absolutely no affect on your site. The “#” sign indicates it as a remark. In this case it simply marks the beginning and ending of the code. .htaccess runs the code in order from top to bottom. So, if you want to add something, I would add probably add it AFTER the WordPress re-writes unless you’re trying to do something that needs to take effect before the WordPress section is used.

    Hope that helps!

    Hi Kerrybeach,

    Sorry to hear you’re having problem with the featured image. Check out this post: featured image not showing.

    There are several customers saying that they had problems and offered solutions. The one that may relate to you has to do with file permissions (the last reply in the post). Make sure that the directory attributes of wp-upload and the files saved within have the correct permissions.

    Hello Andy,

    Sorry for the issue! Can you a URL so we can take a look at the embed?
    NOTE: You have to have a Plus or PRO membership with Vimeo in order to generate mobile-compatible versions of your videos

    Vimeo Video Mobile versions

    Hello!

    I’m assuming you’re using Buddypress, right? Try the following link. There were several posts on this issue in the BuddyPress forum and one post listed this as the solution:

    BuddyPress redirect loop

    Can you please provide a little more information on the issue? A link would be great. Also, information on what you’re expecting to see would help us troubleshoot it. You’re using the latest version?

    Here’s a good post that gives you the queries to update the entries for posts in the WordPress database.

    Updating links in old posts

    Hello Jporterhouse72,

    That’s going to depend on the form solution you’re using in WordPress. If it’s a plugin, then go to your plugin in the WordPress admin and you should be able to change the email address there.

    You’re using elements using javascript. Check out this link that talks about positioning javascript elements:

    Positioning javascript elements

    Hope that helps!

    Hello Morningstar79,

    You’d figure that this would be a common enough request that you’d see a plugin for this type of thing. In my search of the issue I found the following posts:

    Rotating header images based on time

    Rotating images based on time of the day

    You might also want consider creating a cron job to rename a graphic directory for you. You could set up multiple graphic directories that would be renamed into place at a certain time. It would take relatively little coding and accomplish task of changing your images on a scheduled basis. You can google “cron job” and you’ll see a ton of references.

    I hope this helps get you issue resolved. Let us know if you still require assistance.

Viewing 15 replies - 91 through 105 (of 137 total)