badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Markus

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • in reply to: Slideshow Images #45835
    Markus
    Participant

    hello,

    its the simple page/post slider (in features content settings). you just set page/post ids in “page/post slider” of the theme and add the text to the page. you can target and style the box (transparency in this case) using the .featured classes

    in reply to: Slideshow Images #45279
    Markus
    Participant

    Hello!

    No prob.

    Yes, im trying to set the background image of 5 featured postings. But i only managed to include/embed them. They show up but they look awful on many devices as they are (presumably) not set as background.

    I can send you username and pw if this helps. Any kind of css hack would also do the trick.

    This is tje last problem with the site – unfortunately its also very visible.

    in reply to: Slideshow Images #45119
    Markus
    Participant

    Thx for the info!

    Just to clarify: you have set the background image of a post and this is showing up in the gallery? i just noted that you only have one image. does your method also work with a gallery?

    I tried setting the background image of 5 (featured) posts using wp-background lite plugin. this didnt show up – even after increasing the z-index in the plugin to -1.

    i also tried unsuccessfully setting the background manually in css like

    body.page-id-317 {
    background-color: #000000;
    }

    thanks for any info on this.

    in reply to: Slideshow Images #45082
    Markus
    Participant

    I didnt get a notification on this reply.

    the link is http://www.focus-consult.at.

    thanks!

    in reply to: Modify Footer #44998
    Markus
    Participant

    Thx for the tip! This did not have any visible effect on my site, but it pointed me to the widget.area class and now it works and it looks good. Just needed to set the padding to 10px from 50px.

    
    #colophon .widget-area {
    padding: 10px 10px;
    height: 60px;
    }
    

    thx for the great support!

    in reply to: Modify Footer #44926
    Markus
    Participant

    Hello,

    Yes, I did what you suggested. This works – I just need now the height of the 3 columns to be smaller.

    I tried

    
    #colophon {
    height: 80px;
    }
    .widget-wrap {
    height: 80px;
    }
    

    Nothing made the height smaller. any ideas?

    in reply to: Modify Footer #44834
    Markus
    Participant

    I placed the content from the bottom footer into the four columns and changed the background so that works. But I would need to reduce the height of the columns to 80px (just like the top navigation bar)

    I tried the .widget-wrapper but this does not work. When I set #colophon .one-fourth to a width of say 80 px, it does some strange things and place the last column in the first spot.

    any ideas how i can reduce the height of the colophon footer?

    in reply to: Modify Footer #44832
    Markus
    Participant

    Hello,

    I tried it with your suggestion above, but it does not have any effect. I added a background-color: red but the footer background is still black. link is focus-consult.at
    I would like to edit the footer – the one that stretches 100% on the very bottom of the page at focus-consult.

    Any ideas? Thanks!

    in reply to: Making Responsive Menu scrollable #44613
    Markus
    Participant

    already did that a while ago! its really a neat looking theme

    in reply to: Making Responsive Menu scrollable #44611
    Markus
    Participant

    brilliant! that did the trick.

    many thanks for the support!

    in reply to: Making Responsive Menu scrollable #44608
    Markus
    Participant

    Hello,

    thanks for getting back to me on this.

    the link:

    http://www.focus-consult.at/

    When you access it with an iPhone4 and some other Android devices, you can’t access the bottom menu items. The background (actual content) scrolls, but not the menu.

    in reply to: Modify Footer #43007
    Markus
    Participant

    hello,

    thanks for the response. yes, i know, i am placing the css code there. but i cant get it to work.

    i need 3 columns (2 would also work). on the left side of the footer, there should some static menu links, on the right side the copyright symbol and year.

    link: http://www.focus-consult.at/

    any ideas? i tried adding divs in the edit footer region and added corresponding css

    in reply to: Change height of slider #42762
    Markus
    Participant

    Thanks for the suggestion. Unfortunately, the above code does not change the height of the slider. The image is still too high. I am using 1.04. I only push up the top navigation bar as you suggested in another thread. My custom CSS is below. I use the default slider.

    .hgroup-wrap {
        background-color: rgba(0, 0, 0, 0.8);
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 10000;
    }
    .featured-slider .featured-image {
       max-height: 200px;
    }

    Any suggestions?

    in reply to: Transparency Effect for top navigation #40936
    Markus
    Participant

    Hello,

    Yes, i want to have a nice looking transparency effect where the background of the nagivation menu is black with opacity set to 0.8. for the transparency effect to work, the images (of the slider and on the content pages where there is no slider, the main image) need to be below (in the sense of overlap) the top navigation so that the 0.8 opacity works.

    its of course good that all elements are relative positioned within the theme, but unfortunately i cant just add -80px on the relatively positioned slider as this only works with absolute positioning.

    so, what is the best way to achieve this to ensure that the template looks nice on different devices? i dont want to position slider, content, footer absolutely.

    in reply to: Transparency Effect for top navigation #40602
    Markus
    Participant

    Hello!

    Thanks for the support – I have already customised the features slideshow works.

    But what is a good way to move the image slider up and under the top navigation menu? I tried it with position:absolute, but this doesnt seem to be a good solution with a view to responsive design. see it here: http://www.innerfocus.at/. It forces me to have the main content and footer at an absolute position.

    what do you suggest?
    thx

Viewing 15 posts - 1 through 15 (of 15 total)