Yunis777
Forum Replies Created
-
To make understanding the problem more clearer:
I want the password reset links email to be sent from [email protected] to the user and not from my gmail address. Can I configure Postman SMTP plugin to correct this?Forum: Fixing WordPress
In reply to: Reset Password Email Takes Foreverbsteeletx,
I agree with you. Resetting the password on my website takes 10 minutes before the user receives a confirmation email link. My host is Goddady (UK). Who’s your’s? I have resorted to warning the possible users about this on the login password lost page.
Regards,
Forum: Plugins
In reply to: [WP Job Manager] employers, recruiters, confusionBrandon,
Thanks for your reply. I tried changing the code of the file with the code you gave me but nothing seems to have changed.
https://digimarketjobs.com/job/egqergerwg-eqrgqewrgqerg-7-ergerqgerg/
The bold “Login (see menu)” has not been replaced with an hyperlink to a login page.
This is how the code of wp-content/plugins/wp-job-manager-resumes/templates/force-apply-with-resume.php is now looking:
<?php global $post; ?> <form class="apply_with_resume" method="post" action="<?php echo get_permalink( get_option( 'resume_manager_submit_resume_form_page_id' ) ); ?>"> <p><?php _e( 'Before applying for this position you need to <strong><a href="https://digimarketjobs.com/login/">Login</a></strong>. If you have never sent your C.V. to us before, click on the following button:', 'wp-job-manager-resumes' ); ?></p> <p> <input type="submit" name="wp_job_manager_resumes_apply_with_resume_create" value="<?php esc_attr_e( 'Register your digital marketing skills', 'wp-job-manager-resumes' ); ?>" /> <input type="hidden" name="job_id" value="<?php echo absint( $post->ID ); ?>" /> </p> </form>
To make the above changes in the code, I am doing it with the aid of the “String Locator” plugin.
Look forward to hearing from you.
Regards,
Forum: Plugins
In reply to: [WP Job Manager] employers, recruiters, confusionHello,
How do I subsitute the bold text “Login (see menu)” in the following web page an hyperlink to https://digimarketjobs.com/login/ and the text “login”?
https://digimarketjobs.com/job/brandstar-scotland-5-copywriter-online/
The plugin String Locator is producing the following PHP code of the place where text on the web page:
<?php global $post; ?> <form class="apply_with_resume" method="post" action="<?php echo get_permalink( get_option( 'resume_manager_submit_resume_form_page_id' ) ); ?>"> <p><?php _e( 'Before applying for this position you need to <strong>Login (see menu)</strong>. If you have never sent your C.V. to us before, click on the following button:', 'wp-job-manager-resumes' ); ?></p> <p> <input type="submit" name="wp_job_manager_resumes_apply_with_resume_create" value="<?php esc_attr_e( 'Register your digital marketing skills', 'wp-job-manager-resumes' ); ?>" /> <input type="hidden" name="job_id" value="<?php echo absint( $post->ID ); ?>" /> </p> </form>
Do you know how I can change the code to produce an hyperlink element?
I look forward to hearing from you.
Regards,
Forum: Plugins
In reply to: [Menu Item Visibility Control] Visibility depending user roleDavide,
The code you gave me for the plugin customization worked. Thanks.
Regards,
Yunis
Forum: Plugins
In reply to: [Menu Item Visibility Control] better walker and filteringHello,
If I want a menu item to be visible to ‘administrator’, ‘candidate’ and non-logged in users, what could should I enter?
The item should be visible to any user that comes under any of the following roles:
– administrator
– candidate
– non-logged in user (= visitor)
However, if the user has logged-in and its user role is ’employer’, the item has to be invisible.
What code should be formulated with this plugin?Look forward to hearing from you,
Yunis
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Testing restoreDavid,
Thanks for your reply. The restoration log file data from Updrafplus plugin on my website is readable at:
https://pastebin.com/QQDArBJAOn my local host wordpress server I am confonted with the following messages screen after trying to restore website from backups:
https://s13.postimg.org/azl8tiys7/updraftplus_localhost_restore_failure.pngI look foward to hearin from you.
Regards,
Yunis
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Testing restoreWhen I try to restore the backup files through an installed plugin on local host, it comes with following message:
Forum: Plugins
In reply to: [Max Mega Menu] No menu on mobile deviceHi Tom,
Thanks for your reply. I removed the CSS code from the Custom Styling (CSS editor) as you suggested and it still does not appear properly.
The following are some screenshots on how it is appearing on my mobile device.
https://s27.postimg.org/wdsrg1rlf/Screenshot_2015_09_02_02_09_14.png
https://s2.postimg.org/cizssfpi1/Screenshot_2015_09_02_02_24_56.png
(Before it was touched)What adjustment can be carried out to make it appear properly on a mobile device?
According to you, which WordPress theme does Max Mega Menu plugin work best with?
Look forward to hearing from you.
Kind regards,
Yunis
Forum: Plugins
In reply to: [Code Snippets] Fear of damaging another pluginHi Shea,
I tried it and your plugin was helpful.
Kind regards,
Yunis
Forum: Plugins
In reply to: [Code Snippets] Fear of damaging another pluginHi Shea,
According to the writer of the following plugin, I can remove a preview button by pasting the code as seen here:
https://wpjobmanager.com/document/remove-the-preview-step/
When I try to achieve this by copying and pasting it using the Code Snippets plugin, nothing changes. The ‘preview’ button is still at the bottom of page when it should change into ‘Submit Job’.
https://s2.postimg.org/vl1w2sss9/Code_snippets_plugin.jpg
https://s8.postimg.org/hacm5hl0l/Code_snippets_plugin2.jpgWhat am I doing wrong?
Kind regards,
Yunis
Forum: Plugins
In reply to: [Code Snippets] Fear of damaging another pluginHi Shea,
I am having an issue with the snippets on the following page:
https://wpjobmanager.com/document/changing-login-redirects/How do I incorporate the snippet at Resume Manager /Submit Resume Page to give users login screen without WordPress reminder?
Kind regards,
Yunis
Forum: Plugins
In reply to: [WP Job Manager] Expired Job to be listed into the WordPress SEO XML sitemapOops, posted a comment on the wrong topic.
Forum: Themes and Templates
In reply to: [Customizr] Slider shouldn't stop when mouse pointer is on itStella, I would be grateful if you did respond to my design issue if you can’t give an appropriate solution.
Forum: Themes and Templates
In reply to: [Customizr] Click anywhere on slider screenRdellconsulting, thanks.