Diegossc
Forum Replies Created
-
Forum: Plugins
In reply to: Ultimate_VC_Addons crashes entire wordpressHave the same problem. Any help?
Put this code:
/** changing default wordpres email settings */
add_filter(‘wp_mail_from_name’, ‘new_mail_from_name’);
function new_mail_from_name($old) {
return ‘New Name’;
}on functions.php file on the theme folder you are using. In your case, change “New Name” with the name you want.
yep, it will work for all mails if you use it in functions.php
Hi!
i put it on the functions.php file on the theme folder (or in the child theme if its the case)Resolved
Resolved. I used a filter.
add_filter(‘wp_mail_from_name’, ‘new_mail_from_name’);
function new_mail_from_name($old) {
return ‘Lady Genny’;
}Forum: Reviews
In reply to: [Rocket Galleries] Nice pluginHi Matthew! Great Pluggin man, simple and elegant solution. Do you know how could the images can be loaded on a shadowbox or similar? Regards!
Hi there, i had disable the Maintenence Mode Via FTP (renaming the folder). Now, i would like to make /update-panel my default login page, so i can use it with the maintenence mode pluggin. Where i can change that on the pluggin archives so i can activate again?
Regards!
Hi there, i have the same problem. I get kicked out of my own site since i have changed the default login page name to “/update-panel”.
Now i can’t access to the login page because it’s on maintenence mode.There is any way to disable the Maintenence Mode pluggin via FTP?
Please i need your help!Regards!