Forum Replies Created

Viewing 30 posts - 31,141 through 31,170 (of 34,860 total)
  • Author
    Posts
  • 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

    in reply to: Icon List – Second line indent #875761

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

    Best regards,
    Mike

    Hi,
    Sorry, never mind that. We don’t have a solution for a demo without the sample data, it looks like your azure host is the issue here.
    The only solution I can think of is to give you a clean copy of Enfold with the demo already imported, which means replacing your files and database with a copy created with Duplicator.
    In the Private Content area is a zip with the installer.php and zip you can use if you want to go this route, in it is also has a text file with admin login.
    You will need to know your database user and password, you can look in your current wp-config.php, then you will need to delete it before the install.
    Here is a video on how to upload a Duplicator copy and install it, please watch first. https://youtu.be/8m74NiGiOpQ?t=3m55s
    I’ve never used a azure host before, but I’ve done this countless times on a Linux host with no issues.
    Please do this at your own risk, you will lose your current site and I don’t know how it will work with a azure host.
    I wish I could have been more help.

    Best regards,
    Mike

    in reply to: Menu bar not showing correctly after update #875756

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

    
    #top #header_main_alternate {
        background-color: transparent!important; 
    }
    #top #header .av-main-nav > li > a {
        background-color: transparent!important; 
    }
    .header_color a {
        border-left-color: transparent!important; 
    }
    .html_header_top.html_bottom_nav_header .main_menu>div, .html_header_top.html_bottom_nav_header .main_menu ul:first-child {
    width:87%!important; 
    }
    .av-main-nav > li > a { padding: 0 5px!important;  }

    To get all your menu items to fit I had to set the width a little larger than 75%
    Please see screenshot in Private Content area
    Best regards,
    Mike

    in reply to: Different Width for each page – why #875754

    Hi,
    On you page news_landing is a class not an id, so change your code to a dot instead of a hash:

    .news_landing,.news_landing a {color: #e6d2b5 !important; }

    note that I added a comma with the class again followed by an “a”, this targets the links in that section also.

    Best regards,
    Mike

    in reply to: Accordian issues #875752

    Hi,
    I believe what you are experiencing with the fonts is this error I’m getting:

    Slow network is detected. Fallback font will be used while loading

    Which means that your fonts are not loading, but they are still there. I notice that every third page load your site seems down. I ran two malware test scans, from outside websites, and your site seems clean. But I suggest looking at your webhost error log & traffic log, you could be getting a lot of bot requests that is over loading your server. See if you are getting a lot of traffic from RU or China

    Best regards,
    Mike

    in reply to: Migration – which Plugin #875748

    Hi,
    Are you still having issues? Mind if I take a look?
    [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: Highlighting text #875747

    Hi,
    Odd, I went to your about page and found no change in your text when selecting it, which is what I think you are trying to achieve. I found in your footer the text is gray so when selecting it the text changed to white.
    20876e0d67b6ccae73f377b6270426d6.jpg
    Perhaps you need to clear your cache to see the change?

    Best regards,
    Mike

    in reply to: Enfold Portfolio Entry Issue #875746

    Hi,
    I see that when creating a new portfolio item things do seem locked up until you save as draft, then all works fine. This could be a plugin conflict, Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.
    I also would suggest updating Enfold to v4.2

    Best regards,
    Mike

    in reply to: Icon List – Second line indent #875745

    Hi,
    You can try this code in the General Styling > Quick CSS field:

    .page-id-283 p {padding-left: 25px;}
    .page-id-283 .av_font_icon {margin-left: -20px;}

    You will need to add a page id for each page you need this to work on, this may be tricky to manage in the future.
    Have you thought about just using ul & li ? It does this naturally. Please see link in Private Content area of an example draft using ul & li, feel free to delete it afterward.

    Best regards,
    Mike

    in reply to: Trip advior logo deoes not appear #875739

    Hi,
    I changed the code in your functions.php to this:

    // Register new icon as a theme icon
    function avia_add_custom_icon($icons) {
    	$icons['tripadvisor']	 = array( 'font' =>'fontello', 'icon' => 'uf262');
    	return $icons;
    }
    add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);
    
    // Add new icon as an option for social icons
    function avia_add_custom_social_icon($icons) {
    	$icons['Trip Advisor'] = 'tripadvisor';
    	return $icons;
    }
    add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);

    and then when to Enfold Theme Options > Social Profiles and re-picked Trip Advisor from the dropdown.
    It now is working, Please clear site and browser cache, and check.
    For the other members, here is the css needed for the background hover color:

    #top #wrap_all li.av-social-link-tripadvisor:hover a{
         background: green;
    }

    Best regards,
    Mike

    in reply to: Booking page layout #875634

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

    #top input[type="number"] {width: 50% !important; }

    adjust the number to suit.
    2> I also didn’t know there was arrows, nor could I find them by hovering. Could you add a screenshot of where I can find them so I can help with some code.

    Best regards,
    Mike

    in reply to: header colour shows through and is a little short #875633

    Hi,
    Could you please explain a little more, perhaps you are responding to another post but started a new thread instead, because we can’t see the context to your new post. Thank you for understanding.

    Best regards,
    Mike

Viewing 30 posts - 31,141 through 31,170 (of 34,860 total)