Viewing 30 results - 98,461 through 98,490 (of 142,851 total)
  • Author
    Search Results
  • #603289

    when I use the plugin , then stops or starts the music from the beginning each time on menu click or page changing.
    can i use the plugin on a site that not reloaded when i click on the menu
    or can i put the [code] bevore? that the music not interrupptet from the theme?

    #603286

    Hey lzevon!

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

    #main {
        max-width: 980px;
        margin: auto;
    }
    .responsive .boxed#top, .responsive.html_boxed.html_header_sticky #header, .responsive.html_boxed.html_header_transparency #header {
        max-width: 100%;
        width: 100%;
    }
    #header_main_alternate .container {
        max-width: 100%;
        padding: 0;
    }

    Cheers!
    Yigit

    #603278

    Hi!

    Please add following code to Quick CSS as well

    #top .avia-slideshow-arrows a { font-size: 55px; }

    Best regards,
    Yigit

    #603265

    Hey!

    Your code is not responsive and unfortunately, there is not much we can do about it :/
    You can try enabling zooming on mobile by referring to Ismael’s post here – https://kriesi.at/support/topic/urgent-responsives-webdesign/#post-459171

    Best regards,
    Yigit

    #603262

    Hey!

    Please change the code to following one

     @media only screen and (max-width: 767px) {
    .avia-content-slider .slide-entry-wrap {
        width: 100%;
    }
    .responsive #top #wrap_all .slide-entry {
        width: 25%;
        clear: none!important;
        margin-left: 0;
    }}

    Cheers!
    Yigit

    #603250

    Hi!

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

     @media only screen and (max-width: 767px) {
    .avia-content-slider .slide-entry-wrap {
        width: 100%;
    }
    .responsive #top #wrap_all .slide-entry {
        width: 23%;
        clear: none!important;
    }}

    Regards,
    Yigit

    #603246

    Link to screen grab in the private comments.

    It shows the desktop version and the mobile version. Essentially, for the mobile version, I would like there to be 2 rows of 4 columns.

    Thanks :)

    #603236

    I’ve posted the info in pvt. Note I’ve been testing with the topmost page when you search using “drafts”

    #603235

    In reply to: column layouts

    Those cell layouts don’t meet my needs – I need 1/5-4/5 (that exists) and below it 1/5-2/5-2/5. Or I would accept 1/3-2/3 for the top row and then 1/3-1/3-1/3 for the bottom row – neither seems possible?

    I’m also looking to bring the content as wide as the slider above it.

    Thanks

    #603208

    In reply to: registration bar

    Hi!

    1- You can go to Appearance > Menus and create a new menu and check “Enfold secondary menu” under Menu Settings and save then go to Enfold theme options > Header > Extra Elements and choose to display your secondary menu on the top bar.

    2- Can you please elaborate? Would you like to display content if user is logged in? If so, you can use a plugin such as this one – https://wordpress.org/plugins/pagerestrict/

    Cheers!
    Yigit

    #603181

    Hi!

    That happened because you have not updated the theme. Please update the theme as i suggested above firstly and then add the code to functions.php file.
    Best regards,
    Yigit

    mgadala
    Participant

    I would like to adjust the size of the products I am showing on the product slider provided on the shop demo underneath “Recent Top Sellers”

    I have imported my products from another site and there natural size is 450 x 450 but they display as 293 x 293 in the product slider.

    Where can I override this 293 x 293 to make it 450 x 450?

    Here is a link to the page I am speaking about: http://lucid-dev.com/innovair/

    Thank you for any help you can provide!

    • This topic was modified 10 years ago by mgadala.
    #603143

    Hey!

    You have following code in Quick CSS

    @media only screen and (max-width: 1024px) and (min-width: 768px) {
    .avia-menu-text {
        position: relative;
        top: -12px;
    }}

    Please change it to following

    @media only screen and (max-width: 1024px) and (min-width: 768px) {
    #avia-menu > li > a > .avia-menu-text {
        position: relative;
        top: -12px;
    }}

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Regards,
    Yigit

    #603137

    Hi, Yigit. I’ve tried that now and it still yields the same result – the anchor link jumping past the assigned a name in the paragraph ON DESKTOP, but on mobile it works perfectly.

    Here is an example of the screenshot (even if you have login access :))

    https://gyazo.com/9e9920f9710b49688cc6d77c7481a425

    #603115
    mepho
    Participant

    I started this topic 4 days ago, and the issue was not resolved. I’m starting this thread, so that you guys can see it.

    #603098

    Here is the full code in the footer.php file (not just the snippet above)

    <***?php

    do_action( ‘ava_before_footer’ );

    global $avia_config;
    $blank = isset($avia_config[‘template’]) ? $avia_config[‘template’] : “”;

    //reset wordpress query in case we modified it
    wp_reset_query();

    //get footer display settings
    $the_id = avia_get_the_id(); //use avia get the id instead of default get id. prevents notice on 404 pages
    $footer = get_post_meta($the_id, ‘footer’, true);
    $footer_widget_setting = !empty($footer) ? $footer : avia_get_option(‘display_widgets_socket’);

    //check if we should display a footer
    if(!$blank && $footer_widget_setting != ‘nofooterarea’ )
    {
    if( $footer_widget_setting != ‘nofooterwidgets’ )
    {
    //get columns
    $columns = avia_get_option(‘footer_columns’);
    ?>
    <div class=’container_wrap footer_color’ id=’footer’>

    <div class=’container’>

    <?php
    do_action(‘avia_before_footer_columns’);

    //create the footer columns by iterating

    switch($columns)
    {
    case 1: $class = ”; break;
    case 2: $class = ‘av_one_half’; break;
    case 3: $class = ‘av_one_third’; break;
    case 4: $class = ‘av_one_fourth’; break;
    case 5: $class = ‘av_one_fifth’; break;
    case 6: $class = ‘av_one_sixth’; break;
    }

    $firstCol = “first el_before_{$class}”;

    //display the footer widget that was defined at appearenace->widgets in the wordpress backend
    //if no widget is defined display a dummy widget, located at the bottom of includes/register-widget-area.php
    for ($i = 1; $i <= $columns; $i++)
    {
    $class2 = “”; // initialized to avoid php notices
    if($i != 1) $class2 = ” el_after_{$class} el_before_{$class}”;
    echo “<div class=’flex_column {$class} {$class2} {$firstCol}’>”;
    if (function_exists(‘dynamic_sidebar’) && dynamic_sidebar(‘Footer – column’.$i) ) : else : avia_dummy_widget($i); endif;
    echo “</div>”;
    $firstCol = “”;
    }

    do_action(‘avia_after_footer_columns’);

    ?>

    </div>

    <!– ####### END FOOTER CONTAINER ####### –>
    </div>

    <?php } //endif nofooterwidgets ?>

    <?php

    //copyright
    $copyright = do_shortcode( avia_get_option(‘copyright’, “© “.__(‘Copyright’,’avia_framework).” – “.get_bloginfo(‘name’).”“) );

    // you can filter and remove the backlink with an add_filter function
    // from your themes (or child themes) functions.php file if you dont want to edit this file
    // you can also just keep that link. I really do appreciate it ;)
    $kriesi_at_backlink = kriesi_backlink(get_option(THEMENAMECLEAN.”_initial_version”));

    //you can also remove the kriesi.at backlink by adding [nolink] to your custom copyright field in the admin area
    if($copyright && strpos($copyright, ‘[nolink]’) !== false)
    {
    $kriesi_at_backlink = “”;
    $copyright = str_replace(“[nolink]”,””,$copyright);
    }

    if( $footer_widget_setting != ‘nosocket’ )
    {

    ?>

    <footer class=’container_wrap socket_color’ id=’socket’ <?php avia_markup_helper(array(‘context’ => ‘footer’)); ?>>
    <div class=’container’>

    <span class=’copyright’><?php echo $copyright . $kriesi_at_backlink; ?></span>

    <?php
    if(avia_get_option(‘footer_social’, ‘disabled’) != “disabled”)
    {
    $social_args = array(‘outside’=>’ul’, ‘inside’=>’li’, ‘append’ => ”);
    echo avia_social_media_icons($social_args, false);
    }

    $avia_theme_location = ‘avia3’;
    $avia_menu_class = $avia_theme_location . ‘-menu’;

    $args = array(
    ‘theme_location’=>$avia_theme_location,
    ‘menu_id’ =>$avia_menu_class,
    ‘container_class’ =>$avia_menu_class,
    ‘fallback_cb’ => ”,
    ‘depth’=>1,
    ‘echo’ => false,
    ‘walker’ => new avia_responsive_mega_menu(array(‘megamenu’=>’disabled’))
    );

    $menu = wp_nav_menu($args);

    if($menu){
    echo “<nav class=’sub_menu_socket’ “.avia_markup_helper(array(‘context’ => ‘nav’, ‘echo’ => false)).”>”;
    echo $menu;
    echo “</nav>”;
    }
    ?>

    </div>

    <!– ####### END SOCKET CONTAINER ####### –>
    </footer>

    <?php
    } //end nosocket check

    } //end blank & nofooterarea check
    ?>
    <!– end main –>
    </div>

    <?php
    //display link to previeous and next portfolio entry
    echo avia_post_nav();

    echo “<!– end wrap_all –></div>”;

    if(isset($avia_config[‘fullscreen_image’]))
    { ?>
    <!–[if lte IE 8]>
    <style type=”text/css”>
    .bg_container {
    -ms-filter:”progid:DXImageTransform.Microsoft.AlphaImageLoader(src='<?php echo $avia_config[‘fullscreen_image’]; ?>’, sizingMethod=’scale’)”;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='<?php echo $avia_config[‘fullscreen_image’]; ?>’, sizingMethod=’scale’);
    }
    </style>
    <![endif]–>
    <?php
    echo “<div class=’bg_container’ style=’background-image:url(“.$avia_config[‘fullscreen_image’].”);’></div>”;
    }
    ?>

    <?php

    /* Always have wp_footer() just before the closing </body>
    * tag of your theme, or you will break many plugins, which
    * generally use this hook to reference JavaScript files.
    */

    wp_footer();

    ?>
    ‘ 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 id=”fb-root”></div>
    </body>
    </html***>

    #602991

    In reply to: Fullwidth Easy Slider

    Hi!

    1.) I checked the “data-autoplay” attribute of the slider and it is set to false which means that the autoroation is disabled. Please make sure that the “Autorotation active?”option is set to “Yes”.

    2.) Videos in the slider are disabled on mobile so you have to add a fallback image in the “Choose fallback image for mobile devices” option.

    Best regards,
    Ismael

    #602987

    Hey!

    Please add following code to Quick CSS

    a.cart_dropdown_link > span {
        top: 7px;
        position: relative;
    }

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Regards,
    Yigit

    #602985

    Hi!

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

    .jobs-menu > a {
        top: -3px;
        position: relative;
    }
    
    .jobs-menu > a:after {
        content: "1";
        font-size: 9px;
        color: #FFF;
        background: #42A0BD;
        line-height: 17px;
        width: 17px;
        display: inline-block;
        text-align: center;
        border-radius: 100px;
        position: relative;
        top: -9px;
        left: 2px;
    }

    Regards,
    Yigit

    danaldo
    Participant

    Hi there,

    the issues with the LayerSlider not showing the saved styles has not been resolved after the update to Enfold 3.5.1. Also duplicating the sliders does not help, yet the frontend versions look ok, just not in the LayerSlider backend.

    We started this topic already earlier, please see this here: https://kriesi.at/support/topic/advanced-layerslider-5-6-2-lost-styles-in-enfold-3-4-7-and-cannot-save-styles/page/2/#post-598903

    Please advise – thanks!

    Daniel

    #602919

    Hi @happyworld ;

    Is there a way to display the Site Title and Tagline in the Header Section?

    Dashbord > Theme Options > Header > Header Layout > Header Title and Breadcrumbs
    But don’t forget to check in the page admin “Layout / Title Bar Settings”

    are there ways to adjust the way the Site Title and Tagline would look

    By adding this lines in the Quick CSS field you can change the familyn size and color oft the “page TITLE” and “BREADCRUMB”, adjust them as you like.

    h1 #top .title_container {
    font-family:XXXXXXXX !important ;
    font-size: XXpx !important ;
    color: #XXXXX !important ;
    }

    .title_container .breadcrumb {
    font-family:XXXXXXXX !important ;
    font-size: XXpx !important ;
    color: #XXXXX !important ;
    }

    BUT,
    the most important thing is to start with :
    Enfold documentation which will certainly help you.

    #602917
    Frankmen
    Participant

    Hallo,

    gibt es einen CSS Code mit dem man die Vor und Zurück Pfeile der Portfolioeinträge entfernen kann ?

    #top .avia-post-nav { display: none !important; }

    Ich habe diesen Eintrag schon im Forum gefunden der entfernt die Pfeile ABER er entfernt sie nicht nur bei den Portolio Einträgen sondern auch bei den Beiträgen und dort sollen die Pfeile weiterhin aktiv sein !

    Gruß
    Frankmen

    Hi @happyworld ;
    I’ve given in this topic some description about “menu, how to show a page in menu”.

    #602913

    Hi @tjcoffey4 ;
    a quick response, this topic may help you :
    hidden-page

    #602900
    musaakbulut
    Participant

    Hi

    I want to show the top bar only in shop page. How can i do it?

    Thanks in Advance

    Hello,

    This can be fixed by Ismael.

    Here is the link https://kriesi.at/support/topic/pagination-issue-using-woocommerce-product-grid-element/

    February 27, 2016

    A user name “charger70” had a same issue with mine.

    The solution offer from Ismael is good.

    Thanks Ismael

    Please edit the config-templatebuilder > aviashortcodes > productslider.php file, replace everything with this: http://pastebin.com/2KicBHrQ

    Already have one solution, but nobody can tell me.

    Best Regard,

    Zeng

    #602873

    hello Rikard,

    the issue is that it seems like none of the websites using enfold are displaying correctly on miniipad. they dont display correctly and the content does not fit.

    for idico-luff.co see the following screenshots from mini ipad:

    http://postimg.org/image/c94g5vo2n/
    http://postimg.org/image/h6i0qzq1r/

    for hubwebsites.co see the following screenshots from mini ipad:

    http://postimg.org/image/3uy09a1sv/

    they both look perfect on desktop and iphone 5c.

    please your help.

    Thanks.

    #602856

    Thank you Ismael,
    Your code worked fine and I had to adjust some things using the below CSS

    To fix the header padding when in tablet sized viewport:

    @media only screen and (max-width: 990px) and (min-width: 768px) {
    .html_header_top.html_header_topbar_active.html_header_sticky.html_large.html_bottom_nav_header #top #main { padding-top: 118px !important; }}

    To “call” the black bar for the language flags when in mobile view:

    @media only screen and (max-width: 768px) {
    #header_meta, #header_meta .container {
        min-height: 30px;
        height: 30px; }}

    To adjust the padding of the flags in header scrolled:

    .header-scrolled .avia_wpml_language_switch.avia_wpml_language_switch_extra {
    top: -62px !important; }

    Hope this helps someone out there.
    Thanks!

    #602853
    jgoosman
    Participant

    Hi Guys,
    I’m hoping someone can help me. In my site designs I like to use the full screen slider to set a full page image for a home page or service page. I created a custom graphic for the home page of my site, but when I upload it and use it in the full screen slider, the top and bottom of the image is cropped off. No matter what I do, I can’t fix it. I’ve resized the picture at least a dozen times, I added a black border around the picture so the border would be cut off instead of the picture itself, but nothing has worked. I spent a lot of time creating this image and I really want to use it, but it need the full image to display. Can anyone help me? Thanks.

    #602849

    Topic: Google Map Not Working

    in forum Enfold
    Wildwood
    Participant

    The Google Map stopped working. I have replaced it, tried various methods … read other like topics and cannot find a resolution.
    Can you please check?
    Thank you,
    Kathleen

    This has been fixed. I deleted a plugin that resolved the issue.

    Thank you!

    • This topic was modified 10 years ago by Wildwood.
Viewing 30 results - 98,461 through 98,490 (of 142,851 total)