valentinarachiele
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Plugins
In reply to: [Download Monitor] Featured image not showingHello Razvan,
thank you for your support. After updating the plugin, the featured images are working!
Thank you,
V
Forum: Plugins
In reply to: [Download Monitor] Featured image not showingHello there,
I just wanted to know if you have some news on this?
Thank you!
Forum: Plugins
In reply to: [Download Monitor] Featured image not showingHello and thank you for your answer.
My complete template code is:
<?php /** * Default output for a download via the [download] shortcode */ if ( ! defined( 'ABSPATH' ) ) { exit; } // Exit if accessed directly if ( ! isset( $dlm_download ) || ! $dlm_download ) { return esc_html__( 'No download found', 'download-monitor' ); } /** @var DLM_Download $dlm_download */ /** @var Attributes $dlm_attributes */ ?> <?php $dlm_download->the_image(); ?> <a class="download-link<?php echo ( ! empty( $dlm_attributes['className'] ) ) ? ' ' . esc_attr( $dlm_attributes['className'] ) : '' ; ?>" title="" href="<?php esc_url( $dlm_download->the_download_link() ); ?>" rel="nofollow"> <?php $dlm_download->the_title(); ?> | <?php echo date("d-m-Y",$dlm_download->get_version()->get_date()->format( 'U' )); ?> </a> <p><?php $dlm_download->the_excerpt(); ?></p>
Everything works, except for the “<?php $dlm_download->the_image(); ?>” line.
@ellmanncreative I had the same problem. Tried your plugin and everything is ok now. Thank you!
Forum: Plugins
In reply to: [WP Photo Album Plus] Cannot create new albumYes! That did it. I’m so very happy, thank you!
Forum: Plugins
In reply to: [WP Photo Album Plus] Cannot create new albumThank you for the reply.
I cleaned the db using WP Optimize and I checked the max db size with my provider (I didn’t reach the limit). I even deleted the album that was already there (the first I created days ago without problems).The problem is still there ??
Viewing 6 replies - 1 through 6 (of 6 total)