mojonek
Forum Replies Created
-
Forum: Hacks
In reply to: Changing the Purchase Button – WoocommerceThx for helping me and advice.
This is my solution
Add this code in to file: simple.php
<?php if ( is_user_logged_in() ) { echo 'user_logged'; ?> <form class="cart" method="post" enctype='multipart/form-data'> ... </form> <?php } else { echo 'user_not_logged.'; } ?>Forum: Hacks
In reply to: Changing the Purchase Button – WoocommerceThx for help, but this isn’t a good solution for me.
We must have a sell option – but only for logged user.
For not logged user – we must print a link.Forum: Hacks
In reply to: Changing the Purchase Button – WoocommerceThank you for your reply but I still do not know how to do it.
How to hide the “buy” button
I need the code.I found this example: Function Reference/is user logged in
Display different output depending on whether the user is logged in or not.<?php if ( is_user_logged_in() ) { echo 'Welcome, registered user!'; } else { echo 'Welcome, visitor!'; } ?>But still need help 🙁
How to put this code into “buy” button?Forum: Plugins
In reply to: [CM Tooltip Glossary] Permalink problemI have the same problem (+ translation)
🙁As the “Glossary Permalink” is empty – everything works.
As I type ‘xyz’ – I have a problem and the message “404 – Page Not Found”Original http://www.DOMAIN.COM/Glossary/Term1 – everything works.
with ‘xyz’ in the “Glossary Permalink”
http://www.DOMAIN.COM/xyz/Term1 – is Error # 404: (How do I change this parameter?
I do not want to use the “glossary” in the / directory.P.S.
Great plugin 😉Enabling buttons doesn’t work when I write post 🙁
The same problem
Shortcodes Pro 1.1.1.3 in WP 3.4.1And another problem ;(
Enabling buttons doesn’t work
post in: https://ww.wp.xz.cn/support/topic/plugin-shortcodes-pro-enabling-buttons-doesnt-work-with-1113-in-wp-341-network?replies=1Shortcodes Pro 1.1.1.3 in WP 3.4.1
;(Hi
The same problem here.
I use: 1.1.1.2 = problem
When I use 1.1.1.3 = problem.… unless I change format
fromred|#ff0000,
green|#00ff00,to this
red|#ff0000, green|#00ff00
But I must change all my ‘Shortcode’ ;(
Any Idea = 1.1.1.3.1 ? 😉