Forum Replies Created
-
Mod
It’s probably best to avoid messing with
.grid_$values, as those affect page layout.However, you can accomplish the same thing just by targeting
#header .header_titleand#header .header_desc, like this:#header .header_title,
#header .header_desc {
background-color: rgba(0, 0, 0, 0.5);
left: 0px;
width: 100%;
margin: 0px;
padding: 10px;
}The
left,width, andmarginoptions above make it appear all the way across your header. Use thepadding(orpadding-left) to better control its placement.background-color: rgba(0, 0, 0, 0.5);I have never thought of setting background transparency like this. Until now, I’ve always used a transparent .png (which, of course, adds another http call to the server). This is brilliant.
Mod
If you remove that custom CSS, does everything render normally?
Mod
How are you changing to HTTPS in the first place? Via a plugin?
Mod
In reply to: Widgets not showing on homepage when sidebar is right
October 22, 2014 at 8:35 pm #43663The logic of Anonymous is sound here. However, you can just view each front page post in a new tab to identify the one with the problem. In this case, all on the front page look fine except for:
http://www.motorfahrer.com/wordpress/?p=1935
That is the post with something wonky in it.
Mod
The key is http://sanuja.com/blog/exams/glgy341-final
There is something on that page that is causing it not to render properly. The last few lines that do render are:
Quote:2) Structural Geology by Haakon Fossen 3) STRUCTURAL GEOLOGY OF ROCKS AND REGIONS: ISBN978-0-471-15231-6Read more: http://sanuja.com/blog/exams/glgy341-final
Whatever the problem is, it is also affecting the excerpt, and any page the excerpt shows up on, such as http://sanuja.com/blog/exams
Mod
Moved to Support. Please post in the correct section next time.
I believe the correct link is http://elimina-tu-celulitis.com/blog/
Mod
Try disabling plugins to rule out a plugin conflict first.
Mod
In reply to: after having completed my form and I display the page in white
October 22, 2014 at 8:18 pm #43668I’m not sure which form you are referring to. There is not a form on the page you linked to.
Where is the form, and how is it being generated?
Mod
Of course, you want to do this in a child theme, because if you don’t, your changes will be overwritten when you update the theme.
Moved to Support. Please post in the correct section next time.
Mod
I deleted your other thread for you. But we can easily move them from one subforum to another.
