otoinsa
Forum Replies Created
-
Forum: Plugins
In reply to: [Multiple Post Thumbnails] Secondary Image URLOK, so I actually found the solution here in support forums,
turns out there are multiple threads around this issue;Most likely reason – it’s not included in quick start guide or documentation in general.
Use this inside your wp query loop:
MultiPostThumbnails::get_post_thumbnail<strong>_url</strong>( get_post_type(), 'secondary-image');Notice the _url, that’s the key.
Forum: Plugins
In reply to: [Multiple Post Thumbnails] Secondary Image URLIs there still no way to get just the URL of secondary images?
Or the id of the attachment that is the secondary-image?I don’t want to print the image instantly,
I actually need to pass the url to json, since
my website will use AJAX for most image loading needs.Forum: Plugins
In reply to: [Custom Taxonomy Order] Sort order enable in get_termsWhich plugin did it conflict with?
I’m having the same issue, but my admin panel is painfully slow, so turning off all plugins is very hard…Forum: Plugins
In reply to: [qTranslate X] Editing category names doesn't seem to work for sub-categories@john Clause
Something odd was happening – either my functions.php was broken partially or some db error, because it’s working now.
I know it was broken, since I cracked my head for this over 2 evenings,
now it seems like it never happened. Oh well… 🙂This one has resolved itself!
Forum: Plugins
In reply to: [qTranslate X] Editing category names doesn't seem to work for sub-categoriesYes, actually I did the update to 3.0 last night and it started working,
so this is resolved. 🙂 The update to 3.0 fixed it for me.On another topic – this no longer lets my acf work,
on previous stable version it worked like a charm://make qtranslate work with custom fields
add_filter(‘acf/format_value_for_api’, ‘theme_format_value_for_api’);
function theme_format_value_for_api($value) {
return is_string($value) ? __($value) : $value;
}Regardless, I’m thankful that I can finally save category names 🙂
Forum: Plugins
In reply to: [qTranslate X] Editing category names doesn't seem to work for sub-categoriesOn my install of wordpress the category field translations do not get saved.
The switching works, but the input data saved is just from the one field.Is there any way to fix this?
That would be good, since I’ve noticed this only after a few days ago.Using the latest wordpress 4 install as of now.
Currently I have these plugins activated:
Advanced Custom Fields
Disable Comments
Ninja Forms
Regenerate Thumnails
Simple Custom Post Order