Albert Calzada
Forum Replies Created
-
yes
🙂hi !
I found the error.
We only have the error with the WPML plugin enabled.Some idea ?
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] newsletters not sending, but emails do workok. Thanks!!
I’ll try it!It is possible “export-import” campaigns to not lose data?
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] newsletters not sending, but emails do workhello !
I have the same error!ok, i’ll try
thankshello !
I found error.
in muy child-theme, in folder /plugins/events-manager/templates i worte a custom “categories-list.php” with this code:global $EM_Category; $args = array('scope'=>'all', 'orderby'=>'date', 'category' => $EM_Category->slug, 'format_header'=>$fmt_header, 'format'=>$fmt_content, 'format_footer'=>$fmt_footer,); $args = apply_filters('em_content_categories_args', $args); echo EM_Events::output( $args );without this code, events order on category pages is correct.
Do you know what is the error on this code?
Thanks !
version 5.6.5 with “Events Manager and WPML Compatibility” too.
hi !
Yes, with the shortcode it is run correctly.But, if i use shortcode, i have to do one page for category (manually !)
How can i do this automatically ? Why don’t work fine category-events page ?
Thanks for you support
hi !
sample link:
http://auditorienricgranados.cat/programacio/categories/temporada/
this web, list all events of category “temporada”.
If you scroll down to november, you see this:
https://www.dropbox.com/s/avqns7dn3o988pv/Captura%20de%20pantalla%202016-08-25%2015.10.39.png?dl=0
– november
– september
– decemberany ideas?
hello!
First of all, sorry for my English … could be much better!the problem I have is as follows:
In my events page, are listed future events.The problem is that although the event is over, the event being shown on page until 6 or 7 hours after event completion.
it is normal?
Can we do anything to reduce the time the plugin checks if the event finished (and remove it from the web) a right time?
Forum: Plugins
In reply to: [WooCommerce Simply Order Export] invalid requestHi!
yes… thanks!
good job.
Yes!
the rest works perfectly.how could I send you a summary of the configuration of my hosting? so maybe you could see if there are any parameters that may adjust and make it work.
hello
no. nothing.
i do this:
– deactivating all other plugins to see if this resolves the problem.
– switching to the default theme to rule out any theme-specific problemsand no. nothing solve the problem
one question.
I think it is possible that the plugin does not work because the server / hosting.I installed WordPress on another hosting and it worked well!
What could it be?
might be something of MySQL? any ideas?look at me the error that the database:
https://www.dropbox.com/s/zx8y3o3uo5nc82d/Captura%20de%20pantalla%202014-08-18%2016.41.25.pngno
i have the “standard” htacces
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress