Forum Replies Created

Viewing 15 replies - 1 through 15 (of 15 total)
  • Thread Starter DJ Trog

    (@dj-trog)

    Thank you. That fixed the problem.

    • This reply was modified 5 years, 8 months ago by DJ Trog.
    Thread Starter DJ Trog

    (@dj-trog)

    Please see the link I provided at the top of this discussion. I may have confused matters by calling it a download icon. The problem is actually the text in the Download field obscuring the title of the download.

    Is there a way to fix this globally?

    Thank you

    Thread Starter DJ Trog

    (@dj-trog)

    . . . Also, the text “Download” is created in Package Settings in the Link Label field. It used to be a much smaller element on the page. I don’t believe this issue has to do with a category shortcode. ??

    Thread Starter DJ Trog

    (@dj-trog)

    Thanks for the reply, but I am not sure what you are suggesting. I am using the Avada theme, which has its own editor. I have the TinyMCE button and the WPDM icon does appear in the editor. Are you suggesting that I go through each download and choose a different template? Of course, I am looking for a way to handle this globally.

    I am still getting an error regarding this code being deprecated as of WP 4.5.

    DJ Trog

    (@dj-trog)

    I am receiving the same error, and variations of it. The front end of my site seems fine.

    I did not notice the error until I updated my theme.

    Thread Starter DJ Trog

    (@dj-trog)

    OK. I’ve found a way to restrict and hide each post (WP
    DM download) in User Access Manager. It’s not ideal, but it does prevent unwanted access.

    Thread Starter DJ Trog

    (@dj-trog)

    Update. Cookie duration seemed to be cooperating, but now it isn’t. I set it to 3600 seconds, but I’m still logged in a day later. I have some expiration code in .htaccess, perhaps there’s a conflict?

    Thread Starter DJ Trog

    (@dj-trog)

    Thanks, Kimberly. Please bear with me, my code knowledge is limited at best. For whatever reason, I have an .htaccess file at the webhost root level and another at the WordPress installation. W3TC is writing to the one at root level. I do not see the expiry parameters there.

    # Begin cache control #
    ExpiresActive on
    ExpiresActive off
    <FilesMatch “.*”>
    Header unset Cache-Control
    Header unset Expires
    Header unset Last-Modified
    FileETag None
    Header unset Pragma
    </FilesMatch>
    # End cache control #

    # BEGIN W3TC Browser Cache
    <IfModule mod_deflate.c>
    <IfModule mod_headers.c>
    Header append Vary User-Agent env=!dont-vary
    </IfModule>
    AddOutputFilterByType DEFLATE text/css text/x-component application/x-javascript application/javascript text/javascript text/x-js text/html text/richtext image/svg+xml text/plain text/xsd text/xsl text/xml image/x-icon application/json
    <IfModule mod_mime.c>
    # DEFLATE by extension
    AddOutputFilter DEFLATE js css htm html xml
    </IfModule>
    </IfModule>
    <FilesMatch “\.(css|htc|js|js2|js3|js4|CSS|HTC|JS|JS2|JS3|JS4)$”>
    <IfModule mod_headers.c>
    Header set X-Powered-By “W3 Total Cache/0.9.3”
    </IfModule>
    </FilesMatch>
    <FilesMatch “\.(html|htm|rtf|rtx|svg|svgz|txt|xsd|xsl|xml|HTML|HTM|RTF|RTX|SVG|SVGZ|TXT|XSD|XSL|XML)$”>
    <IfModule mod_headers.c>
    Header set X-Powered-By “W3 Total Cache/0.9.3”
    </IfModule>
    </FilesMatch>
    <FilesMatch “\.(asf|asx|wax|wmv|wmx|avi|bmp|class|divx|doc|docx|eot|exe|gif|gz|gzip|ico|jpg|jpeg|jpe|json|mdb|mid|midi|mov|qt|mp3|m4a|mp4|m4v|mpeg|mpg|mpe|mpp|otf|odb|odc|odf|odg|odp|ods|odt|ogg|pdf|png|pot|pps|ppt|pptx|ra|ram|svg|svgz|swf|tar|tif|tiff|ttf|ttc|wav|wma|wri|xla|xls|xlsx|xlt|xlw|zip|ASF|ASX|WAX|WMV|WMX|AVI|BMP|CLASS|DIVX|DOC|DOCX|EOT|EXE|GIF|GZ|GZIP|ICO|JPG|JPEG|JPE|JSON|MDB|MID|MIDI|MOV|QT|MP3|M4A|MP4|M4V|MPEG|MPG|MPE|MPP|OTF|ODB|ODC|ODF|ODG|ODP|ODS|ODT|OGG|PDF|PNG|POT|PPS|PPT|PPTX|RA|RAM|SVG|SVGZ|SWF|TAR|TIF|TIFF|TTF|TTC|WAV|WMA|WRI|XLA|XLS|XLSX|XLT|XLW|ZIP)$”>
    <IfModule mod_headers.c>
    Header set X-Powered-By “W3 Total Cache/0.9.3”
    </IfModule>
    </FilesMatch>
    # END W3TC Browser Cache

    Is something preventing those expiry settings from being saved? Also, do the “General” settings override the ones for different content types?

    Thread Starter DJ Trog

    (@dj-trog)

    Yes. I was able to replace the .htaccess file(s) and get back in.

    I did not create this site, but have taken over maintenance for my company. Using FileZilla, I was surprised at the site structure (and confused). The first .htaccess file I could find (even with forcing the server to show hidden files) was in site>web>content. I found another in wp-admin, as I expected.

    I will use your contact form to send both of them to you.

    Thread Starter DJ Trog

    (@dj-trog)

    Thank you. That seems to work.

    Thread Starter DJ Trog

    (@dj-trog)

    Thanks, but none of the miscellaneous settings were enabled. Is there anything else I might try?

    Thread Starter DJ Trog

    (@dj-trog)

    Thank you for your help. I will try your suggestions.

    Thread Starter DJ Trog

    (@dj-trog)

    It seems like your question is a good one. I do not know why the login URL is for log-in rather than login.php. I did not create this site, but I now need to either clean it up or take it down.

    The site is hosted by rackspace. I am able to access the content via FTP. I’m not sure about the database.

    iPad Guy,

    Did you ever make progress with your question? I’m confused about these things myself. I don’t see anything in the WordFence settings about compression, but I assume that I can’t also use GZip. I also get very low static content scores.

    I think the image compression is a separate issue. I’ve been using WP Smush. I understand that the WebPageTest score will remain low unless I upgrade and enable lossy jpg. compression.

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