webwerkplaats
Forum Replies Created
-
Forum: Plugins
In reply to: [Business Hours Indicator] Weekdays names in other languagesSame here. WP is in dutch. Weekdays in english. Plugin Versie: 2.3.5. WP and theme installed an hour ago so latest version. Instellingen>Algemeen>Nederlands(formeel)
If i choose Nederlands (formeel) it doesn’t translate. After switching to language is Nederlands, it works. Just so you know….Forum: Themes and Templates
In reply to: [PixiGo] Featured images full sizeWel … yes and no. Your answer made me think again. I removed the current Featured image. Took a brandnew. Never used in this site. And that shows up in the right dimensions.
Insert the previous one and it goes back to 50×50 again.
I used another theme on this site (database).
My impression is that the 50×50 is set by the previous theme and unless i redo them all (slightly changing their name and re-insert the featured image) i won’t get rid of it.
So you can rest asured. It’s the previous theme. PixiGo is not to blame. Thanks for the fast reply!
Kind regards,
MarcoBrilliant ! Working on it.
Works like a charm ! Thanks for (again) the rapid an right answers !
Thanks Greg!Can you help me add the “Telelfoon” field to the form and the mail it send ?
Preferrably added to the contact-form-email plugin ?Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Only 1 person who places adsAgain it was excellent support. Works like a charm. Now my friend can walk around his showroom and there is so little to fill in that he can do it with his phone. Picture, 3 fields to type and ready!
Brilliant !! Thanks!Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] can i set image ratio to square?Thanks for the help!
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] can i set image ratio to square?Works !
The only thing left was the single product view but thanks to your css examples i managed that with:.wpadverts-slide-image {
width: 40vw !important;
height: 40vw !important;
margin: 0px !important;
}.wpadverts-slide-img {
width: 40vw !important;
height: 40vw !important;
margin: 0px !important;
}Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] can i set image ratio to square?Brilliant ! It works with the grid view and category view. As you can see.
Unfortunatly not in the list view, single ad view though.Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] can i set image ratio to square?Sure, the gallery in this temporary prototype is right here:
https://www.4uwerkplaats.nl/staopstoel/voorraad/I have no child themes anymore, switched it off and no CSS in the theme. Clean.
Look at the list view too. It’s awful.
I have the latest version of WP and latest version of Divi theme.
Thanks for looking in to it. Appreciate it !Forum: Plugins
In reply to: [Multi Step Form] Image uploadsIt’s now version 1.08. Is file upload possible ? I saw nothing in the changelog.
The rest is absolutely perfectly done ! Love this but can only apply it with file upload.Thanks ! Marco
Forum: Hacks
In reply to: Javascript in HeaderThanks for the help sofar. Unfortunatly the way i do it after reading your code, the site crashes.
I have made it into a plugin (that later/also adds a widget) so i can “survive” theme updates.
A plugin makes it possible to use it with any theme and for people (like me) who haven’t got the knowledge to make child themes or modify their current theme.This is the code from line 1 untill the part starts where i add a widget:
(all this assuming it IS possible from within a plugin)<?php /* Plugin Name: Finnik Plugin by Webwerkplaats Description: Site specific code changes for Finnik Kenteken Box */ function my_finnik_js() { echo '<script type="text/javascript" src="https://extern.finnik.nl/kentekenbox/v1/kb.js"></script>'; } // Add hook for front-end <head></head> add_action('wp_head', 'my_finnik_js'); function my_finnik2_js() { // enqueue your javascript file here, in your example the quotes are wrong. wp_enqueue_script('custom', 'initFinnikKentekenbox('De leukste autosite van Nederland', 'finnik-kentekenbox-container', 300, false)'); } // Add hook for front-end <head></head> add_action('wp_head', 'my_finnik2_js');
- This reply was modified 8 years, 6 months ago by webwerkplaats. Reason: missed a part.. code
Forum: Plugins
In reply to: [WP Availability Calendar & Booking] Navigation of monthHallo Jan,
Dit was precies wat ik zocht… bijna. Voor de andere nationaliteiten:
By making a database of prices you really mean 365 prices in XML for each day, and then repeat that for each room ?
(in other words: you can’ specify
2015-11-1 to 2015-11-31 euro 49,-
2015-12-1 to 2015-12-31 euro 59,-
Which program do you use for editing and saving the XML file ?
Also, my navigation does not work either. The shortcode i used is: [availbooking name=”Art Nouveau”]Vriendelijke groeten, Marco
Forum: Fixing WordPress
In reply to: wordpress 3.8 error on add new post >> insert featured images73,456,581 wordpress sites worldwide. Statistically…. it is likely
Forum: Fixing WordPress
In reply to: wordpress 3.8 error on add new post >> insert featured imagesGot it !
IN MY CASE (not necessarily everyone)…
For safety reasons I had renamed my wp-content to wp-container.
After removing that and naming it back to wp-content, i had everything i couldn’t see back.
The only thing that i had to do is activate all plugins, reactivate my theme and change all url’s in the pages and posts from https://www.example.com/container/uploads/example.jpg to
https://www.example.com/wp-content/uploads/example.jpgMaybe this helps a few people..
Kind regards,
Marco