padraigstapleton
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Can I work on www.remarpro.com offlinehttps://michaeldoig.net/4/installing-wordpress-locally-using-mamp.htm
is a bit out of date. I downloaded it anyway, 32 or 64 bit? And where can I find up-to-date manual on installing MAMP for Snow Leopard?
Forum: Everything else WordPress
In reply to: Can I work on www.remarpro.com offlineThank you! Should I install locally with MAMP? or can I get by without it? this is putting me in the right direction at least!
Forum: Fixing WordPress
In reply to: Inserting a page further away from the rest of the pages in toolbarThat is fantastic, worked a treat, thank you so much!
Forum: Fixing WordPress
In reply to: Inserting a page further away from the rest of the pages in toolbarThank you! Where exactly do I insert the code? Is it in….
Edit Themes > Styles? and which one I insert the code? Thanks…
.page-item-731 { float:right!important; }
Forum: Themes and Templates
In reply to: Deleting RSS feed and search buttonThe theme is by WooThemes, Typebased 2.3.3.
Forum: Everything else WordPress
In reply to: How to change homepageThat is brilliant, thank you! ??
Forum: Installing WordPress
In reply to: Trouble with WordPressGot it, many thanks folks!
Problem was on the wp-config file. 3/4 of the way down…
/**
* WordPress Database Table prefix.
*
* You can have multiple installations in one database if you give each a unique
* prefix. Only numbers, letters, and underscores please!
*/
$table_prefix = ‘wp_’;Change wp_ to wp1_
done!
Forum: Installing WordPress
In reply to: Trouble with WordPressForum: Fixing WordPress
In reply to: How to change 'Tagline' font and sizeGot it! Thanks a million! ??
Font style is italic or normal….
Forum: Fixing WordPress
In reply to: How to change 'Tagline' font and size`/* =Header
————————————————————– */#header {
padding: 30px 0 0 0;
}
#site-title {
float: left;
font-size: 30px;
line-height: 36px;
margin: 0 0 18px 0;
width: 700px;
}
#site-title a {
color: #000;
font-weight: bold;
text-decoration: none;
}
#site-description {
clear: right;
float: right;
<strong>font-style: 20px;</strong>
margin: 14px 0 18px 0;
width: 220px;
}/* This is the custom header image */
#branding img {
border-top: 4px solid #000;
border-bottom: 1px solid #000;
clear: both;
display: block;
}Hi there, changed to the above and it’s made no difference… anything I can do?