pablogt
Forum Replies Created
-
Forum: Plugins
In reply to: [301 Redirects - Redirect Manager] Export permalink, not Post IDOK, thanks
Forum: Plugins
In reply to: [Contact Form 7] Site not responding after plugin updateThanks
I solved this by going from true to false on the wp-activate.php page:define( ‘WP_INSTALLING’, false );
Forum: Fixing WordPress
In reply to: can't login after 4.automatic updateThank you all
Forum: Fixing WordPress
In reply to: can't login after 4.automatic updateThanks, that worked via myphp admin
Forum: Fixing WordPress
In reply to: can't login after 4.automatic updateI tried that with no luck
Forum: Fixing WordPress
In reply to: can't login after 4.automatic updateSite is still live, I have called 1and1 but so far no idea what could be happening.
Forum: Fixing WordPress
In reply to: can't login after 4.automatic updateAfter update to wp 4.0 it finished update and kick me to login page… since I have tried to login with new password, and it just keeps redirecting me to login page. Any ideas?
Forum: Fixing WordPress
In reply to: can't login after 4.automatic updateJust did a manual update and it all went fine but I can not log in to wp-admin
Forum: Plugins
In reply to: [Plugin: BP-FBConnect] Can’t get this plugin to work.have done the same but I dont get the connect button… do I need to add any code to the default theme of buddypress?
Forum: Plugins
In reply to: [Plugin: WP-Table Reloaded] € euro symbol and £ pound symbol does not importThanks, this worked most times… best way was to convert all monetary symbols to html special characters code…
Forum: Plugins
In reply to: [Plugin: WP-Table Reloaded] € euro symbol and £ pound symbol does not importI will try that, thank you Tobias
Forum: Themes and Templates
In reply to: Alphabetizing PostsHi esmi, can we use a variant so Jones is reconized as before Smith?
Forum: Fixing WordPress
In reply to: howto edit tag cloud font sizes?this worked for me
wp_tag_cloud(‘smallest=10&largest=16&number=45&orderby=name&format=flat’);
Forum: Fixing WordPress
In reply to: Custom Tag cloud formattingthis worked for me
wp_tag_cloud(‘smallest=10&largest=16&number=45&orderby=name&format=flat’);
Forum: Fixing WordPress
In reply to: Custom Tag cloud formattingthis code made a big error on 2.5
Parse error: syntax error, unexpected T_ECHO in /home.10.2/jeunecre/www/wordpress/wp-includes/widgets.php on line 1331
not to be trusted…
is there another solution?