fmonti
Forum Replies Created
-
Error in my htaccess file. Solved!
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] Google Maps not showingAfter doing some troubleshooting I discovered that using the “minify Js” prevents the map from showing up. I had to disable this option in order to get it back to display.
Forum: Reviews
In reply to: [Media File Renamer: Rename for better SEO (AI-Powered)] MisleadingHi Jordy, sorry to hear you don’t consider my input a “review”. I was looking for a plugin that would let me rename my media files to my liking. The name of your plugin is “Media File Renamer”, so I assumed it would do the job, but alas, it did not. It only allowed changes baased on automatic settings and had to pay for the Pro version to do what I want.
May I suggest you change the name of your plugin to something that indicates this “feature” more prominently, without having to read the whole plugin description in order to realize that such a basic feature is limmited to paying users.
Thanks for pointing me that way. Adding this code to the functions.php did it:
function yst_wpseo_change_og_locale( $locale ) { return 'es_ES'; } add_filter( 'wpseo_locale', 'yst_wpseo_change_og_locale' );Forum: Plugins
In reply to: [Contact Form 7] Modifying input field sizeFound a solution to my problem using the width property on the form creation window.
<p style=”width:20%;”>Document: [select* document “DNI” “NIE”] </p>
Forum: Fixing WordPress
In reply to: Relative linksThanks James!
Forum: Fixing WordPress
In reply to: Installed ok but not quiteThanks for your reply. I did a fresh istall on a different folder, with no extra themes, and still getting this problem.