cyb2org3
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Product is not showingsome times… a break is really usefully….
I just got an email notification about the Reply from you @gabrielfuentes, and after I came back and did read your Post, my Eyes did saw something, which before I didn’t, don’t know why… but now it jumped directly into my Eyes…
what I did post:
<?php woocoomerce_content(); ?> <?php echo do_shortcode('[woocommerce_cart]'); ?>
I just changed the “o” with an “m” and voila…
bang head on table
thanks!
cheers!- This reply was modified 3 years, 8 months ago by cyb2org3.
Forum: Plugins
In reply to: [Contact Form 7] Captcha is not workingnow it’s showing don’t know why it wasn’t before
thanks
Forum: Plugins
In reply to: [Contact Form 7] not sending email@buzztone
great thanks I tried it but was not able to fix it with this ??after this, I tried it with putting the contact form with the shortcode on a site and this worked… but this is not the way I need it so I searched more and tried.. and now I was able to “fix” it!
I needed to remove the <form> tags in the php file
<!-- <form> --> <div class="container"> <?php echo do_shortcode( '[contact-form-7 id="6"
well, also the closing tag too… this above is only a little cut from my code…
now the contact form is working!
@hoernchen089 maybe this can help you?
Forum: Plugins
In reply to: [Contact Form 7] not sending emailthanks for your answer!
it’s an recently installed CF7, but i did it like in other sites i did it already where it’s working.. so i don’t understand ??
Forum: Fixing WordPress
In reply to: Private Messaging Between Usersthx both ??
yeah at the end it’s study the existing one..
@gappiah about coding an own CMS from scratch… i don’t won’t right now to code something which is already part of the core of wordpress to code it myself.. it’s just about , if i need to install an plugin because wordpress is not providing me this service.. so i want to have an own plugin if it’s possible and not third party dependencies.. or is there a mistake from my part? because i didn’t see any possibility to activate Private Messages between Users without a Plugin?