Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • in reply to: Dante Feature Request #119291
    coader
    Member
    Post count: 12

    how can I stop notifications?

    in reply to: Password protected pages shows 404 #54218
    coader
    Member
    Post count: 12

    I would like to second this problem. I’ve created a new Page and set to “Password Protected”. I get a 404 error (even as the admin). When I revert to Private, I am able to view again.

    If & when a fix arises, I would love to learn it!

    Thanks!

    in reply to: Swift page builder to custom post type #54200
    coader
    Member
    Post count: 12

    That’s the ticket @kommTrotz2011! Thank you!!

    Let me clarify a bit for anyone not savvy in code…

    -Open the file ‘builder.php’. It is located in the following folder:
    wp-content/themes/dante/swift-framework/page-builder/builder/lib/builder.php
    -Lines 42 & 44 of builder.php should read as below.

    $this->postTypes = $pt_array ? $pt_array : array('page', 'post', 'portfolio', 'product', 'team', 'jobs', 'ajde_events', 'example_slug',);
                } else {
    $this->postTypes = $pt_array ? $pt_array : array('page', 'post', 'portfolio', 'team', 'jobs', 'ajde_events', 'example_slug');	            
    

    -Replace “example_slug” with the slug of your custom post type into those lines. You should have defined the slug when creating the custom post type.

    Voila!! …for now.

    in reply to: Transparent Header 6 Background #51444
    coader
    Member
    Post count: 12
    This reply has been marked as private.
    in reply to: Transparent Header 6 Background #51358
    coader
    Member
    Post count: 12
    This reply has been marked as private.
    in reply to: Transparent Header 6 Background #50357
    coader
    Member
    Post count: 12
    This reply has been marked as private.
    in reply to: Transparent Header 6 Background #47697
    coader
    Member
    Post count: 12
    This reply has been marked as private.
    in reply to: Dante Feature Request #47354
    coader
    Member
    Post count: 12

    More Transparency Options

    I f*****g love this theme! Did I say I love this theme? Beautifully done! But I’m currently stuck until this feature comes to fruition (I haven’t yet figured it out in CSS). With that, this an umbrella feature request that I believe would make a significant impact on the visual experience.

    I’m in a position where I need the Header background, main container background, and footer background to be optionally transparent & individually controlled. I have a textured background I intend on being seen. But to make this feature fully functional, I would need the capability to individually affect each. Or at least the ability to affect these individual spaces through CSS. I’ve tried like hell to dig through the CSS and affect the backgrounds, but the best I can do is make the entire header transparent…not just the background (leaving the text intact).

    I think this would seriously distinguish your theme because no one is really doing this. Or I have yet to see it done. It would definitely add a super attractive dimension to your already beautifully executed background options.

    And as always – THANK YOU FOR DOING WHAT YOU DO!! Seriously. Thank you, guys.

    Transparent Header 6

    I am having a very difficult time finding a workaround to get Header 6 to be transparent while leaving the text untouched, however, I LOVE the positioning of it. Because I have a dark textured background with white menu text, I want the header to stay where it is. I have a beautiful dark wood background, but can’t see it below the standard white background of the header. And your headers 3, 4, 5 all have positions directly above the revolution slider which is undesirable for me. And I have yet to figure out how to apply a top padding to the revolution slider without producing the white background where the revolution slider should be.

    Transparent Body background

    I would love to have a colored background for the main content of the page, but let it fall to a .9 or .1 opacity. Then I can adjust text color accordingly. As it stands, I’ve only been able to affect everything, including header, body, revolution slider, and footer.

    Transparent Footer

    Same as the header and the body.

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