silv3rline
Forum Replies Created
-
Forum: Plugins
In reply to: [Permalink Manager Lite] slug is in random numbersI don’t have experience with code sadly.
does the pro version have functionality to fix this?
Like bulk editing posts slugs or something to reflect posts titles as permalinks.
Forum: Plugins
In reply to: [Permalink Manager Lite] slug is in random numbersVersion 2.4.3.2
Forum: Plugins
In reply to: [Download Monitor] empty download.htmlclearing cache did fix the issue.
but what about my returning visitor with old cache? this is really bad.Forum: Plugins
In reply to: [Download Monitor] empty download.htmlthank you so much for the added effort <3.
maybe opening downloads in a new windows could fix the issue.
this how I am doing it, but it dosent work.<a class="download-button" target="_blank" title="<?php if ( $dlm_download->get_version()->has_version_number() ) { printf( esc_html__( 'Version %s', 'download-monitor' ), esc_html( $dlm_download->get_version()->get_version_number() ) ); } ?>" href="<?php echo esc_url( $download->get_the_download_link() ); ?>" rel="nofollow"> <?php echo esc_html__( 'Download File', 'download-monitor' ); ?> <small><?php echo esc_html( $dlm_download->get_version()->get_filename() ); ?> – <?php echo esc_html( $dlm_download->get_version()->get_filesize_formatted() ); ?></small> </a>
Forum: Plugins
In reply to: [Download Monitor] empty download.htmlwhen I click the download button for the first time nothing happens and the download button become the post link. and when I click for the second time it goes to the top of the page. not really refreshing the page, just goes to the top.
Forum: Plugins
In reply to: [Download Monitor] empty download.html”?I’ve noticed you removed the tmstv parameter from the link”
this didn’t help. on my phone it dosent work on two browsers. this is really weird.
what else can I do.
thanks btw.Forum: Plugins
In reply to: [Download Monitor] empty download.htmldownload link at the bottom, I remove caching plugin, issue only on mobile phones.
download works on phone only in incognito mode.Forum: Plugins
In reply to: [Download Monitor] empty download.htmlclicking the download button now takes me to the top of the page instead of downloading.
Forum: Plugins
In reply to: [Download Monitor] empty download.htmlI disabled the file Optimizations entirely no js or css files minified .
still same issue.
Forum: Plugins
In reply to: [Download Monitor] empty download.htmlhaving the same issue. also using wp rocket, clearing cache does not fix it.
works on uncached pages.
help pleaseForum: Plugins
In reply to: [Download Monitor] open downloads on a new windowchanged this:
<a class="download-button" title="<?php if ( $dlm_download->get_version()->has_version_number() )
to this
<a class="download-button" target="_blank" title="<?php if ( $dlm_download->get_version()->has_version_number() )
Forum: Plugins
In reply to: [Download Monitor] open downloads on a new windowForum: Plugins
In reply to: [Yoast SEO] There has been a critical error on your websitenow I get an error “Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 139264 bytes) in wp-includes/wp-db.php on line 2128
Forum: Plugins
In reply to: [Download Monitor] cant uplaod filesworks now on 4.4.9
thanks
for everyone else that already uploaded files, go into ur downloads for each one just click update, and the file will pop up, this if u had uploaded files in the last 7 days from wordpress editor- This reply was modified 3 years ago by silv3rline.
Forum: Plugins
In reply to: [Download Monitor] cant uplaod filesuploading works
there another issue
uploading throgh the wordpress editor will not upload anything, it does create a download and a name, but the download will be empty with no file.
this issue possibly since 4.4.5 update.
I have around 230 downloads that have 0 files.
please chick this issue.