Forum Replies Created

Viewing 30 posts - 31,231 through 31,260 (of 34,962 total)
  • Author
    Posts
  • 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

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

    Hi,
    In Edge (IE11 emulation) you are getting this javascript error:

    SCRIPT7002: XMLHttpRequest: Network Error 0x2efd, Could not complete the operation due to error 00002efd.

    I couldn’t find the exact code explanation, other than javascript.

    Best regards,
    Mike

    in reply to: Phone #875798

    Hi,
    You don’t seem to be compressing images with gzip compression, you can use a plugin to do this or add this to your .htaccess file:

    
    <IfModule mod_deflate.c>
    # compress text, html, javascript, css, xml:
    AddOutputFilterByType DEFLATE text/plain
    AddOutputFilterByType DEFLATE text/html
    AddOutputFilterByType DEFLATE text/xml
    AddOutputFilterByType DEFLATE text/css
    AddOutputFilterByType DEFLATE application/xml
    AddOutputFilterByType DEFLATE application/xhtml+xml
    AddOutputFilterByType DEFLATE application/rss+xml
    AddOutputFilterByType DEFLATE application/javascript
    AddOutputFilterByType DEFLATE application/x-javascript
    AddOutputFilterByType DEFLATE image/x-icon
    AddOutputFilterByType DEFLATE image/png
    AddOutputFilterByType DEFLATE image/gif
    AddOutputFilterByType DEFLATE image/jpg
    AddOutputFilterByType DEFLATE image/jpeg
    </IfModule>

    See text results in Private Content area

    Best regards,
    Mike

    in reply to: Link to specific tab in the "tab section" layout element #875795

    Hi,
    I couldn’t find the tab on your site, one link is not working and the other seems to be the home page. Please check.

    Best regards,
    Mike

    in reply to: Mailchimp integration with group checkbox #875793

    Hi,
    Each input field has a id that you can target:

    #element_avia_0_1 input, #element_avia_1_1 input {
        background: gray !important;
    }

    You should also include the page id so there won’t be a conflict from page to page.

    Best regards,
    Mike

    in reply to: Dates of page instead of portfolio entries #875792

    Hi,
    If I understand correctly you are using the published date to display in your output, but you want to display your event date, yet I don’t see a event date declared in your custom post type?

    Best regards,
    Mike

    Hi,
    Try this code, and adjust the color to suit:

    .alternate_color .ajax_controlls a:hover {
        background-color: transparent!important; 
        color: #181818!important; 
        border-color: transparent!important; 
    }

    the X is a entypo-fontello icon font, do you have a idea what you would like to replace it with?

    Best regards,
    Mike

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

    .av-burger-menu-main.menu-item-avia-special {display:none!important;}

    Best regards,
    Mike

    Hi,
    Do we understand that this is solved now?

    Best regards,
    Mike

    Hi,
    I’m not sure I understand, I looked at the other language pages and they seem to be working correctly. Can you explain a little more?

    Best regards,
    Mike

    Hi,
    I was unable to login, but I found your video page and videos not redirecting. I understand this happens when updating any plugin, please check login info.

    Best regards,
    Mike

    in reply to: icon hover effect is missing in 4.2 #875782

    Hey 2funky,
    Which version did you last see this in?

    Best regards,
    Mike

    in reply to: Still can't manage upload Enfold 2017 Demo #875778

    Hi,
    Thank you for sharing your solution, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Maximum Container Width #875777

    Hi,
    If I understand correctly you would like the max-width to be 1310px.
    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: Hide a column/change column order at specific width. #875775

    Hi,
    We need to help the middle column brake it’s restrains, try using this instead:

    @media only screen and (max-width: 1200px) and (min-width: 768px)  {
    .left-advertising-column{display:none!important;}
    .middle-column {width: 80% !important;}
    }

    Best regards,
    Mike

    in reply to: Overlay Bug #875771

    Hey jonathon.dominic,
    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: Different Width for each page – why #875765

    Hi,
    Strange, try this:

    #top .main_color.fullsize .template-blog .post_delimiter {border-color: transparent!important;}

    Best regards,
    Mike

Viewing 30 posts - 31,231 through 31,260 (of 34,962 total)