Advex
Forum Replies Created
-
hi, what i mean is if i have 10 options in the first menu, and for each options i will have 5 or more options in the second menu, i will have to create tens of fields..
i was asking if there is the possibility to “populate” the second menu in other ways..
if no, it will work also like this, just at the end i will have hundreds of fiels fer each forms
thanks a lot
Yeah, now is working perfectly.
one more question, there is any other option to populate a conditional logic dropdown menu without using show/hide options?
Thanks a lot
Hi, i tried to put the script in the mu-plugin directory, i insert awesome icons in the html field text editor and i saved the form. checking the url of the form the icons are displayed, but if i open again the form the code disappear.. there is some way to make the html code stay in the html field of the form?
hi,
the problem is the following:
- i have a dropdown menu with 10 possible selection in the first half of the page
- based in the selection of the first menu i will have to display one of the 10 possible hidden dropdown in the second half of the page
now, in the page i can put just 4 dropdown in one row.. with the first 3 hidden dropdown menu everything is ok, but if i select the 4th hidden dropdown menu he will displayed full page in a second row, not in the same row..
so my question is:
- is it possible to assign just the second half position to each one of the 10 hidden dropdown (that will be displayed in a singular way based in the selection of the first dropdown in the first half?
my english is not good enough but i hope i explained the issue
you can see the example here:
https://www.totalfly.aero/test/
if you select Aglghero, Cagliari, marina di Campo each one will be displayed in the second half, if you select Olbia or Bergamo for example they will be displayed full page in the second row..
i would like that all the options will be displayed in the second half in the same row
any feedback please?
hi Kris,
all the cache is clean
you can se the live form at https://www.totalfly.aero
here you can find the form exported: https://drive.google.com/file/d/1iQFsxI9fmvl8sLm52iIX6wikZiRcwaMb/view?usp=sharing
i have also another BIG issue:
the form as you can see have hidden files based on the flight selection.. the width of the starting form (jet privati) is 940 px na defined in the theme wrapper width, but if you make any other selection (eg. Elicotteri, Cargo, Charte, Etc) the form width is much smaller.. can i have the same form width for every selection?
thanks
Thank you very much for you reply. Please let me know when you expect the next update, to be able to buy the plugin.
Brgds
Hi Jory, thank you so much for your kind answer,but unfortunately this does not help me so much.. ??
as i told you i’m not a programmer, i’m just trying to solve this issue..
do you have any suggestion to “arrange” the shortcode or there is a “manual” about how to use the shortcodes? because i’m looking in the net from 2 days but i didn’t find anything that explain how to display just the taxonomies that are checked/selected in the postthanks a lot for any help you want to offer and Merry Christmas ??
Forum: Plugins
In reply to: [WooCommerce] Country required and validatethe snippet is working, thank a lot.. finally after days going around the problem now i have a solution..
the only one problem is that now if i select the country, the state field is not required anymore.. ??
i mean.. if i select a country where is not defined the state field ok, if i select a country where the state field is listed, this is not required anymore..
btw it can work also like this
thanks a lotForum: Plugins
In reply to: [WooCommerce] Country required and validatethe shop is to sell in any country..
Forum: Plugins
In reply to: [WooCommerce] Country required and validatethank you very much, it doesn’t work..
if i do not delect the country woocommerce allow me to send the orderi don’t know why he do not allow me to have the country field as a required field in the moment that the country define a lot of variations, for example taxes, shipping costs, etc etc etc..
any other suggestion please?
Forum: Plugins
In reply to: [Site Reviews] List of pages by rankingit would be better to have a simple shortcode to put everywhere in the pagination as each one wish.. i do not have sidebars in the home page, i can just put shortcode..
not everyone that make his own website is a programmer.. some “elementary” functions like to have the top rating companies or top rating product or the top rating post in the home page should be more easy to implement..
Forum: Plugins
In reply to: [Site Reviews] List of pages by rankingreally at this moment i get this result https://ibb.co/G7FyHxJ
can you suggest me how to adjust the code in order to have the list limited to 5 entries and ordered by star ranking?
thanks a lot
Forum: Plugins
In reply to: [Site Reviews] List of pages by rankingYes i done, but was not working.. i’m not a programmer.. but i adopted another solution and works somehow:
<?php $reviews = apply_filters( 'glsr_get_reviews', [], [ 'order' => 'DESC', 'orderby' => 'meta_value_num', 'post_status' => 'publish', 'post_type' => 'page', // change this as needed 'posts_per_page' => 5, // change this as needed ]); foreach( $reviews as $review ) { $reviewHtml = $review->build(); ?> <p><?php echo $reviewHtml->assigned_to; ?></p> <p><?php echo $reviewHtml->rating; ?></p> <?php echo '<br/>'; ?> <?php } ?>
i would like to have just the rating page title instead of the “Rating of xxx” generated by “assigned_to”
another problem now is that i need to change how this information are displayed, i tried to copy the files in the child directory of my theme and is not working
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Prevent form resubmissioni see.. thanks..