anjxed
Forum Replies Created
-
Forum: Plugins
In reply to: [WC - APG SMS Notifications] Can the plugin send the customer order?Do you have a live preview for me to take a look at?
Hmm, can I disable the plugin? and make everything back to normal?
What do you mean? How did you do this?
Forum: Plugins
In reply to: [Conditional Menus] Conditional Menu Option does now showoh, some people have the same problem, anyway I emailed the theme creator and they fixed it
They downloaded the Safecode plugin and put this into it.
<?php
function themify_conditional_menus_patch( $post_types ) {
unset( $post_types[‘product’] );
return $post_types;
}
add_filter( ‘themify_hooks_visibility_post_types’, ‘themify_conditional_menus_patch’ );Hope this works for you too
Problem is that I did not add anything new to my test site. Can you take a look inside? I can send to you via email the login details to my test site. Even when I disabled plugins and changed the default theme, it still does not work.
What happens is that when I click on notify me, the page refreshes but the message that says you have signed up for the product is gone.Edit: Added some information
- This reply was modified 7 years, 9 months ago by anjxed.
This is a link to my test site with a product that is out of stock
Forum: Plugins
In reply to: [Import and export users and customers] Not every user was uploadedI mean, can I just reupload the whole CSV file without the plugin sending to my existing users?
Forum: Plugins
In reply to: [Import and export users and customers] Not every user was uploadedIs there really no another way? I have to edit 500 users on my end.
Forum: Plugins
In reply to: [Import and export users and customers] Not every user was uploadedSo if I would re upload the users, will the ones with the account already on my site get sent an email? Or do I have to manually edit the CSV file to remove users already on my website?
I’m using the shortcode form of the plugin, on the product page it used to display the success message. Now it doesn’t, would it be a javascript problem? or a Woocommerce compatibility problem?
The list would still update though , and the email would still send
Forum: Plugins
In reply to: [Instock Email Alert for Woocommerce] Special CharactersIt returns & and some numbers which I think is the non-html code for ” and -. The solution was the one you gave to the other support topic about the email body supporting HTML. Added the code and it works
Forum: Plugins
In reply to: [Contact Form 7] No Succesful or Error Message but email sendsHello, I cannot deactivate plugins nor can I switch to default theme as the website is already live
Hello
Mark this as RESOLVEDSOLUTION:
Just remove the “is_ajax=1” in the [woof_products is_ajax=1]You can mark this as closed as I dont need the functionality anymore thanks
Also can i change the image of the radio button to custom and where can i edit it?