korgaltvde
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Astra] Issue with Custom Content Loop in Astra Pro Themesecond reminder: when I open the Developer Console in Chrome, the grid layout is shown to me correctly
Forum: Themes and Templates
In reply to: [Astra] Issue with Custom Content Loop in Astra Pro ThemeReminder: the Results showing on DIV ID “ajax-results”:
function dropdown_filter() { $categories = get_categories(); if ( ! empty( $categories ) ) { // Begin form echo '<div style="text-align: center; padding: 10px;">'; // Zentriert das Formular und fügt 10px Abstand hinzu echo '<form id="custom-filter-form">'; // Categories Dropdown echo '<select name="category-dropdown" id="category-dropdown">'; echo '<option value="#">Select Categorie...</option>'; foreach ( $categories as $category ) { $link = get_category_link( $category->term_id ); $name = $category->name; echo '<option value="' . esc_url( $link ) . '">' . esc_html( $name ) . '</option>'; } echo '</select>'; // Additional Dropdowns for Tags with distinct names echo_tags_dropdown(['Docent', 'Equip directiu', 'Orientador', 'Tutor'], 'Select Rol...'); echo_tags_dropdown(['Adults', 'Batxillerat', 'FP', 'Infantil', 'Primària', 'Secundària'], 'Select Etapa...'); echo_tags_dropdown(['Altres', 'Bibliografia', 'Bones pràctiques', 'Campanya', 'Document', 'Enlla?', 'Formació', 'Guia', 'Normativa', 'Recurs pedagògic'], 'Select Format...'); // Add the apply filter button echo '<button type="button" id="apply-filter">Apply Filter</button>'; // End form echo '</form>'; echo '</div>'; // Schlie?t die zentrierte Container-Div // Area to display Ajax results echo '<div id="ajax-results"></div>'; } }
https://pvtnote.ipmedien.com that’s the site at the moment
Nevermind i dont have Elementor Pro, just Premium Addons
Hey and thanks for the quick answer.
Yeah true, i have a form only for logged-in users and i have a hidden field with the user ID {hidden-7} and im looking for something like that what you already meant.
For example, i have round about 60 User and they have the same Form with few Fields, and im looking for a Table who has made the most submissions
- Username1 23 Submissions
- Username2 22 Submissions
- 3 Username3 21 Submissions
- ….
i have wpDataTables Pro but i didnt find a solution like this
Thanks for your quick reply, but it doesn’t change the post slug, maybe you can help me? Maybe i have to switch Settings on “Permalinks”?
- This reply was modified 1 year, 7 months ago by korgaltvde.
It works, thank you ??
edit: it would be enough for me if the custom field is transferred to Forminator as a hidden value
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Categories Results not workingSo you can’t solve this problem via templates?
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Categories Results not workingI’d best explain it differently. I have several categories and tags, e.g. category apple, pears and tags like cherries. I would like to display this in the Ajax search, that works so far. But if I write Apple, for example, and click the search button instead of the Ajax results, then the categories and tags also appear as a result. I would like to hide these and only show the posts from Apple
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Categories Results not workingI want to see only categories and tags in the Ajax search and only the posts in the search results on the page.. Could you explain me how to change this in the templates?
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Categories Results not workingI would like the search result to only show categories and tags, but only the posts in the result page.. I hope I was able to express myself correctly.. I also have the premium version.. I could theoretically index categories and tags but then they will also be displayed in the result page