Alcalt
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Woocommerce in adding anchor tag on his ownWhat I mean is it’s adding anchor tag where it shouldn’t.
My content-product.php look like this https://pastie.org/private/cecbf4mva4mrbanynlqlug but now if I look chrome inspector it look like my code change to this https://pastie.org/private/ivgo63brxbbrikpw8t03w somehow.
The second link is not how my file actually look like. It’s just to show you where the anchor tag appear on my website.
As you can see I already have an link in my file. At first I thought something was duplicating it but the new ones don’t have class and appear even when I comment my link.
Like I said this did not happen before. I’ve reverted to my old version (2.4.10) and I don’t have problem with my file.
Forum: Plugins
In reply to: [Contact Form 7] Attach file not working correctlyFound the error. It was related to the additional header. I restore it to default and the problem disappear.
Forum: Plugins
In reply to: [Contact Form 7] Attach file not working correctlyAlso it said “MIME-Version: 1.0”. Don’t know it that could help.
Forum: Plugins
In reply to: [WooCommerce Email Test] Customer note email failureAlso I don’t know if it could help you figure out the problem but I still use the default customer note template. I don’t think it could be something on the file. Maybe something from a hook or you plugin?
Forum: Plugins
In reply to: [WooCommerce Email Test] Customer note email failureHi raiserweb
I don’t know if he still have this issue but I do. The fatal error appear regardless if the order is completed or not and those I have tested have notes. It only happen on Customer Note.Any ideas how to make this work?
Forum: Plugins
In reply to: [WooCommerce] Error with Customer Note emailIf you find what cause this I would like to know. I have the same error on my site.
Just for info did you made change on your customer-note.php? I didn’t and it still show that error.
Forum: Plugins
In reply to: [User Switching] Can't download this pluginDon’t know what happen but I can download the plugin now ??
Forum: Plugins
In reply to: [Contact Form 7] Email not sendingNevermind I find my problem. I was calling a form tag outside my div and a other form tag inside…The one without property (outside) took over the one with properties (inside). I feel dumb not finding this sooner…
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Display all sub-categoryNevermind I found how to do it. Thanks for your help.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Display all sub-categoryThanks it help me but i’m still stuck at the display step. My taxonomy doesn’t have custom field but my custom post type link to it do. Should I use pods() or get_terms() ?
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Conditional loop with taxonomiesOmg dude thanks that’s exactly what I needed.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Conditional loop with taxonomiesThanks but I’ve tried this already . I tried ‘where’ => ‘category.name=”Novel”‘since where (Pods) have category but it didn’t work. I also tried with ‘category.slug‘ but I got the same result.
I’m not sure what I did but it seems to work now. Thanks.
oh ok then.
Thanks for the helpThat’s what just I did. Those are my Flex Slider’ setting. I don’t know if there is anything else but I only see those. And I need carousel so I doesn’t need the other slider.
By the way I don’t know if it make a difference but I use the free version of Meta Slider.