Viewing 30 results - 210,931 through 210,960 (of 244,571 total)
  • Author
    Search Results
  • #331426

    Hi Martin!

    Thank you for using Enfold.

    Please use this:

    h5.related_title {
    text-align: center;
    font-size: 20px;
    }

    Regards,
    Ismael

    #331421

    Hi EvoSteffan!

    Currently Enfold does not support star ratings feature nor have I personally tested any to give an approval on one.

    I have added a feature request for you. Feel free to add your comment and cast your vote here: https://kriesi.at/support/enfold-feature-requests/

    Best regards,
    Arvish

    #331415

    We can replace content, But if you can suggest taking backup of theme options, because we tried to change theme and it got lost. If you can login and check it, plz recover theme options atleast so that we dont loose it.

    For now, we cant have menu for enfold theme options so can’t take theme options backup

    #331405

    In reply to: Enfold Showcase

    Hey!

    Amazing! It’s so good to see the incredible versatility of Enfold’s design in you guys’ work. Well done!

    Cheers!
    Arvish

    #331395

    Hey Scott!

    I could note some things:

    • You’d need to re-do the Features page
    • The search in the header is different in Enfold.
    • The phone info info in the header is also different in Enfold.
    • There is no slogan option in Enfold, perhaps you could include it in the logo image

    Regards,
    Josue

    #331393

    Hi,

    In this moment I’m working with plugin Theme Test Drive, because I want change Theme: from Holi to Enfold. But since few days ago, I can’t work well for this problem.
    I don’t know how to know which version is, or how to update it.

    http://www.emoalimentacion.com

    Regards,

    #331383

    Hey Josue!

    Great – it works perfect now!!
    Special thank for your excellent support, I used AVADA and TOTAL before, but the support for ENFOLD is so much better – a class of it’s own…
    Cheers!
    Peter

    #331380

    How would I do a pull quote then as its not in the short codes but on the website??

    eg… in the blog example… it has a line on the left side and the font is different “New studies show: Vacations are needed”
    http://kriesi.at/themes/enfold/blog/

    or core services her????
    http://kriesi.at/themes/enfold/pages/services/

    #331378
    This reply has been marked as private.
    #331376

    In reply to: logo position

    Hey!

    I believe the image might have been deleted or moved.

    Add this to your custom.css or Quick CSS to show the line:

    div#header_main {
    background-image: url(https://www.weinkellerei-woeber.at/weinkellerei/wp-content/uploads/2014/10/logo_linie.jpg);
    }

    Alternative find enfold_child.css in your active theme directory and change the image path at line 61.

    Best regards,
    Arvish

    #331374

    Hey!

    This is a temporary fix to your solution.

    I have added the following at the end of your functions.php file:

    // temporary fix for woocommerce 2.2+ and enfold 3+: woocommerce_product_subcategories() not available in admin mode
    
    add_action('woocommerce_init', function() {
      if ( ! function_exists( 'woocommerce_product_subcategories' ) )
        include_once( __DIR__.'/../../plugins/woocommerce/includes/wc-template-functions.php' );
    } );

    The error is gone but we shall be looking into the issue to provide you with a more permanent solution.

    Cheers!
    Arvish

    #331363

    Hi venomhax!

    Thank you for using Enfold.

    Try this on Quick CSS or custom.css:

    div#jsection4 {
    z-index: 10000;
    position: relative;
    }

    Best regards,
    Ismael

    #331359

    Hey Rustybucket!

    Thank you for using Enfold.

    Please try to contact your host. Maybe they have any idea what’s causing the issue. If possible, we would like to check it. Please post login details here and set it as a private reply.

    Best regards,
    Ismael

    #331356

    In reply to: Read More

    Hey trackvets!

    Thank you for using Enfold.

    Yes, it only works for blog posts. You can’t use it on text blocks.

    Regards,
    Ismael

    #331354

    In reply to: layout v.3

    Hey patriscia!

    Thank you for using Enfold.

    Please go to Enfold > General Layout > Layout > Logo and Main Menu. Select left or right sidebar.

    Best regards,
    Ismael

    #331353

    In reply to: News Main Menu Sidebar

    Hey jansthh!

    Thank you for using Enfold.

    Please use this on Quick CSS or custom.css:

    .html_header_sidebar #top #header {
    width: 400px;
    }

    Regards,
    Ismael

    #331352

    Thanks, but the “template-builder.php” file didn’t have a Template Name like in the Codex. I found that file in the /wp-content/themes/enfold directory.

    Can you tell me what CSS will hide the header? I’ve tried a number of snippets found here in the forums, but haven’t been able to get the entire div or container to disappear.

    #331343

    In reply to: Baseline logo

    Hi!

    Thank you for the info.

    I’m sorry but you can’t use the Appearance > Customize panel to add any options on the theme when you’re using Enfold. All available options are within the Enfold > Theme Options panel. If you want to show a sub text on the logo, use this on functions.php:

    add_filter('avf_logo_subtext', 'kriesi_logo_addition');
    
    function kriesi_logo_addition($sub) {
    	$sub .= "<strong class='logo-title'>Company Name</strong>";
    	$sub .= "<strong class='logo-title logo-subtitle'>Additional Text Here</strong>";
    	return $sub;
    }

    Adjust the subtext position with this:

    .logo, .logo a {
    overflow: visible;
    width: 100%;
    }
    
    span.subtext {
    position: absolute;
    top: 0;
    left: 200px;
    }

    Cheers!
    Ismael

    #331342

    Hi kem1975us!

    Thank you for using Enfold.

    Please use this:

    add_filter('avf_title_args', 'fix_single_post_title', 10, 2);
    function fix_single_post_title($args,$id)
    {
    if ( $args['title'] == 'Blog - Latest News' )
    {
    $args['title'] = get_the_title($id);
    $args['link'] = get_permalink($id);
    $args['heading'] = 'h1';
    }
    
    return $args;
    }

    Best regards,
    Ismael

    #331341

    Hi macatokio!

    Thank you for using Enfold.

    Do you mind if we take a look inside? Please post the login details here and set it as a private reply.

    Regards,
    Ismael

    #331338

    Hi!

    Thank you for using Enfold.

    Looks like you’re not using any fancy transition on the sliders. This slider can be duplicated with the Fullwidth Easy Slider. On Slideshow Image and Video Size, choose “No Scaling”. The problem is, layer slider is automatically adding top margins for slide backgrounds, cutting off the top part of the image.

    Cheers!
    Ismael

    #331335

    Hey Vicken!

    Thank you for using Enfold.

    Did you also change the transition of the other slide? After you check all transition options, make sure that you save changes.

    Regards,
    Ismael

    #331334

    Hey marri!

    Thank you for using Enfold.

    Make sure that you unzip the actual theme folder. Please try to install the theme via FTP. Refer to this link for more info: http://kriesi.at/documentation/enfold/install-enfold-over-ftp/

    Regards,
    Ismael

    #331333

    Hey scottfairchild!

    Thank you for using Enfold.

    Maybe, you’ve reach the maximum space limit on your account? Please ask your host or check your cpanel. If possible, please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Regards,
    Ismael

    #331332

    Hey Ignazio!

    Thank you for using Enfold.

    No, unfortunately, that is not possible yet. You can vote or request the feature on our Feature Requests page.

    Best regards,
    Ismael

    #331331

    Hey!

    Thank you for the update.

    Please edit Enfold > General Layout > Dimensions > Maximum Container width and Content | Sidebar Ratio. Save changes. See if that fix the sidebar area width issue. Regarding the widgets, still not sure why they’re not showing. Please give us a temporary login details. We would like to check it.

    Regards,
    Ismael

    #331330

    Hi uniquelylost!

    Thank you for using Enfold.

    I’m sorry but this might break the sticky but you can add this on functions.php:

    function ava_sticky_sub() { 
    		$output = do_shortcode("[av_submenu menu='32' position='center' color='main_color' sticky='aviaTBsticky' custom_class='']");;
    		echo $output;
    }
    
    add_action('ava_after_main_container', 'ava_sticky_sub', 10);

    Cheers!
    Ismael

    #331325

    Topic: Tab Manager Extension

    in forum Enfold
    db3d
    Participant

    I noticed this plugin doesn’t currently work with the latest update (and maybe the previous one)

    I use the tab manger for global tabs and when I click override for a unique product then click publish, the settings don’t update.

    To test this, I changed themes, did the override, published to see the results. I then changed back to the enfold theme and the settings are not correct. Any chance you can find a fix so I don’t have to do this for every unique product?

    Thanks,

    #331324

    Hi jeffharris!

    Thank you for using Enfold.

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

    ul.sub-menu {
    position: relative !important;
    left: 20px !important;
    opacity: 1 !important;
    visibility: visible !important;
    }

    Use google inspector or firebug to change the look of the sub menu.

    Regards,
    Ismael

    #331320
    This reply has been marked as private.
Viewing 30 results - 210,931 through 210,960 (of 244,571 total)