Forum Replies Created

Viewing 30 posts - 59,881 through 59,910 (of 82,625 total)
  • Author
    Posts
  • in reply to: Import demo content FAILED #373095

    Hi Tahelprjcts!

    Can you please firstly update Enfold to the latest version 3.0.4 – kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Yigit

    in reply to: Full Length/Width Layer Slider #373094

    Hi slipp22!

    Please edit your page and add Advanced Layer Slider element to your page and choose your slider instead of using a shortcode to add the slider, or you can add following code to Quick CSS in Enfold theme options under General Styling tab to remove the space

    .home .content {
    padding-top: 0;
    }

    Cheers!
    Yigit

    in reply to: IE 8 Issues #373093

    Hey!

    Sure Slade, we will be waiting to hear from you. Unfortunately i do not have a windows computer to check your website on IE8. I asked my teammates, please kindly wait to hear from them.

    Regards,
    Yigit

    in reply to: Malware problem #373092

    Hey harmonikas996!

    Please try de-activating all active plugins. Where did you find the code?

    Cheers!
    Yigit

    in reply to: Space between indented bullets #373091

    Hi Carine!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .entry-content-wrapper li {
    padding: 0;
    }

    Cheers!
    Yigit

    in reply to: Background image behind 1 nav item #373090
    in reply to: mobile menu #373089

    Shalom Yaron!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #mobile-advanced li > a:before, .html_header_mobile_behavior #mobile-advanced span > a:before, #mobile-advanced .mega_menu_title:before {
    margin-right: -10px;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    }

    This should fix mobile menu issue. Would you like to align logo to right and menu to left?

    Cheers!
    Yigit

    in reply to: Append Search Bar to Main Menu #373088

    Hey!

    You are welcome Harry, we are always glad to help :)
    Please add following code to Quick CSS as well

    .ajax_search_response {
    background-color: white;
    }

    Best regards,
    Yigit

    in reply to: Background image behind 1 nav item #373086

    Hey originaltours!

    Please use following code

    #menu-item-10192, #menu-item-10192 a {
    background-image: url(https://www.originaltours.nl/2014/wp-content/uploads/seizoensuitjes.jpg);
    }
     #menu-item-10192 > a > .avia-menu-text { color: white !important; }

    Best regards,
    Yigit

    in reply to: Cloud zoom not working with enfold and woocommerce #373084

    Hi Kayzel!

    Can you please firstly enable right clicking on your website?

    Regards,
    Yigit

    in reply to: Enfold setting not opening #373081

    Hey!

    Unfortunately we cannot update the theme for you. Please login on ThemeForest with the account you have purchased Enfold and go to Downloads section to download the latest version of the theme and update it following the instructions in the link i posted above.

    Best regards,
    Yigit

    in reply to: need basic help with sidebar widgets #373077

    Hi cagraphicdesign!

    Please remove default widgets from “Displayed Everywhere” widget area and place your own widgets.

    Cheers!
    Yigit

    in reply to: Theme Update not working? #373076

    Hi idonate!

    You can update the theme via FTP and make sure to overwrite all files – http://kriesi.at/documentation/enfold/updating-your-theme-files/
    Please make sure that your API key is correct so you can update the theme from WordPress backend the next time :)

    Cheers!
    Yigit

    in reply to: Append Search Bar to Main Menu #373073

    Hey!

    Please review your website now. You can find CSS changes in Quick CSS field.

    Regards,
    Yigit

    in reply to: How To Customize Top Bar #373070

    Hey Jon!

    Please go to Enfold theme options > Header > Extra elements and choose to display Social icons and “Header Phone Number/Extra Info” on the top bar on the right side.

    Cheers!
    Yigit

    in reply to: Enfold setting not opening #373068

    Hi muslimmedical!

    Please update Enfold to the latest version 3.0.4 and WordPress to version 4.1 – kriesi.at/documentation/enfold/updating-your-theme-files/

    Cheers!
    Yigit

    in reply to: How to resize color section #373067

    Hey top127!

    Unfortunately fullwidth elements such as Color Section element would only work fullwidth. If you can post a screenshot and show the changes you would like to make, we may provide you a workaround. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here

    Cheers!
    Yigit

    in reply to: Version Compatibility List #373064

    Hi solarmediapro!

    Happy new year to you too! :)

    You can go to Enfold’s ThemeForest page ( http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990 ) and check “Software Version” to see WordPress versions that it is compatible with.
    Enfold version 3.0.4 works fine with WordPress 4.1. We did not receive any incompatibility reports yet and could not find any issues on our local tests.

    Cheers!
    Yigit

    in reply to: CSS #373060

    Hi!

    If you would like to add your own icons, please see – http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/
    If you would like to add an image instead of an icon, please post the link to your page and point out the iconlist element so we can provide you accurate custom CSS code.

    Best regards,
    Yigit

    in reply to: portfolio page #373058

    Hi superbikecoach!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .grid-entry { padding-right: 5px; padding-bottom: 5px; }
    .grid-entry .image-overlay { display: none !important; }

    Can you please elaborate on #2?

    Regards,
    Yigit

    in reply to: pic on landing page get zoomed #373055

    Hey!

    Please add following code to Quick CSS

    .home #av_section_1 .av-parallax.avia-full-stretch.active-parallax {
    background-size: contain!important;
    }

    and change color section height – http://i.imgur.com/SpIpTIo.png

    Cheers!
    Yigit

    in reply to: Append Search Bar to Main Menu #373053

    Hi!

    Do you mind creating a temporary admin login and posting it here privately so i can look into it?

    Regards,
    Yigit

    in reply to: Add "Back To Top" on Back to Top button #373052

    Hey!

    Please go to Appearance > Editor and open Footer.php file and find
    <a href='#top' title='<?php _e('Scroll to top','avia_framework'); ?>' id='scroll-top-link' <?php echo av_icon_string( 'scrolltop' ); ?>><span class="avia_hidden_link_text"><?php _e('Scroll to top','avia_framework'); ?></span></a>
    and change it to
    <a href='#top' title='<?php _e('Scroll to top','avia_framework'); ?>' id='scroll-top-link' <?php echo av_icon_string( 'scrolltop' ); ?>><span class="avia_hidden_link_text"><?php _e('Scroll to top','avia_framework'); ?></span><div class="avia-tooltip avia-tt"><div class="inner_tooltip">Scroll to top!</div><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></div></a>
    then add following code to Quick CSS

    a#scroll-top-link .avia-tooltip.avia-tt { top: -70px; left: -50px; display: none; opacity: 0; }
    a#scroll-top-link:hover .avia-tooltip.avia-tt { display: block!important; opacity: 1!important; }

    Cheers!
    Yigit

    in reply to: Append Search Bar to Main Menu #373050

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #header form#searchform {
    top: 57px;
    width: 220px;
    }
    #header #searchsubmit {
    background-color: green;
    }

    Regards,
    Yigit

    in reply to: Moving Woocommerce Flyout Cart To Social Icon Menu #373048

    Hi!

    Can you please post the link to your website?

    Regards,
    Yigit

    in reply to: Mitteilung linksbündig #373046

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .home .avia_message_box_content {
    text-align: left;
    }

    Best regards,
    Yigit

    in reply to: Creating spots in an article page #373045

    Hey Dominique!

    You can simply click on “Insert More Tag” to add read more button to your blog posts http://i.imgur.com/4RmtaLS.jpg

    Cheers!
    Yigit

    in reply to: Top Menu Not Appearing on iPhone 6+ #373044

    Hey!

    Have you tried de-activating all active plugins? Also, please go to Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation and choose 990px and check if that helps

    Best regards,
    Yigit

    in reply to: Create Mobile Friendly Custom Background Image #373043

    Hey jolamptey!

    You can add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 480px) {
    .home div#av_section_1 { background-size: contain; }}

    Image would be responsive but that would cause a big white space

    Regards,
    Yigit

    in reply to: Swap Logo or Size to Fit for Mobile #373042

    Hey Shannon

    I have only added custom CSS code to Quick CSS field. You can go ahead and update the theme and options will not be changed – http://kriesi.at/documentation/enfold/updating-your-theme-files/
    If you have any issues, feel free to let us know and we will take another look :)

    Cheers!
    Yigit

Viewing 30 posts - 59,881 through 59,910 (of 82,625 total)