juslooken
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can't Login to wp-adminThis could be an error in the .htaccess file or it could be a permissions error on the server. If you haven’t changed anything check with your hosting company to see if they have.
Great, glad you worked it out ??
Forum: Fixing WordPress
In reply to: Cannot see the site titleAny chance of you posting a screenshot of what you can see when you’re logged in?
Forum: Fixing WordPress
In reply to: Want to stop LIVE MODE of my site for a whileThere are a number of plugins that can help you do this. I’ve used this one quite a lot
Forum: Fixing WordPress
In reply to: I want rectangular thumbnails not squaresIn your dashboard go to Settings > Media and untick the “crop thumbnails to exact dimensions” option.
You will then need to rebuild your thumbnails but you can do that by installing the Regenerate Thumbnails plugin
Forum: Fixing WordPress
In reply to: Text input to comment field not visibleYou’ll need to edit the child theme’s stylesheet
/wp-content/themes/genesis-child-01/style.css
and add the following
input, select, textarea { padding: 0 10px !important; }
Forum: Fixing WordPress
In reply to: Font change on Mobile devicesFonts will only appear if they’re installed on the device so, while you’re able to see the Edwardian Script on a PC you can’t on a phone because it’s not installed there.
Helvetica Neue would also not work for the same reason so the CSS stack will fall back to the third default which is Arial.
To get around this try using a web font
Forum: Fixing WordPress
In reply to: New website, same urlI would suggest installing a second copy of WordPress in a new directory or sub-domain for testing, then move the template to your main WordPress install when you’re ready.
Forum: Fixing WordPress
In reply to: Dashboard Error Code 404I would suggest two things.
Delete the WordFence plugin totally (you can always install it again)
Test and if that still doesn’t work, download a copy of the .htaccess file in your public_html folder and then delete that from the server.
Forum: Fixing WordPress
In reply to: Drop down menu malfunctionTry the following changes
.row-fluid { position: relative; top: 5px; width: 100%; } .navbar .navbar-inner { border: 0 none; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25); margin: 24px 5px 0; padding-left: 5px; z-index: 200; } .navbar .nav > li > a { font-size: 16px; padding: 0 20px 10px; } .tc-hover-menu.nav ul { top: 25px; }
Forum: Fixing WordPress
In reply to: Drop down menu malfunctionJust FYI – this is a screenshot of various sizes, the large version at the back is how I was viewing
Forum: Fixing WordPress
In reply to: Drop down menu malfunctionThis worked for me but then I resized my browser window and realised what you’re trying to achieve.
On my monitor the drop-down was not starting at the top of the image but about 30px above it, then as I sized it down the position of the menu changed until it did line up. Eventually the ‘contact’ link dropped down and things broke again.
You’re going to need to fix two things here –
1. The menu positioning, so that the distance between the top of the parent menu does not alter from image
2. The gap between the parent menu and the drop-down.Happy to assist you with this, let me know.
You could try the Computed tab in Firebug, it may give you a clue as to what rule is overwriting the style.
In the style tab there is link to the stylesheet that is being called.
You and use !important to try and force a style although it’s considered a last resort solution and should only be used if a style is being controlled by something that’s outside your control (plugin styles, for example)
If you’re still stuck add a link back to your site so people can see the problem.
Forum: Fixing WordPress
In reply to: Woocommerce sub category & layoutIf I understand correctly you’re trying to add products to a sub-category menu.
This is done by ticking the appropriate categories in the Product Categories block that sits just below the publish/update button.Hope that helps.
Forum: Fixing WordPress
In reply to: WordPress 4.0 Update site crashedOK, glad it’s working for you