qualitydrivenapproach
Forum Replies Created
-
Forum: Plugins
In reply to: [Multiple Post Thumbnails] Multiple Post ThumbnailsHey again,
Sorry but I don’t have good news for you. I stopped using it because of the exact same bug that you’ve described in your post. I figured I would just use the native WP Gallery with some custom modifications.
I am really sorry but I won’t be able to help you with that. Good luck !Forum: Plugins
In reply to: [Multiple Post Thumbnails] Multiple Post ThumbnailsHello Chris,
Sorry but I abandoned using your plugin to achieve what I wanted, I used the native gallery function instead. It was less complicated for the project that I needed at the moment.
But in order to add images I followed this tutorial :
https://www.lifeonlars.com/wordpress/how-to-add-multiple-featured-images-in-wordpressForum: Plugins
In reply to: [Multiple Post Thumbnails] Multiple Post ThumbnailsI didn’t see any JS errors. It’s very awkward that you’re not able to duplicate it – it may also be my programming skills…
And then again when I look at it from the same screen I can set the featured image without any issue at all.
Anyways, if it’s only me who is having this issue it might be a misconfiguration from my side – but I followed your directions which appeared to me pretty straight forward.
I’ll run some tests and I’ll keep you posted.Hello there,
Just a quick update for those of you who haven’t realised it yet – The issue of not backing up is coming from the wp-cron.php which apparently is not working properly starting from WP 2.7
I had a different issue with cron as my scheduled posts kept missing schedule – I googled the issue and I came across a plugin to fix it and explanation of the issue. After applying the fix it worked like a charm, and my posts started to publish again – and then it hit me yesterday at 1 o’clock in the morning in front of some movie – maybe that is also the reason that my wp backup to dropbox was not backing up as well ???
I checked this morning and my folders were backed up easy to Dropbox so I can tell you that – yes it is the issue linked to wp-cron. The fix is very easy and there is not a lot to do – literally exchanging 2 files with the equivalents from the older version.
You can check it out on the plugin page just go through the article and you’ll see that it makes sense.
I hope this helps you guys !! Just to be clear – it does the job for those of you who installed the wp backup to dropbox and the plugin is not doing anything even when you chose to backup now. I never had any visible errors so please don’t think that it’s the ultimate solution for every problem.There is a bug in the code that is supposed to show the images – after corrections it works for me. Broken code is
<?php ciii_term_images( 'post_tag', category_ids=37,27' ); ?>
The thing that works form me is
<?php ciii_term_images( 'post_tag', 'term_ids=37,27' ); ?>
Where post_tag is the taxonomy name.
The plugin is working just fine but let’s just say it has not been properly explained in the short tutorial provided. Anyways I’am giving it a big thumbs up cause it helped me a lot ??
Thanks for great info ! Working with taxonomies and custom post types and custom fields at the same time gives you endless possibilities, but it’s extremely hard to get a proper search engine done for it.
There is a nice one done in the WP-Property – The search engine included as a variety of shortcodes to use really simplifies it.Like you wrote just now – can’t meet everyone’s needs ??
Keep it upJust to be clear I am talking about searching on the User side.
Great job from fireproofsocks.
I am using CCTM for 2 of my websites and I just stumbled upon the same problem. I tried using Relevanssi search plugin but like Gray’s case when performing search, custom post types where not included on the results page.
It also brings me to another question. I am using CCTM to help people find good hairdressers according to their needs. Now the listing itself is perfect but I need an advanced search panel where people would be able to choose what they would like to take into cosideration.
Any plugin that rings a bell for such purposes ? Or maybe you are already thinking of including one in CCTM in future?Great work by the way, and keep it up like this.
WP+CCTM rocks!