blackcat1975
Forum Replies Created
-
Forum: Plugins
In reply to: [Delivery & Pickup Date Time for WooCommerce] meta keyI’ve added the meta key but it seems to be given me a weird number instead of a date. The number doesn’t correspond with the date selected at all.
Forum: Plugins
In reply to: [Delivery & Pickup Date Time for WooCommerce] meta keyI think I just found the answer in a previous post
Is it – delivery_date?Forum: Plugins
In reply to: [My Bootstrap Menu] sub menus not working on tabletno sorry. I don’t have that ticked.
Forum: Plugins
In reply to: [My Bootstrap Menu] sub menus not working on tabletno only tested on iPad. It’s weird the links are not clickable. I might have to get rid of the plugin and put back in the walker nav
Forum: Plugins
In reply to: [My Bootstrap Menu] sub menus not working on tabletyes the dropdown are working on the bootstrap site.
Are the dropdowns working for you on the site I posted on a tablet?
I’m seeing normal navigation not the mobile navForum: Plugins
In reply to: [WooCommerce] woocommerce.php filethank you for the link to the site – jobs.wordpress.net. I haven’t seen that one before.
I actually have it solved now. Thank you for helping.Forum: Plugins
In reply to: [WooCommerce] woocommerce.php fileI’m not really sure how to write it.
I know that this code doesn’t work but this is what I am after
<?php if ( is_product() ) { if ( is_product() ) { $terms = get_the_terms( $post->ID, 'product_cat' ); $term = $terms[0]; $category_name = $term->name; $category_thumbnail = get_woocommerce_term_meta($term->term_id, 'thumbnail_id', true); $image = wp_get_attachment_url($category_thumbnail); echo '<img class="replacement" src="'.$image.'">'; } elseif ( is_product( 'ice-gel' ) ) { echo '<img class="replacement" src="https://www???????">'; } } ?>
Forum: Plugins
In reply to: [WooCommerce] woocommerce.php filethank you Mike.
I am trying to use this at the top of the woo commerce.php file
<?php $terms = get_the_terms( $post->ID, 'product_cat' ); $term = $terms[0]; $category_name = $term->name; $category_thumbnail = get_woocommerce_term_meta($term->term_id, 'thumbnail_id', true); $image = wp_get_attachment_url($category_thumbnail); echo '<img class="replacement" src="'.$image.'">'; ?>
but the problem it presents is when a product falls under more than one category it grabs the first one alphabetically.
Can I change it to display in descending order or use a conditional tag like you showed me the link for?
Forum: Plugins
In reply to: [WooCommerce] woocommerce.php fileI don’t think this will work.
I need to change the items that wrap around – <?php woocommerce_content(); ?> not the items that this call up.Forum: Plugins
In reply to: [Front End Users] Can't register usersI have applied a new update to the plugin that came through and this now has fixed adding users in the backend.
Thank youForum: Plugins
In reply to: [Front End Users] Can't register usersNot sure when the form stopped working.
I was able to enter two users when I first started using your plugin. Since then the client changed the job and we purchased the upgrade to accommodate this. I turned off all other plugins in case there was a conflict, but this didn’t help.
I was actually able to enter the users in yesterday in a roundabout way.
I used the register form on the login page in firefox. After each addition I had to clear the history of the browser, reload the site and add the next user. If I didn’t do this the register button would look like it was submitting but all the information would stay filled in the form fields and the page would not redirect. This is also how the internal form behaved when hitting submit.Forum: Plugins
In reply to: [Front End Users] Can't register usersI noticed that you have been able to register and a new user shows up.
I changed added a new .htaccess file and this didn’t fix it. However the strange thing was when I tried to access the link I sent you to register I couldn’t access the page, it was giving me a 404 error.
I will send the logs through.Forum: Plugins
In reply to: [WooCommerce Poor Guys Swiss Knife] items not displaying correctlyplacement of the fieldset was the problem. It didn’t like being placed before the cart details. When I moved it up next to the shipping it worked.
Forum: Plugins
In reply to: [WooCommerce Poor Guys Swiss Knife] items not displaying correctlyReally need assistance with this.
I have purchased the rich guy plugin and so far I am not able to get support for this product.thank you so much, that fixed it.