Forum Replies Created

Viewing 30 posts - 631 through 660 (of 2,122 total)
  • Author
    Posts
  • Hey PeterPan2,

    Could you please provide login details to your site, so that we can have a closer look. You can place the information in the Private Content section of your reply.

    Best regards,
    Jordan

    in reply to: Mega Menu Cut Off #663193

    Hi,

    Thanks for the information.

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top #header.av_header_transparency .avia_mega_div {
        width: auto !important;
    }
    

    Best regards,
    Jordan

    in reply to: Heading margin/padding #663190

    Hey teeraina,

    Thanks for getting in touch with us!

    Could you please also provide login details to your site, so that we can have a closer look. You can place the information in the Private Content section of your reply.

    Best regards,
    Jordan

    in reply to: Separate Custom Background Image for mobile #663189

    Hi,

    Glad we could be of help :)

    Feel free to reach out to us again on the forum if you need assistance with anything else.

    Best regards,
    Jordan

    in reply to: social icons color #663188

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    .av-social-link-facebook a {
    color:#37589b !important;
    }
    
    .av-social-link-twitter a {
    color:#46d4fe !important;
    }
    
    .av-social-link-instagram a {
    color:#a67658 !important;
    }
    

    Best regards,
    Jordan

    in reply to: Enfold Logo #663183

    Hey ckish,

    Thanks for getting in touch with us!

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .logo.bg-logo {
        display: none !important;
    }
    

    Best regards,
    Jordan

    in reply to: Woocommerce ( Cart ) page not updating Quantity #663179

    Hey alexbanaga,

    Thanks for getting in touch with us!

    Kriesi has been notified of this issue and it is being looked into. A fix will be included in the next patch.

    Until then please try this suggested quick fix and let me know how it goes – https://kriesi.at/support/topic/woocommerce-2-6-problem-urgent/#post-650161

    Best regards,
    Jordan

    in reply to: avia layout builder taking a long time to load #663176

    Hey Brendon,

    Sorry for the issues you are experiencing.

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Jordan

    in reply to: Custom CSS – can't revert back #663155

    Hey obistefkenobi,

    Thanks for getting in touch with us!

    You may not see the changes until the cached files are cleared in your browser.

    Please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.

    Best regards,
    Jordan

    in reply to: Custom fonts broken after update #663153

    Hey mcraig77,

    Could you please also provide login details to your site, so that we can have a closer look. You can place the information in the Private Content section of your reply.

    Best regards,
    Jordan

    in reply to: Category description and image css #663150

    Hi blacksnapper,

    Glad to hear you already found the answer! Feel free to reach out to us again on the forum if there is anything else you need :)

    Best regards,
    Jordan

    in reply to: Remove items from Default Sidebars #663148

    Hey sharquito,

    Thanks for getting in touch with us!

    Could you give a little more detail as to what items you are trying to remove from the sidebar. A link to your site would help as well so we could see the issue. You can place the link in the Private content section of your reply.

    Best regards,
    Jordan

    in reply to: help-I messed up trying to update #663145

    Hi,

    Glad to hear you got it figured out! Let us know if there is anything else you need assistance with.

    Best regards,
    Jordan

    in reply to: adding javascript to a page #663143

    Hey Karina,

    Try adding your code to the header.php file and change “the_page_name” to the page slug of the thank you page:

    <?php if( $post->post_name == "the_page_name" ) { ?>
    
    <script type=”text/javascript”>
    adroll_conversion_value = $order;
    adroll_currency = “USD”;
    </script>
    
    <?php } ?>
    

    Please try and let me know how it goes :)

    Best regards,
    Jordan

    in reply to: Shop banner has disappear ! #663141

    Hey Guillaume,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Jordan

    in reply to: Irregular Menu spacing #663082

    Hey Picante,

    Thanks for getting in touch with us!

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .html_main_nav_header.html_logo_left #top .main_menu .menu>li:last-child>a, .html_bottom_nav_header #top #menu-item-search>a {
        padding-right: 13px !important;
    }
    

    Best regards,
    Jordan

    in reply to: Problems in header in different screen sizes #663078

    Hi,

    Glad we could help. Let us know if there is anything else we can assist you with :)

    Best regards,
    Jordan

    in reply to: Change to Shipping & Handling #663075

    Hey Andrea,

    Please try adding the following code to your functions.php file:

    // change shipping text
    
    add_filter('gettext', 'translate_reply');
    add_filter('ngettext', 'translate_reply');
    
    function translate_reply($translated) {
    $translated = str_ireplace('Shipping', 'Shipping and Handling', $translated);
    return $translated;
    }

    Let me know if you need further assistance.

    Best regards,
    Jordan

    in reply to: cant see enfold app demo theme #663071

    Hey tal1234,

    Thanks for getting in touch with us!

    Ensure that you are using the current version of the Enfold theme. If you are and still not seeing the Enfold App demo, could you please provide a link and login details to your site, so that we can have a closer look. You can place the information in the Private Content section of your reply.

    Best regards,
    Jordan

    in reply to: Vertical positioning on a color section #661149

    Hey Carlos,

    Thanks for getting in touch with us!

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .post-entry.post-entry-type-page.post-entry-20 {
        margin-top: -60px;
    }
    

    Let me know how it goes :)

    Best regards,
    Jordan

    in reply to: Menu wrong positioning #661144

    Hey mleite1,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .av-main-nav ul {
        position: inherit !important;
    }
    

    Best regards,
    Jordan

    in reply to: Smartphone Logo Location #661140

    Hey Marcus,

    Thanks for getting in touch with us!

    Would you mind providing a precise link to your site, so we can have a closer look? We need to be able to inspect the logo in order to help :)

    Best regards,
    Jordan

    in reply to: Menu overlapping with logoon smaller resolutions #661139

    Hey 1545Media,

    Thanks for getting in touch with us!

    Unable to inspect your logo and assist you further as your site is in maintenance mode. We need access to your site in order to provide you with code to fix the overlapping.

    Best regards,
    Jordan

    in reply to: Google Maps Not Working #661137

    Hey Anon_Designers,

    Thanks for getting in touch with us!

    Try the suggestions mentioned here and let us know if that solves your issue – https://kriesi.at/support/topic/enfold-google-maps-widget-not-working/#post-659055

    Best regards,
    Jordan

    in reply to: Register Additional Google Fonts for Theme Options #660954

    Hey Lex,

    Thanks for getting in touch with us!

    Could you please provide a link and login details to your site, so that we can have a closer look. You can place the information in the Private Content section of your reply.

    Best regards,
    Jordan

    in reply to: Sidebar Widget Menu #660953

    Hey teotaban,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #menu-item-3519 a {
        color: #000000;
    }
    

    Best regards,
    Jordan

    in reply to: bar below menu item #660950

    Hey jelle,

    You can change the color by going to Advanced Styling in the Enfold theme options. There you can select the menu items to edit and change the highlight color there.

    Best regards,
    Jordan

    in reply to: Enfold Megamenu Format #660947

    Hey Lori,

    Thanks for getting in touch with us!

    I am not sure I’m completely following how you want your mega menu to be formatted but here is some information of how to set up the mega menu in the format you want – http://kriesi.at/documentation/enfold/setting-up-your-mega-menu/

    Let me know if you need further assistance.

    Best regards,
    Jordan

    Hey mtsystems,

    The site looks good on my end. Everything loads when visiting your site. Please see my screenshot in the private section.

    Please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.

    Best regards,
    Jordan

    in reply to: Mobile CSS Not Working #660711

    Hey Keith,

    Thanks for getting in touch with us!

    Are you trying to hide all h1 tags on mobile devices? Could you please provide login details to your site, so that we can have a closer look. You can place the information in the Private Content section of your reply.

    Best regards,
    Jordan

Viewing 30 posts - 631 through 660 (of 2,122 total)