It doesn’t work either…
The website was unavailable a few hours ago, please check now
The page is working fine… check again please
Hi, I’m using this shortcode
[wpdm_archive button_style="primary" template="motorline-link" items_per_page="15" order_by="title" order="asc"]
I don’t understand what shortcode are you talking about… I shared with you the function I added into functions.php file…
Hi, what shortcode do you want?
Hi,
I’ve contacted WPML support and they told me since this text is being added with javascript so it needs to be added for translation like on this page: https://wpml.org/forums/topic/i-need-to-translate-text-added-in-a-javascript-and-displayed-in-the-header/#post-1492231
By following that info, I added a function to my functions.php file with this:
// Register the script
wp_register_script( 'some_handle', '/wp-content/plugins/wpdm-archive-page/assets/js/script.js' );
// Localize the script with new data
$translation_array = array(
'some_string' ► __( 'Search Result For', 'wpdm-archive-page' ),
'a_value' ► '10'
);
wp_localize_script( 'some_handle', 'object_name', $translation_array );
// Enqueued script with localized data.
wp_enqueue_script( 'some_handle' );
But it keeps not showing translated… Can you take a look into this?
Thank you very much
Perfect! Thank you very much
Hi, can you clarify to me if it’s the correct way to do it?
Hi, regarding the WPDM Default Values add-on it’s very expensive for me, I can’t pay so much for one more add-on… is there any coupon available? :/
Hi,
I figured out how to change the files from wpdm-archive-page add-on. I created a folder on my theme called download-manager
and add into that folder the files I want to change from wpdm-archive-page add-on. The files I added are:
Is it the correct way to do it?
Hi, I made the changes via CSS. Regarding the last message I sent to you about editing file templates? Can you help me?
I follow the instructions on the plugin page but it doesn’t apply the changes I do in those files
How can I edit template files?
In the documentation you have a directory but the folder /plugins/wpdm-arhive-page/tpls/
doesn’t exist.
Editing Template Files:
If you want to customize a view in your own way, you need to edit template files inside /plugins/wpdm-arhive-page/tpls/ dir. Please follow the following steps to edit a template file so that new update doesn't erase your changes:
Create a dir named download-manager inside your active theme directory if it is already not there.
Copy all the files you need to modify from /plugins/wpdm-arhive-page/tpls/ dir to download-manager inside your active theme dir
Update template file(s) in {active-theme}/download-manager dir as per your need
One more thing, how can I change the style of the red “loading” that appears in the bottom of the screen when I do a search?
Ok thank you.
In terms of colors customization of the sidebar, how can I change it? Because I tried to change the colors in the plugin settings and it doesn’t change the active state color
Hi, thank you for your reply. I tried that before and it didn’t work, don’t know why.
Regarding the changes you made in plugins/wpdm-archive-page/src/Templates/Compact/views
files, did you revert it?
Is it possible give me an answer today?
I need to finish this page as soon as possible. To be honest I was expecting a quicker and better support from your side, I’m not having a first good impression
Hello, did you pay attention to my request?
I don’t want the blog sidebar on that page. I want a sidebar as you have on this demo: https://demo.wpdownloadmanager.com/wpdmpro/archive-page-sidebar/
I gave you a link with an example, I think better than that it’s difficult to find…
Yes, I want the sidebar on that shortcode. If possible, do the changes on my child theme pleass
Hi, I want to show the directory sidebar on this page: https://dev.motorline.pt/suporte/
Not on all WP pages
Hi, any uodates?