Viewing 30 results - 212,191 through 212,220 (of 244,520 total)
  • Author
    Search Results
  • #324528

    Hey XLMMarketing!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .search .widget_categories, .search .widget_archive {
    display: none !important;
    }

    If that does not work, please post the link to your website

    Cheers!
    Yigit

    #324527

    Hi!

    Enfold theme options > General Styling bolumunde bulunan Quick CSS alanina assagidaki kodu ekleyin lutfen

    #footer #text-3 li { clear: none !important; }

    Eklemistim ben ama sanirim kaydetmeyi unuttum :)

    Cheers!
    Yigit

    #324525

    Hi MattiaParla!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .flex_column.av_one_fifth h1 {
    font-size: 32px;
    }

    Best regards,
    Yigit

    #324498

    In reply to: Portfolio grid styles

    Hi 1lizcollins!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    #top .isotope-item {
    padding-right: 5px;
    padding-bottom: 5px;
    }
    h3.grid-entry-title.entry-title a {
    font-size: 16px;
    color: red!important;
    }

    Best regards,
    Yigit

    #324497

    Tried reinstalling everything again. Now my whole website is broken. Will have to do a clean install.

    EDIT: Managed to rollback some changes. Right now, not only does the website load indefinately when I edit pages, it also has the same behaviour when I try to go to “Restore” menu in UpDraft plugin settings. Somehow my whole website got broken. Guess my only option is to rollback to wp 3.7 and older enfold version if you guys can’t help me.

    • This reply was modified 11 years, 6 months ago by carousel1.
    #324496

    Hey 1lizcollins!

    Please go to Enfold theme options > Header Layout > Mobile Menu > Header Mobile Menu activation and choose 990px.

    Cheers!
    Yigit

    #324488

    Hey!

    Please add Color section element to your page with a unique ID ( http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png ) and add a Code Block element inside with your shortcode. And then add following code to Quick CSS in Enfold theme options under General Styling tab

    #your-custom-id .container { width: 100%; margin: 0; }

    Cheers!
    Yigit

    #324486

    Hi,

    first, thanks for adding the jQuery fix from https://kriesi.at/support/topic/wordpress-4-0/ to 2.9.2!

    There is however still a bug in 2.9.2, introduced by woocommerce 2.2, in regards to the product slider:
    woocommerce.php has changed this:

            public function include_template_functions() {
    -           include_once( 'includes/wc-template-functions.php' );
    +         if ( ! is_admin() || defined( 'DOING_AJAX' ) ) {
    +                 include_once( 'includes/wc-template-functions.php' );
    +         }
            }
    

    which means that the function woocommerce_product_subcategories in that included file is not available in is_admin() mode.
    It is used in enfold/config-templatebuilder/avia-shortcodes/productslider.php, which gets run when editing a page which contains the product slider, and will produce the following error in the ‘Publish’ metabox:
    Fatal error: Call to undefined function woocommerce_product_subcategories() in /path/to/site/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/productslider.php on line 274. Only that metabox, the page title, and permalink editor are shown – all the rest of the metaboxes isn’t.

    Until this gets fixed, here’s a (dirty) workaround, to be placed in the functions.php of the child theme:

    
    // fix for woocommerce 2.2+ and enfold 2.9.2: 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' );
    } );
    
    #324484

    Hey Antonio!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #footer .widgettitle {
    color: white !important;
    }

    Cheers!
    Yigit

    #324482

    Hey!

    Eklentileri de-aktif etmeyi dener misiniz faydasi olucak mi? Footer widget’larinin tum sayfalarda ayni olmasi lazim :)
    Sosyal ikonlar icinde bahsettigim gibi Enfold theme options > Header Layout > Extra Elements bolumunden ekleyebilirsiniz header kismina sosyal ikonlarinizi. Dogru kodu almak icin lazim bana sadece, ben kodu aldiktan sonra silebilirsiniz

    Cheers!
    Yigit

    #324474

    Hey jleland!

    You are currently using Enfold version 2.8.1, please update Enfold to the latest version 2.9.2 via FTP – http://vimeo.com/67209750

    Regards,
    Yigit

    #324472

    Hi Nathan!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .home .logo { display: none !important; }

    If that does not work, please post the link to your website

    Cheers!
    Yigit

    #324468
    reidmccallhhi
    Participant

    I added this line to functions-enfold.php:

    <?php
    echo do_shortcode(‘[smartslider2 slider=”1″]’);
    ?>

    And my site went blank.

    I used the back button to get back to the edit file screen and deleted the code and hit update file, but site is still blank.

    Whoops! Help! Thanks!

    #324466

    Hi!

    You are welcome, glad we could help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Cheers!
    Yigit

    #324445

    Hey!

    You are currently using an old version of Enfold which is not compatible with WordPress version you are using. Please firstly update Enfold to the latest version 2.9.2 via FTP – http://vimeo.com/67209750
    You may need to re-configure header options. Please refer to this video – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/

    Best regards,
    Yigit

    #324444

    Merhabalar!

    Can you please firstly add social icons to your homepage in Enfold theme options > Header Layout > Extra Elements so we can copy those to footer section?

    Regards,
    Yigit

    #324443
    Ddbmiller
    Participant

    I have 2 large images on the front page – both are 1732X1155 – neither are responsive now (just stopped being responsive while viewing the site). I have another smaller image that is responsive. These have been on there for some time working properly.
    I have WordPress 4.0
    Enfold version 2.9.2
    layerslider version 5.2
    current plugins running
    contact us form
    custom contact forms
    google analytics dashboard
    updraft backup
    w3 total cache
    wp popular posts
    website is:
    http://www.bodyshopnation.com/bodyshops

    #324432

    Hi!

    Please add following code to Quick CSS as well and adjust it

    .inner_product_header .amount {
    font-size: 12px;
    }

    Currently it is not possible but please request such feature here – https://kriesi.at/support/enfold-feature-requests/

    Cheers!
    Yigit

    #324417
    BeeCee
    Participant

    Hi,

    I’m a bit confused about ENFOLD and Font Awesome’s current version 4.2.0, because I thought, that ENFOLD do work with Font Awesome, but this code won’t work (shows no icon at all):

    <i class="fa fa-twitter"></i>

    How can I ensure, that ENFOLD always work with the newest version of Font Awesome?
    Thanks.

    #324415

    Just discovered a MUCH easier way to add different font weights. Simply add the code (example below – using Open Sans) from Google Fonts to the ‘Google Analytics Tracking Code’ area which is at the bottom of the main Theme Options page for the Enfold Theme.

    <link href='http://fonts.googleapis.com/css family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>

    You can also use this simple method to load Google Fonts onto your site. Enfold shows that lots of Google Fonts are available but Open Sans is really the only one that is installed.

    Cheers!

    #324403

    In reply to: Unable to edit pages

    Thank you, The issue with interesting links is now disappeared.

    The New Patient is still appearing and prior to WP upgrade and Enfold Theme upgrade it was working just fine. The New Patient Special and several others similar to that were at the bottom of that screen which all disappeared now.

    #324399
    This reply has been marked as private.
    #324391

    Hi!

    1- Please go to Enfold theme options > Header Layout and choose to display “Logo left, menu below”
    2- Can you post the link to your landing page please?
    3- Please go to Appearance > Widgets and edit Footer Column widget areas and place needed widgets inside them

    Best regards,
    Yigit

    #324389

    Hi!

    You are welcome, glad we could help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

    #324384

    Hi 500Webmaster!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .page-id-3024 .flex_column.av_one_fifth img {
    width: 50%;
    }

    Best regards,
    Yigit

    #324369

    Hi broshannon!

    Please add following code to Quick CSS in Enfold theme options under General styling tab

    @media only screen and (max-width: 480px) {
    .logo img { display: none !important; }
    .logo a { background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png); background-repeat: no-repeat; background-size: contain; }}

    Best regards,
    Yigit

    Hey mcraig77!

    1- Please refer to Josue’s post here – https://kriesi.at/support/topic/image-size-5/#post-324035
    2- Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    header.entry-content-header h3 {
    font-size: 16px;
    color: red!important;
    }

    3-

    .grid-entry-excerpt.entry-content {
    line-height: 15px;
    }

    Regards,
    Yigit

    #324365

    Hi!

    You are welcome, glad we could help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

    #324364

    In reply to: Table

    Hi patriscia!

    Can you please post a screenshot and show the changes you would like to make?
    Please try adding following code to Quick CSS in Enfold theme options under General Styling tab

    .main_color .pricing-table:nth-child(1) li.avia-heading-row {
    background: #ECB876;
    border-color: #E0A75E;
    }
    
    .main_color .pricing-table:nth-child(2) li.avia-heading-row {
    background: #DF9C48;
    border-color: #E7943B;
    }
    
    .main_color .pricing-table:nth-child(3) li.avia-heading-row{
    background: #cf7c4f;
    border-color: #E07A43;
    }

    Cheers!
    Yigit

    #324361

    In reply to: sample data

    Hey diefleischerei!

    In the theme options go to the Import/Export tab. You can then import in the demo data.

    After, because of an issue with the menu and importer, go to the Appearance>Menus editor of WordPress and create a new menu to assign to the “Enfold Main Menu” area. Otherwise the menu shows up a bit messy.

    The mega menus can be created from there as well though they aren’t able to be imported so we have a video to assist you in creating them here: http://kriesi.at/documentation/enfold/setting-up-your-mega-menu/

    Regards,
    Devin

Viewing 30 results - 212,191 through 212,220 (of 244,520 total)