Forum Replies Created
-
AuthorPosts
-
Thanks, but my line #431 in that file contains this:
$output .= $this->slide_navigation_arrows();
I cant see that the $meta variable is used in that file other than its a parameter in the shortcode_handler() function.
I can see that a $output variable is used the allmost way you described though.
On line 400 i replaced
$output .= "<time class='slide-meta-time updated' $markup>" .get_the_time(get_option('date_format'), $the_id)."</time>";
with
$output .= "<div class='slide-author'>".get_the_author()."</div><div class='slide-meta-del'>/</div>";
But this didnt work neither.
EDIT:
It worked as long as i updated the files in the main theme, not the child theme.- This reply was modified 8 years, 10 months ago by gjelsvik.
Yes, Ive been playing with the positioning. And by using negative margin I managed to make it stay a little more towards the top.
When we shrink the browser page the second logo disapears when going below 990px.I guess its because of this code?
@media only screen and (max-width: 1300px) and (min-width: 990px) { .logo * { max-width: 77%; top: 10px; }} @media only screen and (max-width: 1300px) { #mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; } nav.main_menu { display: none; }}
Is it possible to not make it dissapear?
Ah I see. Its because we changed the header to “logo on the left, menu below”.
Still the problem is the same. The second logo doesnt get placed where it should, and it wrappes wrong when resizing browser image.I have added the correct 2nd logo now.
Hi, the problem is like described and showed on the screenshots a few posts up. At the moment the image is removed from the widget area, because it was causing the problems. I wrote that you could add it again if you wanted to experience the problem. I’m am on my phone at the moment and can’t add the image from here.
It’s the widget area I the header that is not responsive, the position when on phone is interfering with the left (1st) logo.
Sorry, my bad.
Gave you admin rights now.
At the moment theres is nothing in the header widget, but you can insert a <img tag there to test.No problem, info is attached in the private content
Now it Works untill 990px, if smaller than that the second logo gets overlayed by the 1st logo.
Picture:http://bildr.no/view/YWM2Wm9DBelow 770PX, the second logo is pushed Down, that ok. But it floats above the other content (see this Picture)
http://bildr.no/view/ZXVvbXFESure, since this is just a demo site for a potential customer, its currently hosted as a subpage on my site. Link is in private data.
I have followed the guid above to place a second logo into the header.
It works fine, when viewed in full viewport, but as soon as i start making the browserwindow smaller, the 1st logo, and the menu will start overlaying ontop of the 2nd logo.Is there a css trick to make them not float, but stay besides, or wrap down to be stacked vertically?
September 3, 2015 at 6:23 pm in reply to: "Share to social" in post footer is beein overlayed by the sites footer. #497885Strange, a new refresh and now it works again..
September 3, 2015 at 6:19 pm in reply to: "Share to social" in post footer is beein overlayed by the sites footer. #497881Sorry Yigit, that didnt make any Difference.
Heres a complete dump of my style.css
http://pastebin.com/cBxYMVrtI noticed when i loaded the site at home now, that the first time it loaded everything was normal, like it should. Then i refreshed and the Social share buttons was overlayed.. Maybe browser cache, but still weird.
August 28, 2015 at 9:14 am in reply to: Problems with content in 1/3 and 2/3 layout that is not resposive #494687No, there was never a form there. All we have changed is that the CTA Box is now onthe left side of the Picture, not the right side, and we changed the background color to transparent from blue.
Anyway, that problem was solved by you, when you suggested we used height: auto;
August 27, 2015 at 9:05 am in reply to: Problems with content in 1/3 and 2/3 layout that is not resposive #493965still not taking affect.
I also added “px” behind the 0 to Your code, but it doesnt change anything.
#main.content, .sidebar{ padding-bottom: 0px !important ; }
August 26, 2015 at 3:03 pm in reply to: Problems with content in 1/3 and 2/3 layout that is not resposive #493570Thanks. We have it working now :)
Also We want the padding-botom to be 0px; so that the we show alongside the CTA is sitting on top of the next element, not 50px above.
I have tried adding this in the Quick-css, but it doesnt have any effect
#main.content, .sidebar{ padding-bottom:0px; }
I Guess Im doing something wrong, but it works if I do it in Chromes Developer tools
August 25, 2015 at 7:03 am in reply to: Problems with content in 1/3 and 2/3 layout that is not resposive #492642Ah, seems that my link was wrong. If you remove the /thumb/ part of the url, you get the full size Picture. But i also provided a link to the actual site in the private info.
I changed the height to auto; Now it doesnt get displayed behind other elements, but I still dont like how it behaves when i resize the browser window. I gets very narrow, and high. Ideally the text size and everything should get smaller..I tried setting the height of the color section to various pixel values, but I need it it to be at least 800px high.. No matter what i entered in height the icon boxes was still centered verticaly.
So, I pasted your css into the quick-css, and it solved it :) In fact now the icon boxes are a bit too close to the header.. But Thanks!
- This reply was modified 9 years, 3 months ago by gjelsvik.
-
AuthorPosts