Forum Replies Created

Viewing 30 posts - 63,301 through 63,330 (of 63,991 total)
  • Author
    Posts
  • in reply to: Table in sidebar breaking #122518

    Hi,

    Your sidebar looks good. I will mark this thread as resolved.

    Cheers,

    Ismael

    in reply to: edit front page #122517

    Hi,

    Please create a test site. Activate Enfold then Import the dummy data. It will give you a lot of ideas how the theme works. You can also watch these videos to learn more about the theme. https://vimeo.com/channels/aviathemes

    You can set the front page on Enfold > Theme Settings > Frontpage Settings, select the page.

    Regards,

    Ismael

    in reply to: Layer Slider and Secondary Menu #121228

    Hi,

    Add this one

    .fixed_header.social_header #main {
    padding-top: 120px;
    }

    Regards,

    Ismael

    in reply to: Why I can't change the color of the theme? #122221

    Hi,

    Yes, please create a new installation of WordPress, it should be 3.5 or higher. Download the latest version of the theme, Enfold 1.5.

    Regards,

    Ismael

    in reply to: Advanced editor inserting masses of blank lines #122331

    Hi,

    Where exactly in the Advance Layout Editor is this happening? Text Block?

    Please place this code on your functions.php

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

    This will switch the editor to debug mode. You will see the actual shortcode at the bottom of your Avia Builder.

    Regards,

    Ismael

    in reply to: translate into spanish #122257

    Hi,

    As I said before, there are texts that can’t be translated using a plugin. You need to manually translate them by editing the theme files. That is why I want you to point me to the text that you want to translate.

    You can use WPML to translate the site for you but there are still some texts that will be left out.

    Example, if you want to change the word Search. Edit searchform.php then find this code

    placeholder='<?php _e('Search','avia_framework')?>

    Replace it with

    placeholder='<?php _e('Buscar','avia_framework')?>

    Regards,

    Ismael

    in reply to: Very basic question from a newbie #122300

    Hi,

    They will be deleted permanently after 30 days.

    Regards,

    Ismael

    in reply to: LayerSlider font colour #122101

    Hi,

    I don’t have this problem on my end. I can specify the color on LayerSlider WP correctly without the theme color overriding it. Can you give us a link to your website?

    Regards,

    Ismael

    in reply to: Buttons not rendered in IE8 #122321

    Hi,

    Please add this on your custom.css

    #top .header_color .avia-color-theme-color {
    color: white;
    }

    body div .avia-button {
    background: #A81010;
    }

    IE8 doesn’t support color: rgba and background-image.

    Regards,

    Ismael

    in reply to: header bar overlapping title #122316

    Hi,

    I visited the links and the logo doesn’t overlap the titles at all.

    Regards,

    Ismael

    in reply to: Portfolio breadcrumbs not working properly #122115

    Hi,

    Please edit the actual Portfolio page. Watch this videos: https://vimeo.com/channels/aviathemes/64927358

    Can you give us a link to your website?

    Regards,

    Ismael

    in reply to: Advanced Editor Disappeared #122326

    Hi,

    If you want to switch the Advance Layout Editor to debug mode, 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";
    }

    And like @formateins said, the debug-feature will show you beneath the builder a plain textarea field with the contents of the builder. Locate your mistake, correct it within the textarea and save. You’re done. :)

    Regards,

    Ismael

    in reply to: Add a shortcode inside a LayerSlider layer #122022

    Hi,

    I tested this code, place it on a Div/Video. It works ok but you are correct they are not responsive. You need to add a special class then use Media Queries to make them responsive.

    <div class="avia-button-wrap avia-button-center avia-builder-el-2 el_after_av_textblock avia-builder-el-last "><a href="http://www.thisISaLink.com" class="avia-button avia-icon_select-yes avia-color-red avia-size-medium avia-position-center " target="_blank"><span class="avia_button_icon avia-font-entypo-fontello">♥</span><span class="avia_iconbox_title">Click me</span></a></div>

    Regards,

    Ismael

    in reply to: Menu broken in Responsive mode #121711

    Hi,

    Sorry, my bad. I only have the browser and this link (http://www.responsinator.com/?url=http%3A%2F%2Fwww.typedesign.de%2F) to check this. When I resize the browser to iPad’s resolution, the SlideOut Menu triggers fine.

    This happens when you turn your iPad sideways to Portrait mode without refreshing the page?

    Let me tag Kriesi and Devin to check this out.

    Regards,

    Ismael

    in reply to: Portfolio Issues #122262

    Hi,

    Are you using the Portfolio Grid?

    You can edit config-templatebuilder > avia-shortcodes > portfolio.php, find this code

    Line 240:

    $output .= "<a href='{$link}' data-rel='grid-".avia_post_grid::$grid."' class='grid-image' title=''>".get_the_post_thumbnail( $the_id, $image_size )."</a>";

    Replace it with:

    $output .= "<a target='_blank' href='{$link}' data-rel='grid-".avia_post_grid::$grid."' class='grid-image' title=''>".get_the_post_thumbnail( $the_id, $image_size )."</a>";

    Line 242:

    $output .= "<h3 class='grid-entry-title'><a href='{$title_link}' title='".esc_attr(strip_tags($entry->post_title))."'>".$entry->post_title."</a></h3>";

    Replace with:

    $output .= "<h3 class='grid-entry-title'><a target='_blank' href='{$title_link}' title='".esc_attr(strip_tags($entry->post_title))."'>".$entry->post_title."</a></h3>";

    Regards,

    Ismael

    in reply to: Easy Slider bullets #122305

    Hi,

    Just add this on your custom.css

    Remove bullets

    .avia-slideshow-dots.avia-slideshow-controls {
    display: none;
    }

    Remove arrows.

    .avia-slideshow-arrows.avia-slideshow-controls {
    display: none;
    }

    Caption Title color.

    .avia-slideshow .avia-caption .avia-caption-title {
    color: red;
    }

    Caption Content color.

    .avia-caption-content {
    color: blue;
    }

    Regards,

    Ismael

    in reply to: Dynamic menus #122294

    Hi,

    I think this is the plugin your are looking for http://wordpress.org/plugins/menu-items-visibility-control/.

    Regards,

    Ismael

    in reply to: Can't add images #122027

    Hi,

    That’s weird. Please check your wp-content/themes folder. How many enfold folder do you see in there?

    Regards,

    Ismael

    in reply to: how to upgrade from 1.3 #122279

    Hi,

    Just override the theme files via FTP or your cpanel. Create a backup of your modified files.

    Regards,

    Ismael

    in reply to: Socket Navigation #122278

    Hi,

    On Appearance > Menu, look for Theme Locations > Enfold Footer Menu, select a menu.

    Regards,

    Ismael

    in reply to: Problem with text block in editor #122053

    Hi,

    Set the Avia Layout Editor to debug mode. Please 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";
    }

    This will show you the actual shortcode. You can see it at the bottom of your Advance Layout Editor.

    Text Block should look like this

    [av_textblock ]
    Click here to add your own text
    [/av_textblock]

    Do you have Enfold 1.5?

    Regards,

    Ismael

    in reply to: edit footer padding too much whitespace #121278

    Hey,

    Glad it worked.

    Regards,

    Ismael

    in reply to: translate into spanish #122255

    Hello,

    There are text that can’t be translated using a plugin. They need to be manually translated by editing the theme files. Can you point us to the texts that you want to translate?

    Regards,

    Ismael

    in reply to: Menu overlapping on the logo (ipad) #122245

    Hi,

    The menu should switch to dropdown or sliderOut Menu when viewing on an iPad. Check Enfold > Header > Responsive Header Main Menu.

    Also, please check Enfold > General Settings > Responsive Layout > select Responsive Layout.

    Regards,

    Ismael

    Hi johnball,

    I checked jaypopsu’s link (http://polettofit.com/contact/) on safari but I don’t see the text moving a few pixels down.

    Can you give us a link to the page with the issue?

    Regards,

    Ismael

    in reply to: stop videos from overlapping header #122226

    Hi,

    Can you give us a link to your website? Please add this on your custom.css

    .archive iframe {
    position: relative !important;
    }

    Regards,

    Ismael

    in reply to: Translating search #122170

    Hi,

    1.) Edit searchform.php, find this code

    placeholder='<?php _e('Search','avia_framework')?>

    2.) Edit functions-enfold.php, find this code

    $output .= __("Sorry, no posts matched your criteria", 'avia_framework');

    3.) Edit framework > php > function-set-avia-frontend.php

    if($wp_query->found_posts > 1)
    {
    $output = $wp_query->found_posts ." ". __('search results for:','avia_framework')." ".esc_attr( get_search_query() );
    }
    else
    {
    $output = $wp_query->found_posts ." ". __('search result for:','avia_framework')." ".esc_attr( get_search_query() );

    4.)

    5.)

    6.) You can add this on your custom.css

    .search-no-results .widget.avia_combo_widget {
    display: none;
    }

    .search-no-results .template-search h3 {
    display: none;
    }

    Let me tag the rest of the support team for 4 and 5.

    Regards,

    Ismael

    in reply to: Why I can't change the color of the theme? #122219

    Hi,

    Are you sure it is not working? I chose black, in fact I tried every color scheme and all of them work. :)

    Regards,

    Ismael

    in reply to: Socket social links #122212

    Hi,

    You can add this on your custom.css

    .social_bookmarks_vimeo {
    display: none;
    }

    Regards,

    Ismael

    in reply to: Ipad and Mini Ipad issue #122209

    Hi,

    Please open js > avia.js. Find this code

    var menu 			  = header.find('.main_menu ul:eq(0)'),
    first_level_items = menu.find('>li').length,
    bottom_menu = $('html').is('.bottom_nav_header'),
    switchWidth = 768;

    Replace switchWidth value

    switchWidth = 900;

    Try to experiment on the value.

    You can also change settings on Enfold > Header > Responsive Header Main Menu, select Display as SlideOut Menu.

    Let me tag Devin to help us out.

    Regards,

    Ismael

Viewing 30 posts - 63,301 through 63,330 (of 63,991 total)