wpprogrammeurs.nl
Forum Replies Created
-
Forum: Plugins
In reply to: [classyfrieds] server error from classyfrieds.commaybe classyfrieds.com was down for a sec.
when browsing https://classyfrieds.com/securitycheck.php I now get an OK response.
clearing your error log should solve your problem (right sidebar in plugin)
Forum: Plugins
In reply to: [Plugin: Classyfrieds] Only showing 3 listings, set to 12if you wp settings are higher or equal to the classyfrieds settings the plugin will paginate – 3rd party plugin for pagination recommended – support is built-in. see yellow bars in right classyfrieds panels.
Forum: Plugins
In reply to: [Plugin: Classyfrieds] Only showing 3 listings, set to 12where did you set it to 12 listings ?
What is the maximum amount of posts per page in your WordPress (not classyfrieds) settings ?Forum: Plugins
In reply to: [WP-freelance-PRO] Verify Memberscheck physical address by sending item through the mail.
check phone number by calling them.
Forum: Plugins
In reply to: [classyfrieds] [Plugin: classyfrieds] "failed to open stream" error.. why??try first to modify an existing form field (like the year/make/model) , that’s easier than adding a new form field. Form fields and the text that goes with it are hard coded and referenced throughout.
It’s not enough to just edit one .php file.
Forum: Plugins
In reply to: [classyfrieds] Make Listings Page Home/Front/Landing pageYou should NOT use the wordpress static-front-page function. instead you can set the front-page intercept in the admin-settings at :
classyfrieds->layouts & styles-> top setting
also see screenshot :
https://classyfrieds.com/wp-content/uploads/2013/01/0e3b8ddc-01b3-4d8e-8b3c-3e2836b45672.pngForum: Plugins
In reply to: [classyfrieds] Listing Page Format needs adjustmentIt takes me a while to gather the motivation and courage to fire up my IE as I truly despise this browser that just doesn’t want to conform to the standards and eats up a ton of unneeded internet resources and development time.
I’m trying to keep minimal IE compatibility alive through the special IE_minimal_compatibility CSS sheet which can be selected in the classyfrieds plugin.
Having said that I feel another IE session is inevitable and I’ll look into your issues shortly. I see you are using theme “MONROE”, this is not a theme I recognize and thus do not have access to.
If this is a theme you can share, would you be able to mail it to via4321 {at} gmail.com so I can use it in the localhost to troubleshoot IE ?Have you experienced these issues in IE when selecting another theme ?
Forum: Plugins
In reply to: [classyfrieds] Make Listings Featured without User AccessThis feature is not yet available in the admin panel prior to V 3.8 but I liked the idea so I’ve built this feature and will include it in the upcoming V 3.8 upgrade … see shot
https://www.webpagescreenshot.info/img/991861-115201314511AM
Forum: Plugins
In reply to: [classyfrieds] mail captchaThe mail captcha just came out of beta-testing and the new delivery platform (owagu.com) is still undergoing it’s metamorphosis so we had to hold off a bit. The mail captcha is now available as an add-on plugin from either :
https://owagu.com/classyfrieds-mail-captcha/
or
https://classyfrieds.com/mail-captcha-for-the-classyfrieds-blind-mailing-system/
Forum: Plugins
In reply to: [classyfrieds] Multiple upload formsAnything is possible with some codingwork, but the plugin was not designed out-of-the-box to handle multiple entities with different upload forms.
if you know your way around PHP it’s not impossible to alter a copy of the existing page-classyfried_add_listing.php and use it as a secondary form.
Forum: Plugins
In reply to: [classyfrieds] Adding more than 3 images per listingThis forum is not suited for large code samples and/or individual detailed adaptations of the code.
Why don’t you mail me what you have done so far in a .zip file and we’ll get you going. -> via4321 [at] gmail.com
Forum: Plugins
In reply to: [classyfrieds] Adding more than 3 images per listingp.s. your tabbed sidebar widget does not play nice with wordpress thickbox.
try sending mail on this page : https://wp1.smallworks.ca/blog/classyfrieds/1-small-home/
the boxes overlap
Forum: Plugins
In reply to: [classyfrieds] Adding more than 3 images per listingAs you probably have seen already it’s a bit involved to allow 5 images instead of 3, but it’s not impossible either.
If you edited the page-classyfried_add_listing.php you should be 90% there.
the line in the init.php is only there to create a default setting. In your case you’re better off simply copying a code-block from line 653 – 662 in page-classyfried_add_listing.php and pasting it twice more to allow for the extra upload form-fields.Once you managed to get the upload form to populate the post_meta fields you need to make sure you can call them by adapting the template_vars.php and creating 2 extra shorttags e.g. {{foto4}}
all that’s left to do is modify or create a new single_****.php layout that calls upon the 2 extra images.
It’s an undertaking for someone that is not familiar with the code structure. Don’t hesitate to go into detail on our local forum : https://classyfrieds.com/forums/forum/advanced-use/
You’ll be breaking your changes on all future upgrades if you hard-code changes in our core files though.
Forum: Hacks
In reply to: wp_get_image_editor makes PNG filesize larger instead of smaller@bcworkz I agree that set_quality() Would logically be the solution, however … I have tried that.
Even with ridiculously low settings PNG images still swell up like a parched sponge thrown into a hottub.Forum: Plugins
In reply to: [classyfrieds] Add a listing page as child of main classified page?And a merry x-mas to you too from Holland.
If you’re ever stuck with WP don’t hesitate to contact us. https://wpprogrammeurs.nl – helping people with WP is what we do for a living (and for fun).