wpprogrammeurs.nl
Forum Replies Created
-
Forum: Plugins
In reply to: [classyfrieds] classyfrieds_single layout displaywithout being able to see the source of the theme I can see that removing the 100% height from the logo apparently solves things.
see screenshot : http://i.imgur.com/RcarS.png
Makes we wonder if it is theme or plugin related.
Will investigate further.Forum: Plugins
In reply to: [classyfrieds] classyfrieds_single layout displayThanks for the report, I’ve heard rumours about this happening in some themes but haven’t been able to locate a theme yet with this problem. Now I’ve got one 🙂 It’s a pity that the AVADA theme is not in the repository, which makes it so much harder to troubleshoot !
Is avada a paid theme or can you possible send me a copy for troubleshooting ?
I’ll look into it ASAP and report back.
Be sure to come claim your free commercial extension for this valid bug-report. (pick one from : http://classyfrieds.com/category/downloads/ and mail me at info -at- wpprogrammeurs.nl ).
cheers,
PeteForum: Plugins
In reply to: [classyfrieds] Listing Does Not Expire After A Weekyour free extension has been mailed to you, along with some responses to other queries you had.
Thanks again for the bug-reports.
If anyone else has valid bug reports, please post them here, or at our forum at : http://classyfrieds.com/forums/
for a valid report we provide a free commercial extension of your choosing. Together we can make things (plugins) better … keep the feedback coming.
Forum: Plugins
In reply to: [classyfrieds] Listing Does Not Expire After A Weekyup, there’s a little bug in the daily expiration sweep. The fix is now running on local test-sites and will be implemented in the next test-version.
Thank you for the bug-report !
As with all valid bug-reports I’d like to give away a paid extension for your trouble, so drop me a line at info @ wordpressprogrammeurs.nl and claim your freebie extension. (just pick one from http://classyfrieds.com/category/downloads/ )
Forum: Plugins
In reply to: [classyfrieds] Listing Does Not Expire After A WeekThe listing-author is not able to delete the post at this time. I thought it would be best to leave this decision to an admin, but it’s a feature that can easily be implemented. I’ll put it in the next version.
The only problem is that it is getting kinda busy at the bottom of the posts with all the user options. Will have to come up with some sort of compact option.re: listing expirations -> There is a wp-cron job running once every 24 hours that should sweep all expired listings. I’ll double-check again on our end to see if this function operates as it should.
Forum: Reviews
In reply to: [WP-freelance-PRO] Be carefull!duhhh … this plugin does not destroy a theme, it switches to and activates the theme ‘wp-freelance’ !
you can revert back to your theme at any time. How else do you expect to get the look and feel of the freelance experience ?thanks for reading the descriptions and for the rating.
Forum: Hacks
In reply to: possible to activate a theme through a plugin ?In the meantime I have tried it and converted it into a working plugin.
Works great ! Thank you much …
Forum: Plugins
In reply to: [classyfrieds] New Site Excessive executing weekly maintenance routine.V 2.9 will be there in less than 24 hrs.
please see the notification menu to turn off notifications.
(they run once a day if all is ok)Forum: Plugins
In reply to: [classyfrieds] New Site Excessive executing weekly maintenance routine.please see the notification menu to turn off notifications.
Forum: Plugins
In reply to: [classyfrieds] Verschillende menu'sesmi is correct.
Please refer to the forum over at http://classyfrieds.com for dutch help.
Forum: Plugins
In reply to: [classyfrieds] Verschillende menu'sik begrijp niet precies wat je bedoelt. Kun je het op een andere manier uitleggen en/of een link toevoegen naar het probleem of een link naar een foto ?
Yep, works wonderful ! all CPT’s work alongside and mix & match.
Feature request (If you have a lot of time 🙂 ) :
standard placeholder/image to be set per CPTFor instance, forumposts typically don’t have featured images. Would be cool if we could either suppress thumbnails for certain CPT’s, or select a placeholder URL to for example an image stating “FORUM POST” …
Forum: Plugins
In reply to: [classyfrieds] [Plugin: classyfrieds] "failed to open stream" error.. why??good to see it works. version 2.7 has been updated with these changes and is now available.
mail me at the following address: info at wordpressprogrammeurs.nl
Forum: Plugins
In reply to: [classyfrieds] [Plugin: classyfrieds] "failed to open stream" error.. why??GOOD CATCH, although technically not wrong I did use a URL call when a local path is preferred. You are correct that allow_url_fopen will block access to URL’s in this case.
There are actually 3 different files that make similar calls, I will implement changes in the next update.
In the meantime I would love to hear if the following changes work for you :Replace the lines with ‘file_get_contents’ as follows.
classyfried_listing.php line 35
$layout = file_get_contents(plugin_dir_path(__FILE__) . 'layouts/'. $cfo['listing_layout'] . '.php' );single_classyfrieds.php around line 34
$layout = file_get_contents(plugin_dir_path(__FILE__) . 'layouts/'. $cfo['listing_layout_single'] . '.php' );cats-listing.php around line 37
$layout = file_get_contents(plugin_dir_path(__FILE__) . 'layouts/'. $cfo['listing_layout_taxonomy'] . '.php' );In the meantime send me a PM and pick out a free commercial expansion from http://classyfrieds.com/category/downloads/ … good feedback and error-reporting needs to be rewarded.
Forum: Plugins
In reply to: [classyfrieds] [Plugin: classyfrieds] "failed to open stream" error.. why??silasneo,
this makes absolutely no sense if you are running the latest version. (2.6)
line 35 in classyfried_listings.php reads :
$layout = file_get_contents(plugins_url('/layouts/'. $cfo['listing_layout'] . '.php', __FILE__) );this clearly indicates we are looking for a file path with /LAYOUTS/ included in it, however your error message states :
MY_DOMAIN/wp-content/plugins/classyfrieds/themefiles/listing_2_columns.phpwhile it should read :
MY_DOMAIN/wp-content/plugins/classyfrieds/themefiles/LAYOUTS/listing_2_columns.phpif you are comfortable with the code editor what do lines 34-36 of your plugins/classyfrieds/themefiles/classyfried_listings.php say ?
Did you try re-installing and flushing the plugin ?
Did you by any chance modify any code on the plugin ?
If not, please send me a private mail as I’d be very interested to see what is going on. info at wordpressprogrammeurs.nl