WP Codeus
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Sermons] Unable to change featured images/sermon seriesHello @occ311,
As mentioned in your support ticket that you submitted, this is due to your server not having enough resources and triggering a server 500 error and this is not an issue with our plugin.
As mentioned before, we recommend reaching out to your hosting company about increasing the resources on your hosting plan.I am marking this as resolved as it has already been resolved in your support ticket.
Forum: Plugins
In reply to: [WooCommerce Shipping & Tax] Reprint a Shipping LabelI am joining this thread in hopes of also getting an answer on this.
With the conflict of WooCommerce PayPal Gateway a client got charged for a shipping label but with the critical error there seems to be no way to download the shipping label that was already paid for.Forum: Reviews
In reply to: [WP Proposals] A bit confused… but hope for improvementHey @tenserd,
When you get a chance, reach out to [email protected] and we can schedule a time to connect.
Hope you have a great weekend and talk to you soon!
Best regards,
Kevin WilgenbuschForum: Reviews
In reply to: [WP Proposals] A bit confused… but hope for improvementHello @tenserd,
First off, thank you so much for such a detailed review. Everything stated is extremely useful and you bring up some great points.
I know a lot of the cons have already been addressed in the development of the pro version, but there are a handful that I have not thought about before.
Now to address the elephant in the room. The pro version of this plugin has taken way too long. I am the lead developer here at WP Codeus and this was a passion project of mine as there really is nothing available like it in the WordPress community. With Covid our very small team got swamped like most agencies trying to assist small businesses to a digital present online. Since then, things haven’t slowed down much when it comes to our main source of income. This not only applies to plugin development, but also our primary business websites as well. We’re currently in the process of a complete redesign but as you know, usually client work gets pushed in front and these projects keep getting pushed back.
I can promise you that this is not a dead project and we’re about 80% complete with the plugin. From the current state the plugin has got a complete make over. We want to ensure that it is the best plugin that it can possibly be during launch so we’re not limited with the future growth of the plugin. Again, we’re not making this to get rich, but simply provide a solution that is not currently there in the WordPress community.
I would be more than happy to continue this conversation with you via a Google Meet and showcase the work that we have been doing and get some feedback for the final stretch.
One thing I am excited about that was recently included is the additional section shortcodes and page builder elements that we’re introducing to allow the injection of the proposal elements into any page builder/template. This gives way more flexibility than what the standard meta boxes can offer.
Best regards,
Kevin WilgenbuschForum: Plugins
In reply to: [WP Proposals] Could you make the plugin translatable?Hey @nikov,
I do see that there are not proper translation for those elements.
I will have our team review and push an update with this fix as soon as we’re able to.
Best regards,
Kevin WilgenbuschForum: Plugins
In reply to: [WP Proposals] Could you make the plugin translatable?Hello @nike,
When you setup a new translation, did you make sure to select the location of ‘System’? If you have anything else selected, it will not work properly.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,