Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter oftb

    (@oftb)

    Thanks so much for your quick reply.

    The last version that was confirmed working was actually 5.11.
    I uninstalled and reinstalled both plugins to 5.11 and it did work again. (screenshot)
    https://glowinggorgeous.com/wp-content/uploads/2021/06/5.11-worked.jpg

    I used the WRI to display related products at the bottom of posts, and vice versa.

    I tried installing 5.14 and the thumbnails and heading no longer work (screenshot)
    https://glowinggorgeous.com/wp-content/uploads/2021/06/5.14-no-thumbnails.jpg

    I tried each of 5.22 to 5.25 then it would not even pull any related posts/products anymore.

    I think one option is if you could please tell me how I can pull related products only on posts, and related posts only on product pages. I would love to keep up with the YARPP updates. I also can send a copy of WP related items 1.2.7 if that helps.

    Thank you so much for your help

    Thread Starter oftb

    (@oftb)

    Tried both, didn’t make a difference…..
    Could you please tell me other things to check?

    Thread Starter oftb

    (@oftb)

    I am not too sure which ones are static vs dynamic.
    Posts and product pages and archives are OK.
    Pages (e.g. terms of use, about-us) are giving me 404.

    Here’s my regenerated .htaccess

    # BEGIN LSCACHE
    ## LITESPEED WP CACHE PLUGIN – Do not edit the contents of this block! ##
    <IfModule LiteSpeed>
    RewriteEngine on
    CacheLookup on
    RewriteRule .* – [E=Cache-Control:no-autoflush]
    RewriteRule \.object-cache\.ini – [F,L]

    ### marker MOBILE start ###
    RewriteCond %{HTTP_USER_AGENT} Mobile|Android|Silk/|Kindle|BlackBerry|Opera\ Mini|Opera\ Mobi [NC]
    RewriteRule .* – [E=Cache-Control:vary=ismobile]
    ### marker MOBILE end ###

    ### marker CACHE RESOURCE start ###
    RewriteRule wp-content/.*/[^/]*(responsive|css|js|dynamic|loader|fonts)\.php – [E=cache-control:max-age=3600]
    ### marker CACHE RESOURCE end ###

    ### marker FAVICON start ###
    RewriteRule favicon\.ico$ – [E=cache-control:max-age=86400]
    ### marker FAVICON end ###

    ### marker DROPQS start ###
    CacheKeyModify -qs:fbclid
    CacheKeyModify -qs:gclid
    CacheKeyModify -qs:utm*
    CacheKeyModify -qs:_ga
    ### marker DROPQS end ###

    </IfModule>
    ## LITESPEED WP CACHE PLUGIN – Do not edit the contents of this block! ##
    # END LSCACHE
    # BEGIN NON_LSCACHE
    ## LITESPEED WP CACHE PLUGIN – Do not edit the contents of this block! ##
    ## LITESPEED WP CACHE PLUGIN – Do not edit the contents of this block! ##
    # END NON_LSCACHE

    # BEGIN WordPress
    # The directives (lines) between “BEGIN WordPress” and “END WordPress” are
    # dynamically generated, and should only be modified via WordPress filters.
    # Any changes to the directives between these markers will be overwritten.
    <IfModule mod_expires.c>

    # Enable expirations
    ExpiresActive On
    # My favicon
    ExpiresByType image/x-icon “access plus 1 year”
    # Images
    ExpiresByType image/gif “access plus 1 month”
    ExpiresByType image/png “access plus 1 month”
    ExpiresByType image/jpg “access plus 1 month”
    ExpiresByType image/jpeg “access plus 1 month”
    ExpiresByType image/svg+xml “access plus 1 month”
    # CSS
    ExpiresByType text/css “access plus 1 month”
    # Javascript
    ExpiresByType application/javascript “access plus 1 year”
    </IfModule>

    # MediaAce Rules – Hotlink protection
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_URI} !/wp-content/plugins/media-ace/assets/hotlink-placeholder.png$
    RewriteCond %{HTTP_REFERER} !^$
    RewriteCond %{HTTP_REFERER} !^(http(s)?://)?(www\.)?aaaaa.com [NC]
    RewriteCond %{HTTP_REFERER} !^(http(s)?://)?(www\.)?facebook\.com [NC]
    RewriteCond %{HTTP_REFERER} !^(http(s)?://)?(www\.)?google\.*$/.* [NC]
    RewriteCond %{HTTP_REFERER} !^(http(s)?://)?(www\.)?pinterest\.*$/.* [NC]
    RewriteRule .*\.(jpg|jpeg|png|gif)$ https://aaaaa.com/wp-content/plugins/media-ace/assets/hotlink-placeholder.png [NC,R,L]
    </IfModule>

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    # Wordfence WAF
    <IfModule LiteSpeed>
    php_value auto_prepend_file ‘/home/aaaaa.com/wordfence-waf.php’
    </IfModule>
    <IfModule lsapi_module>
    php_value auto_prepend_file ‘/home/aaaaaa.com/wordfence-waf.php’
    </IfModule>
    <Files “.user.ini”>
    <IfModule mod_authz_core.c>
    Require all denied
    </IfModule>
    <IfModule !mod_authz_core.c>
    Order deny,allow
    Deny from all
    </IfModule>
    </Files>

    # END Wordfence WAF

    Thread Starter oftb

    (@oftb)

    Thank you. I just went and turned off about half of the scripts/css. And I am already using Cloudflare. The menu is still not loading properly when the page first loads.

    Thread Starter oftb

    (@oftb)

    PLease check this out instead. Thank you!

    View post on imgur.com


    It’s just the menu fixed to a narrow width and becomes very long coming down.

    Thanks!

    Thread Starter oftb

    (@oftb)

    The link does work for me, but let me find somewhere else to host it

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