Sobermedia
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Table WidthUnfortunately its a dev server and is locked. I can email URL over to you?
Thanks for the response.
Scott.
Forum: Fixing WordPress
In reply to: Links don't work, please help!Robin looks fine to me?
Scott.
Forum: Fixing WordPress
In reply to: How To Make Text Font Bigger?Jan
Noted, child themes is the best method but very hard to explain to inexperienced users. Going forward the a Custom CSS plugin should be the answer.
Matt.
Forum: Fixing WordPress
In reply to: Links don't work, please help!Daria
I have checked you website links using a HTTP header checker and all your pages seem to be 302 Page Not Found.
This looks like a permalinks issues. You could try re-saving your permalinks in Settings->Permalinks.
Let me know how you get on.
Matt.
Forum: Fixing WordPress
In reply to: How To Make Text Font Bigger?You will need to edit the Theme CSS then for you Theme. The CSS is located in:
/wp-content/themes/Learner/style.css
You can do this via the admin: Appearance->editor
You can select the Theme Style.css and add default body font-size in here.
Let me know how you get on.
Matt
Forum: Fixing WordPress
In reply to: Image widgetTry this video tutorial it uses a plugin:
http://wpapprentice.com/blog/add-an-image-gallery-to-your-sidebar/
It should work perfectly for you.
Matt
Forum: Fixing WordPress
In reply to: How To Make Text Font Bigger?Hi,
I see you are using the Learner Theme, you should be able to go to Appearance->Theme Options to set the site text bigger.
Please check and see.
Matt
Storm
It was closed because you offered to pay I would have thought. I suggest you use what he suggested:
You will get a good response and get the problem solved.
S.
Forum: Fixing WordPress
In reply to: Remove White Space Between Main Content and FooterJason
You can do this by adding custom CSS at the moment the CSS is:
#footer {
margin-top: 20px;
margin-bottom: 0px;
}You need to change to:
#footer {
margin-top: 0px;
margin-bottom: 0px;
}Hope helps
Matt
Forum: Fixing WordPress
In reply to: Cannot access my admin and my site is downStormccw
Did you manage to get this sorted?
Forum: Fixing WordPress
In reply to: loading new fonts into wordpress?Hi
You need to upload the font to the server, and then add some code to your main style sheet:
@font-face {
font-family: ‘fontname’; /* name to be used later*/
src: url(‘http://domain.com/wp-content/uploads/fonts/font.ttf’); /*URL to font*/
}And when you want to use the font:
.classname {
font-family: ‘fontname’;
}Simple as that! Any troubles let me know.
S.
Forum: Fixing WordPress
In reply to: Problems after moving my blogDid your old server have ModPageSpeed installed?
Forum: Fixing WordPress
In reply to: Problems after moving my blogThis could be a .htaccess problem no been able to access the directory. What does your .htacess file look like?
Forum: Fixing WordPress
In reply to: Problems after moving my blogOk,
Seems like you need to increase the PHP_FCGI_MAX_REQUESTS in the FCGID.conf, unless you have server access this is difficult. You could ask Media Template to increase the PHP_FCGI_MAX_REQUESTS.
But this doesnt solve the problem to why its happening.
Forum: Fixing WordPress
In reply to: Problems after moving my blogLooks like the server has Fast CGI installed on the server which leads me to think the fast cgi configuration (fcgid.conf) needs to be looked at and configured correctly.
I would contact Media Template, they are very responsive and tell them about the problem, they should be able to get it sorted.
S.