Viewing 30 results - 86,941 through 86,970 (of 142,852 total)
  • Author
    Search Results
  • #722302
    Sladestyle
    Participant

    Hi, can you see why the heading at the top of this page http://bonair.com/ “Find Your Holiday Magic” is so jumpy when the page loads?

    If you scroll down the page there are several other headings that are identical and are not “jumpy”.

    Any ideas?

    Thanks,
    Slade

    #722298

    Topic: Contact Form issues

    in forum Enfold
    Chnine
    Participant

    Hello!
    We are using your Contact Form (which is really nice!) on a website and are having some issues with it:

    #1 The first issue is with what happens when a person fills out the form, clicks the button — but they have not filled something out quite correctly or they’ve left a required field blank. With a more lengthy form that scrolls (like this one), there needs to be some feedback for the person to know they’ve got an error to correct.
    The behavior I get on both mobile and desktop is that the button doesn’t ‘do’ anything and there is NO feedback for the person. There is no cue that the user needs to scroll up the page to find the red-bordered area and correct something. Most forms show an error message that tells them what they need to correct — OR — the page sometimes pops back to where the (first) error has occurred so they know what to correct.
    Can you please help with this? What can be done?

    *******************************************
    #2 Another issue is that once the form is submitted, it sends an email to the person who filled it out (which is great!) but the collected information in that email is just one long continuous text string with no line breaks. This is not very readable or professional looking. Will you please tell me how each line of text (from each form field) can be made to go on its own line?

    Next issue is that in your interface, I customized the E-Mail Subject line to be: Your Education Program inquiry request. However, in testing this, I found that the email subject is not NOT coming through that way. It just says “Thank you for your Message”. Can you fix this or tell me how?

    *******************************************
    #3 My other question is about the email that goes to our client when someone fills out the form. We would like the text in that email to have space in between each line of text. It makes it more readable that way. Is that possible? Can you advise how to do that?

    *******************************************
    #4 Last question — in both generated emails, the dates are listed month/date/year and is confusing to us in the US. How can I change this so that the dates instead show up date/month/year?

    You can see the form here:
    https://www.birdrescuecenter.org/ed-program-inquiry/

    Thank you so much!
    Christina

    • This topic was modified 9 years, 3 months ago by Chnine.
    #722297

    In reply to: A few issues

    Hello Yigit,
    I feel that perhaps it is worth mentioning I am not a big expert on any of this. I knew html a long long time ago and have never worked with your theme. So if you can take that into account and be a little more detailed and specific it will go a long way in helping me. thanks.

    1. To start with – are you recommending not to use column elements to center text (I do it on other blocks as well)?
    secondly – right now you can see it in the live V directly in a color section. It looks ok but in 1024×768 the right side of the copy gets cut.
    should I pot the copy in an element or directly in a “color section” ? .
    or maybe use padding and not margin? (I am not all that clear on which fits here)
    again – the idea here is to center the text and avoid it breaking as much as possible.
    here is the code I have right now

    #homepagehero .container {
    width: 100% !important; max-width: 100%;
    padding:0; margin-left: 25%; margin-right: 25%;
    }
    2. Got it, thanks.
    3. after adding the code the space did get smaller but there is still some space (you can see it in the live website) why is that the other blocks did not behave this way?
    4. Not sure I follow, Could you please be more specific?
    5. Wouldn’t mind giving it a go but how do I add a row to the grid?
    6. –
    7. this was even more complicated to work out then No. 1. you can see it in the live V
    here is the code I have there now:
    #accomplish .container {
    width: 100% !important; max-width: 100%;
    padding-top: 0px; padding-right: 0; padding-bottom: 0px; padding-left: 0; margin-left: 25%; margin-right: 25%;
    }

    Contact me
    1. perfect!

    About me
    1. I got it sorted another way

    thanks again
    D

    • This reply was modified 9 years, 3 months ago by Dee007.
    learnerp
    Participant

    I have a background image in a color section. I’ve set it to be top middle aligned. It looks great on desktop however on mobile it doesn’t seem to be top aligned. The top is getting cut off. Thank you in advance for your help.

    #722281
    #722280

    In reply to: Moving left sidebar up

    Yeah. I tried that one already. It moves it up but cuts top of content off. See screenshot.

    #722278

    This fixed this particular issue on the phone (thank you!) but I just checked things on the iPad for the first time and came up with two new issues:

    1. Same page but viewing via iPad, it is still displaying the cells side by side horizontally (like on desktop) but it does funky things to the right cell and stretches and crops that background image too much. If there isn’t an elegant fix for keeping the columns side by side when viewing by iPad, can we force that second cell below the text cell, as it does for mobile view?

    2. I don’t think this is related to our fix for the About page… but for all pages, the top header with logo and nav bar run into each other. WAIT, I solved this myself ;) NEVER MIND — I found the setting to activate the mobile header menu for tablets too. So my only issue is #1 above!

    Thanks!!

    #722270

    In reply to: Moving left sidebar up

    Hey tcfilmfestival,

    Try using this css code to move the sidebar up without affecting the main content:

    .sidebar_left .inner_sidebar {
        margin-top: -50px;
    }

    Just adjust the value, let us know if this helps :)

    Best regards,
    Nikko

    #722259

    In reply to: content slider buttons

    Hey wdwalrus,

    Try adding this code in Quick CSS (located in Enfold > General Styling):

    #top .avia-button {
        text-decoration: none !important;
    }

    Let us know if this helps.

    Best regards,
    Nikko

    #722258

    In reply to: Mobile Menu

    Hi Yigit

    Thanks for this… you are allmost there however where you positioned the primary menu cuts off the About Us.

    Also I decided to ditch the green and keep both mobile and desktop clear / white but I can change that.

    The other thing is I want to remove my logo. I had to put that there as it’s white so no one can see it but its the only way I could get the primary menu and still keep the 2nd menu. Unless you have a css as thats white space not used.
    I am creating a new logo so don’t want to show the old one anymore.

    The final thing is the image in slider. My content cuts off … I have left in another thread about the dimensions I’m just not sure as I made the images 1500 x 630 Andy helped but was so confused i changed the menu bar.

    #722252

    In reply to: Mobile Menu

    Hey!

    I added following code to Quick CSS

    
    @media only screen and (max-width: 767px) {
    #top #wrap_all .av_header_transparency {
      background-color: #00bfb9!important;
    }
    #top .av_header_transparency #header_main {
        height: 0;
        z-index: 11;
    }
    #advanced_menu_toggle {
        top: -40%;
        left: 0;
        right: auto;
        color: white!important;
        border-color: #00bfb9!important;
        background-color: #00bfb9!important; 
    }}

    Please review your website now

    Regards,
    Yigit

    #722250

    Hey AmyBuild,

    Try adding this code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      .page-id-253 #hello .flex_cell.av_one_third.avia-builder-el-last {
        min-height: 500px;
        background-position: top center !important;
      }
    }

    Let us know if it helps :)

    Best regards,
    Nikko

    #722238

    Hey guys, I’m using this code you gave me on another site, but this site has some third level pages and, when I’m in one of those third level pages, the sidebar menu title changes to the parent of those third level pages — I need it to stay as the title of the section; the top level nav item; much more standard.

    For example, on http://besanthill.wpengine.com/academics/sustainability/calendar-and-news/ (hosted on WPengine) the menu title should be Academics, not Sustainability Education.

    Would you mind showing me what I have to tweak to achieve that?
    Thanks!

    #722220

    Hi,

    Please refer to this post – https://kriesi.at/support/topic/lightbox-for-mailchimp-form/#post-582439

    Best regards,
    Yigit

    #722206

    In reply to: Theme Review

    Hi Matt!

    Thanks a lot for contacting us.
    Licenses are been validated through Envato and we are not sure if we can do anything from our side, but in any case, we did promoted the topic to Kriesi and he will reply back to you if he can.

    We appreciate the time and patience

    Regards,
    Basilis

    #722205

    I was able to get the headers to use the custom font on the desktop version of the site using the free Use Any Fonts plugin.

    I would love to get it to work without the need for a 3rd party plugin, so I could use the CSS Class to be able to apply the font to the Menu/Navigation. This method would also allow the custom font visible on mobile I assume?

    Jon

    #722199

    Hi,

    You can try creating a shortcode such as following one

    function my_custom_excerpt() {
        if(is_single()){
            ob_start();
            $output = "<span class='custom-excerpt'>". the_excerpt('',false) ."</span>";    
            $output = ob_get_clean();
            echo $output;
        }
    }
    add_shortcode( 'custom_excerpt', 'my_custom_excerpt' );

    and then add [custom_excerpt] to top of your posts and adjust the styling using

    .custom-excerpt { font-size: 20px; font-weight: bold; }

    Best regards,
    Yigit

    #722186

    Was ist mit diesem Rätselwort gemeint.
    Das Verhältnis von Ausgangsgröße zu geschrumpfter Größe ist schon beeinflussbar:

    in avia.js line 1618 da ist die Zeile:

    newH = el_height/2;

    https://kriesi.at/support/topic/controling-the-size-of-shrinking-header/

    schau da mal nach – ich habe es noch nicht getestet

    • This reply was modified 9 years, 3 months ago by Guenni007.
    #722168

    In reply to: Enfold Showcase

    Hey Guys,

    long time no see. A lot has happended on webigami.de. Here some of my latest works from the last couple of months:

    http://www.b-lue.com
    http://www.ulikringler.de
    http://www.topofthelake.de
    http://www.imkeklie.de
    http://www.hamburger-mit-herz.de

    More projects on: http://www.webigami.de/projekte

    I just LOVE this theme! Thank you guys from enfold.

    Cheers,
    Jan :)

    • This reply was modified 9 years, 3 months ago by WEBIGAMI.

    Hi pimroll!

    Yeap, it is possible.
    Take a look here

    you will have to combine that and it will work.

    Let us know if we can do anything else for you.

    Best regards,
    Basilis

    #722156
    AmyBuild
    Participant

    I am using a background image in a cell (much like your Health Coach demo) and it looks fine on the desktop. On mobile, however, the image is cropped very short vertically with just a small portion showing. How can I fix this so it shows in its entirety on mobile? Link is listed below.

    thank you!!

    SMIWebmin
    Participant

    I am experiencing this error:

    Warning: included(/home/pinnacle245/public_html/wp-content/uploads/avia_fonts/lifestyles/charmap.php): failed to open stream: No such file or directory in /home/pinnacle245/public_html/wp-content/enfold/config-templatebuilder/avia-template-builder/php/font-manager.class.php on line 486

    Warning: included(): Failed opening ‘/home/pinnacle245/public_html/wp-content/uploads/avia_fonts/lifestyles/charmap.php’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/pinnacle245/public_html/wp-content/enfold/config-templatebuilder/avia-template-builder/php/font-manager.class.php on line 486

    I checked the folder permissions and have manually re-uploaded the theme twice. Please advise the next step. Thank you.

    • This topic was modified 9 years, 3 months ago by SMIWebmin.
    #722123
    jimbeamkentucky
    Participant

    Hi, I’ve followed this topic to have my number displayed directly in the menu bar https://kriesi.at/support/topic/adding-phone-number-text-and-button-to-main-header/

    It’s perfect on desktop but on responsive mode it’s floating in the middle in the page, do you have some code to correct this please?

    #722118

    I have provided screenshots below and URL to our website.
    The problem is mostly visible on IMG_0003.PNG
    On my Android tablet the left section of the page has a small image for every section/transition
    However, on iPad, instead of 4 small images it has 1 big image. On desktop this big image changes for every section as you scroll down the page.
    On iPad this image is stuck and only shows up at section 3 of the page as you scroll down. The image is displayed as it would be stuck in the middle of a transition.
    We have tried your demo http://kriesi.at/themes/enfold-app/
    And the problem is exactly the same, so its nothing wrong with our setup.

    #722111

    Hey katrinamck,

    This is the shortcodes used in that page:

    [ av_layerslider id='1']
    
    [ av_heading heading='Top Seller' tag='h3' color='' style='' padding='10']
    
    [ av_productslider categories='' columns='4' items='8' sort='price' autoplay='no' interval='7']
    
    [ av_two_third first]
    
    [ av_heading heading='Latest Products' tag='h3' color='' style='' padding='10']
    
    [ av_productgrid categories='' columns='3' items='6' sort='dropdown' paginate='no']
    
    [ /av_two_third][av_one_third]
    [ av_heading heading='Newsletter' tag='h3' color='' style='' padding='10']
    
    [ av_contact email='' button='Subscribe' title='' sent='Subscription Sent!' autorespond='' captcha='']
    [ av_contact_field label='Name' type='text' options='' check='is_empty' width='']
    [ av_contact_field label='E-Mail' type='text' options='' check='is_email' width='']
    [ /av_contact]
    
    [ av_heading heading='Some Infos' tag='h3' color='meta-heading' style='' padding='10']
    
    [ av_toggle_container initial='1' mode='accordion' sort='']
    [ av_toggle title='Payment Methods' tags='']
    Lorem ipsum dolor sit <strong>amenean</strong> massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
    [ /av_toggle]
    [ av_toggle title='How to get help' tags='']
    Lorem ipsum dolor sit <strong>amet</strong>, consectetuer adipiscing elit. Aenean comtoque penatibus et magnis dis <strong>parturient</strong> montes, nascetur ridiculus mus.
    [ /av_toggle]
    [ av_toggle title='Find what you need' tags='']
    Sed cursus turpis vitae tortor. Donec <strong>posuere</strong> vulputate arcu. Phasellus accumsan cursus velit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.
    [ /av_toggle]
    [ /av_toggle_container]
    [ /av_one_third]
    
    [ av_promobox button='yes' label='Show me!' link='page,750' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='large' icon_select='no' icon='25']
    The latest Summer Collection is out now! Check it out before its too late!
    [ /av_promobox]
    
    [ av_section color='alternate_color' custom_bg='' src='https://kriesi.at/themes/enfold/files/2013/06/slide3_bg.png' attachment='' position='top left' repeat='stretch' attach='fixed' padding='large' shadow='no-shadow' id='']
    [ av_one_third first]
    
    [ av_icon_box icon='59' position='top' title='Free Support']
    Aenean commodo ligula eget dolor. Lorem <strong>ipsum</strong> dolor sit amet, consectetuer adipiscing elit.
    [ /av_icon_box]
    
    [ /av_one_third][av_one_third]
    
    [ av_icon_box icon='2' position='top' title='Mobile Ready' link='' linktarget='no']
    Cum sociis <strong>natoque</strong>. Aenean comenean commodo ligmenean commodo ligula eget dolor. Aenean massa.
    [ /av_icon_box]
    
    [ /av_one_third][av_one_third]
    
    [ av_icon_box icon='36' position='top' title='SEO Optimized']
    Aenean commodo ligula eget dolor. <strong>Aenean massa</strong>. Lorem ipsum dopiscing elit.
    [ /av_icon_box]
    
    [ /av_one_third]
    [ /av_section]

    You might need to adjust some of the shortcodes like layerslider and the products should be set so it displays properly. Hope this helps :)

    Best regards,
    Nikko

    • This reply was modified 9 years, 3 months ago by Nikko.
    • This reply was modified 3 months ago by Yigit.
    • This reply was modified 3 months ago by Yigit.
    #722109
    samco78
    Participant

    Dear Support

    I created a graphic with the avia builder and would like to make the space between the top and button row 1 pixel in white color.

    Link:

    Thanks a lot for your help!
    Sam

    #722086
    Ludewigs
    Participant

    Hi,
    I want to use a custom height in %.
    I know there are a few answers to this question. But: All answers seem to replace the 25% or another predefined percentage. I found a topic where you can modify your section.php and your shortcodes.js. So I tried to modify it not by replacing the values but by adding another one. It completly crashed my side :)

    Is there a way of adding a few other %s?

    Thanks in advance!

    PS. As you might have guessed I’m not a programmer. I can only replace code by copy&paste.

    #722081

    In reply to: Masonry caption effect

    Hey witschurke,

    Try adding this code in Quick CSS (located in Enfold > General Styling):

    
    #top .av-masonry .av-masonry-image-container {
        filter: grayscale(100%);
    }
    
    #top .av-masonry .av-masonry-image-container:hover {
        filter: grayscale(0);
    }
    

    This might not work on older browsers but should work on modern browsers, hope this helps.

    Best regards,
    Nikko

    #722077

    Hey!

    I have replied you here – https://kriesi.at/support/topic/mailchimp-popup-code/#post-722076
    Let us continue there :)

    Best regards,
    Yigit

Viewing 30 results - 86,941 through 86,970 (of 142,852 total)