Forum Replies Created

Viewing 30 posts - 1 through 30 (of 174 total)
  • Author
    Posts
  • Appreciate the speedy reply. Sigh. Enfold magically does ALMOST everything. I am super happy with that almost. I will do this one little tiny thingie differently.
    Thanks again for the speed, so I can look at different options.
    Will see how much is the “cost” of loading EVERY element, but think probably not worth it.

    in reply to: Question #1465712

    Thanks. Always wondered. You may close this thread any time you’d like!

    in reply to: Question #1465580

    Thanks, Ismael. Solved…removed Super Page Cache and replaced it with WP Fastest Cache.
    Not blaming Super Page Cache…have used for ages, but something in MY setup didn’t quite work…think didn’t have Cache Everything rule proper, but can’t figure it out.
    That said…I can now happily insert images!

    Another quickie question…should I use the Theme Option -> Performance -> File Compression options or not? I am a little ocnfused by the updated explanation.
    Am VERY happy with performance as is. However…every little bit is obviously appreciated.

    You Enfoldians are just wonderful. Thank you, thank you, thank you!

    Ismael, MARVELOUS! Just what I’d hoped for. Thank you so much for your help…would have never gotten it right without you!
    Feel free to close this thread.
    Am thrilled!

    Worked great, Ismael…and I learned lots while looking at what you did!

    One last thing I tried was to move the social icons down from the word ‘Social Bookmarks’.

    However, it seems to
    A) Chop off the tops of the icons
    B) Mess up the background cirlce on hover…it’s not centered any more.

    This is the line I used that doesn’t quite work…
    #top nav #av-burger-menu-ul .social_bookmarks {
    margin: 0 auto;

    //What I added.
    margin-top: 25px!important;
    }

    Your stuff worked great…mine…not so great.
    I’ll be finished with this if I can only figure out how to fix the hover circle and the chopped icons!

    Thanks so much for your help…and so quickly!

    in reply to: Search Icon on Mobile Flyout Menu problem #1464193

    Guenni007…I changed options to Menu Icon and then added your css (in mixin form named after you!)
    Looks great.
    Agree with your statement about menu confusion. Will work on it.
    Appreciate your insight.

    Guys, feel free to close this…hope it helps someone else!
    Thanks!

    in reply to: Search Icon on Mobile Flyout Menu problem #1464098

    Thanks to all for your suggestions. Sorry I didn’t respond more quickly.

    I have only tried in debugger, but Guenni’s css worked really great.

    Can’t work further tonight, but Friday will remove the css rules for navigation and use his suggestion\
    Appreciate all your “thinking caps.” And..I learned something about the Enfold options. I usually try to keep to mixins and scss so I can transfer “looks” I like more quickly to another Enfold site. However, realize I have not been using Enfold’s stellar system.

    I shall use the superior tool in the future.

    Wow! Really blown away by your help. Thanks again.

    in reply to: Search Icon on Mobile Flyout Menu problem #1463765

    Please close this…I’ll re-enter if I can’t solve.

    Thanks again.

    in reply to: Search Icon on Mobile Flyout Menu problem #1463764

    Mike…I’m going to disable a few things, so don’t mess with it now. I’ll be back.
    Thanks for your keen eye…

    in reply to: Search Icon on Mobile Flyout Menu problem #1463763

    Yes, very true!

    I am concerned with search menu on flyout, when you click on hamburger icon.
    There IS no search icon on the flyout.

    If I change back to Enfold theme itself, I see a search icon on flyout, so assume that is default? OR there is some handy-dandy option that I’m no choosing?

    Sorry…solved…yet another cache refresh.

    Thanks as always for your painstaking help!

    Close this now, please

    Animation appears…sorry….apparently didn’t refresh properly.

    So, only question — changing border color.

    Thanks!

    in reply to: Enfold Shortcodes About Us – Demo Enfold 2017 #1458533
    This reply has been marked as private.

    Sorry, guys…have been having computer problems! This is WONDEFUL! I put it in immediately to test it out. Perfection.
    Thanks so much…was pulling hair out…now, it is safe!

    I think I have also gotten the background color of the hamburger when slideout is NOT slid… I put in bold purple just to see if that would be proper.

    /*** Actual hamburger before slide out?*/
    #top #wrap_all .av-burger-menu-main .av-hamburger {
    background-color: purple!important;
    }

    It’s a thrill to see it finally work properly. And, thanks, also for the “to get rid of those borders left/right” — it looked peculiar, but was concentrating on the other css. Appreciate you including that…looks MUCH better now.

    You can close this thread. Hope it helps others as much as it helped me!

    Weekend’s coming…hope you guys have a great one!

    in reply to: iframe full height #1436907

    Thanks, Mike, for answering so quickly.

    I tried a workaround, leaving in this code and just changing iframe info to include vh

    <iframe id=”nw-kokonaistarjooma” style=”width: 100vw; height: 100vh border: none; margin: 0; padding: 0;” src=”https://mailchi.mp/4d1d48071937/grosh-photo-journal-kaluli-scripture-dedication-at-last?e=1d86365c3a”></iframe&gt;

    This achieves enough of what I wanted to make me happy. Not sure the jquery is doing anything, maybe it’s all Iframe? Would be curious to know.
    But thanks again for your answer!

    in reply to: iframe full height #1436892

    This is actually what’s used:

    [av_codeblock wrapper_element='' wrapper_element_attributes='' codeblock_type='' alb_description='' id='' custom_class='' template_class='' av_uid='av-ltlv93v7' sc_version='1.0']
    <iframe id=”nw-kokonaistarjooma” style=”width: 100%; border: none; margin: 0; padding: 0;” src=”https://mailchi.mp/4d1d48071937/grosh-photo-journal-kaluli-scripture-dedication-at-last?e=1d86365c3a”></iframe&gt;
    <script>
    (function() {
    const iframe = document.querySelector(‘iframe#nw-kokonaistarjooma’);
    window.addEventListener(“message”, evt => {
    if(evt.origin !== ‘https://mailchi.mp/4d1d48071937/grosh-photo-journal-kaluli-scripture-dedication-at-last?e=1d86365c3a&#8217;) return ;
    if(evt.data.resize) {
    iframe.height = evt.data.resize.height;
    }
    });
    }());
    </script>
    [/av_codeblock]

    in reply to: iframe full height #1436890

    I am trying to use NEARLY the same code — but changing for another href. I am getting a page that has a tiny little horizontal iframe that you have to scroll down to see anything.

    Can you tell me what I have done wrong.

    Here is my ALB code
    [av_codeblock wrapper_element='' wrapper_element_attributes='' codeblock_type='' alb_description='' id='' custom_class='' template_class='' av_uid='av-ltlv93v7' sc_version='1.0']
    <iframe id=”nw-kokonaistarjooma” style=”width: 100%; border: none; margin: 0; padding: 0;” src=”https://mailchi.mp/4d1d48071937/grosh-photo-journal-kaluli-scripture-dedication-at-last?e=1d86365c3al”></iframe&gt;
    <script>
    (function() {
    const iframe = document.querySelector(‘iframe#nw-kokonaistarjooma’);
    window.addEventListener(“message”, evt => {
    if(evt.origin !== ‘https://mailchi.mp/4d1d48071937/grosh-photo-journal-kaluli-scripture-dedication-at-last?e=1d86365c3a&#8217;) return ;
    if(evt.data.resize) {
    iframe.height = evt.data.resize.height;
    }
    });
    }());
    </script>
    [/av_codeblock]

    Here is my trial page:

    Can you give me a clue, please?

    in reply to: How tell if is video format in functions.php #1434729

    Zippity doo dah! Yepper! It worked! Thanks so much for your help…Please save this beautifully answered question!
    And have a great night…wherever you are!

    in reply to: Animate Extra Elements in header #1429834

    Perfectionate! If there’s not such a word, there should be!

    Thanks so much…it works and also is taller…both hopes fulfilled!

    Also, your suggestion about 2s vs 1000ms seemed to show me better what was happening. Good idea.

    Thank you very much. Now I shall know how to do that in future and not bother you!

    in reply to: Animate Extra Elements in header #1429819

    Again, what I’d like to move is the Wise Men still seek him block in the header.

    How might this be possible with css?

    in reply to: Animate Extra Elements in header #1429818

    Yes! Your additonal padding did the trick! It prevented the header from coming down over the page title when correcting height of extra elements bar. Terrific!

    However (and don’t you just hate that word), while trying to solve that problem, I messed up the animation and can’t get it to work for me.
    I am not sure if I am messing up the METHOD or the SELECTOR. Below are the two methods I’m trying. I have removed them from my css so you can point me to the proper solution:

    Please look at page: https://calvarybaptistdunnellon.com

    Honestly, don’t care if from right or left, just would like to see animation working.

    Thanks for checking this out…and appreciate the extra elements height solution.

    Method #1
    #top div.phone-info{
    visibility: visible;
    animation: caption-left 2s s cubic-bezier(0.985,0.005,0.265,1)!important;
    }

    Method #2
    //https://kriesi.at/support/search/?bbp_search=animate+left+to+right

    @keyframes slide-in-left {
    from {
    transform: translateX(-100%);
    }
    to {
    transform: translateX(0%);
    }
    }
    @keyframes slide-in-right {
    from {
    transform: translateX(100%);
    }

    to {
    transform: translateX(0%);
    }
    }

    //#top div.phone-info {
    //.phone-info{
    #top div.phone-info div {
    animation: slide-in-right 1000ms!important;
    //animation: slide-in-left!important;
    }

    in reply to: Animate Extra Elements in header #1429766

    Another question about the same element.
    In order to make the extra elements bar taller, I have used the suggestion from https://kriesi.at/support/topic/extra-elements-section-taller/

    I tried css of
    #header_meta .container {
    padding: 15px 0!important;;
    }

    Works fine…but it seems to move stuff BELOW the extra elements bar over each other.

    Look on the Prayer List page which has a Title. Its url is: https://calvarybaptistdunnellon.com/prayer-list

    The title will get covered up when you type in the css above which makes the extra element bar taller.

    I have left the css OUT of my actual website, so you can see how it works — or doesn’t.

    Can you give me an idea of what I need to do to make the extra elements bar taller and NOT cover the elements below.

    Rikard, thanks for your help.

    1. Removed the white space at the top of the screen, under sub_menu by using this css. Just in case someone else might need to delete such an item in future.

    div#after_submenu_1 .content{
    padding-bottom: 0;
    }
    div#after_submenu_1 div.av-section-cont-open:nth-child(1){display:none!important;}

    2. I presume that the horizontal line I have circled with a red circle is a border on the color block? I want to remove it — or make it transparent — if removal is not possible.

    This horizontal line is on all 3 color sections on the page, but you will see the one on the aqua to blue blocks circled in red.

    As I said, it appears below where the scroll arrow pulses and is at very top of the svg divider. But I would like it to disappear!

    This is the one-day link for the page.
    Remove-border-1

    Thanks again for looking at this.

    I have two picture to upload…not sure how to do that.

    1. Your suggestion above works! But…it also distorts the circular images in the color sections. Seems to move the top of the color sections to under the svg divider?

    I took a picture, I just need to attach it for you.

    2. The second picture shows the line I want to remove. I think now it is the top border for the color section. That is what the arrow on the TOP color block that is pointing to the section below is pointing TO. In my case, it looks navy blue. This line I would like to remove on all 3 color blocks appears ABOVE the svg divider.

    Thanks for your suggestion above. it DID work, it just seems to affect something else.

    in reply to: Make font on reviews submission form bigger #1418697

    Works great, Mike…thanks for answering so quickly.
    This can now be closed.

    in reply to: Page goes up behind header #1417932

    Link

    in reply to: Where is Layerslider “free” filter, please? #1417597

    Thanks, Mike! Perfect.
    You can close this now.
    Have a great day!

    in reply to: Add simple javascript #1416901

    Wonderful!! I guess I ended up replacing the old version with the old version by mistake. Sorry to cause you delay.
    But JAZZED with results.
    Now I know how to make this one work, think I will understand the process.
    Thank you…sort of teaching how to fish versus giving a fish…this concept I can use over and over.

    Feel free tp close this success story now!

    in reply to: Add simple javascript #1416894

    Thanks, Mike, for looking at it. I changed this code function, cleared cache, no logo is showing. Any other ideas?

    in reply to: Image in top right corner of color block #1414825

    And, finally, thank you, Gentlemen, for letting me pick your brains. Unattractive term, but boy did I learn lots.
    Appreciate all the ideas.

Viewing 30 posts - 1 through 30 (of 174 total)