wbvds
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Car Manager] navigation listing-pages missing when using mobile devicesAls 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
Forum: Plugins
In reply to: [WP Car Manager] navigation listing-pages missing when using mobile devicesEven 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
}Forum: Plugins
In reply to: [WP Car Manager] navigation listing-pages missing when using mobile devicesGoedemiddag!
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
Forum: Plugins
In reply to: [WP Car Manager] navigation listing-pages missing when using mobile devicesApplying 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.
Forum: Plugins
In reply to: [WP Car Manager] navigation listing-pages missing when using mobile devicesHey 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.
Forum: Plugins
In reply to: [WP Car Manager] Add “Trim” and “Type” to car listingIn 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.