ppappas
Forum Replies Created
-
Resolved. Needed to open the Contents tab to see the table. Discovered this when I attempted to create a new table.
Hi,
I have lost the ability to backup to Google Drive as well. The system keeps telling me that I need to authenticate. Through Settings I deleted the current set up for Google Drive and then authenticated again. I keep getting the same result. Looking at the previous post I do not receive a message with my account name and quota usage. Any help would be appreciated. Thanks.
Forum: Plugins
In reply to: [Download Monitor] Filename without download countThank you. I’ll give it a try.
Forum: Plugins
In reply to: [Download Monitor] Filename without download countHi Harish,
Thank you for your reply. I tried following the instructions but I cannot remove the download count.
Here is what I have done:
(1) Copied and renamed content-download-filename.php to content-download-filename-no-count.php. The renamed file is stored with the other download monitor templates.
(2) In WordPress I went to Downloads > Settings and set Default Template = Custom template and Custom Template = content-download-filename-no-count.
(3) I do not know PHP so I just guessed that I needed to remove the last line of code in the content-download-filename-no-count.php file:
<?php
/**
* Default output for a download via the [download] shortcode
*/if ( ! defined( ‘ABSPATH’ ) ) {
exit;
} // Exit if accessed directly/** @var DLM_Download $dlm_download */
?>
get_version()->get_filetype(); ?>”
title=”<?php if ( $dlm_download->get_version()->has_version_number() ) {
printf( __( ‘Version %s’, ‘download-monitor’ ), $dlm_download->get_version()->get_version_number() );
} ?>” href=”<?php $dlm_download->the_download_link(); ?>” rel=”nofollow”>
<?php echo $dlm_download->get_version()->get_filename(); ?>
Can you please tell me what I’m doing wrong and correct the code, if necessary.
Thank you.
PeterForum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] Call popup from buttonSolution found:
Popup Builder was used to create the popup. In the button editor for Shortcode Ultimate add the code sg-popup-id-3 to ‘Extra CSS Class’.
Forum: Plugins
In reply to: [WordPress Button Plugin MaxButtons] Call shortcode from buttonResolved
Forum: Plugins
In reply to: [WordPress Button Plugin MaxButtons] Call shortcode from buttonHi Bas,
That worked!
Many thanks for your help and your great plugin
Peter