ivan.flores
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] [Plugin: Polylang] One post for two lang at onceWow! you are the developer, nice to meet you. The best feature of the plugin, is the way to keep all clean and organized. Excellent work. Are you accepting donations?
Forum: Plugins
In reply to: [Polylang] [Plugin: Polylang] One post for two lang at onceI think the question is, for example a Gallery page, files page or something where the content is the same for both or more languages, and no edit each page for each language when the content will be the same.
Forum: Plugins
In reply to: [qTranslate] qTranslate not yet ready for the new version of WPI just installed the development version and seems all is working fine.
Thank you for the advice.
@eruna_msl I just respond your question on the link you posted.
Forum: Plugins
In reply to: Adding filter to the titleI think this post might help you.
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Lost of page CSS and StyleAmmm, that happen becuase it cant load the .js file to do the request via AJAX and stop the reloading page I think. Do you know how use Firebug? On the console tab it can show you from where is trying get the .js file and then make the hack to the correct path.
Other way is view the source code of the page and ctr+F to find ‘contact-form-7’ and see if the path source is correct. If it is correct, try disable all plugins extras you have, maybe is a jQuery conflict or somenthing like that.
Forum: Plugins
In reply to: [qTranslate] qTranslate not yet ready for the new version of WPYeap, I have the same problem.
What is the method you use to downgrade WordPress?
Thank you.
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Lost of page CSS and StyleI have the same problem, with the help of Firebug, the plugin get the wrong paths to the CSS and JS files.
I’m using Roots theme, this theme have a script to clean the URL’s files, something that have bugs with some plugins, but with this plugin all was working fine until last update (3.1.2)
I’m trying fix this.
—— UPDATE
THIS IS A HACK, NO A REALLY SOLUTION– Edit the file controller.php (wp-content/plugins/contact-form-7/includes)
– Find the lines (233, 240 and 262)Change this:
wp_enqueue_script( 'contact-form-7', wpcf7_plugin_url( 'scripts.js' ),
To this:
wp_enqueue_script( 'contact-form-7', '/wp-content/plugins/contact-form-7/scripts.js',
Note that you must change the 3 lines, but check the file name, there 3 files.
And again, this work for me with the Roots Theme and last version of WP and CF7
Forum: Plugins
In reply to: [Polylang] [Plugin: Polylang] One post for two lang at onceI started to use the plugin today, I don’t know if there are a specif option for what you need. I want to know if someone have a solution about this.