Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter funashi

    (@funashi)

    Thanks it worked

    This is a good question. I have had this problem year in year out especially i have to tick manually one by one more than 300 players every season

    Thanks Ivan, I know we have chatted before from Siteground. It was rectified from Siteground support chat. I didn’t get the chat transcript to benefit from the solution. But this particular installation was done through https as the default. I think thats the area she worked on

    • This reply was modified 8 years, 1 month ago by funashi.

    I have the same problem for a new installed WordPress Lensesview – on Siteground. I have checked the permissions to wp-admin and wp-content = 755

    here is my .httacess

    # 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
    # compress text, html, javascript, css, xml:
    <IfModule mod_deflate.c>
    AddOutputFilterByType DEFLATE text/plain
    AddOutputFilterByType DEFLATE text/html
    AddOutputFilterByType DEFLATE text/xml
    AddOutputFilterByType DEFLATE text/css
    AddOutputFilterByType DEFLATE application/xml
    AddOutputFilterByType DEFLATE application/xhtml+xml
    AddOutputFilterByType DEFLATE application/rss+xml
    AddOutputFilterByType DEFLATE application/javascript
    AddOutputFilterByType DEFLATE application/x-javascript
    AddType x-font/otf .otf
    AddType x-font/ttf .ttf
    AddType x-font/eot .eot
    AddType x-font/woff .woff
    AddType image/x-icon .ico
    AddType image/png .png
    </IfModule>

    ## EXPIRES CACHING ##
    <IfModule mod_expires.c>
    ExpiresActive On
    ExpiresByType image/jpg “access 1 year”
    ExpiresByType image/jpeg “access 1 year”
    ExpiresByType image/gif “access 1 year”
    ExpiresByType image/png “access 1 year”
    ExpiresByType text/css “access 1 month”
    ExpiresByType application/pdf “access 1 month”
    ExpiresByType text/x-javascript “access 1 month”
    ExpiresByType application/x-shockwave-flash “access 1 month”
    ExpiresByType image/x-icon “access 1 year”
    </IfModule>
    ## EXPIRES CACHING ##
    AddHandler application/x-httpd-php56 .php .php5 .php4 .php3 .php2

    UPDATED TO 2.2.3 and the problem is solved. And thanks Brian and all at themboy. my table shapes are showing nicely, aesthetically pleasing and also the added features of tiebreaker and form are superb

    I have the same problem. Just checked version of my plugin 2.2.1. Let me see what happens when i update

    Thread Starter funashi

    (@funashi)

    Their was a SEO plugin that kept interfering with the SportsPress. After deactivating it everything worked fine though am now noticing that featured image on a post is not working fine.
    Once i set the featured image its become increasingly difficulty to change it. I would remove put another one and immediately it puts back the earlier image. I have ended up posting two or three times with wrong featured image

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