booleanbiker
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Convention] Text alligning center in sidebar doesn´t workingHi
It looks as if your sidebar widgets are aligning the text in the centre however, your sidebar widgets CSS has some padding on the right which is pushing the containing divs within the widget to the left so it looks like it isn’t working, when it is..
You need to update the css and remove this padding then made the containing divs full width.
If you update the following CSS rule to this, it should work:
#sidebar-widget { margin: 40px 0 0px 0; background-color: #fff; width: 260px; padding: 0px 0 50px 0px; }Forum: Fixing WordPress
In reply to: Header is stuck in the middle :(Hi Again
The following CSS is setting it to appear centred.
header#masthead .hgroup .logo { float: none; }If you float it left it should fix it.
Forum: Fixing WordPress
In reply to: Google can't crawl my websiteEverything certainly looks normal.
Search engines can take around 2 weeks to crawl a site, have you check other sites like bing? yahoo? etc. Are they listing your site?
Forum: Fixing WordPress
In reply to: "add media" button not working – links not workingIf your plugins effect the admin section then maybe,
What plugins do you have installed?
Can you link us to your site?
Forum: Fixing WordPress
In reply to: Header wont work/missingHi
I assume you mean the ‘oneteksecurity.co.uk’
Same place as before except you use the Logo tab and upload a logo using Logo Image .
If you don’t want a logo – you can change the Site Title in the Settings page then General.
M
Forum: Fixing WordPress
In reply to: "add media" button not working – links not workingHi
Possibly a javascript error stoping the media box from firing up?
Could be a plugin causing the issues? Have you tried looking the browser console? (Depending on your browser and OS – right click on the browser window and hit inspect element. This will bring up a code window with a tab titled console. This will display any javascript errors)
Thanks
MForum: Fixing WordPress
In reply to: Register plus redux pluginHi
The culprit is the following css:
.styles .site-content h1 { color: #000; }This seems to be being printed to your page by the theme.
Maybe add it to the CSS file? You could even use the dirty
!importanthack after it and force it to be the colour you want.Although preferably there will be an option in the theme to change the heading colour to white. Seeing as you’re using twentyfourteen I’m almost (not 100%) sure this is the case.
M
Forum: Fixing WordPress
In reply to: Add single imageHi
I would hazard a guess here and say that the theme you are using is overriding the default WordPress functionality.
Have you tried disabling the theme and seeing if the issue is still there?
M
Forum: Fixing WordPress
In reply to: Do i need a VPS?Hi
Personally with a blog that popular I would go for a more scalable hosting solution. Try a Cloud server or even a VPS.
Although shared hosting is adequate, I would be worried about the server falling over due to excessive bandwidth usage.
M
Forum: Fixing WordPress
In reply to: unable to insert picture in the websiteHi
Have you checked the file permission in your FTP programme to make sure the folder
‘directory/home/parisiens/wp-content/uploads’
is actually writable? If not have you attempted to change the permissions?
M
Forum: Fixing WordPress
In reply to: Google can't crawl my websiteHi
Have you checked your .htaccess file to make sure they are no errors blocking access?
What response have you got from Google webmaster tools in response to your sitemap?
Have you also made sure the option in your WordPress settings ‘discourage search engines from indexing this site’ is not checked?
Thanks
MartinForum: Fixing WordPress
In reply to: Header wont work/missingHi Gaz
If you check the site settings by going to Appearance > Theme Settings then clicking on the Layout Tab
You can then swap the Masthead Layout option from Logo in Menu to Default Masthead and this should do what you need.
Thanks
MartinForum: Fixing WordPress
In reply to: User Groups in WordPress?