Forum Replies Created
-
Mod
Moved to Support.
That’s the slider. It shows your latest posts (apparently you don’t have any yet), although it can be made to display other things. You can read about its options in the theme wiki here:
http://wiki.khairul-syahir.com/graphene-theme/wiki/General_Options_page#Slider_options
BTW, the link in your profile returns a 404 error. I think you may have entered the address incorrectly.
Mod
In reply to: There are double thunbnail in product page ( v.1.5.4 )
November 6, 2011 at 9:00 pm #19458Mod
32px x 32px
And be sure to upload your own icons to your server via the media gallery. Don’t hotlink to images on other servers.
Ken
Mod
All I see in your footer is your publisher ID#: “6490384547490035”. Did you copy and paste the entire adsense code? How are you getting adsense in your sidebar?
Mod
Something about that just doesn’t seem right, but it’s been a long day and I can’t figure out just what it is. I’ll check in the morning to see how you’re coming along.
Mod
You need to give that
<div>the same styling information that the main navigation menu has. This might be a lot of work.Try this, although it is completely untested:
Wrap your code in a
<div>, and style it like this:<div id="first-menu-wrap">Now go the original Graphene style sheet, and find anything that has the id
#header-menu-wrap(lines 276-358). Copy it and paste it into a new text document. Do a global search and replace.Find: “#header-menu”
Replace with: “#first-menu”
There should be around 32 of those changes. Then copy this entire document and paste it into your child theme style sheet.
This is completely untested. Basically, you are creating an additional navigation menu besides the two that Graphene already has, and styling it like the main one.
Syahir will probably either laugh or just shake his head sadly when he sees this.
(I mentioned this is completely untested, right? Okay, good.)
Mod
Sorry, just noticed this is “mobile” and not “web.” Not sure if that will work, but worth a try. (I know nothing about the mobile theme…yet.)
Mod
I think you are looking for this id and class:
https://forum.graphene-theme.com/graphene-showcase/bookblogkjodlenet#post-10243
I haven’t had time to test this yet, but Josh knows what he’s doing.
Good luck!
Mod
The ‘Tweet’ button is overlapping the ‘Like’ counter, can I do something about that?
Not on my end–it actually looks pretty good over here. There’s at least 1cm of distance between them on my 1280 screen, even in IE9.
That thing about the numbers though, that’s weird. I only found one post about that on the addthis help forum, and it suggested that everything will go back to normal before too long. Might just be a temporary bug.
Mod
Yes, basically, id’s are used for things that appear once on each page: header, footer, content, sidebar1, sidebar2, etc. Took me ages to get my mind around this.
