Shahriar

Forum Replies Created

Viewing 25 posts - 3,451 through 3,475 (of 12,513 total)
Jan 29, 2019 at 9:25 am
#92978
Moderator
Shahriar
Staff OP

Added the following CSS in Customize Additional CSS. Please check the file list now.

.w3eden table.wpdm-filelist tbody tr:first-child *, .w3eden table.wpdm-filelist tbody tr:nth-child(2) * {
    font-weight: bold;
}
.w3eden table.wpdm-filelist tbody tr:nth-child(3) td, .w3eden table.wpdm-filelist tbody tr:nth-child(2) td {
    border-top: 10px solid #ffffff !important;
}
Jan 29, 2019 at 9:07 am
#92977
Moderator
Shahriar
Staff OP

The “Official MailerLite Sign Up Forms” plugin adding the following CSS which hides any content with .tab-content class. But it should use some class prefix to avoid affecting other plugins. Everything working now after deactivating the plugin.

Jan 29, 2019 at 9:01 am
#92976
Moderator
Shahriar
Staff OP

Please re-activate the login info. The login URL redirects to the homepage.

Jan 28, 2019 at 11:15 am
#92942
Moderator
Shahriar
Staff OP

Hi Jody, Please try now. Unlocked your key too.

Jan 28, 2019 at 11:12 am
#92941
Moderator
Shahriar
Staff OP

Are you using PDF Viewer add-on? Please send login info in private reply to check the issue.

Jan 28, 2019 at 11:11 am
#92940
Moderator
Shahriar
Staff OP

Each file in that table represents a package. So, for each pdf, you have to create a package and attach the pdf to it. Using a single file package provides you clear stats about which files are being downloaded how many time and other similar stats. Also helps in categorization.

There are many other options available too. You can create a single package and attach the whole directory to the package and display the list of file. The view will look like the following screenshot in that case,

https://www.evernote.com/l/AUd6t6qzn9VHmLzL7kIvTakGp4iocP59TOQB/image.png

Jan 28, 2019 at 11:01 am
#92939
Moderator
Shahriar
Staff OP

The view has been improved in the latest version of the add-on. It is more user-friendly and less prone to theme-conflict.

The old view is not available now. But if you want I can make some changes in the code to revert back to the old view. Send login info in private reply if you want to get back to the old view.

Jan 28, 2019 at 10:46 am
#92938
Moderator
Shahriar
Staff OP

Icon issue may be related to missing font awesome css. Do you have the latest version of the Directory Add-on? Please update your copy if it is outdated.

Jan 28, 2019 at 10:43 am
#92937
Moderator
Shahriar
Staff OP

Maybe font awesome has been deactivated there. Please check the WPDM settings or send login info in private reply.

Jan 28, 2019 at 10:38 am
#92936
Moderator
Shahriar
Staff OP

Have you used the proper names for po/mo files? The correct names is download-manager-it_IT.po

Looks like some strings still missing in the translation template file. Please use the following .pot template file to create your translation. I have synched it with the latest version of the Download Manager.

https://www.dropbox.com/s/af9yzx1us8auolq/download-manager.pot?dl=0

Jan 28, 2019 at 10:28 am
#92935
Moderator
Shahriar
Staff OP

Please send temporary wp-admin login info. It is possible to increase the readability using custom CSS.

Jan 28, 2019 at 9:30 am
#92931
Moderator
Shahriar
Staff OP

Maybe cache directory /uploads/wpdm-cache is missing there. Create it manually and guest order downloads should work after that.

Jan 28, 2019 at 9:28 am
#92930
Moderator
Shahriar
Staff OP

The cache directory /uploads/wpdm-cache was missing there. I have created it manually and guest order downloads are functional now.

Jan 28, 2019 at 8:59 am
#92928
Moderator
Shahriar
Staff OP

The login issue may be coming from our side. The current login API is striping some characters from the password. We will fix this issue soon.

For now, Please try using a password with alphanumeric characters only, like IsQSMn7r45x1mn7rV for your WPDM account.

Jan 28, 2019 at 8:56 am
#92927
Moderator
Shahriar
Staff OP

I see you have marked this as resolved. However, Please send login info in private reply if still facing an issue. – Thanks.

Jan 28, 2019 at 8:55 am
#92926
Moderator
Shahriar
Staff OP

To show plain categories use the following shortcodes. You can adjust the parameter values.

[wpdm_categories subcat=1 cols=4]

To show category blocks use the following shortcodes. Another option is using WPDM Gutenberg Blocks add-on ( https://wordpress.org/plugins/wpdm-gutenberg-blocks/ ) if you are using block editor.

[wpdm_category_blocks categories="slug1, slug2," cols=4 hover_color="green" button_color="green"]

Jan 26, 2019 at 6:33 pm
#92899
Moderator
Shahriar
Staff OP

Please send me the recent entries from the error log file.

Jan 26, 2019 at 6:32 pm
#92898
Moderator
Shahriar
Staff OP

Hi, Unlocked your key. -Thanks.

Jan 26, 2019 at 6:32 pm
#92897
Moderator
Shahriar
Staff OP

Yes, we can close this ticket now.

Jan 26, 2019 at 6:30 pm
#92896
Moderator
Shahriar
Staff OP

Please send me a link. That will help me to understand your use case. Maybe a css solution is possible.

Jan 26, 2019 at 6:11 pm
#92895
Moderator
Shahriar
Staff OP

Yes, you can use the Default Values ( https://www.wpdownloadmanager.com/download/wpdm-default-values/ ) add-on to bulk update button label of all old packages in a single click. Also, you can set default values for all new packages you will create in future.

Jan 26, 2019 at 6:07 pm
#92894
Moderator
Shahriar
Staff OP

You can replace the [download_link] tag in link or page template with the following code to open download in a new tab,

<a class="btn btn-primary" target="_blank" href="[download_url]">[link_label]</a>

Where are you trying to change the download button behavior? Is it in all downloads table or in package shortcodes? The solution will work for shortcodes or package details page.

Jan 26, 2019 at 6:00 pm
#92893
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Jan 25, 2019 at 8:43 pm
#92877
Moderator
Shahriar
Staff OP

Changed Header Style to remove the search bar.

Jan 25, 2019 at 8:10 pm
#92876
Moderator
Shahriar
Staff OP

I have installed the updated version of Archive Page add-on. Now the view is fine https://dev.mrckamouraska.com/test-docs/

But it looks like your theme is dequeuing functions from wp_head hook. This blocks the loading of some necesssary js and css.

I see there is an option there “You are currently using Pro Headers” Maybe it is related to that. But I didn’t switch to Original header to check if that brings back wp_head hook. Please try it yourself as you know better about the theme options.

Viewing 25 posts - 3,451 through 3,475 (of 12,513 total)