Forum Replies Created

Viewing 30 posts - 63,211 through 63,240 (of 66,027 total)
  • Author
    Posts
  • in reply to: Misspelling on Search Results page #139922

    Hey,

    Glad you figured it out.

    Cheers,

    Ismael

    in reply to: Font settings aren't changing font. #139770

    Hey,

    Please remove browser cache then reload the page a few times. If you have a cache plugin, please flush the settings. What type of font are your trying to use?

    Regards,

    Ismael

    in reply to: Specific IDX problem #139119

    Hi,

    I tried this on my end using a child theme and the sidebar shows properly. When editing a page with the idx template, did you properly select the Sidebar on Layout options on the lower right of the editor?

    Note: The Advance Layout Editor will not work when using this IDX template. Please switch to Default Editor.

    Regards,

    Ismael

    in reply to: Poor quality thumbnail images in portfolio gallery #139977

    Hi,

    Please edit that line on functions.php, replace it with:

    $avia_config['imgSize']['portfolio_small'] = array('width'=>514, 'height'=>370 ); // images for portfolio 4 columns

    It will double the size of the cropped portfolio thumbnail. Regenerate the thumbnails: http://wordpress.org/plugins/regenerate-thumbnails/

    Regards,

    Ismael

    Hey,

    This will make the header transparent:

    .header_color .header_bg, #header_main {
    background: transparent;
    }

    To have the full effect, move the main container upwards:

    .fixed_header #main {
    padding-top: 0;
    }

    Cool website, by the way. :)

    Regards,

    Ismael

    in reply to: Ajax Portfolio Images Not Displaying #138995

    Hey,

    @Iano999: You did send me the login details but I think it is wrong. Please send it again.

    Regards,

    Ismael

    in reply to: Post Pagination #139990

    Hey,

    Yes, <!–nextpage–> should work. Please add the code on Text mode of the editor.

    Regards,

    Ismael

    in reply to: How I can decrease wide of sidebar? #139577

    Hi,

    Edit functions.php, find this code:

    $avia_config['layout']['fullsize'] 		= array('content' => 'twelve alpha', 'sidebar' => 'hidden', 	 'meta' => 'two alpha', 'entry' => 'eleven');
    $avia_config['layout']['sidebar_left'] = array('content' => 'nine', 'sidebar' => 'three alpha' ,'meta' => 'two alpha', 'entry' => 'nine');
    $avia_config['layout']['sidebar_right'] = array('content' => 'nine alpha', 'sidebar' => 'three alpha', 'meta' => 'two alpha', 'entry' => 'nine alpha');

    Replace it with:

    $avia_config['layout']['fullsize'] 		= array('content' => 'twelve alpha', 'sidebar' => 'hidden', 	 'meta' => 'two alpha', 'entry' => 'eleven');
    $avia_config['layout']['sidebar_left'] = array('content' => 'ten', 'sidebar' => 'two alpha' ,'meta' => 'two alpha', 'entry' => 'ten');
    $avia_config['layout']['sidebar_right'] = array('content' => 'ten alpha', 'sidebar' => 'two alpha', 'meta' => 'two alpha', 'entry' => 'ten alpha');

    Regards,

    Ismael

    in reply to: Help with editing embedded videos #139631

    Hi,

    Maybe you need to create it from scratch. Delete the page then start again. Can you give us a link to the sample vimeo video?

    Regards,

    Ismael

    in reply to: reCAPTCHA looks wrong #139475

    Hey,

    The best way is to create a child theme but since you don’t have one, you need to create a backup of the modified files. Update the theme then add the changes again.

    Regards,

    Ismael

    in reply to: Ajax Portfolio Images Not Displaying #138990

    Hey,

    Did you set a Featured Image for each Portfolio Items?

    Please send the login details to //…

    Include the word “Kriesi” on the subject. Add the link of this thread on your email.

    Regards,
    Ismael

    in reply to: Main and responsive menus overlapping #139639

    Hey,

    You can add this on your custom.css or Quick CSS:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .main_menu ul:first-child > li > a {
    padding: 0 8px;
    font-size: 12px;
    }

    .logo.bg-logo {
    width: 200px;
    margin-top: 20px;
    }
    }

    You can adjust the size of the logo.

    Regards,

    Ismael

    in reply to: Icons in Enfold #136271

    Hey,

    You can use this on your custom.css or Quick CSS:

    IconBox:

    .main_color .iconbox_content_title {
    color: red;
    }

    .main_color .iconbox_icon.heading-color.avia-font-entypo-fontello {
    color: blue;
    }

    Regards,

    Ismael

    in reply to: Rounded corners (border-radius) in header area #139733

    Hey,

    You can use this:

    .nonfixed_header .header_bg, #header_meta, #header {
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    }

    Regards,

    Ismael

    in reply to: Woo Commerce – Which plugin to use? #139739

    Hi,

    Use this plugin to display products on your website: http://wordpress.org/plugins/woocommerce/

    Regards,

    Ismael

    in reply to: Gallery error with WPML #139751

    Hi,

    I’m not sure which is which but please try to regenerate the thumbnails on the language with the Gallery not working.

    http://wordpress.org/plugins/regenerate-thumbnails/

    Regards,

    Ismael

    Hi,

    What do you mean by “Custom Location”?

    No, I don’t think that is possible if you’re using the Enfold Google Maps Widget.

    Regards,

    Ismael

    in reply to: How to create a one page portfolio page slider #139681

    Hey,

    You can use the Fullscreen Slider under Media Elements tab.

    Cheers,

    Ismael

    in reply to: How can I change the size of the color section? #139688

    Hey,

    Edit the Color Section then give it a “Custom Css Class”, example “awesome-color-section”. You can define the height on Quick CSS or custom.css:

    .avia-section.awesome-color-section {
    height: 500px;
    }

    Regards,

    Ismael

    in reply to: Conditional shortcode around layout objects #139523

    Hey,

    Please switch your theme to debug mode. Edit function.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    Below, add this code:

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

    You will be able to see the actual shortcode below the builder.

    Regards,

    Ismael

    in reply to: LayerSlider not working in IE8 and IE7 #139424

    Hey,

    Maybe IETester doesn’t really render the slider properly. Devin just tested it on IE8 and it worked. Did you try loading it on an actual IE8 browser?

    Regards,

    Ismael

    in reply to: Social Icons help #137361

    Hey,

    @festivedaisy: Thanks for the tip.

    @cryusis: daisy’s suggestion should work fine.

    Cheers,

    Ismael

    in reply to: Enfold Built in Theme Update #139712

    Hey,

    It will only update the main theme.

    Regards,

    Ismael

    in reply to: not set html code #139713

    Hi,

    Sorry but can you please post a screenshot? You’re inquiry is a bit unclear.

    Regards,

    Ismael

    in reply to: Make an Ajax Portfolio without the Title and Excerpt. #139714

    Hey,

    Yes, it is possible. Edit config-templatebuilder > avia-shortcodes > portfolio.php, find this code on line 476:

    $output .= "<div class='av_table_col portfolio-entry portfolio-preview-content'>";

    $output .= "<h2 class='portfolio-preview-title'><a href='{$link}'>".$entry->post_title."</a></h2>";

    $output .= "<div class='entry-content'>";
    $output .= $content;
    $output .= "</div>";
    $output .= "<span class='avia-arrow'></span>";
    $output .= "</div>";

    Remove it.

    Regards,

    Ismael

    in reply to: Update #139718

    Hey,

    Please create a backup of the files you modified. They will overwritten when you update the theme. You can also use a child theme to preserve the changes you made.

    Regards,

    Ismael

    in reply to: Specific IDX problem #139113

    Hi,

    Please try to duplicate the sidebar.php on the child theme. Let us know if the sidebar works.

    Regards,

    Ismael

    in reply to: LayerSlider not working in IE8 and IE7 #139420

    Hi,

    The theme is not compatible with IE7. Please try to install this plugin: http://wordpress.org/plugins/html5shiv/

    Regards,

    Ismael

    in reply to: Page Grid #139384

    Hi,

    It is something you need to work with a freelance developer if you really want one. You can also place a feature request here: https://kriesi.at/support/topic/enfold-feature-requests

    Regards,

    Ismael

    in reply to: Fixed Header #139327

    Hey,

    You can add this on your custom.css or Quick CSS:

    #header {
    position: fixed;
    }

    #main {
    padding-top: 156px;
    }

    Regards,

    Ismael

Viewing 30 posts - 63,211 through 63,240 (of 66,027 total)