Forum Replies Created

Viewing 30 posts - 63,391 through 63,420 (of 63,991 total)
  • Author
    Posts
  • in reply to: font color sidebars and widgets #121108

    Hey!

    Sure :))

    Best regards,

    Ismael

    Hey,

    Sorry for the delay. You can move the menu via CSS. Just add this on your custom.css or Quick CSS

    #menu-top-menu {
    margin-top: 30px;
    margin-left: -180px;
    }

    Adjust the values.

    Regards,

    Ismael

    in reply to: how to create a banner at the top #121571

    Hi,

    I think that is the logo. Just insert your logo on Enfold > Logo.

    Regards,

    Ismael

    Hello,

    Please don’t use the LayerSlider shortcode because it is not working. Go to Advance Layout Editor, under Media Elements, insert the LayerSlider.

    Regards,

    Ismael

    in reply to: Facebook Like button #117640

    Hey,

    Glad it worked. :)

    Cheers,

    Ismael

    in reply to: Facebook Like button #117639

    Hey,

    Glad it worked. :)

    Cheers,

    Ismael

    in reply to: padding for advanced layer slider #121426

    Hi,

    You can insert the Horizontal Ruler element, select Whitespace. You can even indicate the height.

    Regards,

    Ismael

    in reply to: how to clone an existing page within the Enfold theme #121413

    Hi,

    @formateins: Thanks for the tip.

    Or you can add this on your functions.php

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }

    Cheers,

    Ismael

    in reply to: Unable to Install the Theme #120814

    Hey,

    Glad you fixed it.

    Cheers,

    Ismael

    Hi,

    Refresh your page a few times.

    These are the steps you can do

    – Deactivate all plugins then reactivate them to check which plugin is interfering with the Screen Options.

    – Switch back to TwentyTwelve theme, see if the button works.

    – Re-uploading the wp-admin and wp-includes folders from a fresh download of WordPress?

    – Increase the memory available on your PHP.

    1. If you have access to your PHP.ini file, change the line in PHP.ini

    If your line shows 32M try 64M. If your line shows 64M try 128M

    memory_limit = 64M ; Maximum amount of memory a script may consume (32MB)

    2. If you don’t have access to PHP.ini try adding this to an .htaccess file:

    php_value memory_limit 64M

    3. Try adding this line to your wp-config.php file:

    Increasing memory allocated to PHP

    define(‘WP_MEMORY_LIMIT’, ’64M’);

    4. Talk to your host.

    Regards,

    Ismael

    in reply to: Grid blog post excerpt length #121045

    Hi,

    Let me tag Kriesi.

    Regards,

    Ismael

    in reply to: Calling post_type=page i receive a blank page #120252

    Hi,

    I think user.ini is almost the same as .htaccess. Please contact your host to make the certain changes for you.

    Regards,

    Ismael

    in reply to: Slider for pages #121233

    Hi,

    You kinda lost me there. Are you talking about the navigation?

    Let me tag the rest of the support team.

    Regards,

    Ismael

    Hi,

    Please try to add this css code

    .grid-content {
    padding: 16px !important;
    position: relative;
    }

    Regards,

    Ismael

    in reply to: Logo – banner hyperlink #120041

    Hey,

    Sure. Glad we could help. :)

    Regards,

    Ismael

    in reply to: Get rid of that section ? #121518

    Hi,

    That is the title container. Are you sure you want to hide it? You can add this on your custom.css to remove the area.

    .title_container {
    display: none;
    }

    Regards,

    Ismael

    in reply to: Can't Add Text To Template Builder sections #121503

    Hi,

    It is weird. Please download the latest version, Enfold 1.5. It might fix the issue.

    Or

    You can change the memory limit within the wp-config.php file or in the htaccess file:

    define('WP_MEMORY_LIMIT', '128M');

    If you have access on the .htaccess file, add this code

    php_value memory_limit 128M

    Regards,

    Ismael

    in reply to: image overlay icon color #121502

    Hi,

    You can change the background using this

    .main_color .image-overlay .image-overlay-inside::before {
    background-color: red !important;
    }

    Open css > base.css, find this code

    .image-overlay.overlay-type-extern .image-overlay-inside::before{content:"27A6";}
    .image-overlay.overlay-type-video .image-overlay-inside::before{content:"25B6";}

    You can replace the icon used, refer to this link http://www.entypo.com/characters/. Lets try the phone icon (U+1F4DE). You can do something like this

    .image-overlay.overlay-type-extern .image-overlay-inside::before{content:"1F4DE";}
    .image-overlay.overlay-type-video .image-overlay-inside::before{content:"1F4DE";}

    Remove browser cache then hard refresh the page.

    Cheers,

    Ismael

    in reply to: Fullwidth swf on portfolio page with center alignment #121498

    Hi,

    You move it using this on your custom.css or Quick CSS

    .flex_column.av_one_full.first.avia-builder-el-0.avia-builder-el-first .avia_textblock > div > object {
    margin-left: -600px;
    }

    Adjust the left margin.

    Regards,

    Ismael

    Hi,

    You can probably achieve this using Contact Form 7. Then edit the styling via CSS.

    Regards,

    Ismael

    Hi,

    I tested the Contact page on my end and it is working fine. Please watch this video to understand how to work with the contact page https://vimeo.com/channels/aviathemes/64978019. Maybe it has something to do with the language.

    Regards,

    Ismael

    in reply to: Thumbs looks strange #121490

    Hi,

    Can you give us a look to your website? What thumbnails are you referring to? Portfolio? Blog?

    Regards,

    Ismael

    in reply to: disable native prettybox #121489

    Hi,

    If you want to disable the prettyPhoto feature on Enfold, please open js >avia.js then find this code

    //activates the prettyphoto lightbox
    if($.fn.avia_activate_lightbox)
    $('body').avia_activate_lightbox();

    Replace that with

    //activates the prettyphoto lightbox
    //if($.fn.avia_activate_lightbox)
    //$('body').avia_activate_lightbox();

    Remove browser cache then reload the page.

    Regards,

    Ismael

    in reply to: how to hide mouseover default effect #121445

    Hi,

    Please add this on your custom.css

    .image-overlay.overlay-type-extern {
    display: none !important;
    }

    Regards,

    Ismael

    in reply to: Problem showing products WooCommerce #121007

    Hi,

    I can see that the products are aligning correctly. http://www.learning11.com/la-academia/

    Regards,

    Ismael

    in reply to: Lightbox on preview images… #121340

    Hi,

    Open loop-index.php then find this code

    echo "<div class='".implode(" ", get_post_class('post-entry post-entry-type-'.$post_format . " " . $post_class . " ".$with_slider))."'>";

    //default link for preview images
    $link = get_permalink();

    //on single page replace the link with a fullscreen image
    if(is_singular())
    {
    $link = avia_image_by_id(get_post_thumbnail_id(), 'large', 'url');
    }

    //echo preview image
    if(strpos($blog_style, 'big') !== false)
    {
    if($slider) $slider = '<a href="'.$link.'">'.$slider.'</a>';
    if($slider) echo '<div class="big-preview '.$blog_style.'">'.$slider.'</div>';
    }

    Replace it with:

    echo "<div class='".implode(" ", get_post_class('post-entry post-entry-type-'.$post_format . " " . $post_class . " ".$with_slider))."'>";

    //default link for preview images
    $link = avia_image_by_id(get_post_thumbnail_id(), 'large', 'url');;

    //on single page replace the link with a fullscreen image
    if(is_singular())
    {
    $link = avia_image_by_id(get_post_thumbnail_id(), 'large', 'url');
    }

    //echo preview image
    if(strpos($blog_style, 'big') !== false)
    {
    if($slider) $slider = '<a href="'.$link.'" rel="lightbox">'.$slider.'</a>';
    if($slider) echo '<div class="big-preview '.$blog_style.'">'.$slider.'</div>';
    }

    Please try this one. Reset Dude’s code first. Remove browser cache then reload the page.

    Regards,

    Ismael

    in reply to: Change Top Menu Colors #121271

    Hi,

    You removed something. Please use this instead.

    .main_menu a {
    color: white !important;
    }

    .current-menu-item > a {
    color: black !important;
    }

    .header_color .main_menu .menu ul li a:hover {
    background-color: white;
    color: orange !important;
    }

    .current-menu-item > a .avia-menu-fx {
    background: black;
    }

    .current-menu-item > a .avia-menu-fx .avia-arrow-wrap .avia-arrow {
    background: black !important;
    border-color: black;
    }

    .avia-menu-fx {
    bottom: 0;
    }

    Enjoy the theme. :)

    Cheers,

    Ismael

    in reply to: Link to Tab number #121547

    Hi,

    You can use a url like this http://localhost/kriesi/enfold/?page_id=1403#tab-id-2.

    #tab-id-2 refers to a certain tab.

    Regards,

    Ismael

    in reply to: Fixed Header – Remove Logo #121545

    Hi,

    Unfortunately, this is a bit complicated. Please hire a freelance developer to add this customization on the theme. You can edit the fixed header behavior on js > avia.js.

    //check if the browser supports element rotation
    function avia_header_size()
    {
    var win = $(window),
    header = $('.fixed_header #header'),
    elements = $('#header_main .container, .main_menu ul:first-child > li > a:not(.avia_mega_div a)'),
    el_height = $(elements).filter(':first').height(),
    isMobile = 'ontouchstart' in document.documentElement,
    scroll_top = $('#scroll-top-link'),
    set_height = function()
    {
    var st = win.scrollTop(), newH = 0;

    if(st < el_height/2)
    {
    newH = el_height - st;

    //header.removeClass('shadow');
    }
    else
    {
    newH = el_height/2;
    //header.addClass('shadow');
    }

    elements.css({height: newH + 'px', lineHeight: newH + 'px'});
    }

    if(!header.length) return false;

    if(isMobile)
    {
    return false;
    }

    win.scroll(set_height);
    set_height();
    }

    Thanks,

    Ismael

    in reply to: Installation Not Working #121536

    Hey,

    Good thing it is working now. If you want to know about the theme please visit this link https://vimeo.com/channels/aviathemes.

    Regards,

    Ismael

Viewing 30 posts - 63,391 through 63,420 (of 63,991 total)