aronblack
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] The Events Calendar v5.16.2 broke the date pickerThanks Abz, reverting to 5.16.1.1
is there a method to call the product price with a meta key? what is the meta key? is there a wpca function?
Forum: Plugins
In reply to: [Post Status Notifications] private postThanks KJ
I would like to send notifications even if the post is private, is that possible?
and how would i do it?Forum: Plugins
In reply to: [Post Status Notifications] private posthow would i include private posts?do i edit the code here:
/**
* Returns all post types that are queryable and public
*
* @access public
* @static
* @return void
*/
static function get_post_types() {$post_types = get_post_types(array(‘public’ => true));
unset($post_types[‘attachment’]);
unset($post_types[‘page’]);return $post_types;
}I had the same problem and came up with a workaround.
You’ll need to enable categories for the plugin, I created 2 categories,
1 Event (category id = 39)
2 Evenement categories (en and french) (category id = 117)Then create each event as a unique post and dont connect them via the translation tool (do not click the + sign)
* You lose the language toggle function, it is a constraint of this workaround but not a deal breaker in my case.Use the EM Events widget and force it to show only the posts in the appropriate category.
on your page Event list, dont use CONTENTS
use [events_list category=”39, -117″]Then in all widgets, I use widget logic to display the right widget for the right language: add this ICL_LANGUAGE_CODE == ‘en’ or ICL_LANGUAGE_CODE == ‘fr’
it’s not the perfect solution but it’ll work for now…
same problem
fresh install but captchas never match
site is hosted on bluehost so permissions should be ok.So i turned the captcha off, and while it dosnt appear on the rating page, when i submit a rating it tells me the captcha dosnt match
Forum: Plugins
In reply to: [VideoGall] [Plugin: VideoGall] Nice but lacks one important featurethis is a great plugin.
Pagination would be great addition as well as posting most recent video in the widget sidebar.@gene, I would be willing to help out if you have someone to take it over.
Forum: Plugins
In reply to: [qTranslate] [Plugin: qTranslate] How to get URL for each languageForum: Plugins
In reply to: [qTranslate] [Plugin: qTranslate] How to get URL for each languageForum: Plugins
In reply to: [Plugin: Sociable] “save changes” will not save.it didnt work for me, any other suggestions?
Forum: Plugins
In reply to: [Plugin: qTranslate] category translationI have this problem too, using Atahualpa Theme
I was able to use the qtranslate <!–en–> for the words in the post footer but wasnt able to get the french equivalent of my category namehow do i tell it to give me the french name for %categories-linked(‘, ‘)% ?
Here’s what i did to display the text in the post footer in the appropriate language :
<!–:en–>%date(‘F j, Y’)% | %tags-linked(‘Tags: ‘, ‘, ‘, ‘ | ‘)% Category: %categories-linked(‘, ‘)% |
%comments(‘Leave a comment’, ‘One comment’, ‘% comments’, ‘Comments are closed’)%
<!–:fr–>%date(‘F j, Y’)% | %tags-linked(‘Tags: ‘, ‘, ‘, ‘ | ‘)% Categorie: %categories-linked(‘, ‘)% |
%comments(‘Laissez un message’, ‘Une commentaire’, ‘% comments’, ‘Les commentaires sont finis’)%Forum: Plugins
In reply to: qTranslate and Excerptshow did u do it? can you show me the code?
Forum: Fixing WordPress
In reply to: WP AudioPlayer button in media library doesn’t workif you click on the Audio Player button quickly, you’ll see the code gets displayed for a split second and then disapears.
I’d like to know how to fix this as well.
Also, i got the clip working the regular way but my clip sounded all slow.
if anyone has an idea why this happens too, please let me know.
thanks!
Forum: Plugins
In reply to: [Plugin: podPress] Wouldn’t recommend with WP 2.7.1have a suggestion for a podcast plugin for 2.7.1?
Forum: Themes and Templates
In reply to: Portfolio – WPESP Themegreat app! got it all up and running and with Pretty permalinks!
I am running into a javascript error, says $panels[0] is undefined
$container.css(‘width’, $panels[0].offsetWidth * $panels.length);
$panels[0] is undefined
(?)()()coda-slider.js (line 19)
onreadystatechange()()jquery-1….6.min.js (line 27)
onreadystatechange()()jquery-1….6.min.js (line 27)
nodeName()([function()], function(), undefined)jquery-1….6.min.js (line 21)
onreadystatechange()()jquery-1….6.min.js (line 27)
[Break on this error] $container.css(‘width’, $panels[0].offsetWidth * $panels.length);any idea?