MadrasThemes
Forum Replies Created
-
Forum: Plugins
In reply to: [MAS Companies For WP Job Manager] PHP 8.2Hello @andrewtayloruk82.
Thank you for taking the time to give feedback about our plugin. Can you please let us know what deprecated errors you are getting? Can you please share with us the deprecated errors log? We’ll release an update to fix them.
Forum: Plugins
In reply to: [MAS Companies For WP Job Manager] HTML being stripped upon savingAre you referring to the frontend form submission shortcode?
Forum: Plugins
In reply to: [MAS Companies For WP Job Manager] Strings missing for translationGlad your issue is resolved before we had a chance to respond. Please do not hesitate to reach us through this forum if you have any other questions related to our plugins.
- This reply was modified 2 years, 5 months ago by MadrasThemes.
Forum: Plugins
In reply to: [MAS Videos] Conflict with Woocommerce my account pageHello there,
Thank you for trying out our plugin. You can simply delete our my account page. You can then use the hook in WooCommerce and add the tabs from MAS Videos my account page into WooCommerce’s my account page.
Hope this helps. Let us know if you have any other questions or need further help.
Thanks,
MadrasThemesForum: Plugins
In reply to: [MAS Companies For WP Job Manager] HTML being stripped upon savingHello there,
Apologies for not getting back earlier. The sanitisation is a way to make sure no malicious code is inserted. Having a filter would defeat the purpose of sanitisation.
I advice you to not remove the code.
Forum: Plugins
In reply to: [MAS Static Content] Static fileHello there,
Please try deleting your installation and try re-installing it again. We’ve included all the required files for the plugin. The issue you are facing may be due to file permissions. Please make sure you’ve the necessary file permissions to install the plugin.
Hope this helps. Let us know if you have any other questions or need further help.
We recommend editing your post to remove your personal details such as emails. Please note, we do not offer paid services through www.ads-software.com forums.
Please read about forum rules here: https://www.ads-software.com/support/guidelines/#the-bad-stuff
You can simply post the template code that is used for single-company.php and we’ll recommend a solution.
Hello @calolina,
Thank you for getting back. The code that I suggested: https://gist.github.com/ibndawood/cc8bd0d859b6877e8e40b18673554573 works on
single_company
hook.Please check if your theme’s
single-company.php
file has this hook. You can search forsingle_company
in your theme folder. The above code will work if this hook is present in the file.Hope this helps. Let us know if you have any other questions or need further help.
Hello there,
Thank you for trying out our plugin. The code shared here: https://gist.github.com/ibndawood/cc8bd0d859b6877e8e40b18673554573 works but please make sure that your theme calls
single_company
action on the single company page template for the jobs to display. If it doesn’t then replace the action with the one used by your theme.Forum: Plugins
In reply to: [MAS Companies For WP Job Manager] Random Characters in Company Page URL’sHello again,
Thank you for writing back. We are not sure what is causing the issue as we are not able to reproduce this issue in any of our test servers. We also installed the same number of public plugins that you’ve suggested to test this issue.
If you look at the code base, you can conclude that the plugin is not responsible for generation of permalinks. We are most likely to conclude that the issue is originating outside of the plugin.
Can you please test by disabling all third-party plugins, with only WPJM and MAS Companies For WP Job Manager plugins, and by switching to a default WordPress theme like TwentyTwentyOne and see if the issue is still there?
- This reply was modified 2 years, 5 months ago by MadrasThemes.
Forum: Plugins
In reply to: [MAS Videos] Maximum release date 2022 for widgetHello there,
Thank you for trying out our plugin. Apologies for not getting back to you earlier.
I can see the issue that you’ve raised. I checked the code, the MAS Videos Filter Movies by Year widget, sets the current year as end year.
We do not have a filter or option to override this. I’ll reach out to the development team and will ask for a new update to include the end year as a widget field.
Once the update is released, you can set the end year as well. In the mean time, you can manually change the line marked to the year you want as end year. Please note changes made directly to the plugin code will be overridden during updates. This is only a temporary suggestion.
Hope this helps. Let us know if you have any other questions or need further help.
Thanks,
SForum: Plugins
In reply to: [MAS Companies For WP Job Manager] Search company by locationHello Lena,
Thank you for reaching us. The plugin uses WordPress’s custom post types to save Companies. WordPress’s default search form will search through title, excerpt and description.
You can create a taxonomy ( like Categories for a WordPress post ) for locations and filter the companies by location.
You can also use a meta field to store the location and then use a custom search field to search through post’s meta field.
Hope this helps. Let us know if you have any other questions or need further help.
Thanks,
SForum: Plugins
In reply to: [MAS Companies For WP Job Manager] HTML being stripped upon savingHello there,
Thank you for trying out our plugin. The plugin uses WordPress’s custom post types to create and manage Companies. You can use all the filters available for a post like
the_excerpt
orthe_content
to filter the content of the Company saved.Hope this helps. Let us know if you have any other questions or need further help.
Thanks,
SForum: Plugins
In reply to: [MAS Videos] Update messes up TMDB importThank you for the clarification. I wasn’t aware of update from 1.2.2. Here is CSV importer specific code that we added: https://github.com/madrasthemes/masvideos/commit/99b6b2e52b951b07250355e3eae26b23f3f13fa3
Can you please remove these code in your website and test? We are unable to test this as we are not able to reproduce this in our servers.
Forum: Plugins
In reply to: [MAS Videos] How to remove playlist link from main page? (website added)Hello there,
We can remove playlist via custom CSS. Please use this: https://gist.githubusercontent.com/yousufansa/96402ed50a2d8a6afddebcdaf0e6e844/raw/8c3d783c24fbe2453fdb2f3356476b0c7dab7d27/style.css
Hope this helps. Let us know if you have any other questions or need further help.