pauloc
Forum Replies Created
-
Forum: Plugins
In reply to: [EWWW Image Optimizer] Turn off console log – layz loadHi, although being in debug mode, it should be possible to disable this behavior. It makes debugging other problems annoying.
TIA
Forum: Plugins
In reply to: [Admin Help Docs] Warning: session_start()Working like a charm. Thanks!
Ups, sorry, it’s been fixed on 1.8.10.
Thanks for your efforts and for this great plugin
Forum: Plugins
In reply to: [VS Event List] Change order of fieldsPlease, take a look at Gamajo_Template_Loader (https://github.com/GaryJones/Gamajo-Template-Loader), maybe it could help to get templates in the theme.
And sorry to bother on this thread.
Hi again @stiofansisland, it’s definitely my stack. I’ve installed the plugin in a new WP using Vagrant and PHP 7.0.3 and MySql 5.5 and it installs without problem. Then I’ve copied the table to the other installation and it seems to be working fine.
Sorry about all the hassle and thank you for the all the work put on this plugin and its support.
Best regards, Paulo.
@stiofansisland, it could be that if the other two tables were not created. I’ve tried on a new installation and it’s the same thing:
wp_uwp_form_extras
andwp_uwp_form_fields
are created, but notwp_uwp_usermeta
and I get the same errors.My be it’s my stack, I’m on mac MAMP: PHP Version 7.2.1 and mysql Ver 14.14 Distrib 5.6.38 if this helps.
Thanks for your help.
I’ve tried deactivating and reactivating, I’ve also deleted the plugin from the plugins’ admin page, after tweaking the settings to delete all the plugin’s data. The table is not created on new install.
I’m using the default DB prefix also.
Weird behavior.
Forum: Plugins
In reply to: [InfiniteWP Client] Please update www.remarpro.com repositoryI understand your concern about bugs or breaking sites and appreciate it as part of your probed quality product.
Thank you for your clear and straight instructions, and for the explanation on the problem.
Keep the good work.Forum: Reviews
In reply to: [The SEO Framework – Fast, Automated, Effortless.] Great and simple SEOEdited. Sorry about breaking the guidelines, Jan.
Forum: Plugins
In reply to: [The SEO Framework – Fast, Automated, Effortless.] Strip HTML tags from titleThank you both, and sorry for double posting (speedy fingers). I know my customer is doing wrong but, you know, customers… And I’ve also been surprised that the title isn’t HTML striped.
The solution has been “add the “real” title in the SEO title meta”, something that didn’t come to my “developer” mind in first term and was the simplest solution.
Thank you again, and congratulations for this great plugin.Forum: Plugins
In reply to: [WPCasa] Translate via poeditThank you very much, I was getting nuts and was that easy.
Keep the good work!Forum: Plugins
In reply to: [WPCasa] Translate via poeditHi, and sorry to bother with your thread, Dan.
I’m having the same problem with those translations you say in point three, related to rent periods: 3. Per Month / week etc.. not translated.
I checked the function where they are translated and everything seem to be OK both in class-wpsight-general.php
'rental_period_1' => __( 'per Month', 'wpcasa' ),
and in the .po file.It is estrange because dumping the filtered function (using ‘wpsight_rental_periods’ filter) it returns the correct translations (in Spanish in this case mes/Month, semana/Week…):
array(4) { ["rental_period_1"]=> string(7) "por mes" ["rental_period_2"]=> string(10) "por semana" ["rental_period_3"]=> string(8) "por a?o" ["rental_period_4"]=> string(8) "por día" }
but the strings doesn’t appear translated neither in the front nor in the backend.
Looking further i’ve seen that in line 418 in class-wpsight-general.php
$rental_periods = self::rental_periods();
doesn’t get translated terms.I hope this can help you and you can correct this issue soon.
Thanks for your great plugin, Paulo.- This reply was modified 7 years, 7 months ago by pauloc.
Similar error here:
Error de Vimeography :the request to Vimeo failed. Estado de respuesta desconocido 403,
And nothing after the last coma.
It works on local development server but not on production.For sure:
add_filter( 'default_content', 'xx_editor_content', 10, 2 ); function xx_editor_content( $content, $post ) { if( 'post' != $post->post_type ){ return $content; } $content = '<h3 class="subtitulo">El subtítulo</h3>'. "\n"; $content .= '<!--more-->'; $content .= '<p>The article body.</p>'; return $content; }
Hi Fulvio, the content was empty in my existing feeds, but there have been a bad interaction with my own custom (pre)content filter, as the calendar qtips shown my own custom template for new posts (post-type post). The site where I’m testing is pretty complex with more than three custom post types and a lot of customization. My fault probably, I’m checking this. The new created calendars shown fine, with your default content.
The WYSIWYG builder is a great idea, though I’ll prefer custom templates.
Any tip regarding why location and map appear twice? The map link was fine (too times, but fine), I just didn’t copy it to my previous post.
Thanks for your efforts.