Forum Replies Created

Viewing 30 posts - 31,381 through 31,410 (of 34,799 total)
  • Author
    Posts
  • in reply to: Background Images #867093

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Contact form not working #867092

    Hi,
    When you say “The enfold contact form does not work at all” you mean you don’t receive the emails?
    Can you create a test page with the contact form in it, and include a admin login in the private content area so we can take a closer look?
    My install is on a localhost which will not send email, so I can’t test on my end.

    Best regards,
    Mike

    in reply to: AviaDatepickerTranslation.nextText #867090

    Hey rfarthofer,
    Try going to /enfold/framework/php/class-form-generator.php on line 476 & 477 and find this:
    Versuchen Sie, /enfold/framework/php/class-form-generator.php in Zeile 476 & 477 zu suchen und finden Sie:

                    'nextText'			=> __( 'Next', 'avia_framework' ),
    		           'prevText'			=> __( 'Prev', 'avia_framework' ),

    change to:
    ändern:

                    'nextText'			=> __( '>>', 'avia_framework' ),
    			   'prevText'			=> __( '<<', 'avia_framework' ),

    2017-10-21_131631
    2017-10-21_131542

    Best regards,
    Mike

    in reply to: Two more widgets area in one row above footer #867087

    Hi,
    Please go to Appearance > Widgets > Enfold Custom Widget Area and create a new widget area with the name “abovefooter” and then go to Appearance > Editor and edit functions.php file and add following code:

    add_action('ava_before_footer','avia_above_footer');
    function avia_above_footer(){
    dynamic_sidebar( 'abovefooter' );
    }

    Then add your two widgets:
    2017-10-21_122429
    Then you will need to know the IDs for the two widget, so open your developer tools (F12) (Chrome Windows 10) and find them:
    2017-10-21_123534
    Then you can add this code in the General Styling > Quick CSS field using your IDs:

    #text-6 { width: 66%;
        display: inline-block;
    }
    #text-7 {
        width: 33%;
        display: inline-block;
    }

    2017-10-21_124041
    Hope this helps :)

    Best regards,
    Mike

    in reply to: Contact form not working #867082

    Hey Darren,
    Are you using Cloudflare CDN? It has an Email Address Obfuscation feature which causes issues with the form.
    Another known issue is if you use a gmail or yahoo address in your form and send a test message using the same address gmail will mark as spam and hide the message. Have you also checked with all of your plugins disabled?
    There are updates being made to the contact form element in the next update, have you been happy with contact 7?

    Best regards,
    Mike

    in reply to: Separator issue #867080

    Hi,
    I tested your debug code on my localhost and found that the paragraph needs to be inline-block, as after 1240px the hr falls to the end.

    p {display: inline-block !important; }

    I recommend adding the page-id to the css also so it will only effect that one element.
    I also recommend putting your image in a 1/2 column and your text in a different 1/2 column as the image height causes the first paragraph to have a big gap before the hr in screen sizes 1440px and above.

    Best regards,
    Mike

    in reply to: Fixed Row under main Menü #867079

    Hey Pepe2014,
    From what I see, you have “shrinking header” activated in Enfold Theme Options > Header
    Your header in shrinking but the menu does stay in place, is that what you mean?
    please see screenshot in Private Content area.

    Best regards,
    Mike

    in reply to: Centering buttons #867075

    Hi,
    Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Background Images #867071

    Hey coeval,
    A quick fix would be to add this code in the General Styling > Quick CSS field:

    #leistung,#herren,#kinder,#damen,#preise,#beispielfotos,#av_section_6 {background-image: none !important; }

    or if you please include a admin login in the private content area, we can take a closer look to remove it from those sections.

    Best regards,
    Mike

    in reply to: Layerslider not working after upgrading enfold theme #867069

    Hi,
    Please add to your Dropbox or Google drive, and post the link Private Content area.

    Best regards,
    Mike

    in reply to: Child Theme won't update site #867066

    Hi,
    Sorry to hear you are still having this issue, I tried to login but it seems to not be working right now, can you please update the login info.
    To recap, you would like all of your css in the Quick CSS to work from the child theme css instead?

    Best regards,
    Mike

    in reply to: Issue after WordPress update #867056

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Error adding new page – via builder not loading #867055

    Hi,
    I looked for your newest draft and opened it to confirm your errors, yet I only found one error, a 404 on

    wp-admin/%7Bdefault_value%7D 

    which is from the Accelerated Mobile Pages plugin, also reported here: Add New Post ‹ Test site — WordPress
    I also received a 500 error on

    sapi.zemanta.com/service

    which seems to be a advertising company.
    Odd this I didn’t see the same errors as you did in Chrome, and in Edge & Firefox I received no errors. I’m on Win10 so my Safari is very old. Are you using Safari on iOS?
    In Chrome, Firefox, & Edge I was able to load and use the advanced builder. Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause. If that doesn’t help please post your OS and browser version, and if it is Safari, I’ll ask for a teammate with the same test your site.
    Please see screenshot in Private Content area.

    Best regards,
    Mike

    in reply to: Display different views of a product #867048

    Hi,
    Try this code in the General Styling > Quick CSS field:

    .page-id-1346 .alternate_color .avia-gallery-big,.page-id-1346 .alternate_color .avia-gallery img {
        background-color: transparent !important;}

    I added the page-id so it will only work on that page, but you can remove it if you wish.

    Best regards,
    Mike

    in reply to: Responsiveness #865205

    Hi,
    We are happy to help :)

    Best regards,
    Mike

    in reply to: Strange characters show on certain text on ipad #865204

    Hi,
    I believe that is possible. Did you test with a iPad and Safari? I don’t have one.

    Best regards,
    Mike

    in reply to: custom image on hover #865055

    Hey Boeckske23,
    Your second screenshot is not working, so I’m guessing a little here, please try to use the full url to your image like this:

    .av-caption-image-overlay-bg{
    background-image: url("https://127.0.0.1/wp-content/uploads/2015/07/service_bg.jpg");
    }

    You may wish to add no-repeat and a background size also:

    .av-caption-image-overlay-bg{
    background-image: url("https://127.0.0.1/wp-content/uploads/2015/07/service_bg.jpg");
    background-size: cover; 
    background-repeat: no-repeat;
    }

    But I’m not sure if that was your issue, please try adding the second screenshot again.

    Best regards,
    Mike

    in reply to: Body Shadow Box Effect – Hover + color opacity #865054

    Hey tonydobrevski,
    For the shadow to be lighter and smaller on hover use the code:

    .avia-image-container-inner {
    box-shadow: 4px 4px 8px #666666;
    padding: 5px;
    }
    .avia-image-container-inner:hover {
    box-shadow: 2px 2px 4px #a3a3a3;
    padding: 5px;
    }

    Note that the first half is your code, the second half is the hover code.

    Best regards,
    Mike

    in reply to: Mobile Help #865053

    Hi,
    Can you explain what is the maximum size you would like the images to reach? Have we helped you with this issue on a different page before?

    Best regards,
    Mike

    in reply to: Strange characters show on certain text on ipad #865052

    Hi,
    I tested in Chrome, Edge, Firefox, & Safari in Windows 10, and couldn’t recreate the error. Which browser and device are you using to see the error? Do you have any other browsers on the same device? Please try clearing your browser cache to see if that helps.

    Best regards,
    Mike

    in reply to: Grid Row content width issue #865047

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Very strange and nonse. #865046

    Hi,

    @orkunozkaya
    , no we have not received your private messages, gregorh makes a great point to explain your error messages in the forum.

    @gregorh
    thanks for your input.

    @Guenni007
    also thanks to you, as always :)

    Best regards,
    Mike

    in reply to: Responsiveness #865044

    Hi,
    Yes the screenshot in the private content area was from my phone. Your site in mobile view is not how Enfold should look, so that is why I asked you to disable all of your plugins. Did you get a change to try that? After you try that also clear your browser and site cache.
    Please see additional comments in the Private Content area.

    Best regards,
    Mike

    in reply to: Mobile Menu To Faint To See #865041

    Hi,
    Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Problem plug in qtranslateX #865040

    Hi,
    We can try to help you disable the qtranslate plugin, from what I read many other qtranslate users have this issue when they try to disable the plugin. Have you tried to ask the plugin author for assistance?
    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Mike

    in reply to: column shadow #864596

    Hey Luisgasser,
    Please try adding your page_id for your start page, like this:

    #top .page-id-1593 .flex_column_table_cell {
    box-shadow: 10px 10px 10px #666;
    }

    Best regards,
    Mike

    in reply to: Mobile Menu To Faint To See #864595

    Hi,
    Try this code at the end of your Quick CSS field:

    @media only screen and (max-width: 769px){
    .responsive #top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a {color: #fff !important;}}

    Best regards,
    Mike

    in reply to: Google API key is not configured correctly #864590

    Hi,
    That’s great news, I don’t believe that you will have trouble again. Perhaps the issue was a combination of things, but I’m glad it’s working now. Thanks for using Enfold

    Best regards,
    Mike

    in reply to: Sidebar Color Scheme #864582

    Hey hallyupedia,
    Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    in reply to: Form parameters to pass to google analytics event #864580

    Hey Sara,
    Perhaps this will help: https://developers.google.com/analytics/devguides/collection/analyticsjs/events

    Best regards,
    Mike

Viewing 30 posts - 31,381 through 31,410 (of 34,799 total)