Forum Replies Created

Viewing 8 replies - 61 through 68 (of 68 total)
  • Hello @romans96 , I would be glad to assist you.

    What steps did you follow to migrate your wp install from your localhost install to your hosting provider?

    This is the wp migration page that may assist you. There is a section towards the bottom “Relocate method“. This is a way to automatically have wp update the Site URL for you. Please give that a try and post an update.

    Joey

    @junior 1.1 MB is much smaller than your 1GB limit. I cannot see why this would be causing the issue. Once a image fails to upload, does it always fail or will it upload if you try to upload again the same image? What are your image size settings under Settings/Media? The default large image size is 1024 for both width and height. What version of wp are you using? If you compare an image that successfully uploads and one that fails, what is the difference in the image properties? Is the image resolution the same?

    hello @realtimerevops , I would be glad to assist you.

    I count 12 post on your main blog page. Please confirm under your WordPress Setting/Reading Page what you have set for “Blog pages show at most”. The default setting for my install is 10 post.

    When posting you can also check off the option “Stick to the top of the blog” to ensure that the most resent post will appear no matter the maximum post to display.

    I hope this helps.

    Joey

    Hello @mikehende , I would be happy to assist you.

    From my experience the category list is sorted alphabetically. This may or may no work for you but you can preface you category names with a number. For example 1. Tech Products 2. Apps 3. Softwares, etc. The list will then be sorted using the number.

    I hope this helps.

    Joey

    Hello @junior , I would be more than happy to assist you with the issue of certain images not loading.

    Have you verified that the image is not larger than 2560 pixels? Depending on your OS, looking at the properties of the image should provide the pixel size for height and Width. If you are able to share the image, I would be willing to test this out with my wp install test environment.

    Joey

    Thread Starter joecoyle

    (@joecoyle)

    @abletec Yes, I will marked this as resolved. I would also be willing to provide forum support. I am currently working full-time as a Point of Sale Customer Support Specialist. I support both software and hardware issues. Please pm any information I would need to get started.

    Joey

    Thread Starter joecoyle

    (@joecoyle)

    @abletec Thank you for your reply. Yes, I had redacted my host name. I also used Hostgator’s one-click install to successfully wp network install. I am not sure what I missed in the manual install but I did compare the .htaccess file and I noticed there was some entries (not related to wp) that was not included in the on-click install from Hostgator.

    Thank you again,

    Joey

    Thread Starter joecoyle

    (@joecoyle)

    This is my setup information:

    • WP 6.3.2 on Hostgator shared server
    • WP Install in root public_html
    • Permalinks set to https://domain.com/sample-post/
    • All plugins disabled
    • .htaccess file:
    • RewriteEngine On
    • RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    • RewriteBase /
    • RewriteRule ^index.php$ – [L] add a trailing slash to /wp-admin
    • RewriteRule ^wp-admin$ wp-admin/ [R=301,L]
    • RewriteCond %{REQUEST_FILENAME} -f [OR]
    • RewriteCond %{REQUEST_FILENAME} -d
    • RewriteRule ^ – [L]
    • RewriteRule ^(wp-(content|admin|includes).) $1 [L] RewriteRule ^(..php)$ $1 [L]
    • RewriteRule . index.php [L]
    • wp_config file:
    • define( ‘WP_ALLOW_REPAIR’, true);
    • define( ‘WP_ALLOW_MULTISITE’, true);
    • define( ‘SUBDOMAIN_INSTALL’, true );
    • define( ‘DOMAIN_CURRENT_SITE’, domain.com’ );
    • define( ‘PATH_CURRENT_SITE’, ‘/’ );
    • define( ‘SITE_ID_CURRENT_SITE’, 1 );
    • define( ‘BLOG_ID_CURRENT_SITE’, 1 );

Viewing 8 replies - 61 through 68 (of 68 total)