Viewing 30 results - 98,731 through 98,760 (of 142,852 total)
  • Author
    Search Results
  • #600201

    Hey!

    We have added the below CSS in Quick CSS at the bottom

    
    /* full height sidebar*/
    #top #main .sidebar_left .sidebar {
        position: absolute!important;
        top: 0!important;
        bottom: 0!important;
       overflow-y:auto;
    } 
    

    Please review the site now :)

    Regards,
    Vinay Kashyap

    #600191
    LeonNiel
    Participant

    Thanks for this great Theme…

    I jad jobs link in main menu with a .jobs-menu css, to show the number, but I moved my jobs link from my main menu to my secondary menu at the top, but the circled number doesn`t show.
    I oved iot back and it works, is it possible have it at the top(secondary menu)?

    #600184

    Hi,

    you can find my website and login details in the private content.

    On the Website i use a logo on the left site at the Navigation. How can i align the logo in the middle of the navigation. If i use
    margin-top in css it is possible to align the logo in the middle of the navigation. But when i scroll deeper, the navigation skrinks an the magrin-top is to much. Is there a possibility only to use the margin-top for the large navigation???

    I look forward to hear from you

    Chris

    • This reply was modified 10 years ago by Chris_85.
    #600181

    In reply to: animated gif logo?

    i will do this thank you

    Hi!

    When I saw last time the video opened in a lightbox. Right now when you click on the video icon users are sent to youtube site… so you cannot get the “X” or the close icon. Please revert it back so that when the video icon is clicked it opens in a lightbox then we can target the close icon to show in fullscreen.

    Right now you are using layerslider and icon as an image instead you can use a color section and icon inside it.

    To position close button please use the following CSS

    /*Close button position*/
    div.avia-popup .mfp-iframe-scaler .mfp-close {
         top: 0!important;
        right: 0!important;
    } 
    

    Regards,
    Vinay Kashyap

    #600166

    Hi Rikard,

    A closer look is not necessary I think. It simply is a big bug in Layerslider in Enfold 3.4.7. Numerous people have the same problem and have reported this on this forum. The problem is now 2 months existing, and still there is no new version of Enfold with a fixed Layerslider. Unbelievable! This should have been fixed the same day. The support on Enfold is normally perfect, but now it almost look like a Microsoft product. Is Kreisi stopping with Enfold or something?

    Regards,
    e-cat

    #600151

    Hey laptophobo,

    I’m sure there is, but I think that would require a lot of customisation to the theme and would be considered custom work unfortunately. If you are looking to hire a freelancer we recommend Codeable.

    Best regards,
    Rikard

    #600150
    Briana
    Participant

    I have my page set up with a 1/4 column holding an image and then next to it (to the right of it) a 3/4 column of text.
    Nothing fancy but when it is showing on mobile – the text in the 3/4 column has a big space on the left-hand side.

    Desktop: http://postimg.org/image/xi7e8unud/

    Mobile: http://postimg.org/image/kiaawz8wl/

    I tried telling the av_three_fourth to have no padding or margin on mobile in the Child Theme’s CSS but it won’t budge.
    Everywhere else there is text it has equal margins and looks centered.

    Any ideas?

    #600146

    Hi Karl,

    Great, glad you got it working. Please let us know if you should need any more help on the topic.

    Regards,
    Rikard

    #600137

    Hi,

    No we didn’t, I’m guessing turning plugins on/off must have helped. Let us know if you should need any more help on the topic.

    Thanks,
    Rikard

    • This reply was modified 10 years ago by Rikard.
    #600123

    Hi dalboslampen!

    Please add the following CSS in Quick CSS

    To move the logo bottom adjust the margin value to suit your design.

    .logo a {
        z-index: 999;
        margin-top: 16px;
    }

    Apply border to header

    #header {
        border-bottom: 6px solid #666;
    }

    Move the entire menu down

    .main_menu {
        margin-top: 65px!important;
      }
    .avia-menu-text {
        font-size: 30px !important;
    }
    
      .av-main-nav > li > ul {
        margin-top: -65px;
    }
    .header_color .avia-menu-fx {
        top: 112px;
        }

    Best regards,
    Vinay Kashyap

    • This reply was modified 10 years ago by Vinay.
    #600122
    goldengate415
    Participant

    There has to be an easy answer to this… I would like to display captions under my photos instead of on top of them.
    But whenever I use the photo element and selection caption, the only option is a caption overlay which displays a caption on top of the photo. How do I control where this caption displays? Can I display it under the photo as was standard on old themes? Or if superimposed on the photo, how to I reposition it at the very bottom of the photo?

    Thanks!

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .flex_column {
    margin-bottom:0px !important;
    }
    }

    Best regards,
    Rikard

    #600105

    Hi,

    Great, glad you found the issue and thanks for sharing. Please let us know if you should need any more help on the topic.

    Regards,
    Rikard

    RealBasics
    Participant

    Is there an option or hook to completely remove your product page link in the copyright field in the footer?

    Enfold is a nice theme but my clients feel…

    • by opening your site in the same browser (the link doesn’t use target=”_blank”) following the link takes hard-won site visitors away from the client’s site and to yours.
    • it dilutes the client’s SEO by linking to an off-topic site.
    • Nice though the theme is (yes, they agree it’s quite nice) unlike a free theme the client has no obligation to display your branding on every page.
    • they feel branded links make their site look “unprofessional”

    Note: Choosing “display:none” for the whole copyright box isn’t a good solution, not least because it still leaves your branding in live code should anything disable or invalidate the CSS.

    Thanks!

    p.s. For the record the clients don’t want me me link to my site either.

    • This topic was modified 10 years ago by RealBasics.
    #600092

    In reply to: Slider Help

    Hi,

    Sorry for the late reply. The example page you sent doesn’t seem to be using a slider at the top, it’s a color section with a background image set to it. You can try the following in Quick CSS to control the slider caption:

    .avia-fullscreen-slider .caption_bottom .slideshow_caption {
        bottom: 100px !important;
    }

    Adjust the value 100 to your liking.

    You can try the following for mobile:

    .avia-fullscreen-slider .avia-slide-wrap {
        height: 75% !important;
    }

    Best regards,
    Rikard

    #600072

    In reply to: Jetpack conflict ?

    Hi,

    Sorry for the late reply, this thread might help you: https://wordpress.org/support/topic/site-inaccessible-403-error. Seems like it’s a common problem with JetPack.

    Thanks,
    Rikard

    Hi!

    I would prefer Youtube as it allows you to modify the way the video looks.

    When you add the youtube video you need to add some parameters to the URL which will change the look of the video

    
    https://www.youtube.com/watch?v=7Ya71Vtkccc?&controls=0&modestbranding=0&autoplay=1&rel=0&showinfo=0&hd=1&autohide=1&color=white
    
    in the above URL On = 1  and Off = 0 the rest of them are parameters allowed by google
    
    controls=0
    modestbranding=0
    autoplay=1
    rel=0
    showinfo=0
    hd=1
    autohide=1
    color=white
    
    

    Use this link to build your own URL http://www.vtubetools.com/ then modify it without the iframe as showin int he above link.

    For more details please ref to https://developers.google.com/youtube/player_parameters

    Add the below css in Quick CSS to make the lightbox video larger or fullscreen adjust the height and width

    /* Lightbox Large Video  */
    .mfp-iframe-holder .mfp-content {
        width: 100%;
        max-width: 70%!important;
    }
    

    Fullscreen

    /* Lightbox fullscreen Video */
    .mfp-iframe-holder .mfp-content {
        width: 100vw!important;
        height: 100vh!important;
    }
    

    Regards,
    Vinay Kashyap

    #600034

    this is the code that pops up at the top and pushes everything down.

    Notice: Use of undefined constant ‘display_errors’ – assumed ‘‘display_errors’’ in /home/arisevideo/public_html/wp-config.php on line 63

    Notice: Use of undefined constant ‘WP_DEBUG’ – assumed ‘‘WP_DEBUG’’ in /home/arisevideo/public_html/wp-config.php on line 64

    Notice: Use of undefined constant ‘WP_DEBUG_LOG’ – assumed ‘‘WP_DEBUG_LOG’’ in /home/arisevideo/public_html/wp-config.php on line 65

    Notice: Use of undefined constant ‘WP_DEBUG_DISPLAY’ – assumed ‘‘WP_DEBUG_DISPLAY’’ in /home/arisevideo/public_html/wp-config.php on line 66

    Notice: Use of undefined constant ‘SCRIPT_DEBUG’ – assumed ‘‘SCRIPT_DEBUG’’ in /home/arisevideo/public_html/wp-config.php on line 67

    Warning: Cannot modify header information – headers already sent by (output started at /home/arisevideo/public_html/wp-config.php:63) in /home/arisevideo/public_html/wp-content/plugins/wpclef/includes/lib/wp-session/class-wp-session.php on line 124

    Warning: Cannot modify header information – headers already sent by (output started at /home/arisevideo/public_html/wp-config.php:63) in /home/arisevideo/public_html/wp-includes/option.php on line 820

    Warning: Cannot modify header information – headers already sent by (output started at /home/arisevideo/public_html/wp-config.php:63) in /home/arisevideo/public_html/wp-includes/option.php on line 821

    #600032

    I’m not sure if I inserted that code in the right place. Now I’m getting a bunch of weird code at the top of each page of the wordpress interface.

    #600026

    Topic: Enfold Logo Issue

    in forum Enfold
    #600024
    _riccardo_
    Participant

    Hi, I have a page in the page is a lengthy document, I would stop it with the “read more” function. I put “read more” in the text but does not work. You can help me ?
    Thank you
    Riccardo

    #600022
    CDuyvis
    Participant

    Earlier today, I ran into this problem on my main page; fullwidth elements completely break my divs.
    https://kriesi.at/support/topic/fullwidth-portfolio-element-breaks-divs/

    I was shown a workaround which I’m very pleased with, using a color section, but I just realized it seems to have some responsiveness issues. The text and image on the main page stay side by side instead of the image moving underneath.

    In addition, my footer (which I haven’t even touched!) displays four columns even on my phone screen.

    Any thoughts what might be wrong?

    Admin account & front page link are the same as in the other thread.

    Thanks!

    #600021

    I’ve found the issue after reading this thread: https://kriesi.at/support/topic/page-builder-not-working-anymore/ or better tried to look into the subject from a different angle!

    The issue in my case is not the child thme itself, but more the fact, that I’ve added some scriplets from the support section to add some custom post types/taxonomies to the image grid:

    function add_builder_to_posttype($metabox)
    {
    foreach($metabox as &$meta)
    {
    if($meta[‘id’] == ‘avia_builder’ || $meta[‘id’] == ‘layout’)
    {
    $meta[‘page’][] = ‘testimonial’; /*instead add the name of the custom post type here*/
    $meta[‘page’][] = ‘page’; /*instead add the name of the custom post type here*/
    }
    }

    return $metabox;
    }

    if(!function_exists(‘avia_custom_query_extension’))
    {
    function avia_custom_query_extension($query, $params)
    {
    global $avia_config;
    if(!empty($avia_config[‘avia_custom_query_options’][‘order’]))
    {
    $query[‘order’] = $avia_config[‘avia_custom_query_options’][‘order’];
    }

    if(!empty($avia_config[‘avia_custom_query_options’][‘orderby’]))
    {
    $query[‘orderby’] = $avia_config[‘avia_custom_query_options’][‘orderby’];
    }

    unset($avia_config[‘avia_custom_query_options’]);

    return $query;
    }

    add_filter(‘avia_masonry_entries_query’, ‘avia_custom_query_extension’, 10, 2);
    add_filter(‘avia_post_grid_query’, ‘avia_custom_query_extension’, 10, 2);
    add_filter(‘avia_post_slide_query’, ‘avia_custom_query_extension’, 10, 2);
    add_filter(‘avia_blog_post_query’, ‘avia_custom_query_extension’, 10, 2);
    add_filter(‘avf_magazine_entries_query’, ‘avia_custom_query_extension’, 10, 2);

    add_filter(‘avf_template_builder_shortcode_elements’,’avia_custom_query_options’, 10, 1);
    function avia_custom_query_options($elements)
    {
    $allowed_elements = array(‘av_blog’,’av_masonry_entries’,’av_postslider’,’av_portfolio’,’av_magazine’);

    if(isset($_POST[‘params’][‘allowed’]) && in_array($_POST[‘params’][‘allowed’], $allowed_elements))
    {
    $elements[] = array(
    “name” => __(“Custom Query Orderby”,’avia_framework’ ),
    “desc” => __(“Set a custom query orderby value”,’avia_framework’ ),
    “id” => “orderby”,
    “type” => “select”,
    “std” => “”,
    “subtype” => array(
    __(‘Default Order’, ‘avia_framework’ ) =>”,
    __(‘Title’, ‘avia_framework’ ) =>’title’,
    __(‘Random’, ‘avia_framework’ ) =>’rand’,
    __(‘Date’, ‘avia_framework’ ) =>’date’,
    __(‘Author’, ‘avia_framework’ ) =>’author’,
    __(‘Name (Post Slug)’, ‘avia_framework’ ) =>’name’,
    __(‘Modified’, ‘avia_framework’ ) =>’modified’,
    __(‘Comment Count’, ‘avia_framework’ ) =>’comment_count’,
    __(‘Page Order’, ‘avia_framework’ ) =>’menu_order’)
    );

    $elements[] = array(
    “name” => __(“Custom Query Order”,’avia_framework’ ),
    “desc” => __(“Set a custom query order”,’avia_framework’ ),
    “id” => “order”,
    “type” => “select”,
    “std” => “”,
    “subtype” => array(
    __(‘Default Order’, ‘avia_framework’ ) =>”,
    __(‘Ascending Order’, ‘avia_framework’ ) =>’ASC’,
    __(‘Descending Order’, ‘avia_framework’ ) =>’DESC’));
    }

    return $elements;
    }

    add_filter(‘avf_template_builder_shortcode_meta’, ‘avia_custom_query_add_query_params_to_config’, 10, 4);
    function avia_custom_query_add_query_params_to_config($meta, $atts, $content, $shortcodename)
    {
    global $avia_config;
    if(empty($avia_config[‘avia_custom_query_options’])) $avia_config[‘avia_custom_query_options’] = array();

    if(!empty($atts[‘order’]))
    {
    $avia_config[‘avia_custom_query_options’][‘order’] = $atts[‘order’];
    }

    if(!empty($atts[‘orderby’]))
    {
    $avia_config[‘avia_custom_query_options’][‘orderby’] = $atts[‘orderby’];
    }

    return $meta;
    }
    }

    add_theme_support(‘deactivate_layerslider’);

    brogilberto
    Participant

    Hi guys,

    I’m trying to set up a link within the Advanced Layer slider, so that the image of a video play button can be clicked and then a YouTube video is launched in a fullscreen lightbox, like at the top of this site: https://jessijohnson.ca/ Please check it to see what I mean.

    I originally set our Layer Slider up with a Vimeo video and it seemed to pop-up fine, although we couldn’t set it to go fullscreen…thus why we switched to YouTube as I thought this wouldn’t be an issue.

    Any ideas here?

    I’ll provide you my dev site link and login below so you can maybe take a closer look and see if this is easily possible?

    Thanks so much, as always.
    D

    #600000

    Yeah, it’s (the red text box) probably too big… it’s fine on desktop but i need to figure out a solution for mobile… I originally added css to remove it from the mobile view but my client wasn’t happy with that so i need to try to figure out a compromise…

    Is there a way that I can get it to fix in position on the desktop but display underneath the logo in mobile view without it overlaying the body content… so effectively, it would push the content down accordingly?

    #599993

    Hi Andy,

    hat sich erledigt hab im Forum meine Antwort gefunden:

    @media only screen and (max-width: 767px) {
    .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin {
    margin: 0;
    margin-bottom: 0px;
    width: 100%;
    padding: 10px 10px 10px 10px !important;
    }
    }

    funktioniert super …

    Gruß
    Frankmen

    #599973

    Thank you. Sadly, it does not help. That requires changes to the general layout, and the added sections are centered top to bottom. I need a blank page please.

    #599972
    buhlig
    Participant

    Hi there,
    facing a severy issue using Revolution Slider. Whilst on

    	<li>http://www.german-lightning.com/</li>
    Revolution-Slider is embedded 3 times and working fine in connection with the theme image grid, on 
    	<li>http://www.german-lightning.com/company/references/</li>

    the page broken.

    Interesting to know might be, that I have saved the diferent sections as templates on the home-page and simply inserted them from the template manager into the broken page …

    On top of all, when I activate Essential Grid plugin, even the backend designer of the theme doe not work any more! :-(
    Any idea?

    Cheers,
    Boris

    • This topic was modified 10 years ago by buhlig.
    rrdr
    Participant

    Im trying to use a different slider at the top of a page. The slider itself is not part of the Avia layout builder, so it cannot be easily added. I can add the slider using a shortcode. I add a text box then add the shortcode for the slider.

    The problem is there is a space before and after the slider. How to I remove any padding/margin before and after a text box/content element or layout element.

    Secondly, I would like to upgrade to the newest version of your theme but Im concerned I might break something when updating. What would you charge to update my website to the newest Enfold theme?

    Thanks again for your help.

Viewing 30 results - 98,731 through 98,760 (of 142,852 total)