alijabari
Forum Replies Created
-
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Forced to post as visitordoes SNAP Premium API still needs a Facebook App to publish posts to Pages or does this tool use an alternative way? the reason for my question is to see if I can overcome the whole “Facebook App Approval/Review” situation.
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Forced to post as visitorThank you @nextscripts.
I will probably purchase the SNAP Premium API. However, I wanted to know how come posting on Facebook Page works with the SNAP API but it doesn’t with the SNAP Pro. Doesn’t both tools use Facebook APIs. Won’t the new changes from Facebook affect SNAP API as well?
Looking forward to hear back from you.
Also, note that I am using the “User Role Editor” plugin to manage capabilities for each role. I noticed that the other user can see these SNAP accounts in the SNAP plugin home page only when the “manage_options” security capability is enabled for his role. However, the issue is that enabling such capability will provide the role with access to the Settings of all other plugins.
Yes I checked these options as well. The other user can see the SNAP accounts when making a New Post or Editing a Post. However, he cannot see these same accounts in the SNAP plugin main page.
Hi Christian,
Similar to your case, I just got tired of keep having to manually clicking the “Reset” button and tried to find a smarter and easier way.
Just now figured it out and happy to share it. As you suggested, in the options of “Duplicate Post” plugin there is an option of not copying certain fields as specified. In that option just type *snap*
and voila ??
Forum: Plugins
In reply to: [Simple Job Board] Enabling Post Tagsthank you
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Quick Post ClarificationsMany thanks. I look forward to V4
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Quick Post ClarificationsSorry for the late reply. I didn’t get a notification of your reply.
1. I am using API V2 for LinkedIn
2. Please advise when is version 4 expected to be released.Thank you for the feedback. I think the issue was that I am posting to 6 social media accounts in the same time (directly without Cron). I will try to configure the WP Cron and I think it will work better.
Thank you again.
Forum: Themes and Templates
In reply to: [Discovery] How to use full width templateMany thanks my dear. I have 2 more clarifications for which I would appreciate your assistance:
– Is there a way to remove the search box from the menu bar without editing the code?
– I would like to have my company logo on the right side of the header and the website name and title on the left side. The website name and title are already appearing on the left, I just need to add the logo to the right.Many thanks.
Forum: Plugins
In reply to: [Simple Job Board] CVs uploaded to the wrong folderOk. thanks
Forum: Plugins
In reply to: [Simple Job Board] Feedback on my Career pageMany thanks for your quick feedback. To be honest, the CSS file is the only plugin file that I have plated with any that I am worry about when I make an upgrade. The other templates I have customized and placed under “simple job board” folder in my theme folder, which as I understand these customized files will not be affected.
Forum: Plugins
In reply to: [Simple Job Board] Send the uploaded CV to HRI would highly appreciate some guidelines on how to do that
Forum: Plugins
In reply to: [Simple Job Board] CVs uploaded to the wrong folderI am just concerned that your code assumes that the home path and the site path are the same. appreciate if you could confirm that.
Forum: Plugins
In reply to: [Simple Job Board] Send the uploaded CV to HRHi again,
I have added the below code to functions.php
// Filter to Attach HR Resume add_filter('sjb_hr_notification_attachment', 'custom_code_for_hr_resume_attachment'); function custom_code_for_hr_resume_attachment(){ // Write custom code here return get_post_meta($post_id, 'resume', TRUE); }
But the attachment is still not being attached in the email to HR. Appreciate your usual support and guidance.