Support Forums

The forums are closed and will be removed when we launch our new site.

Looking for support? You can access the support system via your account.

Valerio Rossi

Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
  • Valerio Rossi in reply to:
    Select2 dropdown menu on mobile
    #196069

    Thanks a lot Trevor. I had to adjust a bit your code in order to make it look ok on any screen dimension up to 767px, like so:

    .select2-container {
        left: auto !important;
    }
    .select2-container--open .select2-dropdown {
        left: 2% !important;
        margin-left: 11px;
    }

    It was very tricky, thanks again 😉

    Valerio Rossi in reply to:
    Select2 dropdown menu on mobile
    #195980

    Thanks a lot, I really appreciate your effort.
    I will clean the cache and turn the wp-rocket plugin off for 24h.

    Valerio Rossi in reply to:
    Select2 dropdown menu on mobile
    #195959

    Once you open the dropdown menu, move the screen to the left, as if you want to scroll to the right. Then you will see the extra white space on the right border (about 10-30px).

    Valerio Rossi in reply to:
    Select2 dropdown menu on mobile
    #195919

    https://www.universita.it/

    Any screen width smaller than 767px.

    Thanks

    Valerio Rossi in reply to:
    Select dropdown menu on iphone
    #195175

    that is the trick. Thanks a lot 😉

    Valerio Rossi in reply to:
    Multiple category fields
    #190834

    I find quite hard to use the plugin you suggested, especially because I don’t want lo loose anyway the hierarchy at category level.

    I have tried this plugin https://wordpress.org/plugins/custom-post-type-ui/ which allows to create custom taxonomy and easily modify several posts by using the quick edit feature in the admin panel.

    Now I have another question. Can I still create a hierarchy of custom taxonomy A or would you rather create custom taxonomy A_1, custom taxonomy A_2 and custom taxonomy A_3?
    Will the search form work with one parent custom taxonomy and 3 child custom taxonomies?

    Valerio Rossi in reply to:
    Multiple category fields
    #190827

    ok you are right, custom taxonomies are more suitable for this purpose. Anyway this could be achieved also with custom fields right?

    Valerio Rossi in reply to:
    Multiple category fields
    #190823

    Up to now I have them divided by that complex category hierarchy. However I could even add some additional custom fields to each posts if this is the only way to make it work.

    Valerio Rossi in reply to:
    Multiple category fields
    #190817

    By using the Post Meta Fields, am I right?

    Why do you suggest using the ACF plugin rather than the wordpress core custom fields directly?
    Installing ACF I would not loose all my already existing custom fields right?

    Valerio Rossi in reply to:
    Multiple category fields
    #190801

    ok thanks for your answer.
    So let’s suppose I convert the category in three different custom fields which correspond to categories A_1, A_2 and A_3.
    Can I add then 3 filters in the search form, one for each custom field?
    It seems to me I cannot use the same filter more than once anyway.

Viewing 10 posts - 1 through 10 (of 10 total)