GyziieDK
Forum Replies Created
-
Hello again
I did try to move the file to system folder, but also this didn’t work.
For the main part of the donation box I found the solution within the “Edit Form” itself.
I noticed that the text could be changed in there from the “build”-section.
I still have some text that I’m not able to translate at all.
Specially the entire control panel is an issue.
I did find the following: https://go.screenpal.com/watch/cr1iYHVh552#
This dosen’t work for my case since I use the WPCode Lite plugin.
This do not have a “php” folder or a place for me to place the new index.js file that I’m trying to link to from the new snippet code added into this.
Is there another way/solution in order to translate this?
Also things like under the PayPal Standard payment (description on front-end) – this is not available:
“Make your donation quickly and securely with PayPal”
“How it works: You will be redirected to PayPal to complete your donation with your debit card, credit card, or with your PayPal account. Once complete, you will be redirected back to this site to view your receipt.”
Thank you! 🙂Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Remove LinksHello! 🙂
Thank you for the fast respone.
This make total sense now. I was looking into the code, but couldn’t quite find what I needed.
This snippet did the trick – so thank you! 🙂
Kind regardsForum: Plugins
In reply to: [BuddyPress Docs] BuddyPress Docs – PaginationOh wait – not quite fixed! 🙂
I’ve got 20+ pages and the issue now is that it’s adding the […] on both sides.
So when I’m on page 4 (as an example) it shows the following:
[<][1][…][3][4][5][…][20][>]
Because of the […] (ellipsis) buttons it is still a bit too wide for a phone screen.
How can I fix this?Forum: Plugins
In reply to: [BuddyPress Docs] BuddyPress Docs – PaginationI think I got it now, just had to add the option for “mid_size” and set this to 1 in order to make it fit into the page from what I can tell. 🙂
Thank you! 🙂Forum: Plugins
In reply to: [BuddyPress Docs] BuddyPress Docs – PaginationI just found that, but can’t seem to make it work.
This should be the only section changed – correct?function bp_docs_paginate_links() {
global $bp, $wp_query, $wp_rewrite;
$page_links_total = $bp->bp_docs->doc_query->max_num_pages;
$pagination_args = array(
'base' => add_query_arg( 'paged', '%#%' ),
'format' => '',
'prev_text' => __( '«', 'buddypress-docs' ),
'next_text' => __( '»', 'buddypress-docs' ),
'total' => $page_links_total,
'end_size' => 2,
);
if ( $wp_rewrite->using_permalinks() ) {
$pagination_args['base'] = apply_filters( 'bp_docs_page_links_base_url', user_trailingslashit( trailingslashit( bp_docs_get_archive_link() ) . $wp_rewrite->pagination_base . '/%#%/', 'bp-docs-directory' ), $wp_rewrite->pagination_base );
}
$page_links = paginate_links( $pagination_args );
// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
echo apply_filters( 'bp_docs_paginate_links', $page_links );
}- This reply was modified 1 year, 5 months ago by GyziieDK.
“The feature is available after purchasing Extra Package.”
So this option is only available if I purchase add-on/extension? – even though I paid for the premium of this plugin for the next 3 years?This is what I got from WordFence:
A potentially unsafe operation has been detected in your request to this siteYour access to this service has been limited. (HTTP response code 403)
If you think you have been blocked in error, contact the owner of this site for assistance. Block Technical Data Block Reason: A potentially unsafe operation has been detected in your request to this site Time: Wed, 11 Dec 2024 9:56:33 GMT About Wordfence
Wordfence is a security plugin installed on over 5 million WordPress sites. The owner of this site is using Wordfence to manage access to their site.
You can also read the documentation to learn about Wordfence’s blocking tools, or visit wordfence.com to learn more about Wordfence.
Click here to learn more: Documentation
Generated by Wordfence at Wed, 11 Dec 2024 9:56:33 GMT.
Your computer’s time: Wed, 11 Dec 2024 09:56:33 GMT.Also trying to install this new plugin is returning critical errors on my site.
Hello
I can’t seem to figure out what difference there is to this?
It still dosen’t contain strings like the one mentioned above:
Example of missing string that are non-translatable:
“*** Forbidden. [email protected]: Email does not exist. Anti-Spam by CleanTalk. ***”Thank you 🙂
There is a lot of issues in general with the translation of this plugin.
The POT-file does not match the number of translatable strings in general.
Also multiple strings are missing on both POT and the latest PO file downloaded (from https://translate.ww.wp.xz.cn/projects/wp-plugins/cleantalk-spam-protect/.)
These needs a serious update.
Example of missing string that are non-translatable:
“*** Forbidden. [email protected]: Email does not exist. Anti-Spam by CleanTalk. ***”Hello
I also figured this and deleted the current MO files since they were all broken anyways.
I’m translating the site into danish at the moment 🙂Forum: Plugins
In reply to: [Stachethemes Event Calendar Lite] Translation strings (needs update)I’ve tried updating some of the translation + js files today, but with no real luck.
Following are fuzzy:
Location name
Slug
Following are missing in POT:
All day
Hide end date
Category display name
Guest display name
Calendar display name
Name
Coordinates
Location coordinates in decimal format
In calendar dashboard
RRULE
Also I made som changes in the “events/upsert-lazy.js” since it contained errors.
“Every 48thweek” was changed to “Every 48th month”
“The event title slug. Leave empty to auto-generate” was changed to “The event title slug”.
These were also changed in the POT file – and seems to be working now.
I tried to fix the different locations in the POT-file (which I hoped would fix my issue) – but it didn’t seem to make a difference. The ones that were missing (despite finding them in their js-files) dosen’t seem to translate at all.
The following files needs an update (i assume):
build/assets/js/dashboard/pages/events/upsert-lazy.js
build/assets/js/dashboard/pages/guests/upsert-lazy.js
build/assets/js/dashboard/pages/calendars/upsert-lazy.js
build/assets/js/dashboard/pages/categories/upsert-lazy.js
build/assets/js/dashboard/pages/organizers/upsert-lazy.js
build/assets/js/dashboard/pages/events/upsert-lazy.js
build/assets/js/dashboard/settings-lazy.js
The organizer js-file didn’t even contain any of the missing strings or the “Leave empty to auto-generate”. The translation files seems to be a bit all over the place and it’s hard to figure out how to fix this issue on my own. 🙂
Hope someone can help asap.
Thank you! 🙂Sounds great, thank you! 🙂
Also when doing this in the editor – I can’t even “pick” that one for translation – I’ve had to translate them using the “String Translation”.