Forum Replies Created
-
Mod
I have been playing around with the stylesheet and the various php files
You really should be doing this in a child theme. You probably deleted something from a php file that needs to be there. Josh has a good video on creating a child theme. I would recommend that you reinstall Graphene and then use a child theme to effect changes.
Mod
That’s because you need to go to Addthis.com and sign up to get your own code.
Once you have that code, you’ll need to add your own
<p />before each line.Mod
Still not there…but I found it at http://www.tustoria.com/blog/
Well, there’s your problem. You’re not enclosing each item in its own element. You are using things like line breaks and inline styling to place your form, and the form is on the next line down from the phone number. Each of these items should be in their own
<span>which can then float next to each other, instead of being on separate lines.You want to use code in your widget something like this:
<span id="phonenumber">(646) 504-4446</span>
<span id="newsletter">
--form code goes here without inline styling--
</span>and in your CSS, include
#phonenumber {float:right; additional styling elements, etc;}
#newsletter {float:right; additional styling elements, etc;}You’ll need to play around with it some, but this should get you on the right track.
Mod
You can always try:
.sidebar h3 {
text-shadow: 0 0 0;
}Include a URL and we can take a closer look.
Mod
But how is it to read the other news? There is no pager at the bottom of page !
That’s because I haven’t installed that plugin on that blog.
I saw on your site the following display:
How do you do?
over here… https://forum.graphene-theme.com/graphene-support/sharebar-duplicate-slider-panes#post-11281
It is very easy to do, actually. (C’est tres facile!) Try it! It works!
Mod
In reply to: article preview in Slider does not show paragraphs
November 26, 2011 at 11:00 pm #20252Is it possible to show the correct paragraphs as they are shown in the article?
Graphene Options >> Display >> Excerpt Display Options
in the box labeled “Retain these HTML tags in excerpts”, add
<p>Is it possible to show “image thumbnail + full text” in Slider?
I’m not quite sure how this would work. The slider is a fixed size. You can select “Full Post Content”, but anything that doesn’t fit in the slider is still going to be cut off.
Mod
yup! Thanks for catching that.
Mod
add this code to your custom CSS:
#footer {
background-image: url(http://path):Mod
if the search form has now become an invisible box I can’t populate
Not sure what you mean by this. The search box is a search box. There are specific codes in the php files that create it. It’s not something you can “populate” with something else. Perhaps you are thinking of an action hook? This is something you can add pretty much anything to, including a form.
But like Josh, I can’t really see your site, so I can’t really give more specific information.
Mod
