alexcosta
Forum Replies Created
-
Forum: Plugins
In reply to: [Kirki Customizer Framework] Update option by functionWorks like a charm!
Thank you very much!
Thanks Pippin!
That’s what i was looking for!
Forum: Plugins
In reply to: [External Videos] Plugin forkHi Silvia, glad to see you here.
I will be more than happy with help patching the plugin in GitHub.
I will test the new version as soon as i can.
About my tweaked/fork and features removed goes like this:
I’ve made a site to a client and i needed a plugin/script that did one thing and one thing only: pull videos from a channel on Youtube and add each video as a custom post type post.
Your fantastic plugin does pretty much that, except the part of the custom post type, which is easy to change in the plugin. But will loose ability to update.
Since i didn’t needed anything else (like media library & shortcode) i removed it.And since there are WordPress users who seem to be interested in just that i thought i could make it available too. With a different name but with all credits. But it’s up to you, if you don’t feel comfortable with it there’s no problem.
Anyway i will check the new version and follow the plugin in GitHub.
Cheers
AlexForum: Plugins
In reply to: [Automatic Youtube Video Posts Plugin] Custom Post Type'sI′m also interested in post to a post-type.. but where in parse.php?
Forum: Themes and Templates
In reply to: Little help with post_class( ) template tag@alchymyth
So easy… thanks for the help.Forum: Plugins
In reply to: [NextGEN Custom Fields] qTranslate and NextGEN Custom FieldsHi Shauno. I think i got it.
Normally to make a multilingual site with qTranslate one must wrap the content we write in special tags eg:
<!–:en–>English text<!–:–>
<!–:pt–>Texto Portugues<!–:–>Then the plugin only shows the content language based on the browser language.
This works great with almost all plugins i have except NextGen Gallery, and now with NextGEN custom fields.
I think the problem is with NextGEN because from what i have read it doesn′t play well with qTranslate.After a lot of reading i figured out:
Instead of:
<?php echo nggcf_get_gallery_field($gallery->ID, "Custom Field Name"); ?>
one must change it to:
<?php echo __(html_entity_decode(nggcf_get_gallery_field($gallery->ID, "Custom Field Name"), ENT_NOQUOTES)); ?>
I′m not a PHP pro so i don′t fully understand this code but it works.
Thanks
Forum: Plugins
In reply to: [NextGEN Custom Fields] qTranslate and NextGEN Custom FieldsSorry the link didn′t show up.
Forum: Plugins
In reply to: [NextGEN Custom Fields] qTranslate and NextGEN Custom FieldsHi Shauno, thanks for the reply.
I forgot to tell that the qTranslate plugin that is in www.remarpro.com only works with WordPress 3.4.1.
To work with the 3.4.2 version one must download the qTranslate development version from the author site in .Thanks
Forum: Plugins
In reply to: [NextGEN Custom Fields] qTranslate and NextGEN Custom FieldsAlso using the short tags [:en] and [:pt] doesn’t work.