Forum Replies Created

Viewing 30 posts - 9,601 through 9,630 (of 10,428 total)
  • Author
    Posts
  • in reply to: Header and main body. #581000

    Hi!


    @Guenni007
    Thanks again for sharing the detailed steps.

    If you have further issues setting this up Please create a temporary admin login and share in private content with permission to deactivate all plugins and add custom code if necessary to help you better.

    Best regards,
    Vinay Kashyap

    in reply to: Adding a second menu above the main menu #580990

    Hi!

    Glad we could help you with this. we really appreciate if you rate our theme on themeforest :)
    Please feel free to get in touch with us if you have any questions.

    Thank you for using Enfold :)

    Best regards,
    Vinay Kashyap

    in reply to: Tag Cloud #580980

    Hi!

    The URL mentioned in the above post is not working just say’s “you do not have permission” while viewing as a logged in user.

    btw the tag’s are visible with Advance Layout builder in post only not on the pages. is that what you are looking for?

    Best regards,
    Vinay Kashyap

    in reply to: Menu on 2 lines? #580967

    Hi!

    Please add the below code to your quick css it will make the mobile menu appear at screen width of 1230px

    @media only screen and (max-width: 1230px) {
    nav.main_menu {display:none !important;}
    #advanced_menu_toggle, #advanced_menu_hide {display:block !important; }
    }

    Cheers!
    Vinay Kashyap

    in reply to: Advanced Layout Editor #580860

    Hey!

    Enfold works great with Yoast… I think Yoast has a conflict with some other plugin.

    have you updated the theme and wordpress to latest version ? if not please update to latest versions.

    Deactivate all plugins and check with only enfold and Yoast. then activate the rest of the plugins one by one.

    Regards,
    Vinay Kashyap

    in reply to: Mobile Menu Social Icons #580855

    Hey!

    Here you go buddy. The below css is for the mobile site.

    
    @media only screen and (max-width: 768px) {
    	#top .av_header_transparency .phone-info {
    	    color: #555!important;
    	}
    }
    

    Regards,
    Vinay Kashyap

    • This reply was modified 8 years, 8 months ago by Vinay.
    in reply to: Reduce space between logo and menu #580828

    Hi!

    Please change this block of code

    strong.logo {
    left: 30%;
    transform: translateX(-50%);
    }

    to

    strong.logo {
    left: 30%;
    transform: translateX(-30%);
    }

    We have updated the code in quick css to the below

    
    @media screen and (max-width: 767px) {
    .caption_bottom .slideshow_caption .slideshow_inner_caption { 
    	padding: 0px !important; 
    	max-height: 70vh!important;
    	overflow: auto!important;
    
    }
    }
    
    .main_menu a {
    color: white !important;
    }
    
    .main_menu {
        right: auto!important;
        left: 35vw!important;
    }
    
    strong.logo {
        left: 30%;
        transform: translateX(-40%);
    }
    
    @media only screen and (max-width: 767px) {
    .responsive .logo img {
    margin: 0 auto;
    max-width: 80%;
    width: 100% !important;
    position: relative;
    left: 50px;
    }
    }
    

    Best regards,
    Vinay Kashyap

    • This reply was modified 8 years, 8 months ago by Vinay.
    in reply to: Google Map API Issue #580824

    Hi!

    It involves a lot of customization if you need to make enfold work the way you like but there are many google maps plugins you can try to achieve the same looks and feel you are trying you can give this one a shot https://wordpress.org/plugins/wp-google-map-plugin/

    Best regards,
    Vinay Kashyap

    in reply to: Get custom color section look #580382

    Hi!

    Yes you can add grey background to 1/1 by adding a custom css class name.

    To add custom css class name please enable class name support in your theme as mentioned in the below link
    http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    then add the below code to Enfold > General Styling > Quick CSS

    grey-bg {
    background:#cecece!important;
    }

    Best regards,
    Vinay Kashyap

    • This reply was modified 8 years, 8 months ago by Vinay.
    in reply to: Mobile Menu Social Icons #580379

    Hey!

    Please refresh the cache a few times i see both number and text in #555

    Best regards,
    Vinay Kashyap

    in reply to: Adding a second menu above the main menu #580376

    Hi!

    To remove the separator in the menu items please goto Enfold Options > general Styling > Logo area > border color and delete the border color value and save the options

    Best regards,
    Vinay Kashyap

    • This reply was modified 8 years, 8 months ago by Vinay.
    in reply to: Social Icon color #580371

    Hi!

    Please add the above code to Enfold > General Styling > Quick CSS let us know if you need anything else.

    Thanks again @Guenni007 for sharing your tip :)

    1. Icon color when not rollover

     .social_bookmarks li a {
        color: red!important;
    }

    2. Icon color when rolled over

     .av-social-link-twitter:hover a {
        color: #fff!important;
        background-color: #46d4fe!important;
    }

    3. Icon circle color when rolled over
    same as above but make sure the icon name matches the class name such as “facebook, twitter” and change the background color. you can find this out by right clicking on the icon and inspect the html for class names.

    .av-social-link-facebook:hover a

    Best regards,
    Vinay Kashyap

    in reply to: Header and main body. #580370

    Hey!


    @Guenni007
    thanks for the tip.

    As Guenni007 mentioned you need to put the content in 1/1 layout grid and add a custom class with -ve top margin to overlap the content.

    If you need any help on this issue further please feel free to contact us.

    Cheers!
    Vinay Kashyap

    in reply to: WPML Language Switcher #580361

    Hey!

    Thanks for showing your support Hamdi :)

    Regards,
    Vinay Kashyap

    in reply to: Sub Menu included in content Section #580359

    Hi!

    Please add the below code to Enfold > General Styling > Quick CSS

    #top .av-submenu-container {
        position: absolute!important;
        margin-top: -105px!important;
        background: transparent!important;
        border: none!important;
    }

    Cheers!
    Vinay Kashyap

    • This reply was modified 8 years, 8 months ago by Vinay.
    in reply to: Align T&C´s #580353

    Hey!

    Please add the following CSS

    
    #top #payment .terms {
        padding: 0 !important;
    }
    

    Cheers!
    Vinay Kashyap

    in reply to: Tag Cloud #580349

    Hey!

    After you download and extract the child theme into the themes folder.

    1. Export your theme settings from Enfold > Import/Export
    2. Activate child theme from Appearance > Themes
    3. Import your main theme settings.
    4. add the code to functions.php in child theme

    If you have more questions please feel free to get in touch with us.

    Best regards,
    Vinay Kashyap

    in reply to: Italic html code in text aint working #580347

    Hey mcraig77!

    We cannot see anything similar to the screenshot you have provided us on the front end but if you know how to add custom class to textbox please add the below css to quick CSS and add class name “italic” to the heading font.

    http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    
    .italic {
        font-style: italic!important;
    }
    

    Best regards,
    Vinay Kashyap

    • This reply was modified 8 years, 8 months ago by Vinay.
    in reply to: Menu on 2 lines? #580341

    Hi!

    If you need the main menu in 2 lines you need to add some css as below

    
    .av-main-nav > li > a {
        display: inline-block!important;
    }
    
    .main_menu {
        width: 500px;
    }
    
    .av-main-nav > li {
        height: 20px!important;
    }
    
    

    Remove the underline effect from the enfold options it will look something like this

    Best regards,
    Vinay Kashyap

    in reply to: Footer font color issue #580330

    Hi!

    Glad we could help you with this. we really appreciate if you rate our theme on themeforest :)
    Please feel free to get in touch with us if you have any questions.

    Thank you for using Enfold :)

    Regards,
    Vinay Kashyap

    in reply to: Space between gallery images #580327

    Hi!

    Sorry for the delay…

    It’s still not clear what you need but as per my best understanding i am thinking you want something like you see in the below screenshot if so please add the below code in Enfold > general Styling > Quick CSS if not please get back to us with a mockup of what you are trying to do so we can help you better.

    #top .avia-gallery .avia-gallery-thumb a {
        padding: 1em!important;
    }

    Please feel free to adjust 1em in the above to .5 or more.

    Cheers!
    Vinay Kashyap

    in reply to: New Font #580323

    Hi!

    Glad we could help you with this. we really appreciate if you rate our theme on themeforest :)
    Please feel free to get in touch with us if you have any questions.

    Thank you for using Enfold :)

    Regards,
    Vinay Kashyap

    in reply to: Advanced Layout Editor #580321

    Hi!

    We deactivated all the plugins and tested your site it worked fine. It is one of the plugins you are using which is causing the conflict and the layout is getting messed up.

    To find the plugin in conflict please follow the below steps

    1. Goto plugins page > Deactivate all active Plugins
    2. Updated WordPress
    3. Activate one plugin at a time… refresh the page and check for the issue.
    4. Make sure the plugins are all updated

    Cheers!
    Vinay Kashyap

    in reply to: Issue splitting menu items #580316

    Hi!

    As far as I remember we had made one menu which looked very close to what you are trying to do but looking at the current modifications it is way off our support scope. if you can remove all the customizations and just have the default theme we can definitely try something out.

    Cheers!
    Vinay Kashyap

    in reply to: Mobile Menu Social Icons #580309

    Hey!

    ok! Please add the below code in Quick CSS

    #top .av_header_transparency .phone-info {
        color: #555!important;
    }
    

    Best regards,
    Vinay Kashyap

    in reply to: Google map marker styling #580302

    Hey!

    Glad you got it resolved :)

    Cheers!
    Vinay Kashyap

    in reply to: Portfolio Overlapping #580291

    Hey!

    Please create a temporary admin login and share in private content with permission to deactivate all plugins and add custom code if necessary to help you better.

    Cheers!
    Vinay Kashyap

    in reply to: Button using color section #580288

    Hi!

    Glad we could help you with this. we really appreciate if you rate our theme on themeforest :)
    Please feel free to get in touch with us if you have any questions.

    Thank you for using Enfold :)

    Cheers!
    Vinay Kashyap

    in reply to: Reduce space between logo and menu #580284

    Hi!

    Please use the below CSS to move menu to the left.

    .main_menu {
        right: auto!important;
        left: 40vw!important;
    }
    

    Best regards,
    Vinay Kashyap

    in reply to: Main image blurry #580281

    Hi ncfan2030!

    When you insert the image from media library on the right side please select an image that has good resolution.

    Best regards,
    Vinay Kashyap

Viewing 30 posts - 9,601 through 9,630 (of 10,428 total)