WP CodeUs
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Proposals] Could you make the plugin translatable?Hello @nikov,
There are translatable strings in WP Proposals include Total which is the following: esc_html_e( ‘Total:’, ‘wp-proposals’ );
We recommend using a translation plugin like LocoTranslate.
Best regards,
KevinForum: Plugins
In reply to: [WP Proposals] Use with Generateblocks and Crawled by search enginesUnfortunately we’re not familiar with that plugin we utilize RankMath and Yoast SEO.
Most SEO plugins have an option to disable indexing and also removing from the XML sitemap as well.
I recommend doing some Google searching or reaching out to their support.Forum: Plugins
In reply to: [WP Proposals] Use with Generateblocks and Crawled by search enginesHello @josueardon,
By default, the proposals are set to do not index, however, if you’re using an SEO plugin it is recommended to go into the settings and make sure you also set it to do not disturb for the custom post type ‘proposals’.
There is no integration with Generateblocks.Forum: Plugins
In reply to: [Ultimate Client Dash] Each client access only their filesHi @futurezx5,
It seems like you might be mistaking Ultimate Client Dash for a client portal.
This plugin is a white label tool to simplify and brand the WordPress dashboard.
Best regards,
WP CodeusForum: Plugins
In reply to: [WP Proposals] “View Count” is enabled on all post-typesHey @saschinger,
Thanks for bringing this to our attention.
We just released a new version that includes a fix for this.
Best regards,
WP CodeusForum: Plugins
In reply to: [Advanced Sermons] PHP WarningHello @jimk1416,
If you’re still receiving the warning after changing the file then it most likely is coming from your hosting setup.
I recommend reaching out to your hosting company and see if they are able to assist you.
If you’re using a caching plugin, make sure to purge it after you update the file.
As mentioned, this isn’t an error for say but a warning of an array displaying empty.
You can also try changing your PHP versions as mentioned before. 8.1 and 7.4 are still the most stable.Forum: Plugins
In reply to: [Advanced Sermons] PHP WarningHello @jimk1416,
We were not able to duplicate this on our servers, however, we did add an additional check to ensure that the index 0 exists before trying to access it. This change will be include in the next release.
Since we’re not able to duplicate on our end, if you could try to replace line 75 with the following to ensure it fixes the issue for you that would be extremely helpful on our end:if(is_array($query->query_vars['taxonomy']) && isset($query->query_vars['taxonomy'][0]) && in_array($query->query_vars['taxonomy'][0], array_keys($taxonomies))) {Best regards,
Forum: Plugins
In reply to: [Advanced Sermons] PHP WarningHey @jimk1416,
Thanks for bringing this to our attention. We will run some test on our servers to see if we can duplicate the issue and provide a fix in the next update.
You can also try PHP version 8.1. A PHP Warning is not a fatal error and will not cause any issues on the site. If you’re seeing it on the frontend, this means you have debug turned on which should be turned off unless it is a staging or development site.
Best regards,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 2 years, 9 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.