Forum Replies Created

Viewing 30 posts - 7,081 through 7,110 (of 10,428 total)
  • Author
    Posts
  • in reply to: Enfold Top Navigation Active Color State #640781

    Hi,

    Highlight will not work if it’s not added as a child menu. But you can selectively hide the dropdown or submenus using css.

    Best regards,
    Vinay

    Hi,

    I think you figured out the mobile version it looks good on mobile devices.

    To change the logo height on scroll use the css below.

      .header-scrolled .logo ,.header-scrolled .logo a, .header-scrolled .logo img {
        min-height: 100%!important;
    }
    

    Best regards,
    Vinay

    in reply to: Theme update problem #640775

    Hey gdizajn,

    Please try this plugin to clear WordPress transients if you do not receive auto updates and make sure your API key is correct: https://wordpress.org/plugins/artiss-transient-cleaner/.

    If it does not help, I am afraid you might need to update the theme manually – http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Unfortunately not all Server environments are able to make use of the auto update feature provided by ThemeForest :/

    Best regards,
    Vinay

    Hey wizard247,

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

    Adjust the min-height value to suit your design :)

    .logo ,.logo a,.logo img {
        min-height: 300px;
    }
    

    Best regards,
    Vinay

    in reply to: Facebook Likebox looking bladly placed #640729

    Hey Harold,

    Please elaborate which box position you need to correct and how it should look? If possible please post us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)

    I see you have set “Open Sans” as default font it’s not a native font and it has to load from google(if not self hosted). If it takes time for the external fonts to load the browser display the default fonts that is assigned in your local system. I think this is what is happening. however everything looks fine now. If the problem happens again please take a screenshot and share it with us.

    Best regards,
    Vinay

    in reply to: shop dropdown link not showing on certain screen size #640726

    Hi,

    There was a conflict with custom css rules, it has been rectified please refresh and review the site :)

    Best regards,
    Vinay

    Hi,

    May i know how the background video is setup? Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    in reply to: Enfold Top Navigation Active Color State #640716

    Hi,

    We need to hack it a bit for this to work. Go ahead and create submenus and hide them using the below css :)

    
    .sub-menu {
    display:none!important;
    }

    Best regards,
    Vinay

    in reply to: all image are not showing #640715

    Hey Mervyn,

    The site looks good on my end. 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,
    Vinay

    in reply to: shop dropdown link not showing on certain screen size #640703

    Hey sundara88,

    please review the site we added the below css in Quick CSS. You can adjust the right values with media query to change it’s position :)

    /* Cart */
    @media only screen and (min-width: 990px) {
    .cart_dropdown {
    right:10px!important;
    }}

    Best regards,
    Vinay

    in reply to: Menu – Button Style (Colored) #640697

    Hey stewroids,

    We need to take a closer look at the wordpress backend. 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

    Best regards,
    Vinay

    in reply to: Drop down menu border color #640690

    Hi,

    Glad we could help!
    We really appreciate it if you rate our theme on themeforest :)
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold!

    Best regards,
    Vinay

    in reply to: Visual Builder rearranges contents and doesn't save #640689

    Hey thinkkindness,

    I checked if the columns collapse after publishing by creating a new test page and checked the existing pages but everything worked fine for me. Please check attached screenshot.

    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.

    If you still face any issue please elaborate which browser and device you are facing this issue so we can further investigate.

    Best regards,
    Vinay

    in reply to: Center Special Heading on iPhone #640648

    Hi,

    Glad we could help! We really appreciate it if you rate our theme on themeforest :)
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold!

    Best regards,
    Vinay

    in reply to: FW Sub Menu and Social Icons on mobile #640641

    Hi!

    To display the social icons in mobile menu copy the code in this link http://pastebin.com/AkEACX3Q to functions.php

    and add this css to quick css

    /* Mobile menu social icons */
    
    #mobile-advanced [data-av_iconfont='entypo-fontello']:before {
        font-family: 'entypo-fontello';
    }
    
    #top .social_bookmarks li a:before, #mobile-advanced .social_bookmarks li a:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-weight: normal;
        content: attr(data-av_icon);
        speak: none;
    }
    
    #mobile-advanced ul.social_bookmarks li, #mobile-advanced ul.social_bookmarks li a{
        border:0!important;
    }
    #mobile-advanced .social_bookmarks li a:before {
        color: #666;
        font-size: 30px!important;
    }
    
    #mobile-advanced .social_bookmarks li > a:before {
       font-size: 20px;
    }
    
    #mobile-advanced li > a:before, .html_header_mobile_behavior #mobile-advanced span > a:before, #mobile-advanced .mega_menu_title:before { display: none !important; }

    and remove the css below to display the icons in header

    @media only screen and (max-width: 989px) {
    .responsive.html_mobile_menu_tablet .main_menu .avia-menu, .responsive.html_mobile_menu_tablet #header_main .social_bookmarks, .responsive.html_mobile_menu_tablet #header_main_alternate {
    display: block;
    }}
    

    Cheers!
    Vinay

    in reply to: Menu Contact Link #640637

    Hi,

    The permalinks was set to kontakt2 I have updated it to kontakt and tested the site it is working correctly. Please refresh the page and review the site.

    Best regards,
    Vinay

    in reply to: Icons display problem #640635

    Hi,

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

    #top .iconbox.av-no-box .iconbox_icon {
        border-style: none!important;
        border-width: 0!important;
        border-radius: 50%;
        text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important;
    }
    

    Best regards,
    Vinay

    in reply to: Slider and images not working #640603

    Hi!

    Just to be sure please check in admin > Enfold > Theme Updates > it say’s you have 3.5.4

    If it say’s you have 3.5.4 the problem you mentioned earlier will be solved :) and you can remove the code from functions.php and do a hard refresh to clear browser cache so you can see that latest files will load.

    If you see that the theme is not the latest version you need to update it to the latest version. Please try this plugin to clear WordPress transients if you do not receive auto updates and make sure your API key is correct: https://wordpress.org/plugins/artiss-transient-cleaner/.

    If it does not help, I am afraid you might need to update the theme manually – http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Unfortunately not all Server environments are able to make use of the auto update feature provided by ThemeForest :/

    Regards,
    Vinay

    in reply to: Drop down menu border color #640599

    Hi,

    To change the text color of the submenu on hover please use the below css

    .av-main-nav ul a:hover {
    	color:red!important;
    }

    Best regards,
    Vinay

    in reply to: Social Icons on Mobile #640596

    Hi,

    Glad this is working for you now! We will close this ticket and respond to you on the other ticket. Please note some issues may require research before provide you a viable solution hence it may take some time to respond. Thank you for your kind co-operation and patience :)

    Best regards,
    Vinay

    in reply to: lightbox and slider not working #640594

    Hi,

    It appears that the theme is not updated correctly! I still see the errors that appear from wordpress conflict. Updating to the latest version 3.5.4 should fix any issues you are currently experiencing :)

    Please try this plugin to clear WordPress transients if you do not receive auto updates and make sure your API key is correct: https://wordpress.org/plugins/artiss-transient-cleaner/.

    If it does not help, I am afraid you might need to update the theme manually – http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Unfortunately not all Server environments are able to make use of the auto update feature provided by ThemeForest :/

    Best regards,
    Vinay

    in reply to: Enfold cannot update to the latest version 3.5.4 #640588

    Hey NGIM,

    An update should fix any issues you are currently experiencing :)

    To update to the latest version follow the simple instructions here. (Or if you want the super detailed explanation you can read this blog post)

    If that does not help, feel free to reply here and we will take a closer look at the issue. In that case please also add your WordPress login credentials (in the “private data” field) so we can take a look at your admin area

    Best regards,
    Vinay

    Hey MartijnHendrikx,

    It appears you have already installed the theme successfully and it is active.

    Let us know if you have any questions we are happy to help!

    Best regards,
    Vinay

    in reply to: Social Icons on Mobile #640572

    Hi,

    The site looks good on my end please check attached screenshots. 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,
    Vinay

    in reply to: Menu lines #640542

    Hey gruebundmartsch,

    Please empty the border color values for the tabs to remove it completely under Enfold > General Styling.

    Best regards,
    Vinay

    in reply to: Center Special Heading on iPhone #640541

    Hey djshortkut,

    The container is perfectly centered since the heading has one word which probably get’s longer than the screen width and the padding is applied on both sides but due to less space only left padding takes effect. The solution is to enable custom css class name http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and use -ve margin on the special heading to pull it towards left side. Adjust the margin value to suit your design.

    
    .pull_left {
    margin-left: -20px!important;
    }

    Best regards,
    Vinay

    in reply to: Content section height #640539

    Hi,

    Sorry it’s not working in child theme please post a precise link to your site, showing the elements in question? We need to be able to inspect them in order to provide you with an alternate solution.

    Best regards,
    Vinay

    in reply to: Wirecard Checkout Page #640493

    Hey emma1303,

    To open the link in iframe try adding the link in this format

    http://site.com?iframe=true
    

    If yous till have any issue please provide us a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    in reply to: Menu Transparency in selected pages #640490

    Hi,

    Have you tried the “Header visibility and transparency” options in the page Layout on the right sidebar? i think this should work for you on page by page basis to set a transparent header/menu. If this don’t serve the purpose then yes you have to add the page id for every page and achieve it using css.

    If yous till have any issues please post us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here and we will provide you with css code for it:)

    Best regards,
    Vinay

    in reply to: Fatal error #640485

    Hi,

    That’s great you have the latest version of WordPress. have you also updated the Enfold to latest version ?

    Please try to increase the allocated memory to 256M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
    You can contact your service provider and they can do it for you.

    If this does not resolve the issue 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

    Best regards,
    Vinay

Viewing 30 posts - 7,081 through 7,110 (of 10,428 total)