Patrick
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Car Manager] CurrencyAditional information what is needed
iso4217-code is: BAM
See github: https://github.com/barrykooij/wp-car-manager/pull/192
Forum: Plugins
In reply to: [CMB2] READ ONLY FIELDSThanks @jtsternberg! Just what i needed :thumbsup:
Forum: Plugins
In reply to: [Lightbox with PhotoSwipe] Stopped working since version WP 5Unfortunately didn’t find a solution yet!
[03-Feb-2019 21:00:54 UTC] PHP Fatal error: Using $this when not in object context in /var/www/domains/domain.nl/www/wp-content/plugins/lightbox-photoswipe/lightbox-photoswipe.php on line 244
[03-Feb-2019 21:00:54 UTC] PHP Notice: Undefined variable: this in /var/www/domains/domain.nl/www/wp-content/plugins/lightbox-photoswipe/lightbox-photoswipe.php on line 299
[03-Feb-2019 21:00:54 UTC] PHP Fatal error: Call to a member function get() on a non-object in /var/www/domains/domain.nl/www/wp-includes/cache.php on line 126Will contact my host to see if they know whats up with this stuff. Thanks!
Forum: Plugins
In reply to: [Lightbox with PhotoSwipe] Stopped working since version WP 5Not sure i think it’s my hosting provider:
[31-Jan-2019 15:31:46 UTC] PHP Fatal error: Using $this when not in object context in /var/www/domains/mydomainname/www/wp-content/plugins/lightbox-photoswipe/lightbox-photoswipe.php on line 244
[31-Jan-2019 15:31:46 UTC] PHP Fatal error: Call to a member function get() on a non-object in /var/www/domains/mydomainname/www/wp-includes/cache.php on line 123On my local it is indeed working! No clue what is causing this.
- This reply was modified 5 years, 9 months ago by Patrick.
Forum: Plugins
In reply to: [WP Car Manager] add Vin number to the car detailsAre there actually good free solutions available for vin data that could be implemented?
You can also hire a third party to developer to build the solution for you that fits your needs. But if there are good free sources/providers more people could benefit from it and more likely adds value for a larger audience.
In the Netherlands we have Opendata based on the licenseplate for used cars that is widely used by applications and occassion dealers. ofcourse this apply’s only to the Netherlands.
Forum: Plugins
In reply to: [WP Car Manager] Button colour and text alignmentJust add custom CSS to your theme to override the CSS from the plugin.
- This reply was modified 6 years, 1 month ago by Patrick.
Forum: Plugins
In reply to: [Admin Live Search] FeedbackHallo Humberto,
Thanks for the update and will soon have a better look on the changes and give this a go! I raised my previous 3 stars to 4.
Patrick
Forum: Plugins
In reply to: [Admin Live Search] Feedback1) I used the latest chrome (69) on windows.
2) I this case the sorting issue was on a custom post type that i created! Will test this also in normal posts. I thought its just a native WP thing so it shouldn’t matter if its a normal post or custom post type but maybe i’m wrong.Looking forward to next releases and good luck with the plugin! :thumbsup:
Forum: Plugins
In reply to: [Admin Live Search] FeedbackAfter a search the sortable columns seems also not sortable anymore!
Forum: Plugins
In reply to: [CMB2] (file_list) count items(images)This is simply amazing i think i have it working thanks to you!
So what i did is this:
$images = get_post_meta( get_the_ID(), 'wiki_test_file_list', true );
and then
echo count( $images );
Thanks again and much appreciated for all the help!
- This reply was modified 6 years, 2 months ago by Patrick.
Forum: Plugins
In reply to: [CMB2] (file_list) count items(images)what i try at the moment is to show the amount of images/attachments per post in an admin column
i use the file list field from cmd2 in my post type.
post 1 has 10 images
post 2 has 15 images
etc. etc.Forum: Plugins
In reply to: [WP Car Manager] Vehicle Page TemplateThere is quite good documentation everywhere on the web about overriding templates. WP Car Manager is fully customisable.
Forum: Plugins
In reply to: [WP Car Manager] Can’t open single listing pageDid you refreshed by any change the permalinks already to see if this solves your issue?
Forum: Plugins
In reply to: [WP Car Manager] Thumbnail image in listingThere are multiple solutions for making the images bigger. Anyway can’t help you with that! There are no simple settings to just change things and requires custom work. You can overwrite all templates and sky is the limit in terms of how the posts look.
Forum: Plugins
In reply to: [WP Car Manager] Thumbnail image in listingPut this in your theme css or (custom.css):
.wpcm-vehicle-listings .wpcm-vehicle-results-wrapper .wpcm-vehicle-results li.wpcm-listings-item a .wpcm-listings-item-image-wrapper img.wpcm-listings-item-image { width: initial!important; height: initial!important; }