papakia
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Image won't vertically align middleGive an extra class to the one_fourth div’s surrounding the images called
vertical-align.then in css:
.vertical-algin { max-height: 480px; height: 346px; line-height: 346px; }Forum: Fixing WordPress
In reply to: Can't Access DashboardLooking at your admin side it looks like your database connection settings in your config.php are definitely wrong.
Forum: Fixing WordPress
In reply to: Can't Access DashboardIt seems though the config.php file may have the wrong info about the database connection information. Or it could be a problem with the database system itself, users not set up/incorrect. Or possibly file permissions not set correctly.
The problem is it could be a number of things! Without looking at the system as a whole it’s pretty difficult to target the issue. I suggest you firstly check your config.php file in your WordPress installation and check that the database connection information is correct and go from there.
[Moderated – Please don’t use these forums to solicit business.]
Try
<br class="clear:both;" />Separately try adding
remove_filter( 'the_content', 'wpautop' ); remove_filter( 'the_excerpt', 'wpautop' );to your functions.php file
Forum: Fixing WordPress
In reply to: Permalink Structure is stuckYou also need to make sure that your website has permissions to change the .htaccess file! If not then you will have to change it manually.
If you have tried Settings > Permalink from your Dashboard as Jose said, you should see a message at the bottom if it wasn’t able to update the file!
Forum: Fixing WordPress
In reply to: Can't get it to work as I want..Or add to your .css file
.smooth-opening-holder.only-fixed-header { position:relative !important; }Or remove the position:absolute style from .smooth-opening-holder.only-fixed-header