thowe82
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Checkout FormHi Mike,
thanks for your answer. The one page looks good, but I really just need a button, that is selecting at the same time the right product + redirects me to the checkout page, where the product then appears. Is there an option in woocommerce? How would a code look like?
Thanks a lot, Thowe
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Category won't showHi Philipjohn,
actually I’m not using multisites. I also tried to deactivate the plugins, but without any success. The funny thing is. When I search for this single category the corresponding events show up. So seems to be just a visual problem.Hi Philipjohn, hi Angelo,
thanks a lot for your help, but I’m kind of lost.
@philip: When I paste your code into the functions.php the submission form page stays white.
@angelo, I try to follow the Link. Maybe it will works. Actually I have to realize that I’m really a noob in php. Maybe I need to do some more tutorials 🙂Thowe
Hi Angelo,
but then only the categories are required. But I want both, attributes and categories.
Hi Angelo,
thanks a lot for the support. I pasted in the correct snippet. But know I got another error, although I filled out the required attribute:
Notice: Undefined index: Ansprechpartner: in /Applications/MAMP/htdocs/wp-content/themes/attitude/functions.php on line 156
And this is the code:
if (!is_user_logged_in() && $_REQUEST['Ansprechpartner:'] == ''){Hi Angelo,
here is the link
Hi Angelo,
I turned on the debug mode. This are the error messages for the category code:
Notice: Undefined variable: EM_Event in /Applications/MAMP/htdocs/wp-content/themes/attitude/functions.php on line 155
Notice: Trying to get property of non-object in /Applications/MAMP/htdocs/wp-content/themes/attitude/functions.php on line 155
Notice: Trying to get property of non-object in /Applications/MAMP/htdocs/wp-content/themes/attitude/functions.php on line 155
and thats the Line 155:
$categories = $EM_Event->categories->categories;Hi Caimin,
well, it still doesn’t work. I found out, that when the event has no category, the message “no categories” appears right without the white-space paragraph.
I also use the shortcode #CATEGORIES in the even-list, but everything works just fine there without this white-space paragraph.
Hi Guys,
thanks a lot for your answers. But, both codes are not working for me.
When I’m using the first code in the theme functions.php, the error message appears, so to this point, it works. But when I fill out the attribute, then the error still appears after clicking on the submission button. I’m sure I spelled the attribute name the right way in the theme functions.php.
When I use the second code for categories in the theme functions.php the screen of my homepage stays white.
@ Marcus,
I also tried another theme, but there is still the same problem.
YEAH, it works. Thanks a lot Angelo!!!
Well, I’m working offline with MAMP… But I will try it soon.
it still doesn’t work. Really strange…
Actually, this is the shortcode I’m using:
<p> <strong>WETTBEWERBE</strong> #_CATEGORIES </p>Hi Angelo,
thanks again for your answer 🙂
But I still have this one blank paragraph between Title and the categories List.