Viewing 30 results - 231,871 through 231,900 (of 244,631 total)
  • Author
    Search Results
  • #206979

    Thanks, solved!

    The problem was caused by JS minify settings of W3 Total cache plugin.

    #206970

    Hey!

    You have a Minifying plugin, disable it first and see if it works.

    Regards,
    Josue

    #206959

    Hey!

    Do you want to display the categories of your portfolio items? If yes insert this code into the enfold/functions.php file

    
    add_action('after_setup_theme','avia_remove_portfolio_breadcrumb');
    
    function avia_remove_portfolio_breadcrumb(){
    remove_filter('avia_breadcrumbs_trail','avia_modify_breadcrumb');
    }
    

    – it will remove the portfolio page from the breadcrumb and will show the terms (including hierarchy with parent terms, etc.) instead.

    Best regards,
    Peter

    #206958

    In reply to: Enfold testimonials

    Hey!

    Please add following code to Quick CSS as well and adjust as needed

    .js_active .active_tab_content, .js_active .tab { border-style: none; }
    
    div .main_color .tabcontainer .active_tab { color: red; }

    Best regards,
    Yigit

    #206951

    Hi!

    We’ll add a noLightbox class to the team member links with the next update. For now open up enfold/config-templatebuilder/avia-shortcodes/team.php and replace

    
    $output.= "<a rel='v:url' {$tooltip} {$target} class='{$social_class} avia-team-icon' href='".$social['attr']['link']."' {$display_char}>";
    
    

    with

    
    $output.= "<a rel='v:url' {$tooltip} {$target} class='{$social_class} avia-team-icon noLightbox' href='".$social['attr']['link']."' {$display_char}>";
    
    

    to deactivate the lightbox.

    Cheers!
    Peter

    #206946

    Hi timhammo!

    Search for the “Overwrite Portfolio Link setting” option field and select “Define custom link”. Then insert a youtube or vimeo url into the url field and save the portfolio item ( http://www.clipular.com/c/5053604364812288.png?k=RJaffT7cQ79sJw_h_G7iNkU48pg ). Afterwards the video will open in a lightbox (like on the demo page here: http://kriesi.at/themes/enfold/portfolio/ when you click on “Single Portfolio: Full Slider”).

    Cheers!
    Peter

    This reply has been marked as private.

    Hi nunomiguelm!

    1- You can add [nolink] in Copyright section in Enfold theme options under Footer tab to remove Kriesi link http://i.imgur.com/NyowrQI.jpg
    2- You can choose to display one of the headers with additional menu in Enfold theme options > Header and insert your link into “Phone Number or small info text” section

    Cheers!
    Yigit

    #206918

    In reply to: submenus on mobile

    Hey!

    I am not 100% sure but feel free to request such feature here https://kriesi.at/support/topic/enfold-feature-requests/

    Regards,
    Yigit

    #206915

    Hi mrivas1804!

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

    #top .avia-logo-element-container .slide-entry:hover {
    -webkit-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    }

    Regards,
    Yigit

    #206909

    In reply to: Enfold testimonials

    screenshot
    What are the ID’s so I can change the color, remove the border.

    #206901

    In reply to: Enfold testimonials

    Hi!

    What exactly would you like to change on tabs? Please post a screenshot and show so we can provide you accurate custom CSS code

    Best regards,
    Yigit

    #206897

    In reply to: Enfold testimonials

    Thank you it worked.
    I work local in order to customize the theme how I want it to be.

    What is the ID of the tabs?

    #206893

    Hi!

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

    #footer .container_wrap { border-top-style: none; }
    #footer .container { border-top: 1px solid #b3b3b3; }

    Regards,
    Yigit

    #206887

    Hey nunomiguelm!

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

    .title_container { display: none; }

    Best regards,
    Yigit

    Hi!

    To change animation speed, please go to wp-content\themes\enfold\js\prettyPhoto\js folder and open jquery.prettyPhoto.js file and find
    animation_speed:"fast"
    and change it to
    animation_speed:"normal"
    you can use “slow” instead of “normal” as well.
    To disable default lightbox please see https://kriesi.at/support/topic/enfold-gallery-lightbox/#post-206667
    You can use any other lightbox like fancy box but i am not sure if they would work just fine like prettyphoto

    Best regards,
    Yigit

    #206883
    wss310
    Participant

    Hi – Is there any way I can have enfold theme settings relating to header and footer automatically selected by default when creating a new blog post? I would like to hide the footer and header with every blog post and don’t want to do it manually every time if possible. Thanks!

    #206882

    In reply to: Enfold testimonials

    Hey AppYourService!

    Can you post the link to your website?
    You can add following code to Quick CSS in Enfold theme options under Styling tab to remove the border

    .avia-slider-testimonials .avia-testimonial-arrow-wrap { display: none; }
    .avia-slider-testimonials .avia-testimonial-content { border-style: none; }

    Regards,
    Yigit

    #206881

    Hey Vital!

    Open up /wp-content/themes/enfold/taxonomy-portfolio_entries.php and replace

    
                                                            'columns' 	=> '3',
    

    with

    
                                                            'columns' 	=> '4',
    

    Regards,
    Peter

    #206873
    picnmix
    Participant

    Hi,

    I have used images instead of titles in the enfold mega menu drop down and although all the images I uploaded are the same size they are being resized by the code to different sizes. I have four images in the menu, two are being displayed at 213px wide and two are displayed at 228px wide. Is there any simple fix I can use to get them all to display at the same width.

    The site can be viewed here:

    http://techfolio.me/wp02/

    many thanks, Jake

    #206869

    Hi Vital!

    Please go to wp-content\themes\enfold\includes\admin folder and open register-admin-options.php file and find

    "std" 	=> "Open Sans",

    and change it to

    "std" 	=> "PT Sans",

    It will change for heading font and if you would like to change for body text as well, find

    "std" 	=> "Helvetica-Neue,Helvetica-websave",

    and change it to

    "std" 	=> "PT Sans",

    Best regards,
    Yigit

    #206865

    Hey!

    Please try adding following code to Quick CSS in Enfold theme options under Styling tab

    .main_menu ul:first-child > li > a {
        font-family: 'Shortstack',sans-serif !important;
    }

    Cheers!
    Yigit

    #206863

    In reply to: submenus on mobile

    Hi neotemplates!

    You can add following code to Quick CSS in Enfold theme options under Styling tab to remove submenus on mobile menu

    #mobile-advanced ul { display: none; }

    But for clicking feature, you are going to need to hire a freelance developer for that kind of customization as it is beyond the scope of support we can provide. You can also request quote here.

    Regards,
    Yigit

    #206859
    inspirationgroup
    Participant

    Dear support,

    for technical reasons I was forced to migrate my website to a new server.
    In the new server the predefined color scheme does not change: http://www.inspirationgroup.it/

    I selected the Cyan scheme but it displays always as green!

    What could be the problem here?

    Thanks for your help!

    #206843
    This reply has been marked as private.
    #206837

    Hi!

    Please go to wp-content\themes\enfold\js folder and open Avia.js file and find

    avia_responsive_menu();

    and comment it out as following

    //avia_responsive_menu();

    Regards,
    Yigit

    #206836

    Hi Sergei!

    Please try following fix – open up /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php and replace

    
    $output .= 	"<span class='text-sep ".$term->slug."_sort_sep'>/</span>";
    

    with

    
     $term->slug = str_replace('%', '', $term->slug);
    $output .= 	"<span class='text-sep ".$term->slug."_sort_sep'>/</span>";
    

    and

    
    $sort_classes[] = $term->slug.'_sort ';
    

    with

    
    $term->slug = str_replace('%', '', $term->slug);
    $sort_classes[] = $term->slug.'_sort ';
    

    If this fix works for you we’ll include it in the next theme update.

    Cheers!
    Peter

    #206826

    I just checked the Enfold demo site, and the menu states on there also don’t appear to be showing the on states correctly for the main menu items when you are on a sub page.

    Go to: http://kriesi.at/themedemo/?theme=enfold
    Click on Portfolio > Portfolio Ajax. When the Portfolio Ajax page loads, you can see that the red underline for the Portfolio menu state does not show, so it’s not possible to know which section of the site you are in when you are looking at one of the sub pages under Portfolio.

    However the strange thing is that if you visit Portfolio > Portfolio 4 Column, that pages does show the red line under the main menu state??

    Is that a bug?

    Thanks,
    G

    #206819

    Hi!

    Glad you figured it out! Let us know if you have any other questions or issues

    Cheers!
    Yigit

    #206817

    Hey Mattias!

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

    .mobile_active.mobile_menu_tablet #advanced_menu_toggle, .responsive .main_menu {
    display: none;
    }

    Best regards,
    Yigit

Viewing 30 results - 231,871 through 231,900 (of 244,631 total)