lozanno
Forum Replies Created
-
Forum: Plugins
In reply to: [Theme My Login] Redirect Logged In UsersHi @jfarthing84,
1. I’m using a plugin that makes a “PRIVATE PAGE” for every user.
2. I want to use your plugin to redirect logged users “subscribers” to they custom private page which is something like this: myurl.com/private/%username%
3. Can I write URL with variables in your plugin? in the custom location field?Forum: Plugins
In reply to: [WooCommerce] mystile theme shop drop down menuYou should see this: http://www.woothemes.com/products/composite-products/
To translate, add to your functions theme file:
function replace_weather($content) { $content = str_replace('Rain', 'Lluvioso', $content); $content = str_replace('Storm', 'Tormenta', $content); $content = str_replace('Sunny', 'Soleado', $content); $content = str_replace('Monday', 'Lunes', $content); $content = str_replace('Tuesday', 'Martes', $content); return $content; } add_filter('wp_wunderground_forecast', 'replace_weather');As you can notice, I’m using spanish for day names label and the “forecast condition”.
Check the complete wunderground forecast condition labels here and translate to your own language:Good luck translating…
Forum: Plugins
In reply to: [Plugin: Custom Login Page] Relative Paths?Hi Phiredesign… there is a way to customize the text on the form?
“Your account must be approved before you will be able to login. You will be emailed once it is approved.”Thanks in advance!
Forum: Plugins
In reply to: [Plugin: Absolute Privacy] Email variablesHi kolbert!… Is there a variable to include the user email into the “Admin Notification Message” ???
Thanks, great job!
Forum: Fixing WordPress
In reply to: Dashboard issues: RSS Error: WP HTTP Error: name lookup timed outHow how how how to apply these plugin code? Please more directions…
Thanks in advance!
Forum: Fixing WordPress
In reply to: WP HTTP Error: 0: connect() timed out!Hi!!! I follow the solution suggested by NetSpider without good results. After disabling the cURL, my dashboard shows this message:
WP HTTP Error: Could not open handle for fopen()Before that the message on my dashboard was:WP HTTP Error: connect() timed out!Both messages apear on: Plugins, Incoming Links, WordPress development blog and Other wordpress news.
Also some plugins as
- wp-weather, flickrRSS, Brian’s Latest Comments
- Entries from any RSS or Atom feed
and the widget
does not work.
All this begins after the update to 2.8.4 to my blogs hosted in bluehost, but a blog hosted in hostgator and also updated are working fine.
Any suggestions?… PLEASE!!!
Hi everyone… I have the same problem with 5 different blogs, hosted in different servers. I read before about this problem, regarding some plug-ins, also the wp_bible. But deactivating all my plugins remains the error: WP-HTTP
Any ideas?
My blogs are updated to 2.8.4Seems to be a problem with the communication between the plug-ins and the wordpress core.
Then after read a little, I found this: core-control, I use it without good results.
So… please help!!! What can be?
Thanks!