Forum Replies Created

Viewing 30 posts - 30,871 through 30,900 (of 34,552 total)
  • Author
    Posts
  • in reply to: Changing blog text colors per-page #875616

    Hey VJLoops-GT,
    The color was set to green in that section, Try this code in the General Styling > Quick CSS field:

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

    I didn’t find #blog_landing on that page.
    Please clear site and browser cache.

    Best regards,
    Mike

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

    Hey AliAbabwa,
    Your server is not sending the video on the first request, in my test it required 3 requests for the video to be sent. Please check your server error logs for clues why. Or ask your webhost. Some find that adding this code to their .htaccess file may help:

    <IfModule mod_headers.c>
        Header set Access-Control-Allow-Origin "*"
    </IfModule>

    Best regards,
    Mike

    in reply to: Masonry gallery #875614

    Hey Charlotte,
    The images are not opening in the lightbox, please check your “Image Link” settings

    Best regards,
    Mike

    in reply to: Submenu items don't display on click in mobile menu #875613

    Hey AliAbabwa,
    Please try updating to v4.2

    Best regards,
    Mike

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

    Hi,
    Have you tried using ue800 as the icon?
    Are you using a child theme?
    Note 2: If you are not using a child theme, please find following line in Functions.php file of parent theme

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    and add your code right below that line.
    If this doesn’t help, 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: Import doesn't work #875610

    Hey tos9ra,
    You are getting

    Failed to load resource: the server responded with a status of 500 (Internal Server Error) admin-ajax.php 

    I also see you are using PHP Version: 5.6.30
    Ask your host if they can identity the Internal Server Error and also ask to update your PHP to v7

    Best regards,
    Mike

    in reply to: Center slider header #875608

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

    @media only screen and (min-width: 1440px) { .caption_container {
    margin-left: 5%!important; 
    }}

    Best regards,
    Mike

    in reply to: Sticky footer + centered content #875605

    Hey sammerman04,
    Try making your footer 1 column wide and use visual height to set the footer height and the widget width, like this:

    #footer {
        padding-top: 45vh!important; 
        height: 100vh!important; 
    }
    #text-2 {
        width: 25vw !important; 
        margin-left: 30vw !important; 
    }

    2017-11-11_153734
    You can then add a background image to the footer and a background-color for the widget with opacity set to 0.5 to make it look transparent.
    I tried going to your site but it seems down right now.

    Best regards,
    Mike

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

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

    #top #header_main_alternate {
        background-color: transparent!important; 
    }
    

    but I’m not sure this has the effect you were looking for, please see screenshot in Private Content area.
    Do you have a screenshot of your site before the update?

    Best regards,
    Mike

    Hi,
    I received a 404 for the login link you gave, please check.

    Best regards,
    Mike

    in reply to: Woocommerce Checkout #875595

    Hey ibetubet,
    I was not able to recreate this issue, was this in mobile? Which browser were you using?

    Best regards,
    Mike

    in reply to: advanced layout builder on single product page #875594

    Hey F. Kaiser,
    Please note that the Advanced Layout Builder for products will not work.

    Best regards,
    Mike

    in reply to: Highlighting text #875592

    Hi,
    Try that code in the General Styling > Quick CSS field
    2017-11-11_141324
    2017-11-11_141514

    Best regards,
    Mike

    Hi,
    Sorry, we don’t have a way to do that. But if there was a page that you wanted the layout for we could copy the debug code for it and post it for you to use. Enable Avia Layout Builder Debug

    Best regards,
    Mike

    in reply to: Turn Dates off in Events calendar news posts #875590

    Hi,
    Glad to hear it helped, shall we close this then?

    Best regards,
    Mike

    in reply to: Adding Custom Site Search to Enfold? #875589

    Hi,
    Yes to the end of your functions.php file in Appearance > Editor

    Best regards,
    Mike

    in reply to: Side Menu – Changing Logo Size and submenu settings #875588

    Hey ZiplockZeus,
    To make your logo smaller, yet still centered Try this code in the General Styling > Quick CSS field:

    .html_header_sidebar .logo img {
        width: 50%!important; 
        margin: auto!important; 
    }

    adjust the percentage to suit.
    For your sub-menu items to always show on your sidebar menu, the setting in the burger menu will not change the main menu, but we can help with this code:

    .html_header_left .av-main-nav ul.sub-menu {
        opacity: 1 !important;
        visibility: visible !important;
        position: static;
        margin-bottom: 20px;
        float: left;
        border: 0;
        box-shadow: none;
    }
    
    .html_header_left .av-main-nav ul.sub-menu li, 
    .html_header_left .av-main-nav ul.sub-menu li a {
        border: 0 !important;
    }

    But it looks like you have set your sub-menu item as a mega-menu, so please uncheck that option in your menu & use the above code in your General Styling > Quick CSS field.
    2017-11-11_135644

    Best regards,
    Mike

    in reply to: Enfold Portfolio Entry Issue #875584

    Hey damienc1987,
    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: Changes not being applied and not reflected on site #875581

    Hey sebastr021,
    The best approach is to try disabling all of your plugins. Then reactivate each one individually until you find the cause.
    Note that you will need to clear the site and browser cache after each change, and while you are working on your site disable any page caching. Also be sure to look at your webhost cPanel for any caching enabled, some hosts offer this which is great after your site is built, but not while you are building.

    Best regards,
    Mike

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

    Hey 2eminds,
    Can you create a example page for us to review?

    Best regards,
    Mike

    Hi,
    I found a function that may help:

    function removeunicode($content) {
        $content = preg_replace('/[\x00-\x1F\x80-\xFF]/', '', $content);
        return $content;
    } 
    
    add_filter('the_content', 'removeunicode');
    add_filter('the_title', 'removeunicode');

    It is meant to remove any characters in the hex ranges 0-31 and 128-255, but you could change it to remove only the one you want if you changed it to the hex you wanted to remove.

    Best regards,
    Mike

    in reply to: Horizontal Gallery not mobile optimized? #875572

    Hi,
    It looks like your site is not loading the font for the arrows in your lightbox images due to this error:

    has been blocked by CORS policy: No 'Access-Control-Allow-Origin'

    This article can help you solve this issue: How to fix Access-Control-Allow-Origin

    Best regards,
    Mike

    Hi,
    For issue 2 I logged in and added this code to only target the Edge browser:

    @supports (-ms-ime-align:auto) {
    .page-id-3274 .entry-content-wrapper ul {
        list-style: disc inside!important; 
    }
    }

    and then cleared your sites cache, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Migration – which Plugin #875545

    Hi,
    I have been using Duplicator by Snap Creek for years successfully, there is a new fake one calling itself Duplicator, did you try the one by Snap Creek?

    Best regards,
    Mike

    in reply to: Accordian issues #875539

    Hi,
    You are getting an error on /admin-ajax.php please try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause. I see you are using a Email JavaScript Cloaker plugin, this maybe the issue.

    Best regards,
    Mike

    Hi,
    On your example page there are several other scripts working together to give you that function, if you isolate the scripts you could make it work by using code block elements and enqueuing the scripts. Unfortunately this is beyond the scope of what we can do for you here, but you could hire a freelancer to do this for you.
    Perhaps you could use a plugin that has similar function, here are some to review: 12 WordPress Search Plugins

    Best regards,
    Mike

    in reply to: Remove table styling only on one page #875510

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

    Best regards,
    Mike

    in reply to: Sidebar Settings #875507

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

    Best regards,
    Mike

    in reply to: H1-H6 font size, Title, Paragraph, Breadcrumbs #875506

    Hi,
    Glad that Ismael was able to help. Regarding RTL adaptations embedded in the theme, Please feel free to request – or vote if already requested – such feature on Enfold feature request form, as this is where the developers look for new feature ideas.
    Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: H1-H6 font size, Title, Paragraph, Breadcrumbs #875505

    Hi,
    Glad that Ismael was able to help. Regarding RTL adaptations embedded in the theme, Please feel free to request – or vote if already requested – such feature on Enfold feature request form, as this is where the developers look for new feature ideas.
    Thank you for using Enfold.

    Best regards,
    Mike

Viewing 30 posts - 30,871 through 30,900 (of 34,552 total)