Forum Replies Created
-
Mod
I just looked at this on Facebook. The default width option is 450px. You will need to go back to Facebook to get different code, making sure to change its width to 200px or less.
Mod
I don’t see any comments, but I do see an area (1cm high, maybe) where Adsense code would go. Do you have something entered in the Adsense part of Graphene Options?
Ken
Mod
You’ll have to adjust the widget somehow. It has a width set to 450 px, which is what is causing the problem.
Try this:
.fb-like iframe {
width: 100%;
overflow: visible;
}Ken
Mod
Yes, try taking a look at this post: https://forum.graphene-theme.com/graphene-support/bar-to-hang-out-with-the-page-sideways#post-6063 and seeing if that does anything.
Ken
Mod
That is not a link to your WordPress blog, so it is a little difficult to figure out. Please post a link to the page you are having the problem on.
Thanks,
Ken
Mod
In reply to: Article preview on the welcome page(index.php), no space between different lines
September 9, 2011 at 6:30 pm #16999No problem. Have fun and welcome aboard.
Ken
Mod
In reply to: Article preview on the welcome page(index.php), no space between different lines
September 9, 2011 at 5:27 pm #16997Go to Graphene Options >> Display >> Excerpts Display Options. In the box marked “Retain these HTML tags in excerpts”, enter:
<p><ul><li><em><strong><i><b>Should do the trick.
Ken
Mod
In reply to: Where can I find "Leave a reply" in the theme files to change the wording?
September 9, 2011 at 3:19 am #16987You don’t want to edit theme files. Use a child theme instead to make changes. See this page in the Graphene wiki: http://wiki.khairul-syahir.com/graphene-theme/wiki/Customisation_using_a_child_theme
Once you’ve done that, try adding this to your child theme’s functions.php file:
function comment_reform ($arg) {
$arg['title_reply'] = __('Leave a comment:');
return $arg;
}
add_filter('comment_form_defaults','comment_reform');Works a treat. See the end of this post. Your clients may not want you to be this cheeky, though.
Ken
Mod
In reply to: custom print styling no longer working in child theme
September 9, 2011 at 2:07 am #16955I think I tried that. I added
@import url("print.css") print;to my child theme css and then included the print definitions as a separate print.css file. But it didn’t work.So I left it in the style.css, but then added it back into the custom CSS of Graphene options and it works again. So it’s not something in the code; it’s just something weird.
Thanks,
Ken
Mod
The option says “Check this if you disable the header texts and want the header image to be linked to the front page.” You still have the header texts enabled, so this option will be ignored.
You would have to add your name to your header image (using Photoshop or GIMP), upload that new image, and then disable the header texts. It’s a bit more work, but you have more options with regard to how your text is displayed.
Ken
