Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter wbvds

    (@wbvds)

    Als ik ‘Ford’ selecteer is er slechts één aanbieding, bij ‘seat’: 0.
    Afhankelijk van je Instellingen zie je pas na 5,10, 20, etc aanbiedingen überhaupt een paginatie.

    Vrgr, Wietze

    Thread Starter wbvds

    (@wbvds)

    Even snel in NL: gekeken op je pagina, maar er is daar geen listing van ‘auto’s’ beschikbaar, ik zie daar alleen de koppen van de tablel met keuze-elementen; verder geen inhoud zichtbaar

    Ik heb onderstaande toevoeging ingevoerd in de style.css van het 20-17-thema dat ik op mijn site toepas: dus niets veranderen in de css van de plugin, maar van je thema.

    Na enig experimenteren toont deze property het mooiste:
    .page-numbers {
    display: inline-block !important
    }

    Thread Starter wbvds

    (@wbvds)

    Goedemiddag!

    It works fine! Thank you.

    I did make a small change to the code-snippet, applying a property ‘inline-block’ instead of ‘block’. Removed also a typing error at: !important1, resulting into:

    .page-numbers {
    display: inline-block !important
    }

    Thanks for your time and effort,
    Kind regards and have a nice day!

    Wietze

    • This reply was modified 5 years ago by wbvds.
    • This reply was modified 5 years ago by wbvds.
    • This reply was modified 5 years ago by wbvds.
    • This reply was modified 5 years ago by wbvds.
    Thread Starter wbvds

    (@wbvds)

    Applying template 20-17 the page-navigation on the bottom of [WP-car-manager]listingpages
    – is missing, on tablet or smartphone-devices.
    – However: using a pc, page-navigation is available.
    Template 20-17 was/is in use at 11-11-2019 — 30-11-2019.

    Applying templates: 20-16, 20-19 or Cashier, everything works fine; there seems to be something wrong applying the 20-17template.

    • This reply was modified 5 years ago by wbvds.
    • This reply was modified 5 years ago by wbvds.
    Thread Starter wbvds

    (@wbvds)

    Hey Harish,

    I’m very sorry: i renamed the page to :

    https://www.jankrol.nl/occasions/

    … and then simply forgot to change the url in this topic too!

    Thank you;kind regards, Wietze

    • This reply was modified 5 years ago by wbvds.
    wbvds

    (@wbvds)

    In file wp-car-manager\src\vehicle\data.php comment-out the elements you need to skip; it will not show up in backend/frontend. Add: ‘/**’ and ‘*/’ around an Array.

    /**’model’ => array(
    ‘type’ => ‘select-model’,
    ‘label’ => __( ‘Model’, ‘wp-car-manager’ ),
    ‘key’ => ‘model’,
    ‘required’ => true,
    ),*/

    If you need new fields you might consider changing the ‘language-translations’ in the .po-file:
    – No need to apply ‘doors’? Create a new option/’translation’: ‘bullbar’.

    [if you do so: document the changes made, because of plugin-updates ! ]

    Regards, Wietze

    • This reply was modified 5 years ago by wbvds.
Viewing 6 replies - 1 through 6 (of 6 total)