Greg Winiarski
Forum Replies Created
-
Hi,
i suppose you are using a page builder that uses different status for templates than publish or draft, in this case you would need to use the 2.3.0 version until 2.3.2 is released.
Why this change was introduced you can read here https://wpadverts.com/blog/backward-incompatibility-in-version-2-3-0/
Hi,
there was backward incompatible change in version 2.3.0, please the article linked below for more details and a fix
https://wpadverts.com/blog/backward-incompatibility-in-version-2-3-0/
The article talks about [adverts_block] shortcode but the same explanation and fix will work for the Ad details.
Hi,
thanks for the report and detailed feedback, i will be implementing this change in the next BM integration release (that should be available soon).
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] How to contribute to translations?Hi,
translating to other languages seems encuraging, although i think it would be best to have it read by someone who is familiar with the language, i would prefer to avoid a situation when i market the plugin as translated to for example Suahili, then a person speaking this language install the plugin and its all nonsense :).
Thanks for the link to Crowdin i will take a look at it when i will find some free time, i was planning to use Transifex, but it appears the Crowdin is a new spin on the translations service.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] How to contribute to translations?Hi,
thanks, i downloaded the files and will include them in the next release.
Thanks also for the feedback on how to use the AI and other tools for translation, i can see how this can make the whole process so much faster :).
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] How to contribute to translations?Hi,
thanks, if you would like to submit German translation then that would be great.
You can prepare the po/mo files, and link to them here or send them directly to support at wpadverts.com email address i will include them in the next WPAdverts release.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] WP Adverts and Classic editorI am not planning to remove the shortcodes anytime soon (or at all) so you can use them, just please keep in mind they are using an outdated design and will most likely stay like this.
I think a good compromise is to enable Gutenberg, configure your WPAdverts blocks using the block editor, disabled Gutenberg again and load the blocks with [adverts_block] shortcode.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] WP Adverts and Classic editorHi,
it can be used with the classic editor or a page builder, the recommended way to do that though is to build pages like classifieds list and publish using block editor and then embed them into classic editor or the page builder with the [adverts_block] shortcode.
Please see this video https://www.youtube.com/watch?v=PWbt-tsPrfg&pp=0gcJCa4KAYcqIYzv for more details it shows how to do it with Elementor, but the process should be similar for any other page builder or classic editor.
Hi,
i am looking at your page (https://expertom.pro/) and can seem to find these errors anywhere in the developer console?
Also, none of these JS errors seem to be coming from WPAdverts or a WPAdverts extension(s)?
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] default image in adHi,
yes, it is possible, please go to the wp-admin -> Pages panel, edit the page with the Classifieds List block, click on the block and in the right sidebar you will find the “Default Image URL” field, you can enter there an URL to the image that will be used if an Ad does not have any images uploaded.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Photos incorrect in adsWith some coding it is possible to change the file name, for example here is a snippet explaining how to do it https://wordpress.stackexchange.com/questions/30313/change-attachment-filename, to run this code only on WPAdverts upload at the beginning of the rename_attachment function you will want to add something like
if( $_GET['action'] != "adverts_gallery_upload" ) {
return;
}If the files are linked to attachments go to the wp-admin -> Classifieds -> Options -> Core panel, uncheck the “Do not show Ad images (and other files) in Media Library.” option and save settings. Then go to the wp-admin -> Media panel sort by date and bulk delete old files.
If the files are not linked to attachments then you can just delete them via FTP.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Photos incorrect in adsI am checking again and i do have an email from your different email address, but the message bounced twice with “no answer from host” error.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Photos incorrect in adsHi,
i see only one message sent from your email address (about 17 hours ago), although some of my customers are reporting problems with email delivery (my replies are going to spam) so if you sent a message from a different email check your spam folder.
As for your question, there isn’t a fix for this as this is more of an issue with the browser caching images rather then the image itself. Note that you will most likely have the same problem using the WP Media Library.
The solution would be to automatically generate unique names for the files which would kill the images SEO.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Styles missing with WordPress 6.9Hi,
i see you sent the same question via email, i sent you a reply by email as well, please do not double post your questions, thanks.,
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] critical issue on confirmationHi,
sorry about that, this is a conflict with the latest WP version (and probably some latest PHP), i just released a version 2.2.10 it should fix this.