timmydodd
Forum Replies Created
-
ok
Actually I emailed their support yesterday and asked them about this problem and they told me that they didn’t use your plugin in the theme so I added your plugin on my own around the same time I installed the plugins needed for the theme and I guess I forgot and assumed they did it. I’m on a deadline with this website so I had to switch to another plugin to finish the registration process.
I added the plugin to another website we have in development that only has 1 plugin installed and no custom programmed theme. It has a basic php theme that I’ve setup using bootstrap 3. The same thing happens there. I can’t go to the page right now because I don’t even have the WordPress loop in the template files yet. But the same thing happens on the preview in the backend.
No, it doesn’t appear on the front end either.
here’s the image again https://ibb.co/gdCtbQ
The theme doesn’t have a user page. The users can’t see each other’s profiles. but the error I’m getting is that the entire registration form is gone when I add certain custom fields into the registration form. So far the only custom fields I’ve been able to add are a content block and a text box. The other fields that I’ve tried are a dropdown, multi-select, radio, and checkbox.
If I add any of the predefined fields that are any of those types (dropdown, multi-select, radio, or checkbox) the form doesn’t appear in the live preview.
When I click on the live preview I just get a blank modal, here’s a screen shot – https://shares.business-website.com/wp-content/themes/adforest-child/um-help.jpg
Your plugin was included in the theme I bought from theme forest, so I’m not completely sure what changes have been made.
Here’s a link to the theme – https://themeforest.net/item/adforest-classified-wordpress-theme/19481695
here’s a link to the website – https://shares.business-website.comForum: Plugins
In reply to: [WooCommerce] How to add a “View Cart” linkoh oops, I have it set to == 70 because I don’t want it to appear for anyone until I get it working. I just noticed I pasted that in like that.
Forum: Plugins
In reply to: [WooCommerce] How to add a “View Cart” linkHeres my HTML
<?php if (WC()->cart->get_cart_contents_count() == 70) { echo '<a href="/cart" class="btn btn-idra cart-btn">View Cart</a>'; } ?>
the css on the classes is my standard button styles and then a class to hide and position the button.
I’m using it in the header.php file so I can’t use the shortcode