Forum Replies Created
-
Mod
Don’t know why it wasn’t showing up before
The internets can be weird. 😉
Mod
You can’t add them as a set. You have to add them one at a time in the media gallery.
Mod
The code I am referring to looks like this:
<div class="adsense adsense-midtext" style="float:left;margin: 12px;">
<script type="text/javascript">
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript">
<ins style="display:inline-table;border:none;height:nullpx;margin:0;padding:0;position:relative;visibility:visible;width:nullpx">
</div>Mod
That is because you are inserting a Google ad there, but the ad is not populated yet.
Mod
Upload them to your media gallery first. Then, use the link provided there to add them to
Graphene Options >> General >> Top Bar Options
Mod
not the bottom navigation in lists.
Can you show me an example of this?
Mod
Cool! I knew we’d get there in the end!
Mod
No need to hack into theme files (either with previous versions of theme or the current one). Just add this to your custom css:
#previous, #next-post {display:none;}Mod
In reply to: Is there a way to keep everything within the Div id="respond" in it's default positio
March 26, 2012 at 11:16 pm #26965You can always try adjusting the width of both your site (just a wee bit wider — especially the content portion) and then adjust the width of the nested comments, using custom CSS.
If you use Firebug, you might get this pretty quickly. Also, you can change the level of nested comments from 5 to 3 or even just 2. (How often, for example, does someone reply to the reply of a reply of a reply?)
Mod
In reply to: Is there a way to keep everything within the Div id="respond" in it's default positio
March 26, 2012 at 10:13 pm #26963Unfortunately, not that I’m aware of. The width of
#respondis set at 100%, but that means 100% of its container, which, as you’ve discovered, is that comment.
