WP Codeus
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Sermons] Books of the Bible in orderHello @anitrawolf,
To display the books of the Bible in order, you can use the Drag & Drop ordering for taxonomies feature.
Here is an article that explains how to utilize this feature: https://advancedsermons.com/docs/taxonomy-drag-drop-ordering/Forum: Plugins
In reply to: [Advanced Sermons] Subcategory in SeriesHello @bishoyadel,
Unfortunately child categories is something that is not supported. If you’re not using other taxonomies like ‘Topic’ you could rename something that acts as a parent category and the series acts as your additional filter.Forum: Reviews
In reply to: [Advanced Sermons] 90% features are premium even we can’t show it to the page@pronayeem ?I am sorry to hear that you feel this way.
Can you please provide us some feedback with more detail so we can look into this? Which features are you referring to? We feel that we have provided a lot of the core features in the free version with the ability to upgrade if needed.
Not only that, but offering every option as a free option how does that leave us room to make money to create, manage, and keep adding new features to the plugin? Our plugin is priced significantly less than our competitors and we have 100+ built in options and settings.
Our team has been working on a huge update for the last 3 months with a hand full of new features and some features like ‘archive slug’ being moved to the free version.
We hope you understand and adjust your review as I feel like this in unfair for all the hard work we have put into this plugin. If you don’t want to use the plugin that is fine, but leaving a bad review just doesn’t seem fair without at least reaching out to us first to see if that is something we can help and fix as feedback is important to us.
Forum: Plugins
In reply to: [GEO my WP] Hide Lat/Long values in the query string@rthaena I ended up creating some JavaScript to fix this issue for our client. I thought I would share it here incase anyone else is getting the same alert from Meta.
<script type="text/javascript"> window.onload = function() { if (!window.location.href.includes("lat=") && !window.location.href.includes("lng=")) {
// Paste your Facebook pixel code here and leave out the opening and closing script tags}; </script>
Basically what this code does is checks the current page to see if the queries lat and lng are present. If they are, the pixel is not going to track the event, all other queries it will track per normal.
- This reply was modified 1 year, 8 months ago by WP Codeus.
Forum: Reviews
In reply to: [Advanced Sermons] Not much in the free version@yeboad I am sorry to hear that you feel this way.
Can you please provide us some feedback with more detail so we can look into this? Which features are you referring to? We feel that we have provided a lot of the core features in the free version with the ability to upgrade if needed.
Not only that, but offering every option as a free option how does that leave us room to make money to create, manage, and keep adding new features to the plugin? Our plugin is priced significantly less than our competitors and we have 100+ built in options and settings.
Our team has been working on a huge update for the last 3 months with a hand full of new features and some features like ‘archive slug’ being moved to the free version.
We hope you understand and adjust your review as I feel like this in unfair for all the hard work we have put into this plugin. If you don’t want to use the plugin that is fine, but leaving a bad review just doesn’t seem fair without at least reaching out to us first to see if that is something we can help and fix as feedback is important to us.Forum: Plugins
In reply to: [Advanced Sermons] Only One Book Showing On Single SermonsHello @will678,
The current version of Advanced Sermons only allows the support of a single book to a sermon.
We’re in the process of a large update for Advanced Sermons with 3.0 that is introducing a ton of new features along with global improvements to the plugin. We’re happy to announce the taxonomies got a large improvement and will allow the support of unlimited taxonomies that can be assigned to a sermon.
At this time we’re still developing these updates out so we do not have an ETA.Forum: Plugins
In reply to: [Advanced Sermons] Podcasting w/ PowerpressHello@cangurob,
A handful of our users have had great success with PowerPress. To learn how to set this up, you can review the online documentation here: https://advancedsermons.com/docs/advanced-sermons-podcasting/
You most likely got stuck at the part where you have to create a new sermon and validate the new podcast URL. Once this is completed, you will see the new metabox on the edit sermons page.
Otherwise, I am glad to hear that you also had luck with Seriously Simple Podcasts.Forum: Plugins
In reply to: [Advanced Sermons] Advance Shortcode Not workingHello @eagle4web,
Shortcodes are a Advanced Sermons Pro feature only. In order to use the available shortcodes you would need to purchase Advanced Sermons Pro.Forum: Plugins
In reply to: [Ultimate Client Dash] Changelog for Pro VersionHello @viablethought,
Happy New Year to you as well!
The changelog for Ultimate Client Dash Pro is located on the readme.txt file for the pro version.
We have made a handful of improvements and added a few new features which include the following:
1. Fixed an error where the pro version could be enabled on some hosting providers when the free version is not installed or activated causing a fatal error.
2. When some menu items are toggled to be disabled, it now automatically disables them in the admin bar as well.
3. You can now remove the ‘PHP warning’ widget from the dashboard.
4. Added support for ‘Rewrites’ for Yoast Duplicate Post for the Modern Dashboard Styling.
5. There is a new option to apply Dashboard CSS styling for ‘All Roles’ or only for the ‘Client Role’ giving more possibilities to hide elements for clients if there is not an option for it.
6. Added .update-nag to Disable Client Nags & Notices option.
7. A handful of other minor tweaks and changes.
Best regards,
Kevin WilgenbuschForum: Plugins
In reply to: [Ultimate Client Dash] FAQ – What user role for client?Ultimate Client Dash only has the ability to hide elements from “All User Roles” or the ‘Client’ user role that is created by the plugin.
This gives users the ability to create a custom user role with permissions specifically for their client and assigning the user role ‘Client’ to that user.
Forum: Plugins
In reply to: [WP Proposals] Multi-site InstallationHello @peteraloha,
WP Proposals is currently not support with a Multisite setup. However, you can install the plugin and activate it on a per site basis to make it work instead of network activating.
Best regards,
Kevin WilgenbuschForum: Plugins
In reply to: [GEO my WP] Disable Map Scroll ZoomHey @eyal,
I was able to resolve this.
For anyone looking for the same solution, please see below:
function gmw_disable_mousescroll_zoom( $map_elements, $gmw ) { if ( 2 == $gmw['ID'] ) { // Change form ID here $map_elements['map_options']['scrollwheel'] = false; } return $map_elements; } add_filter( 'gmw_map_element', 'gmw_disable_mousescroll_zoom', 99, 2 );
- This reply was modified 2 years, 11 months ago by WP Codeus.
Forum: Plugins
In reply to: [Advanced Sermons] Advanced Sermons NewslettersHello @jahrat,
The ‘post’ custom post type is a default post type created by WordPress. Advanced Sermons utilities it’s own post type which is called ‘sermons’.
Based on MailPoet’s response, you need to select the correct post type. If they only support post types that are searchable, unfortunately this is only a feature that is available in the Pro version of Advanced Sermons which would need to be enabled under ‘General settings’ once installed and activated.
We personally have not tested the plugin with MailPoet so we can not guarantee its compatibility.
Forum: Plugins
In reply to: [Ultimate Client Dash] Custom Frontend User DashboardHello @gamicord,
Ultimate Client Dash is a Whitelabel WordPress plugin that allows agencies to brand the WordPress dashboard and limit access to specific sections of the WordPress dashboard.
It is not designed to replace or create a custom backend dashboard.
We wish you luck in finding a plugin or solution that meets your needs.
Best regards,
Kevin WilgenbuschForum: Plugins
In reply to: [Advanced Sermons] Series Engine ImportHello @jeremystiffler,
This has already been answered in the support ticket that you submitted via the WP Codeus website. However, I am going to paste this solution here as well incase anyone else is looking for the same resource.
Import Sermons into Advanced Sermons: https://advancedsermons.com/docs/import-sermons/
Best regards,
Kevin Wilgenbusch