s
Forum Replies Created
-
thanks, now what can i use as hooks in actions and filters to do some functions
add_action(‘hook’, ‘function’)Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] A suggestion to fields settingI tried ‘Fallback’ to solve this, and it worked.
for the first suggestion i meant a red background circle with a number inside it (text color white) which displays new or unread submissions
I attached some photos, I hope they are useful. I think this is specially useful when there are many checkbox and one person decided to choose all/none of the selections.
https://ibb.co/2hd3YrC
https://ibb.co/x1SC6dL
https://ibb.co/f2Dq0GH suggestion
https://ibb.co/zbRTrqt
https://ibb.co/9Gg1RK6 suggestion
https://ibb.co/RQVS802
https://ibb.co/pWxQqGP suggestionPS. I also think the label for check uncheck could be custom (like Error messages which have a default text as well as possibility to add custom text for Error), so that the form creator can write anything he/she wants for label (good also for non English forms)
https://ibb.co/6RH3QM7 suggestion- This reply was modified 3 months ago by s.
- This reply was modified 3 months ago by s.
- This reply was modified 3 months ago by s.
- This reply was modified 3 months ago by s.
- This reply was modified 3 months ago by s.
- This reply was modified 3 months ago by s.
- This reply was modified 3 months ago by s.
- This reply was modified 3 months ago by s.
- This reply was modified 3 months ago by s.
I like to add to my explanation, Assume i have two fields one checkbox and one radio field, when one adds a shortcode in radio calculation (this shortcode has a numerical value behind it e.g. from WC price etc.), then in calculation field where I calculate ‘{checkbox-1}}+{radio-1}’ , then in frontend of that form this calculation displays the total value in numeric.
thanks for your reply.
At the moment I mean the first one, but i mean that calculation enabled inside such fields (select, radio, checkbox, number, etc) which at the moment accept numerical value, it could also accept other type of shortcodes (e.g. […], {…}, etc).
Maybe there could be cases for second one, i do not encounter such cases yet, maybe your R&D team can foresee and discuss if the second case would happen and useful.
- This reply was modified 3 months, 2 weeks ago by s.
Forum: Themes and Templates
In reply to: [Blocksy] error in handling custom rtl fonts@cteduard, thanks for your reply. i could solve the issue using the following code snippet:
function load_custom_fonts() {
wp_enqueue_style('blocksy-child-rtl', get_stylesheet_directory_uri() . '/rtl.css');
}
add_action('wp_enqueue_scripts', 'load_custom_fonts');however i suggest to redirect the issue to developer team of this elegant theme to avoid such modification by users.
Hi @wpmudevsupport11, thanks. It solved the issue.
I have another site in other host and it works properly without using this fix.
Why it happens sometime?
I already contacted the hosting to make sure, and they replied that the issue is not from the hosting side.
I tried with WP default theme 2024, and the issue still exists.
before doing what you explained above, I attached the error in Network console. I checked in Firefox Inspect (F12).
Please take a look, and see if this error is due to your plugin, other plugins or hosting?
thanks
Hi @pdclark, thank you very much, your explanation solved this issue.
Now that you are going to run some tests, please check why the “number” field and “currency” field is not displaying in Elementor dynamic tag.
https://ibb.co/7kyqVs6
https://ibb.co/PDSzvy1Have a nice day!
Hi @pdclark, thanks for your reply. As I said in my question, I know how to create template with Elementor Pro, and it works fine with ACF+Elementor Pro, but as you see in the images I uploaded, when I create an archive page from CPT, each taxonomy in the URL ( example.com/writer1/ ), should display the list of all CPTs with the same taxonomies ( “writer1” ), but unfortunately it does not work with Pods+Elementor Pro as explained in my first question.
Forum: Plugins
In reply to: [WooCommerce] not able to make checkout required fields optional or hiddenHi @carolm29, thanks for your reply.
I changed the checkout page with shortcode: [woocommerce_checkout]
Then using the code snippet here I could manage the fields to be optional
answered by LoicTheAztec
Forum: Plugins
In reply to: [WooCommerce] not able to make checkout required fields optional or hidden@beautyofcode, By the way, the products I like to change the checkout fields are Virtual.
- This reply was modified 9 months, 2 weeks ago by s.
Forum: Plugins
In reply to: [WooCommerce] not able to make checkout required fields optional or hiddenHi @beautyofcode, thanks for your quick reply.
I am testing on localhost, set payments on “Direct bank transfer”, “Check payments”, and “Cash on delivery”. The fields are for instance, Address, City, Postal code.
I tried plugins
By Acowebs, ThemeHigh , WPFactory , WP Desk , CartFlows Inc, QuadLayers, ShopEngine, Shoplentor
and some code snippet in the internet, even from https://developer.woo.com/docs/customizing-checkout-fields-using-actions-and-filters/
and no success!
- This reply was modified 9 months, 2 weeks ago by s.