Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
Okay, thanks. Must be a problem on my end.
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.
This reply has been marked as private.Thanks.
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.
This reply has been marked as private.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.
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?
I would like to disable them throughout the entire site. Can you point me to the php file?
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.Can you recommend someone please?
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; }
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?
Thank you for the code but it’s not working.
Okay, the custom css field has been fixed and is now available thanks to Ed sending me a fixed build.
-
Posted in: We hit Power Elite.