Similarly, the colors don’t change despite modifications to “Theme Editor>ChatGPT>Message Color:”.
Thanks
David
]]>Wordfence is objecting to three plugin files with modifications. Two of them look benign but one is radically different so I am bringing them to your attention. The three files are hashbar.pot, hashbar-block-asset.php, and the one with major changes, hashbar-block.js. Please advise.
Thank you
]]>Requirement: When the user updates the Shipping info, we want to have the data in “Billing Address” to be retained. And the checkbox “Same As Shipping” must not be checked automatically.
Please guide how should this be acheied.
Thanks
]]>But if you want to customize it, forget it. There is very little user friendly things to customize in admin. If you are a coder, there are no hooks, few short codes, poor documentation, and strange integration with woo. None of the woo mods I used actually worked with the plugin because it uses its own templates and overrides that doesn’t include woo tie ins. As an example if you get the extra tabs plugin or discussions one it will not work.
It ties into the billing system somewhat but it is did not live up to hype of being fully integrated and functional with Woo because it is most definitely not. Rewards were limited and couldn’t be variables (like if you want to have shirts in your campaign).
Support was slow and poor. I tried for a month to get this thing to work. Going back and forth from support (1/10) gave a response that was helpful. Documentation is light.
I scrapped this whole plugin and just went with woo, woo mods, and a bit of php.
So if you want to use the features they have and not change anything. Go for it.
If you want to create a customized crowdfunding solution for your client. Skip it and just use woo and it’s mods. Maybe a few Advanced Custom Fields. You will get a much better result that is supported well and reliable.
]]>Absolutely love the plugin. You have done an amazing job!
I have quite a few Universal and Performance parts that require modifications with the car.
I am using the YMM modification to show whether the part fits or not: https://i.imgur.com/tmDD5WX.png
Is it possible to also tag specific restrictions as “Performance” or “Universal” parts and show a message within the screenshot showed above with an additional message such as “This part fitment requires modification” and “This part is universal”?
E.g https://i.imgur.com/ENPERvX.png from the Sparesbox store
]]>CUSTOM_THEME/tribe-events
but v2 of The Events Calendar no longer using that folder structure and plugin modifications are now stored in CUSTOM_THEME/tribe/events/v2
.
I have tried adding tribe-events.css
and events.css
to the following locations with no luck:
– /CUSTOM_THEME/tribe-events/
– /CUSTOM_THEME/tribe/
– /CUSTOM_THEME/tribe/events/
– /CUSTOM_THEME/tribe/events/v2/
Where should the css overrides be stored within our custom themes?
]]>Me would like to edit the single product page so the add to cart button appear only in case the user is logged in, also, me would like to add a book appointment button. For this I thunk about edit the single-product/add-to-cart/external.php file, and wrap with a is_user_logged_in function so the button appears only when the user is registered
And also I was making some testing and I added a p with the text ‘hola mundo’ but I don’t see it in the page, the file now is this way:
defined( 'ABSPATH' ) || exit;
do_action( 'woocommerce_before_add_to_cart_form' ); ?>
<form class="cart" action="<?php echo esc_url( $product_url ); ?>" method="get">
<?php do_action( 'woocommerce_before_add_to_cart_button' ); ?>
<p>Hola mundo</p>
<button type="submit" class="single_add_to_cart_button button alt"><?php echo esc_html( $button_text ); ?></button>
<?php wc_query_string_form_fields( $product_url ); ?>
<?php do_action( 'woocommerce_after_add_to_cart_button' ); ?>
</form>
<?php do_action( 'woocommerce_after_add_to_cart_form' ); ?>`
Could someone help me? I’m newbie
]]>