Forum Replies Created

Viewing 30 posts - 30,841 through 30,870 (of 34,588 total)
  • Author
    Posts
  • in reply to: center customer review #878594

    Hi,
    Please try adjusting to 48%

    .avia-slider-testimonials .avia-testimonial-arrow-wrap { 
         left: 48%; 
    }

    From what I see the images are centered with the gray arrow at the bottom of the element, the small white arrows just need to go right a tad more.
    PS9_Bje_M
    To move their names over, add this code:

    .avia-testimonial-meta-mini {
            padding-right: 3%; 
    }

    Best regards,
    Mike

    in reply to: Sticky footer + centered content #878586

    Hi,
    Please add this code

    #footer .widget {
        max-width: 40%;
        margin: auto!important; 
    }

    please see screenshot in Private Content area

    Best regards,
    Mike

    in reply to: Problem with Enfold Church while viewing in Microsoft Edge #878581

    Hi,
    In this issue the Edge browser is applying the background-color and opacity incorrectly. To solve we can apply a z-index to the element. Try this code in the General Styling > Quick CSS field:

    .avia-builder-el-first .content {z-index: -100 !important; }

    2017-11-18_083649
    This works for the demo site, if you still have issues with your site after clearing your cache, post a link to your site so we can adjust the classes in the code.

    Best regards,
    Mike

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

    
    #top #header_meta {background-color: red !important; }
    .header_color .phone-info {color: white !important; }
    .av_phone_active_right .phone-info {
        float: none!important; 
        text-align: center!important; 
    }

    adjust the colors to suit.

    Best regards,
    Mike

    in reply to: Shortcode not working in socket #877353

    Hey ecdoesit,
    I tested on a clean install and found it works, 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: Weird 404 pages #877345

    Hey Boris,
    This is not currently a valid address in Enfold so that would lead to a 404. Please include the url to your site so we can see if this address has been added to your site in error.

    Best regards,
    Mike

    in reply to: Footer Issue #877335

    Hi,
    Shall we close this then?

    Best regards,
    Mike

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

    Best regards,
    Mike

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

    Best regards,
    Mike

    in reply to: slow page load with [av_video] #877331

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

    #top .av-video-slide video {
    height: auto !important;
    }
    #top .av-video-slide .mejs-container {
    width: 100% !important;
    }

    Best regards,
    Mike

    in reply to: Search bar in IE11 (Enfold) #877304

    Hi,
    True, I don’t see the above error that I pasted now, odd. But I have been researching this issue with IE11 which seems to go back two years, with it being a bug in the program and MS suggesting to upgrade. Yet the same issue is now being reported in Edge. Here is one example: You cannot type data into an input field in Internet Explorer unless you click the field two times
    Yet this does not explain why the sidebar search works fine. Unless your topbar popup is taking the focus, which was noted in some of the issues I found. (Text box losing focus that is)
    I also note that .av-logo-container is over lapping #header_meta.container , perhaps applying a higher z-index or some margin to remove the overlap will help.
    2017-11-15_183500
    Try disabling your plugins and adding a z-index to the search item:

    #menu-item-5571 { z-index: 200 !important; }

    Best regards,
    Mike

    in reply to: Sticky footer + centered content #877293

    Hi,
    I tried to review your site to give a better answer, but I still get a blank screen, are you blocking US IP addresses?

    Best regards,
    Mike

    in reply to: Button link contact form #877288

    Hi,
    What I meant by clearing the site cache was to to use the “clear” or “purge” option of your caching plugin, if you have one. To clear your browser cache see this link. This is sometimes necessary for some changes for the site owner or developer that loads the same site often. Both of these steps are so you will see the changes as your visitors do, it’s not necessary for search engines.
    I tested the /opgavetyper/optimering/ page and saw that the kontakt link opened too low as you said so I removed the code block element and placed the ID “kontakt” in the grid row. This seems to work correctly now, please check.
    2017-11-15_173950
    The two titles look aligned to me, here’s what I see:
    2017-11-15_174522

    Best regards,
    Mike

    in reply to: Site name instead of logo #877272

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

    Best regards,
    Mike

    Hi,
    We are now getting an error that Wordfence has locked us out, please check and disable.

    Best regards,
    Mike

    in reply to: Highlighting text #876891

    Hi,
    I do see the black area in your screenshot, or the different shades of black from highlighting. But I don’t get that on my screens, I’m using the “sRGB IEC61966-2.1” color profile, and I tested in Chrome, Firefox, & Edge on Windows 10. If I recall correctly your using iOS, Perhaps your color profile has to do with this? I know your an art director, do you have a better color profile than mine, or is this not an issue? I’m not sure, your background & selected background are matching the same color code in my developer tools. Please confirm OS and browser and we’ll get someone with the same to take a look.
    Thanks for your patience.

    Best regards,
    Mike

    in reply to: Site name instead of logo #876890

    Hi,
    I removed the code from your functions.php, Please clear you cache and check.

    Best regards,
    Mike

    in reply to: center customer review #875846

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

    .avia-testimonial-image {float: none!important; }

    Best regards,
    Mike

    in reply to: Color Section – spans 100% automatically #875843

    Hey Ray,
    Strange, I used the debugger to copy your code and test it in a clean install with no issues. Please see screenshot in Private Content area. Try checking your custom css or functions, and maybe disabling your plugins.
    Also try copying to a new page to see if it happens again.
    Enable Avia Layout Builder Debug

    Best regards,
    Mike

    in reply to: Video size and related video issues #875837

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

    #top .av-video-slide video {
    height: auto !important;
    }
    #top .av-video-slide .mejs-container {
    width: 100% !important;
    }

    Best regards,
    Mike

    in reply to: Using this feature is reserved for Super Admins #875835

    Hey sivaselvi,
    Looks as though your site is setup as a multi site, or there is a security plugin in use. Is this your site or a client’s? When installing WordPress did you choose multi site ?

    Best regards,
    Mike

    in reply to: Submenu width and transparency #875828

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

    .header_color .main_menu ul ul, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div, .header_color .av-subnav-menu > li ul, .header_color .av-subnav-menu a  {
        background-color: transparent!important; }

    Best regards,
    Mike

    in reply to: Enfold localhost #875822

    Hey fabienneBESD,
    Yes you can proceed in this way. Do you mean that in your copy of enfold v4.2 you don’t have those demos, or that you have a earlier version?
    You can try adding these demos to this folder: \wp-content\themes\enfold\includes\admin\demo_files
    See link in Private Content area.

    Best regards,
    Mike

    in reply to: Icons not showing correctly #875817

    Hi,
    Do you mean that you want to redirect many pages to the homepage, or that you don’t want to?
    By removing the above code was your icon issue solved, or is this two different issues?

    Best regards,
    Mike

    in reply to: scale up images in gallery #875814

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

    @media only screen and (max-width: 767px){
    .responsive #top #wrap_all .container {
        width: 100%!important; 
        max-width: 100%!important; }}

    If that works better we could add some padding to the text elements if you wish.

    Best regards,
    Mike

    in reply to: 4.2 there are problems with LayerSlider #875809

    Hi,
    Do you mean that the text is too large, or that you wish to see the whole background image in mobile view?

    Best regards,
    Mike

    in reply to: Google Maps tool tips query #875807

    Hey doug123,
    I would not recommend using this js as much has changed since then.
    To clarify your question, you would like the map tooltip to remain open until it is clicked again?

    Best regards,
    Mike

    in reply to: Images blurred / poor image quality #875806

    Hey MarcusJeroch,
    The only image I see issues with is in the Private Content area, yet it also looks poor directly. Try deleting it, clearing your site cache and re-uploading it.

    Best regards,
    Mike

    in reply to: Table display on mobile view. #875803

    Hi,
    Try this instead:

    @media only screen and (max-width: 767px) {
      .avia_responsive_table .avia-data-table tr:first-child th {
         display: block !important; 
       }
    
    }

    Best regards,
    Mike

    Hi,
    Can you give us admin access so we can see the Heartbeat results, plugins, and other settings? With the login you provided we can’t see these these settings.

    Best regards,
    Mike

Viewing 30 posts - 30,841 through 30,870 (of 34,588 total)