nathalie75
Forum Replies Created
-
Great, thank you!
Thank you very much for your quick reply.
I couldn’t finde rule 531 in the list… is it the same as 1531?
Thanks
Nathalie
Danke, Marc, für das schnelle Beheben. Nachdem ich nicht wusste, wie lange es dauern würde, habe ich das Ganze mit Contact Form 7 umgesetzt aber es wird hoffentlich anderen helfen.
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Update causes fatal errorHi,
can you please publish a 4.0.1 version???
I am using Backwpup on 70 websites. I disabled the plugin on all of them after having this fatal error on one of them. I suppose that most of them have the 4.0.0 error-free version but some of them certainly have and I don’t know which ones.
It would be great to be able to update to a error-free version of the plugin before activating it again.
Thanks
NathalieForum: Plugins
In reply to: [Koko Analytics] Plugin has completely stopped workingThank you very much, Michael!!!
If I disable ublock origin, everything is working fine.
How can you allow Koko in this plugin? I couldn’t find it.Forum: Plugins
In reply to: [Koko Analytics] Plugin has completely stopped working@michael: I suppose it only affects the display of the data, not the collecting of the data (on the front end you can see in developer tools/sources the script collect.php) – I wouldn’t deinstall the plugin.
Forum: Plugins
In reply to: [Koko Analytics] Plugin has completely stopped workingKoko is working on some websites, on some other ones only a blank page is displayed instead of the analytics dashboard in the back end – although the websites have the same plugin, PHP and WordPress version and use the same wordpress theme.
In the google developer tools I can see this error when trying to access the analytics dashboard:
Laden fehlgeschlagen für das <script> mit der Quelle “https://domain/wp-content/plugins/koko-analytics/assets/dist/js/admin.js?ver=1.0.32”.
(Loading failed for <script> with source “”)Thank you for checking it soon.
Can you please tell us if only the display of the statistics is affected or also the collection of the visitor data?Forum: Plugins
In reply to: [GiroCheckout Plug-in for WooCommerce] Compatible with woocommerce 4.2?Thank you very much!
Forum: Plugins
In reply to: [Post Grid and Gutenberg Blocks - ComboBlocks] Bug Version 2.0.48Thanks a lot, it worked very well!!!
Great support!
I suggest you show this simple piece of code in your documentation (https://www.pickplugins.com/documentation/post-grid/action-hooks/post_grid_layout_element_id/). It’s much easier to understand for people with little coding knowledge.Please have a look at the 2. issue:
In layouts “Post title” inserts a title with link while “Post title with link” inserts a title without link…
I don’t need help for this one (I just used the other element instead) but it’s rather disconcerting first).
Thanks again.
Many regards.- This reply was modified 4 years, 10 months ago by nathalie75.
Forum: Plugins
In reply to: [Post Grid and Gutenberg Blocks - ComboBlocks] Bug Version 2.0.48Thanks very much for your quick reply.
I am not a developer and it’s a bit complicated for me to understand how it works.
Supposing I have a custom field “land” for my custom post type.
So far I could use this code to display the land:function post_grid_filter_grid_item_excerpt_extra($excerpt){
$land = get_post_meta ( get_the_ID(), ‘land’, true);
return ‘<p>’.$land.'</p>;
}
add_filter(‘post_grid_filter_grid_item_excerpt’,’post_grid_filter_grid_item_excerpt_extra’);Which code would I need now with the post_grid_layout_element_{id} hook to have the same result?
Do you know the 2. issue (title with or without link)? It’s not that bad but I suppose it can disconcert some people.
THANKS!
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Filtering Pods by custom fieldHi Jory,
thanks for the information.
The search box is working for the post title (maybe for the post content too, I don’t know, I don’t have any) but not for the custom fields (for example in my case the city or country of the person) so it’s no great use for me.
In the shortcode documentation https://pods.io/docs/learn/shortcodes/pods/ there is the information “A comma separated list of field names (relationship only fields)” in the “Details” for the “filters” parameter but it can not be since the filters parameter is boolean.
Have a nice day.Nathalie
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Filtering Pods by custom fieldHi Jory,
ok. Facetwp is a bit expensive for me (or my customer) but it’s good to know it would be the best way.
Many greetings
Nathalie
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Filtering Pods by custom fieldHi Jory,
I am not a native english speaker and no PHP developer that’s why this video is very difficult for me to understand (except “don’t worry be happy!” ?? ).
And I am not sure it would help me: my problem is not finding the right code but understanding what to do with this piece of code. Where shall I use it?
Have a nice day.Nathalie
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Filtering Pods by custom fieldI will have a look, thanks!
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Filtering Pods by custom fieldHi Jory,
which one do you mean?
Thanks for your help.Nathalie