melhergui
Forum Replies Created
-
Hi everyone,
I think i have a solution… BuddyPress checks if any plugin has redefined the wp_mail function. If so, it forces the use of wp_mail so it doesn’t interferes in the corresponding plugin functionality.
But, if you say to BuddyPress that it doesn’t has to use wp_mail and can use it their own way, it works.
You just have to filter bp_email_use_wp_mail returning true, as this:
add_filter( ‘bp_email_use_wp_mail’, ‘__return_false’ );
Hope it helps. Worked for me.
Best regards!
Forum: Plugins
In reply to: [WP Encrypt] Challenge remote check failed for domainI have created another site in my multisite installation and tried to generate the certificate and got the same error. Then, i revoked the certificate and generated it again, giving me another successful certificate. Hope it helps.
Sorry, i got it working… just sent the ID of the post in the slide through shortcode parameter.
I am displaying a custom post type event that i have created and it has a meta called wpcf-inicio. It worked for me using @intelektual example {{meta:wpcf-inicio}}
But does anyone knows how to access post data inside a custom shortcode?
My date meta is a number, i would like to format it before displaying. The way above it only shows a number. And if i try to use get_the_ID() inside the shortcode, hoping that revslider is doing a loop, it gets the ID of the page where it is.
- This reply was modified 8 years, 3 months ago by melhergui.
Forum: Plugins
In reply to: [Yoast SEO] JS Error: Can’t find variable: wpseoPostScraperL10nHi, i am having the same problem when using Visual Composer, Yoast SEO and Toolset CRED plugins.
Toolset CRED integrated Visual Composer with their form editor and when i try to edit a form, i receive the error:
Uncaught ReferenceError: wpseoPostScraperL10n is not defined(…)A @ wp-seo-post-scraper-370.min.js?ver=3.7.1:1F @ wp-seo-post-scraper-370.min.js?ver=3.7.1:1i @ load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,underscore,jquery-ui-core,jquery-ui-widget,j…:2fireWith @ load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,underscore,jquery-ui-core,jquery-ui-widget,j…:2ready @ load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,underscore,jquery-ui-core,jquery-ui-widget,j…:2K @ load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,underscore,jquery-ui-core,jquery-ui-widget,j…:2
When i deactivate Visual Composer, everything goes well.
The solution from @mbajkowski worked for me. All of my projects have this 500 error with akismet.
Hi Izera,
You can use *|RSSITEM:TITLE|* as the subject and it will be replaced every time you send your RSS campaign.
Best regards!
Para mim, bastou atualizar o cURL!
Obrigado!Helped me! Thanks!