Forum Replies Created

Viewing 15 posts - 1 through 15 (of 106 total)
  • in reply to: Image not showing in side widget #292636
    nathanscamera
    Member
    Post count: 130

    Okay, thanks. Must be a problem on my end.

    in reply to: Image not showing in side widget #292616
    nathanscamera
    Member
    Post count: 130

    I cleared the cache and I’m still having the problem in google chrome. I tried using another browser and it’s working fine in safari and firefox. Is this a google chrome issue? When I switch to another theme, the code works fine in google chrome.

    in reply to: Custom excerpts #191263
    nathanscamera
    Member
    Post count: 130
    This reply has been marked as private.
    in reply to: Custom excerpts #183727
    nathanscamera
    Member
    Post count: 130

    Thanks.

    in reply to: Custom excerpts #183710
    nathanscamera
    Member
    Post count: 130

    I don’t think you’ll be able to provide any custom css because there are no ids or classes that differentiate between a custom excerpt and a regular excerpt, hence why I would like to try just disabling the function.

    in reply to: Custom excerpts #183709
    nathanscamera
    Member
    Post count: 130
    This reply has been marked as private.
    in reply to: Custom excerpts #183701
    nathanscamera
    Member
    Post count: 130

    When I wrote the custom excerpt I did want to use it, but now I don’t. Instead of going to each one and deleting it, I’m experimenting with the site to disable just the custom excerpts. Which is why I was asking if you could point me in the right direction. Sometimes when you’re setting up these sites, you can’t foresee into the future.

    in reply to: Custom excerpts #183692
    nathanscamera
    Member
    Post count: 130

    Thanks. That works but hides all excerpts, I’m looking for a way to disable the custom excerpts. Would the php file for the custom excerpts be with the page builder files?

    in reply to: Custom excerpts #183353
    nathanscamera
    Member
    Post count: 130

    I would like to disable them throughout the entire site. Can you point me to the php file?

    in reply to: Modify related articles #112326
    nathanscamera
    Member
    Post count: 130

    Is there a way to make all the related article items the same size? The text cause awkward breaks in the alignment.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Transparent Menu #106718
    nathanscamera
    Member
    Post count: 130

    Can you recommend someone please?

    in reply to: Transparent Menu #106345
    nathanscamera
    Member
    Post count: 130

    Thank you.

    The transparent menu is a little hard to read with a body of text on the page. Is there a way to have the transparent menu go away at a certain scrolling point. When I take away the !important in the CSS, it happens immediately on scrolling. With the CSS I’m trying to have it change once it passes the slider image. Here’s the modified CSS I’m trying.

    /*making header solid white after scrolls past video*/
    .sticky-header {
        background-color:transparent;
        transition: all 0.25s ease;
        position:fixed;
        top:0;
        width:100%;
        padding:1em 0;
        /* make sure to add vendor prefixes here */
    }
    
    .past-main {
        background-color:#fff;
        transition: all 0.25s ease;
        position:fixed;
        top:0;
        width:100%;
        padding:1em 0;
    }

    And here is the custom javascript I’m trying.

    /*making header solid white after scrolls past video*/
    .sticky-header {
        background-color:transparent;
        transition: all 0.25s ease;
        position:fixed;
        top:0;
        width:100%;
        padding:1em 0;
        /* make sure to add vendor prefixes here */
    }
    
    .past-main {
        background-color:#fff;
        transition: all 0.25s ease;
        position:fixed;
        top:0;
        width:100%;
        padding:1em 0;
    }
    in reply to: Transparent Menu #104956
    nathanscamera
    Member
    Post count: 130

    Works like a charm. Thank you! Is there a way to remove the outline from the clients, similar to how it’s displayed if you choose carousel?

    in reply to: Transparent Menu #104949
    nathanscamera
    Member
    Post count: 130

    Thank you for the code but it’s not working.

    in reply to: Transparent Menu #104934
    nathanscamera
    Member
    Post count: 130

    Okay, the custom css field has been fixed and is now available thanks to Ed sending me a fixed build.

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