hattendesign
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Read more link problemAlso make sure you are configured for summary view in settings > reading
Forum: Fixing WordPress
In reply to: Read more link problemWhat theme are you using?
Forum: Fixing WordPress
In reply to: Media Uploader does not workThis looks like a classic permission issue. Set your folder permissions for the folders wp-content and uploads to 755 or 777
Forum: Fixing WordPress
In reply to: Lost Dropdown MenusLooks like fun. Did you touch the CSS as all?
Forum: Fixing WordPress
In reply to: Adding icon button to Main Nav MenuThis can be easily achieved with CSS.
To point you in the right direction….menuclass ul li:last-child { color: #ffffff; }
This will format the last list item on a ul.
Forum: Fixing WordPress
In reply to: How do I remove search from my Creativix header?You can easily remove this with a simple css modification..
open style.php and find#search { width: 180px; float: right; margin-right: 5px; height: 28px; }
replace with
#search { width: 180px; float: right; margin-right: 5px; height: 28px; display:none; }
Forum: Fixing WordPress
In reply to: Visual editor disabled1. Login
2. Under your username Click …. (top left: “Howdy, user”)
3. Click > Your profile
4. First line “disable visual editor”
5. make sure is CHECKED OFF
6. Hit “update profile”Forum: Fixing WordPress
In reply to: Headers already sent – Tried the usual fixes, but not workingdownload your theme’s functions.php … on or near line 33 you’ll see
?> <?php
delete all of it or change to
?><?php
Forum: Fixing WordPress
In reply to: Headers already sent – Tried the usual fixes, but not workingAre you on WP 3.2?
Forum: Fixing WordPress
In reply to: Headers already sent – Tried the usual fixes, but not workingIs this happening at or after login in? also make sure you’re on php5
Forum: Fixing WordPress
In reply to: no suitable wrapper could be foundThis plugin is probably part of your template. Check your template configuration section in admin and turn of any options with “font replacement”
It could be called cufon font, fancy font or google font.Or, if you have an option where you can select from different font replacements, test your site with the different options
Forum: Fixing WordPress
In reply to: no suitable wrapper could be foundGo to the plugin section and disable the one called font (or with something in the name which looks like font)
This happens because your server does not allow the function file_get_contents(). Hosting companies do that for security reasons.
Forum: Fixing WordPress
In reply to: How can i fix this errorif you want, create an admin account for me. I can take a better look if I see all the variables.. my em a i l i s
[ email redacted ]Forum: Fixing WordPress
In reply to: How can i fix this errorI don’t think those tags are properly in place. I should get all the posts with a Battleship tag when I go https://cinema.trancelevel.com/etichete/battleship/
Forum: Fixing WordPress
In reply to: How can i fix this errorPS It won’t generate a thumbnail I just want to see if it gets results