Bakhshi
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] free access for advertisersyes, it is difficult to explain.
I don’t even know how to describe my plan.
To be honest, I am looking for an idea that it is useful for innovative advertisements.Hello dear Codepeople
Honestly, I live in Iran, and we are under sanction, so depositing international payments are impossible for me due to sanction.
I put the following code into
functions.php
file://Get Woocommerce Price By ID MihanWP function mihanwp_get_price( $atts ) { $atts = shortcode_atts( array( 'id' => null, ), $atts, 'bartag' ); $html = ''; if( intval( $atts['id'] ) > 0 && function_exists( 'wc_get_product' ) ){ $_product = wc_get_product( $atts['id'] ); $html = "" . $_product->get_price(); } return $html; } add_shortcode( 'woocommerce_price', 'mihanwp_get_price' );
and I made this shortcode
[woocommerce_price id="4431"]
for displaying my price and put it in a page and it worked, but I could not display it by the form!is it possible put a shortcode into any field of Calculated Fields Form?
Wow! …. great! …. congratulation!
Honestly, I have been thinking for 2 years, why you have always made an effort to have great support for your clilent, thesedays I can see the result of your viewpoint!In addition to customer orientation and the prosperity of your business, you could come up with new plugins based on client’s problems, and make a great progress in your job!
This was like a kind of lesson to me. congratulat to you!
Thank you
Hello dear @mattrin
actually, free version have a interference with the plugin ,so you should call the author of LiteSpeed plugin, and take him a piece of code.
but you’d better to use non-free plugin, I remmber that I have had to use it finally.
Forum: Plugins
In reply to: [LiteSpeed Cache] Automatically clear database cacheThe problem was about combining CSS and JS so I had to turn off combine CSS/JS!
I read this page:
https://docs.litespeedtech.com/lscache/lscwp/ts-optimize/#disk-space-filling-fastbut I could not find some destructive file from Network/CSS/Headers!
I found the solution!
Forum: Plugins
In reply to: [LiteSpeed Cache] interference with WP Plugin Manager plugin.thanks
Forum: Plugins
In reply to: [Comments - wpDiscuz] Using Aggregate Rating SchemaSorry!
I do not know, how to wright the if condition for each IDs.
Could you advise me more?!
No, I do not want to put two links in one title!
I want to allocate one link for one title!yes, I need it, but I live in Iran and can not pay any money for the sake of sanctions!
thank youSorry, you havenot answered my question!
Has the Ajax technique been used in your plugin?
I am eager to do that by myself, so do you know any source or instruction that I can read it?
I know a little about programming, so I may be able to do that!
ThanksForum: Plugins
In reply to: [Calculated Fields Form] Fake loading progress signsThank you very much indeed
Forum: Plugins
In reply to: [Calculated Fields Form] Fake loading progress signsThanks to your advice!
I cannot set.off
method to unsubscribe the onclick events. because if I unsubscribed the onclick events, my calculate button wouldnot depend on capthca code.by the way, I have used OnMouseDown event option, I pasted the piece code in the OnMouseDown event and it works for one form.
jQuery('#fbuilder').append('<div class="cff-processing-form"></div>');setTimeout(function(){jQuery('.cff-processing-form').remove()}, 10000);
sorry, I am having a problem with that, actually it works for one form: page link with one form
but I have two formes in one page with this HTML code:
<div id="first_form">[CP_CALCULATED_FIELDS id="53"]</div> <div id="second_form" style="display: none;">[CP_CALCULATED_FIELDS id="54"]</div>
I enabled loading progress and used your piece code in OnMouseDown event field for both of them, but I do not know why it works for only first form and neither does second form?! page link with two formes
Thank you for your help.
- This reply was modified 3 years, 9 months ago by Bakhshi.