Felipe Santos
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Super Cache] WP Super Cache on Multisite.I have the same problem, my sub-site does not work
Forum: Plugins
In reply to: [Customize WordPress Emails and Alerts - Better Notifications for WP] ACFThanks Jack!
How Can I do a downgrade version of the plugin?
Same issue here, also with ACF Pro enabled, but I do not know what ACF is involved in this issue
Forum: Plugins
In reply to: [Simple Lightbox] MultisiteMy code
<div class="panel panel-default "> <div class="panel-heading"> <h2 class="panel-title">Fotos</h2> </div> <div class="panel-body"> <div class="row"> <?php $fotos_images = get_field( 'fotos' ); ?> <?php if ( $fotos_images ) { ?> <?php foreach ( $fotos_images as $fotos_image ): ?> <div class="col-md-2 text-center"> <a href="<?php echo $fotos_image['url']; ?>"> <img class="alignnone size-full" src="<?php echo $fotos_image['sizes']['thumbnail']; ?>" alt="<?php echo $fotos_image['alt']; ?>" /> </a> <p><?php echo $fotos_image['caption']; ?></p> </div> <?php endforeach; ?> <?php }else{echo "<p class='text-center'>Nenhuma Foto Cadastrada</p>";} ?> </div> </div> </div>
Started to function normally now, I do not know what I did to it but … Maybe it was some instability to the SMTP server.
Great plugin, thanks.obs .: Do you recommend any plugin to customize emails that are sent in the creation of new users? Email activation and email confirmation. The worst that when working with multi-site, links to enable the user arriving in the mail, point to the principal and not to the child site site.
Hello Voltronik,
I use the Custom Post Type UI to add my CPTs
My case is a bit different, to compose a new post custom type, I do not saved as a draft, I just tightness publish button. Thus, the e-mail should be triggered or not?
I notice something strange in the plugin, but maybe it’s just the translation file that is wrong, but…
In the combobox we choose the action that the email will be fired, missing a space between the new word and the name of the custom post type, but appears as just the “new” actions, actions to updade and other actions appears properly, it is as follows:Tipo de post customizado – ‘Entrevista’
Novo’Entrevista’
‘Entrevista’ Atualizar
‘Entrevista’ Revis?o Pendente
‘Entrevista’ Programado
‘Entrevista’ Novo Comentário
‘Entrevista’ Responder Comentárionote that lack a blank when the action is new post. Does the failure may be related to this? For as I said, when you select any other action other than “new” e-mail is sent correctly.
- This reply was modified 8 years, 1 month ago by Felipe Santos. Reason: include printscreen
Forum: Plugins
In reply to: [Custom Post Type UI] Google APIKeyI’m so sorry, I posted in wrong place. My CPT is working perfectly