Rafael Viana

Forum Replies Created

Viewing 25 posts - 51 through 75 (of 91 total)
in reply to: Exclude wpdm items from search #144232

Rafael Viana
Participant

It doesn’t work either…

in reply to: Translate “Search Result For” #141898

Rafael Viana
Participant

The website was unavailable a few hours ago, please check now

in reply to: Translate “Search Result For” #141842

Rafael Viana
Participant

The page is working fine… check again please

in reply to: Translate “Search Result For” #141762

Rafael Viana
Participant

Hi, I’m using this shortcode
[wpdm_archive button_style="primary" template="motorline-link" items_per_page="15" order_by="title" order="asc"]

in reply to: Translate “Search Result For” #141722

Rafael Viana
Participant

I don’t understand what shortcode are you talking about… I shared with you the function I added into functions.php file…

in reply to: Translate “Search Result For” #141713

Rafael Viana
Participant

Hi, what shortcode do you want?

in reply to: Translate “Search Result For” #141707

Rafael Viana
Participant

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?

in reply to: Translate “Search Result For” #141641

Rafael Viana
Participant
This reply has been marked as private.
in reply to: Shortcode items order not working #141479

Rafael Viana
Participant

Thank you very much

in reply to: Shortcode items order not working #141434

Rafael Viana
Participant
This reply has been marked as private.
in reply to: Translate “Search Result For” #141433

Rafael Viana
Participant
This reply has been marked as private.
in reply to: Categories without link on Link template #141352

Rafael Viana
Participant

Perfect! Thank you very much

in reply to: Archive page sidebar #141326

Rafael Viana
Participant

Hi, can you clarify to me if it’s the correct way to do it?

in reply to: Link template #141325

Rafael Viana
Participant

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? :/

in reply to: Archive page sidebar #141290

Rafael Viana
Participant

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:

  • breadcrumb.php
  • content.php
  • header.php
  • sidebar.php
  • starter.php

Is it the correct way to do it?

  • This reply was modified 4 years, 5 months ago by Rafael Viana.
in reply to: Archive page sidebar #141262

Rafael Viana
Participant

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

in reply to: Archive page sidebar #141160

Rafael Viana
Participant

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
in reply to: Archive page sidebar #141140

Rafael Viana
Participant

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?

in reply to: Archive page sidebar #141139

Rafael Viana
Participant

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

in reply to: Archive page sidebar #141135

Rafael Viana
Participant

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?

in reply to: Archive page sidebar #141118

Rafael Viana
Participant

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

in reply to: Archive page sidebar #141113

Rafael Viana
Participant

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…

in reply to: Archive page sidebar #140968

Rafael Viana
Participant

Yes, I want the sidebar on that shortcode. If possible, do the changes on my child theme pleass

in reply to: Archive page sidebar #140949

Rafael Viana
Participant

Hi, I want to show the directory sidebar on this page: https://dev.motorline.pt/suporte/
Not on all WP pages

in reply to: Archive page sidebar #140931

Rafael Viana
Participant

Hi, any uodates?

Viewing 25 posts - 51 through 75 (of 91 total)