Forum Replies Created
-
Mod
Where is this? Can you provide a link?
Mod
So what do you want 100% width — the header or the content (or both)?
If you are referring to the header only, there is a way to do it. This was covered in a post about four or five weeks ago. I don’t have time to find it right now, but if you’re interested, take a look around and I’m sure you’ll find it. (It looks very weird, but it’s possible.)
If you are referring to content, you really don’t want to do that, because of monitor size. Read this:
https://forum.graphene-theme.com/graphene-support/how-to-get-rid-of-all-this-wasted-space#post-15592
Mod
Hard to tell without seeing your site, but the answer to your question is probably no. If your images were precisely sized to fit your slider with your old width, then they are probably not wide enough for the new width.
Mod
If you use Firebug, you can see that the css for that calendar is designated like this:
.eventstinycal #tinycal_date, #tinycal_date a:link, #tinycal_date a:visitedso that is the code you would need to enter in custom css to change the appearance of the month in the calendar.
Dates are:
.eventstinycal a:linkUsing Firebug, I’ve been able to successfully change the color of your calendar. Use Firebug! It works. Josh has an excellent tutorial on his site.
Mod
This not a bug. Any number of things could have happened to cause this to happen. You could have installed a malicious plugin, you could have been hacked, your host could have done something funky (along the lines of a cron job gone wrong), or any of a hundred other things.
I did not do anything to trigger it
Did you upgrade to Graphene 1.6? If you did not use a child theme to make your customisations, then they would disappear when you upgrade. (Which is why you want to use a child theme.)
Mod
You can manually insert the “more” tag anywhere in your post to limit the excerpt length.
To do this globablly, you will need to use a child theme. Add this to your child theme’s functions file:
function custom_excerpt_length( $length ) {
return 20;
}
add_filter( 'excerpt_length', 'custom_excerpt_length', 999 );Change “20” to however many words you would like your excerpt to be.
Read this for more information:
Mod
With 1.6, an effort has been made to make the post editor a more WYSIWYG experience.
If this really bugs you, you could try uploading the old editor-style.css and over-writing the new one. However, you would need to do this again after each update.
The changes to the post editor styles do not affect how your posts appear to your readers, however.
Mod
It may be due to a missing image file. See this post:
But again, without a screenshot (I cannot duplicate this error on my end), it is difficult to diagnose.
Mod
Also, I haven’t spent a lot of time on your site, so I’m not sure if you meant to spell “quick” as “qwick”.
Mod
if you click on should go to the URL embedded in the files
You cannot embed URL’s in a jpeg file. When you export with links, chances are that there is a folder with an associated .html file that displays the image with links.
If you are talking about the header image, you cannot really link to an external site from there. It will, by default, link back to the home page unless you disable this feature.
