Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #785857
Listing Categories - Choose Listing Type - Dropdown wrong location
Closed

Comments

  •  1
    Jason started the conversation

    Dear Elated,

    The dropdown selection for Choose Listing Type in the Listing Categories appears to be in the wrong location (as shown in the image attachment).

    Instead of in the left column, how do I correct it to be in the right column as the rest of the selectors?

    Please advise.  Thank you.

  •  1,845
    Elated replied

    Hi,

    You can make change in this code http://screencast.com/t/ZQtvzq2G and this is the path of the file 

    wp-content\plugins\eltd-listing\post-types\taxonomy-meta-fields.php


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  •  1
    Jason replied

    I don't understand.  You only showed me where the code for 'Choose Listing Type ( only for top parent categories )' is, but this isn't what I want to move to the right column.  Instead, it is its ...

    <select name="listing_type" id="listing_type" style="min-width: 200px;">
                    <option value=0></option>
                    <?php foreach ( $types as $type_key => $type_value ) { ?>
                        <option value="<?php echo esc_attr( $type_key ) ?>">
                            <?php echo esc_attr( $type_value ) ?>
                        </option>
                    <?php } ?>
                </select>
    

    that I want to move to the right column.

    The 'eltd_listing_taxonomy_listing_category_add_meta_fields' function doesn't appear to be constructed in a table format, unlike other functions in wp-content\plugins\eltd-listing\post-types\taxonomy-meta-fields.php

    I hope that the 'eltd_listing_taxonomy_listing_category_add_meta_fields' function can be modified into a table format accordingly to the other functions, which will be available in the next possible release.

    Thank you.

  •  1,845
    Elated replied

    HI,

    Our priorities are theme functionalities. We will forward your suggestion to our project manager and maybe in some of the future updates this will be changed. Thanks for your suggestion once again.


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.