Forum Replies Created
-
Mod
In reply to: Slider problem (showes sometimes a picture, sometimes not)
March 23, 2015 at 2:47 pm #44682Moved to Support.
Mod
Moved to Support.
Mod
Can you include a link to a post where this is occurring?
Mod
Moved to Neo Support.
Since Neo is a different theme, you need to assign its own custom menus, as well.
Mod
In reply to: Poor display accented characters with diacritic in titles
March 19, 2015 at 2:09 am #44647Quote:Titles of all articles have diacritic characters with bold or some diferent font. Normal characters are ok.I see that here:
http://www.gamesblog.cz/soldiers-of-anarchy-zazdena-strategie/
Have you tried changing fonts for post titles? If so, does the problem remain? (I’m trying to pin down a font issue. With Firebug, if I change the font, the problem goes away.)
If that doesn’t work, have you tried disabling plugins?
Mod
1) That bar is part of the footer background image, so you will need to use something like this:
#footer {
background: url(none) #000;
}BTW, this has been answered before in the forum. I usually suggest you search the forum first, but it’s been a while since I’ve seen this come up, so you may not have found it easily. No worries.
2) Kindly do not bump. I saw your post at work and was waiting for a day off to respond to you. (Bumping is really annoying in a forum—just to let you know.)
3) Moved to Support. Please post in the correct section next time. (Everybody makes this mistake, so again, no worries.)
4) If you ask for support, please do not disable right-click. It’s how we access our developer tools. I can disable it on your site, but my time and energy are limited. (If someone really wants to steal your content, disabling right-click isn’t going to stop them.) Fortunately, I knew the answer to this question.
5) You have a cool website. (You had me at ‘Lego’ and ‘Meccano’.) Best of luck to you. But you might want to include your local area; I have no idea where in the UK you are located.
Mod
The link you have posted does not work for me.
This code should work:
.slider-content-wrap {
background: #000;
}Change
#000to the color you want.Mod
If you are trying to write html elements here in the forum, be sure to use the
codebutton or wrap the code in backticks.In the WordPress editor, you need to hit the Enter button twice between paragraphs if you are using the text editor, once if you are using the visual editor.
Because the forum software is parsing your code (apparently), I’m not entirely sure what you are referring to.
Mod
Quote:even though I did try to locate the code and change the color to black, delete the code and do other things in the EDIT area, nothing seemed to change it.Don’t edit theme files. Use Graphene’s Custom CSS feature or a child theme instead.
Quote:Line Magically Gone.This is probably a caching issue. After you make edits, be sure to clear your server and browser caches.
Quote:I looked and looked on here for a topic already openedThank you for searching the forum first! (And mentioning it, as well.) +1 to you!
Mod
Yes, it does this by default in the case of parent pages/child pages.
To control this more, use a custom menu:
http://techblog.kjodle.net/2011/08/25/create-custom-menus-in-wordpress/
Moved to Support. Please be sure to post in the correct section.
