Forum Replies Created
-
AuthorPosts
-
wmwebdesMember
Link to your site plaes.
wmwebdesMemberThas is the general paragraph spacing:
.entry-content p {
padding: 0 0 25px;
}Change the 25px padding to whatever you want.
wmwebdesMemberLink to your site please.
wmwebdesMemberCould we please have a link to your site?
April 13, 2013 at 2:27 pm in reply to: How do I create a line between posts (to separate them) #35251wmwebdesMemberLaura
The line looks fine as it is - add another post to see what it looks like between posts.wmwebdesMemberCould we have a link to the site please.
wmwebdesMemberGlad you sorted it.
This one now resolved then.wmwebdesMemberCan we have a link to your site please?
Where did you set your homepage to be a static page - in the WordPress settings?
wmwebdesMemberCan we have a link to your site please?
wmwebdesMember"I downloaded FileZilla and am trusting I’m safe using their software."
Filezilla comes with a couple of secure protocols... not just plainFTP, which is far from secure.
Check which secure Filezilla protocols the Synthesis people allow.wmwebdesMemberNo it's not new, but Sucuri are looking at it from a security point of view.
Like they say if the editor is active and someone gets into your site... they can change any file they like!Full security article is here...
wmwebdesMemberFrom the Sucuri website:
Disable Editing in WP-ADMIN
I am also a big fan of this, too often we’re seeing wp-admin credentials compromised and by allowing someone to edit within your admin panel you give the attack full access to all your files. The easiest way to avoid this is to disable the editor via your wp-config file:
#Disable Plugin / Theme Editor
Define(‘DISALLOW_FILE_EDIT’,true);wmwebdesMemberThe top security people Sucuri advise that the dashboard editor should be disabled.
If someone gets into your dashboard they can do what they like if the editor is live.
They can easily lock you out.Without the editor they have to crack your FTP info.
Rather anoying that the Synthesis folk didn't warn you before turning it off though!
wmwebdesMemberI don't see an opt in widget!
Have you removed it?April 7, 2013 at 11:19 am in reply to: Education – Change background color to white in widgets and content hole #33731wmwebdesMemberGlad that's sorted.
If you want to inspect your CSS check out this short vid from Carrie Dils...
April 7, 2013 at 10:59 am in reply to: Education – Change background color to white in widgets and content hole #33728wmwebdesMemberHi Tara
The background colour is controlled by this piece of CSS:
sidebar .widget {
background-color: #f8f8f8;
border-bottom: 1px solid #d6d6d6;
border-top: 3px solid #a5a5a5;
margin: 0 0 10px;
padding: 25px;
}Change background-color from #f8f8f8;
to white, which is #FFFFFF
Make the change in your stylesheet.
Let me know that it works OK.
April 7, 2013 at 10:47 am in reply to: Education – Change background color to white in widgets and content hole #33726wmwebdesMemberTara could you please post a link to your site so that I can take a look.
wmwebdesMemberMeant to ask Nandita
Which browser are you using?Just checked on Chrome and IE 9 and my elements are in line.
wmwebdesMemberJust did this:
Image shows elements aligned and the CSS I changed.Used Chrome Developer tools to tweak the CSS
wmwebdesMemberKate
Check with your host first before you buy it, that they comply with the required settings.
BackupBuddy have a technical requirements page, which I sent to my host.
My host didn't like one of the settings that had to be enabled so I never went with BackupBuddy.
The settings may be fine with your host, but best to check.
-
AuthorPosts