mcamposs
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] View cart – Show NothingOhhh, excellent.
I am very grateful to you.
Muchas Gracias!!!Forum: Plugins
In reply to: [WooCommerce] View cart – Show NothingHello,
Thanks for your quick response.Yes, all pages are created and configured in Settings – Advanced.
The plugin does not show the use of shortcodes.
You can see:
https://1ce.org/1#rkjmzh_dXForum: Plugins
In reply to: [Simple Job Board] Email notification – ProblemHello,
I have done several tests:
Without any SMTP, the SJB plugin sends emails to the admin and the RH, without problems. Do not send email to the candidate.
With the SMTP plugins Easy WP SMTP and Post SMTP Mailer/Email Log, the SJB plugin sends emails to the admin and the RH, without problems. Do not send email to the candidate.
So it’s not SMTP problem.
I was reviewing the file: simple-job-board/includes/class-simple-job-board-notifications.php, and the following variables are empty, they do not have any data:
// Applicant Email
$applicant_email = self::applicant_details(’email’, $post_id);
// Applicant Name
$applicant_name = self::applicant_details(‘name’, $post_id);As those variables are empty, the SJB plugin does not send the email.
I checked the spam trays, and the server logs, no email is sent to the candidate.
Any ideas?
Forum: Plugins
In reply to: [WP Responsive Tabs] Images in the tabsThanks you.
Forum: Plugins
In reply to: [Simple Job Board] Email notification – ProblemHello,
This is url:
https://mesabienesraices.com/jobs/asistente-del-hogar/
Thanks you very much.Forum: Plugins
In reply to: [Simple Job Board] Email notification – ProblemUpdate – variables are empty:
// Applicant Email
$applicant_email = self::applicant_details(’email’, $post_id);// Applicant Name
$applicant_name = self::applicant_details(‘name’, $post_id);Forum: Plugins
In reply to: [WP Mega Menu] Normal Text – No Text TransformVery grateful for the support and plugin provided by you.
Thank you very much.Forum: Plugins
In reply to: [WP Mega Menu] Normal Text – No Text TransformHello Fahim,
Thank you very much, I have made the indicated file changes.
Then I go to Desktop -> WP Mega Menu -> Themes -> edit, and the entire options panel disappears.You can see the image:
https://1ce.org/1#BJa1m67EQI find the response:
Advanced –> Manual Configuration –> Lines Settings –> Is Stacked –> YessThanks You Very Much for the Plugin!!!!
Forum: Plugins
In reply to: [Restaurant Menu and Food Ordering] Several queriesHello,
Solved item 2. My file is es_NI, but the translation only works with es_ES.Forum: Developing with WordPress
In reply to: Problem with menu from scratch in wordpress.Hello Anass,
Excellent. Everything works perfect. Very good!
Highly very grateful.
Mario Campos
Forum: Developing with WordPress
In reply to: Problem with menu from scratch in wordpress.// Registramos 2 Menús add_theme_support('nav-menus'); function registrar_mis_menus() { register_nav_menus( array( 'menu-header' => __( 'Menú Páginas Superior'), 'menu-footer' => __( 'Menú Páginas Footer') ) ); } add_action( 'init', 'registrar_mis_menus' );- This reply was modified 8 years, 1 month ago by mcamposs.
Hello Flipper,
I reinstalled wordpress, I installed the plugin and it worked in Mozilla and Chrome. In Internet Explorer just shows the map, but not the locations.
Any idea?
Very thanks.
Hello Flipper Code,
This code work:
$myidmap = 2;
echo do_shortcode(“[put_wpgm id=$myidmap]”);With $idmap and/or put_wpgmp combination, no work.
Next month, i will buy the full version.
Very Thanks
Forum: Plugins
In reply to: [Fast Secure Contact Form] Function to call to form?Thanks,
Sorry by my bad english.
Thanks again