Forum Replies Created
-
FYI i tried the wp-config addition and it didn’t work…
in reply to: HTML Error on image uploadif i want to add it into my .htaccess where would i place it inside of the file? Here is what my files says, i have pasted it below can you please show me where to place the code you provided?
# BEGIN WordPress
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg “access plus 6 hours”
ExpiresByType image/jpeg “access plus 6 hours”
ExpiresByType image/gif “access plus 6 hours”
ExpiresByType image/png “access plus 6 hours”
ExpiresByType text/css “access plus 6 hours”
ExpiresByType application/pdf “access plus 1 week”
ExpiresByType text/javascript “access plus 6 hours”
ExpiresByType text/html “access plus 10 minutes”
ExpiresByType image/x-icon “access plus 1 year”
ExpiresDefault “access plus 3 hours”
</IfModule>
Header set X-Endurance-Cache-Level “2”
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$
RewriteCond %{REQUEST_URI} !^/\.well-known/cpanel-dcv/[0-9a-zA-Z_-]+$
RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$
RewriteCond %{REQUEST_URI} !^/\.well-known/cpanel-dcv/[0-9a-zA-Z_-]+$
RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule . /index.php [L]
</IfModule># END WordPress
in reply to: HTML Error on image upload…and yes i’ve published the changes and refreshed the page/cleared cache each time. the image does not update…
after many attempts at clearing my WP install, etc… I finally got it to work. Now please help me with this issue…
How do you change the header image on the homepage? The main image behind the title, “Release Your Full Potential” ? I use the ‘customize’ area and click into the Header area and change the photo there but it does nothing. I even go into the Pages section of WP and find the “Lifecoach WP Theme – Front Page” and try to change the featured image there to no avail.
I have also checked the sizing requirements to make sure my image was sized correctly. Just to test it I tried to upload your featured image from the demo to see if I could even get that one to work http://themes2go.xyz/demos/lifecoach/wp-content/uploads/2017/03/lifecoach-home-new.jpg but no, it does not.
I’ve watched the video but its not very helpful for this. Please help.