digitalfaber
Forum Replies Created
-
My fault! Please forgive my mistake
Forum: Plugins
In reply to: [Site Reviews] Import from WPCRThanks for your reply.
Unfortunately v5.0 import tool doesn’t foresee any field for assigned post, so any review is not linked to posts and it’s quite uneseful in my case.Forum: Plugins
In reply to: [Site Reviews] 403 errorFinally I found out that there was a htaccess file in wpcontent folder which blocked svg files.
Thanks for your assistance.Forum: Plugins
In reply to: [Appointment Hour Booking - WordPress Booking Plugin] Stop CalendarTop class support, thank you so much
Forum: Plugins
In reply to: [Ginger - EU Cookie Law] Banner and IFrame Text can’t be savedSame for me
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Packing Slips numberGreat. I went for the paid version, thanks.
Just an info: what if I should ship only a part of a multi-item order?
Do you foresee this option? I could need to split packing slips.Forum: Plugins
In reply to: [Elementor Addons by Livemesh] Post Carousel image sizeThank you very much for your reply and assistance.
I will seriously consider upgrading to PRO version.
Best regardsForum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Missing invoicesHi, Ewout, sorry for delay, but I didn’t receive any notice for your answer.
Thank you for your time, we solved the problem: as you correctly pointed out, it was due to conflicts with another plug-in.
Keep up your great work!Stefano
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Infinite loopOk, so, this is what happens:
– Override Templates plugin installed
– custom templates loaded in child theme (/wpadverts)
– classifieds main page loads custom templates ifremove_all_filters( 'adverts_template_load' );
is removed from list.php
– taxonomy page (advert-category taxonomy) breaks (loops). But it works if on top of list.php I place:
if(is_tax()) { remove_all_filters( 'adverts_template_load' ); }
The problem is that deactivating filters prevents from loading custom code in taxonomy page.
I’m in a logic loop ??
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Infinite loopThis is a good point. Removing filters that page works, but it ignores custom templates placed into theme_folder/wpadverts, which is something I need to keep.
For some reason, listing loop works only on main page listing, but not in single category listing (unless category is empty).
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Infinite loopHi Greg, sorry for delay, I really appreciate your support.
The problem is in list.php and precisely in this line of codeapply_filters( "adverts_template_load", ADVERTS_PATH . 'templates/list-item.php' );
Commenting this line obviously I get no resulta, but the rest of the page is ok and is not broken for an infinite loop.
You can see it in action here:
P.S. If it helps, I noticed that in categories with no ads everything works properly.
It does, thank you
Solved
The reset tool did the trick!
Thank you for your kind assistance.Thank you very much!
I’ll do it.Best regards