-
AuthorSearch Results
-
Aug 24, 2022 at 4:14 pm #177149
In reply to: Shortcode Not Working Like Desired
RussParticipantThis reply has been marked as private.Aug 24, 2022 at 3:09 pm #177147
Antonio Roldán RuizParticipantThis reply has been marked as private.Aug 24, 2022 at 6:20 am #177128
Antonio Roldán RuizParticipantThis reply has been marked as private.Aug 23, 2022 at 10:57 am #177105
MichaelParticipantHello everybody,
somehow i can not link the downloadbutton of the formlock e-mail to the download, the customer is supposed to get. What do i do?Aug 23, 2022 at 8:22 am #177097
TanvirSpectatorHello Rulz,
Glad to see you again.
1. You can add the shortcode in post, page, text editor in page builder.
2.The file info page can be disabled from link template. Just need to remove the url template tag to download link template. You can copy the default link template by providing any name as likedefault_newthen replace[page_url]with[title]to show title without links. You can use[download_url]to output the exact link that download button does. If you can’t make it workable, just let me know.Thanks
Aug 23, 2022 at 8:03 am #177096In reply to: Download Button Missing
James HudsonParticipantAug 23, 2022 at 6:54 am #177092
Antonio Roldán RuizParticipantThis reply has been marked as private.Aug 23, 2022 at 5:49 am #177087In reply to: Shortcode Not Working Like Desired
TanvirSpectatorHello,
Thanks for providing access.1. Created a new template as
default_newthen replace[page_url]with[title]to show title without links, then added direct download link there using[download_url], removed the[file_count]tag. SO the shortcode is now[wpdm_archive_filter items_per_page="10" template="default_new" cols=1 colspad=1 colsphone=1]However, you can always compare my changes with default link template file.
2. Modified the Categories to Languages and Tags to Product Line from{active-theme} > download-manager > wpdm-archive-page > filter > sidebar.php. Remember to keep a backup of these before updating theme to keep changes.However, In the download test page I have added that shortcode and working fine. As I default text editor there, maybe layout is changed. Sorry for that unintentional changes, I hope you can modify or create a new page according to your requirements with the shortcode.
Regards.
TanvirAug 23, 2022 at 4:37 am #177082
Antonio Roldán RuizParticipantThis reply has been marked as private.Aug 22, 2022 at 3:52 pm #177063
TanvirSpectatorThis reply has been marked as private.Aug 19, 2022 at 12:46 pm #176954
TanvirSpectatorHello Sid,
You can check our shortcodes to make a list of downloads. Also check the demos of specific shortcodes. You can also use any of the pre-built link template of your choice.
Then when user clicks on the download button, that will be started downloaded.
ThanksAug 19, 2022 at 9:27 am #176947
Pablo MartinParticipantI can change now with your suggestion the button appear with shortcode.
a.wpdm-download-link.wpdm-download-locked.btn.btn-primary.btn-lg
{
font-size: 20px !important;
color: #909090 !important;
font-weight: 600 !important;
font-style: normal !important;
line-height: 98% !important;
text-transform: none !important;
border-width: 1px !important;;
border-style: solid !important;;
border-color: a0a6a0 !important;;
background-color: #000000 !important;;
height: 50px !important;;
width: 290px !important;;
padding: 13px !important;
}
Button now show like my buttons, without the icon, but is ok, but cant change the first button appear on the modal window for locked mail download:<button id=”wpdm_submit_62ff53dba23d3_1381″ class=”wpdm_submit btn btn-primary btn-block btn-lg group-item” type=”submit”>Submit</button>
Cant also change with css the button appear at the end step in modal window.
<a target=”_blank” class=”btn btn-primary btn-lg btn-block” style=”margin-top:5px;color:#fff !important”Hw change with css the buttons in the mdoal window?
Aug 19, 2022 at 7:15 am #176939In reply to: Lock Options iframe / Modal Popup
edscParticipantThis reply has been marked as private.Aug 19, 2022 at 5:47 am #176931
nesfParticipantThis reply has been marked as private.Aug 18, 2022 at 8:10 am #176894
Sid MedonzaParticipantThis reply has been marked as private.Aug 17, 2022 at 8:47 pm #176873In reply to: Shortcode Not Working Like Desired
RussParticipantI am super close. Just a couple more questions.
I have the new shortcode there: https://ateceos.wpengine.com/downloads-test/
[wpdm_archive_filter items_per_page=”12″ template=”link-template-default” cols=1 colspad=1 colsphone=1]
That was from your website.
1. How can I change the titling in the search sidebar? I want “Categories” to say “Languages” and “Tags” to say “Product Line”.
2. I need the title of each product to either go to the download or do nothing at all. I tried page_link=0 to no avail within the shortcode.
3. The line spacing in “Tags” is cramped under the search bar.I made a little video so I can hopefully be clear and concise for you: https://share.getcloudapp.com/YEuWqe94
-
This reply was modified 3 years, 6 months ago by
Russ.
Aug 17, 2022 at 2:51 pm #176862
TanvirSpectatorHello,
The only way you can use custom button using this addon. I have already told you that in chat. You can use that button shortcode in anywhere including page, post, page template and link template.
To modify the available buttons of button template you have to add custom css for the buttons. You may also need to edit the core files of button template addon to totally modify the available button.
ThanksAug 17, 2022 at 2:31 pm #176860
nesfParticipantThis reply has been marked as private.Aug 16, 2022 at 12:40 am #176742In reply to: Shortcode Not Working Like Desired
TanvirSpectatorHello @Russcantu,
Using the parameterpage_link=0anddownload_count=0in shortcode will disable the link.More details and parameter can be found below:
https://www.wpdownloadmanager.com/doc/short-codes/wpdm_all_packages-list-all-downloads-in-tabular-format-in-a-page/For more customization you have to follow this doc to edit link template and you have to use a shortcode that supports link template like this.
Hope you understand.
Regarads.
Aug 16, 2022 at 12:27 am #176741
TanvirSpectatorHello,
Got the issue.
Actually, link template previews are taken from download packages that are accessible to all visitors.
You can’t show a template preview since download packages aren’t public on your site.
Hope you understand.
ThanksAug 15, 2022 at 2:14 pm #176729
Courtney HuberParticipantHi there, this is not the case. Please try heading to the link of the Download itself, and see that the Preview is not working, despite the Download button working.
Aug 15, 2022 at 3:34 am #176715
TanvirSpectatorHello @French150,
Please create a separate topic for a new issue. Also please provide more details there to check the issue and fix. If link template/page template is created correctly, it should be previewed. Currently link template and page templates previews working fine from our side. You can check here.
ThanksAug 14, 2022 at 1:46 pm #176705In reply to: Need Help Setting up Pages
Nayeem RiddhiModeratorHello Jennyfer Moreno Shek,
For video player content will be available for all general download packages, But for premium/product packages, the preview will not come, you have to use the below template tag
[video_player_1200]in your page/link templates fromDownloads > Templates > Link/Page Template, if you are unable to make adjustments, please refer/points on your requirements, and please, give your temporary wp-admin login details in a private reply for checking the issue.Thank you and regards
Aug 14, 2022 at 3:12 am #176684
TanvirSpectatorHello,
You can show description using template tags. Also You can remove link from title by modifying link template too.
If you add the template tag in page template or link template, the related output will be showed.
More details here.Thanks
Aug 13, 2022 at 5:44 pm #176680In reply to: Need Help Setting up Pages
Nayeem RiddhiModeratorHello Jennyfer Moreno Shek,
For #1, For video player content will be available for all general download packages, for video player, you can use this template tag,
[video_player_1200]in your page/link templates.For #2, For membership and download limit, you can check this both add-ons,
For your second portion #1, Can you please elaborate on the library option please?
For your purchased issue, can you please give your order details note here, please
please let me know
Thank you and regards
-
This reply was modified 3 years, 6 months ago by
-
AuthorSearch Results
Search Results for 'download link'
-
Search Results
-
Hello everybody,
somehow i can not link the downloadbutton of the formlock e-mail to the download, the customer is supposed to get. What do i do?