aprop
Forum Replies Created
-
Forum: Plugins
In reply to: [qTranslate] Visual editor not workingUpdate:
define('QT_SUPPORTED_WP_VERSION', '$wp_version'); define('QT_SUPPORTED_WP_VERSION', '3.9');
Doesn’t work and i still see the “The qTranslate Editor has disabled itself because it hasn’t been tested with your WordPress version yet.”
Forum: Plugins
In reply to: [Awesome Weather Widget] TranslationCan you explain better the point 3?
Thanks.Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] datepicker problemit was a problem with js used by theme.
i solvet it by disable effect.jsForum: Plugins
In reply to: [Awesome Weather Widget] TranslationSo there’s no way to translate it?
Hey!
I’m proud of myself and also of you.
I’ve done it!!
This is the code:<?php if (class_exists('EM_Events')) { echo EM_Events::output( array('limit'=>10,'orderby'=>'name','location'=>'10','format'=>'#_LOCATIONNEXTEVENTS') ); } ?>
Using:
<?php if (class_exists('EM_Events')) { echo EM_Events::output( array('limit'=>10,'orderby'=>'name','location'=>'10') ); } ?>
I get a detailed events list, but not the #_LOCATIONNEXTEVENTS as I get them in the location template created on events.
What i get is a full detalled events list, and i would like to get the “format for listof events” as you can see here: https://devalldoreix.com/espai/placa-casal-de-cultura/
Angelo, I’ve tryed, but as i said, I’m not a php expert,. but will keep on trying
Using
<?php echo $EM_Locations->output('#_LOCATIONNEXTEVENTS'); ?>
I get same error.
You can see it in:
https://devalldoreix.com/guia/list/el-casalet
You must click on “actes” tab to see the error.I have been looking
https://wp-events-plugin.com/documentation/event-search-attributes/
https://wp-events-plugin.com/documentation/advanced-usage/
And I think ther’s the answer, but, I’m not a php programer…Do you mean this?:
<?php $EM_Locations->output('#_LOCATIONNEXTEVENTS'); ?>
it doesn’t work, it gives me this error:
Fatal error: Call to a member function output() on a non-object in /home/content/00/11142400/html/wp-content/themes/[...].php on line 1 Warning: Cannot modify header information - headers already sent by (output started at /home/content/00/11142400/html/wp-includes/functions.php:2784) in /home/content/00/11142400/html/wp-content/plugins/sabai/lib/SabaiFramework/Application/HttpResponse.php on line 121 Warning: Cannot modify header information - headers already sent by (output started at /home/content/00/11142400/html/wp-includes/functions.php:2784) in /home/content/00/11142400/html/wp-content/plugins/sabai/lib/SabaiFramework/Application/HttpResponse.php on line 106 {"messages":["The server encountered an error processing your request.","Fatal error: Call to a member function output() on a non-object in \/home\/content\/00\/11142400\/html\/wp-content\/themes[...].php on line 1."],"url":"http:\/\/devalldoreix.com\/guia\/list"}
Somewhere I might specify the location id i wanna show events from…
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] datepicker problemlocated the theme js call and deleted.
Now it works
Thanks!!Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] datepicker problemAs I said on my first message I’ve tried default theme and it works fine
Forum: Plugins
In reply to: [Awesome Weather Widget] TranslationQtranslate is not useful for translating the plugin.
In my experience qtranslate is great for all the text that I have to publish, but not for the php coded.would be great to have a personalizable text area were i can replace the “some clouds” string with the text I wanna show. It s not only translate it, it can be used to personalize it. “be happy its a sunny day” instead of sunny day” ??