Viewing 30 results - 92,191 through 92,220 (of 142,714 total)
  • Author
    Search Results
  • #668015

    Hey Mark!

    Please edit your post and click “Screen options” on the top right corner and check “discussion” and scroll below your post content and make sure that they are enabled.

    Regards,
    Yigit

    #668012
    LorbeerDesign
    Participant

    Dear Support Team,

    I want to install a Typekit font on my website. There are a Typekit plugin for WordPress. Here I can not embed the extended code unfortunately. but I need the extended code, otherwise FOUT effect happens.

    I have read on the website of Adobe Typekit that the expanded code to insert at the top of the <head> tag. Here I do not know further. Can you tell me where I need to add in the extended code? Or which way should I go?

    This is the code:

    <script>
      (function(d) {
        var config = {
          kitId: 'XXXXX',
          scriptTimeout: 3000,
          async: true
        },
        h=d.documentElement,t=setTimeout(function(){h.className=h.className.replace(/\bwf-loading\b/g,"")+" wf-inactive";},config.scriptTimeout),tk=d.createElement("script"),f=false,s=d.getElementsByTagName("script")[0],a;h.className+=" wf-loading";tk.src='https://use.typekit.net/'+config.kitId+'.js';tk.async=true;tk.onload=tk.onreadystatechange=function(){a=this.readyState;if(f||a&&a!="complete"&&a!="loaded")return;f=true;clearTimeout(t);try{Typekit.load(config)}catch(e){}};s.parentNode.insertBefore(tk,s)
      })(document);
    </script>

    Many thanks!
    Katrin

    • This topic was modified 9 years, 6 months ago by LorbeerDesign.
    #668002

    In reply to: Size of social icons

    Hey Paul!

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

    #top #header_main .social_bookmarks li a {
        font-size: 20px;
    }

    Regards,
    Yigit

    #668001

    Hey Paul!

    We will release an update within a few days to fix the issue.
    If you urgently need a solution please refer to this workaround – https://kriesi.at/support/topic/solution-to-google-maps-key-issues/

    Cheers!
    Yigit

    foveaworks
    Participant

    Hi there kriesi team,

    i’ve noticed a css problem when using the full width sub menu together with the fixed frame layout.

    When i scroll the page and the menu gets stuck to top, it sticks below the fixed frame causing the menu get cut off.

    I’ve tried to fix it with

    .av-sticky-submenu {
    	top: 20px !important;
    }

    but then the menu sticks in its right position when scrolling, but also remains in this position when the site is not scrolled.

    Unfortunately i couldn’t find different css classes for the different states.

    Is there a way to fix this?

    Thanks in advance!

    #667987

    Hey Bob!

    Glad Vinay could help!
    Let us continue here – https://kriesi.at/support/topic/zen-menu-navigation-solution/ regarding menu issue.

    Cheers!
    Yigit

    #667979

    Hi Vinay,

    Yes, I would like that the navigation point in the main menu is highlighted when I select a navigation point in submenu (sidebar left).
    I have all the parents awarded (screenshots) but the navigation point in the main menu is not highlighted :-(

    Screenshot of navigation top and left
    Screenshot of site parents

    Regards,
    Lorbeer Design

    #667966
    Wansink
    Participant

    Hello,

    There are a lot of threads with an answer to my question: How to ad text in the header next to the logo?
    All the reply’s mention the option of adjusting a line in header.php, but my header.php does not seem to be compleet or has the same lines.
    maybe because I use the enfold child theme and there is no header.php. So I used the one in the main theme and this one has the following code:

    ‘<?php
    if ( !defined(‘ABSPATH’) ){ die(); }

    global $avia_config;

    $style = $avia_config[‘box_class’];
    $responsive = avia_get_option(‘responsive_active’) != “disabled” ? “responsive” : “fixed_layout”;
    $blank = isset($avia_config[‘template’]) ? $avia_config[‘template’] : “”;
    $av_lightbox = avia_get_option(‘lightbox_active’) != “disabled” ? ‘av-default-lightbox’ : ‘av-custom-lightbox’;
    $preloader = avia_get_option(‘preloader’) == “preloader” ? ‘av-preloader-active av-preloader-enabled’ : ‘av-preloader-disabled’;
    $sidebar_styling = avia_get_option(‘sidebar_styling’);
    $filterable_classes = avia_header_class_filter( avia_header_class_string() );

    ?><!DOCTYPE html>
    <html <?php language_attributes(); ?> class=”<?php echo “html_{$style} “.$responsive.” “.$preloader.” “.$av_lightbox.” “.$filterable_classes ?> “>
    <head>
    <meta charset=”<?php bloginfo( ‘charset’ ); ?>” />
    <?php
    /*
    * outputs a rel=follow or nofollow tag to circumvent google duplicate content for archives
    * located in framework/php/function-set-avia-frontend.php
    */
    if (function_exists(‘avia_set_follow’)) { echo avia_set_follow(); }

    ?>

    <!– mobile setting –>
    <?php

    if( strpos($responsive, ‘responsive’) !== false ) echo ‘<meta name=”viewport” content=”width=device-width, initial-scale=1, maximum-scale=1″>’;
    ?>

    <!– Scripts/CSS and wp_head hook –>
    <?php
    /* Always have wp_head() just before the closing </head>
    * tag of your theme, or you will break many plugins, which
    * generally use this hook to add elements to <head> such
    * as styles, scripts, and meta tags.
    */

    wp_head();

    ?>

    </head>

    <body id=”top” <?php body_class($style.” “.$avia_config[‘font_stack’].” “.$blank.” “.$sidebar_styling); avia_markup_helper(array(‘context’ => ‘body’)); ?>>

    <?php

    if(“av-preloader-active av-preloader-enabled” === $preloader)
    {
    echo avia_preload_screen();
    }

    ?>

    <div id=’wrap_all’>

    <?php
    if(!$blank) //blank templates dont display header nor footer
    {
    //fetch the template file that holds the main menu, located in includes/helper-menu-main.php
    get_template_part( ‘includes/helper’, ‘main-menu’ );

    } ?>

    <div id=’main’ class=’all_colors’ data-scroll-offset='<?php echo avia_header_setting(‘header_scroll_offset’); ?>’>

    <?php

    if(isset($avia_config[‘temp_logo_container’])) echo $avia_config[‘temp_logo_container’];
    do_action(‘ava_after_main_container’);

    ?>

    Can some one tell me how to adjust the header.php file in the correct way so the tagline or other text shows right next to the logo on the right side.

    Thanks in advance!

    #667931

    Hey!

    Try adding this code to the Quick CSS:

    @media only screen and (max-width: 767px) {
        header#header { position: absolute !important; background: transparent !important;}
        .responsive #top .logo {left: 50%;-webkit-transform: translate(-50%, 0);-ms-transform: translate(-50%, 0);transform: translate(-50%, 0);height: 68px;width: auto;position: relative;}
        #top .avia-builder-el-0 .slideshow_inner_caption{padding-top: 80px !important;}
        .responsive #top .av_header_transparency .logo img.alternate {display: block !important;}
        .responsive #top .av_header_transparency.av_alternate_logo_active .logo a > img {opacity: 0;}
    }

    Cheers! 
    Josue

    #667923

    Hello Ismael,

    Yes, I put the color separator outside between the element above and the one below. Essentially, what you are describing is what I am doing to get the black line I’m already getting. Can I make that line shorter…not length wise, but top to bottom?

    Thank you,

    Bob

    gerry3211
    Participant

    Possible to disable on mobile:

    Product Hover: Hover effect on Overview Pages

    It’s a nice feature on desktop, but a real nuissance on mobile devices.

    Thanks in advance.

    #667902

    In reply to: Theme Questions

    Hi,

    Glad that you figured it out. If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Best regards,
    Ismael

    #667901

    Hi,

    Thank you for using Enfold.

    Please follow the instructions here for a temporary solution:

    https://kriesi.at/support/topic/enfold-google-maps-widget-not-working/#post-659066
    https://kriesi.at/support/topic/solution-to-google-maps-key-issues/#post-661496
    https://kriesi.at/support/topic/content-element-google-maps/#post-656399

    Kriesi will release a patch soon including a fix for the google maps api.

    Best regards,
    Ismael

    #667898

    In reply to: jquery problem

    Hi,

    The following thread might help with the icon issue. Check the .htaccess file for any conflicting redirects: https://kriesi.at/support/topic/transparent-menu-disappear-after-last-enfold-theme-update/

    Best regards,
    Ismael

    #667896

    Hi,

    You can move the sidebar to the right or left of the content container. More info here: https://kriesi.at/support/topic/sidebar-rechts-single-page/#post-580220

    Best regards,
    Ismael

    #667892

    Hi, let’s try again. This time, I logged in as the new user and it worked for me.

    Visit http://www.CanadianFreeFlyers.com and click login in the top right corner.

    I just want BLOG to show up in the navigation bar but for some reason it won’t, even if I remove a page currently there…

    #667880
    paullindqvist
    Participant

    Hi!

    Im trying to get a layerslider to behave the same way as a full width easy slider

    Here is what im trying to achieve:

    I have a images that is 1500×676 wide i have some graphics on it, and the reason i need the layerslider is becuase i want one of the graphics to have clickable link.

    But i can’t get the layerslider to resize as the fullwidth easy slider does ?

    I have a layerslider on top and the fullwidth easy slider under it.

    Thanx!

    #667877
    bulewold
    Participant

    I love everything about Enfold but it has one flaw.

    For all other post types, you can choose where sidebar goes and as long as you choose right (including shop overview page), those show up after content. But there isn’t a option to control where sidebar goes for single product.

    And with no user control, it displays
    1. pictures on top left
    2. then sidebar on lower left
    3. then content on right…

    It’s causing this issue on mobile view where sidebar shows up between pictures & content.
    This should be fixed where we can choose where slider goes or make it same as shop overview, as putting sidebar on right would simply resolve this issue.

    I actually would prefer to have side bars for single products on right anyway but I know for now, there is no option for that.

    Is there any way to resolve this or hope you guys can do an update that provide some options to control this?

    Withe either…
    A. Control sidebar location for ‘single product’
    and/or
    B. ability to hide sidebar on single product on mobile view only so sidebar doesn’t show between pictures & product description.

    Thank you.

    #667876
    yingyang
    Participant

    FOllow up to this thread: https://kriesi.at/support/topic/add-text-bubble-above-menu-link/

    We were able to add a bubble to the menu item and change the color on hover, how do i change the color permanently when the menu is clicked?

    Right now the STREAM becomes white when selected but the LIVE remain darker grey, see private for demo thanks

    Kids, I just rebuilt on a 2nd test site then migrated over via UpDraftPlus/Migrator. Worked like a charm. Go ahead and close this topic. Not sure what happened but it’s a non-issue now.

    #667865
    mediasauce
    Participant

    Hello Enfold Team!

    I would like to swap positions of the phone number and secondary menu.

    Currently phone defaults to position 1 and the secondary defaults to position 2.

    I want them the other way around. Sorry if a solution is already posted, I dug, but couldn’t find anything.

    Thanks, as always!
    Mike

    #667864

    In reply to: Phone number in header

    Hi,
    Sorry this still doesn’t achieve what I want as the nav menu on my site is below the header section which contains the company logo and social icons. Ideally I want it to the left of the social icons which are on the top right hand side. Can I build something in to the header section?

    Thanks and sorry to be a pain. I just have a very fussy customer!

    #667851

    Topic: Align icons and text

    in forum Enfold
    navindesigns
    Participant

    This is a follow up to this thread that is closed
    https://kriesi.at/support/topic/change-text-hover-color-in-extra-elements-area/

    I would like the icons in the top elements to be aligned with the words “Support WSMS” and “Login”. Currently they are bit mis-aligned.
    Can we maybe align the icons and text horizontally meaning the bottom of the icons and the bottom of the text should be aligned horizontally or if you have any other suggestion for it to look better.

    Further followup, removing the Typekit font from my child styles.css resolves the issue, therefore the slight FOUC / stutter on font change presumably can be prevented by only displaying my Typekit font? The trouble appears to be at the moment that Enfold is attempting to load a default font, and then switch to my Typekit font. In actual fact, I only want the Typekit font to be used throughout the entire site.

    I’ve added the font to the theme and set it as the default font for body and headings, as per this post, unfortunately the FOUC / stutter is quite obvious: https://kriesi.at/support/topic/new-custom-font/

    My code is:

    add_action( ‘init’, ‘enfold_customization_swtich_fonts’ );
    function enfold_customization_swtich_fonts() {
    global $avia;
    $avia->style->print_extra_output = false;
    }

    add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
    function avia_add_heading_font($fonts)
    {
    $fonts[‘kepler-std-display’] = ‘kepler-std-display’;
    return $fonts;
    }
    add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
    function avia_add_content_font($fonts)
    {
    $fonts[‘kepler-std-display’] = ‘kepler-std-display’;
    return $fonts;
    }
    Thanks in advance

    • This reply was modified 9 years, 6 months ago by csmwebdesign.
    #667823

    If you are able to use a ftp program you can follow this instructions: https://kriesi.at/support/topic/google-maps-7/#post-656457

    #667817

    In reply to: Google Maps Fehler

    Ich nehme an der Fehler bezieht sich auf den fehlenden API Schlüssel: https://kriesi.at/support/topic/google-maps-7/#post-656457

    #667815
    bbrain123
    Participant

    Hello!

    can you please tell how to remove this gap on mobile with the image as shown in here http://imgur.com/a/DgOtt
    It s fine on desktop, just mobile isn t right

    thank you in advance!

    #667787

    Hey!

    On that elements, this code is working – https://kriesi.at/support/topic/make-zoom-larger-when-hovering-masonry-gallery/#post-667426. However, it does zoom more but it would not pop out of the container.

    You can request such feature here – https://kriesi.at/support/enfold-feature-requests/ or hire a freelance developer if you urgently need it.

    Cheers!
    Yigit

    #667776

    amazing as always
    thanks

    any update on this ticket?

    #667769
    cynthiammartinez
    Participant

    I’m trying to remove the flags from the top of translated webpages — I’ve successfully done this for the sites when they’re viewed on a desktop or laptop, but the flags return when I switch to a mobile view.
    I tried the code mentioned here: https://kriesi.at/support/topic/how-to-remove-wpml-language-flags-from-mobile-menu/
    but it didn’t work.
    Help would be appreciated.

Viewing 30 results - 92,191 through 92,220 (of 142,714 total)