Viewing 30 results - 218,761 through 218,790 (of 244,556 total)
  • Author
    Search Results
  • Hey lzevon!

    Thank you so much for using the theme!

    1.) Please go to Enfold > Header Layout > Mobile Menu panel. Look for the Header Mobile Menu Activation, choose the second option.

    2.) Please go to Enfold > Advanced Styling, edit the Main Menu Links. Please post the website url here so that we can inspect it.

    Cheers!
    Ismael

    #284948

    Topic: customization help

    in forum Enfold
    nelshark
    Participant

    I need help with the following. PLEASE direct me to a how to video if you have !! http://www.sugarandgarlic.com is loading so slowly after I installed enfold.

    1) how do I insert my logo/title into header?

    2) How do I change the huge wide screen image on home page to be a smaller scaled down image thats not stretched out, or into a slider?

    3) I want certain pages to have the grid blog layout or masonry layout. Is this possible? If so can I do it on a post page or only a page? I want to change this page on my site to grid layout for each restaurant review so you can see all restaurants at a glance. http://www.sugarandgarlic.com/whine-dine-chicago

    THANKS

    #284945

    Thanks, Josue. I downloaded the WordPress file from Themeforest again and used FileZilla to upload and overwrite the Enfold theme. No change.

    Hi OblakJ!

    Thank you so much for using the theme!

    Please use this on Quick CSS to remove the padding:

    .logo img {
    padding: 0;
    }

    Go to Enfold > Header Layout > Mobile Menu panel. Look for the Header Mobile Menu activation setting then choose the second option in order to prevent the main menu from overlapping the logo.

    Regards,
    Ismael

    #284936

    In reply to: Accordion Problems

    Hey!

    There are no images on the layer slider. Please try to remove browse cache then check the slider again. In order to migrate the theme successfully and leave the database intact along with the layer slider, please use this plugin: WP MigrateDB or WP MigrateDB PRO

    Refer to this link for more info on how to properly migrate your enfold website from production to development vice versa:

    http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
    https://code.tutsplus.com/tutorials/migrating-your-wordpress-database-wp-migrate-db-production-to-development–wp-32684

    Best regards,
    Ismael

    jenki
    Participant

    I went to Fontello.com, selected a bunch of icons and downloaded them and imported them into enfold 2.8 but when I got to use them I only see squares.

    Thanks for help.

    • This topic was modified 11 years, 9 months ago by jenki.

    I suggest using the google fonts that come with Enfold, could you detail what’s exactly not working?

    Best regards,
    Josue

    Hey!

    Unfortunately the product grid doesn’t have that kind of functionality at the moment so it would need to be added in as a custom feature/function by a freelance developer.

    You can also post the ideas to be voted on as something to be added in by Kriesi here: https://kriesi.at/support/enfold-feature-requests/

    Cheers!
    Devin

    #284897

    Hey!

    Please update the theme to the latest version (2.8.1).

    Best regards,
    Josue

    #284889

    Hey!

    1. Yes it is always recommended to have a child theme: http://kriesi.at/documentation/enfold/using-a-child-theme/

    2. You could set a class of “custom-background” to those elements and then in Quick CSS:

    .custom-background{
    background: red !important;
    }

    Best regards,
    Josue

    #284876
    yes9310
    Participant

    Hi,

    1. I enabled the custom class field for Advanced Layout Builder adding this line to the functions.php. I see the field now. Do I now need to create a child theme so it doesn’t get overwritten on Enfold updates?
    add_theme_support(‘avia_template_builder_custom_css’);

    2. I would like to be able to change the background color of mainly 3 content elements, the Special Heading, Text Block and Widget block. Can you tell me what I would need to type into the new Custom Css Class and then into the Quick CSS to do this? Shouldn’t all the elements already have a background color selector or image upload function? Love the Advanced editor. Also need a vertical Separator/Whitespace element.

    #284825

    Hey AntonNovikov!

    Insert this code into the child theme functions.php or enfold/functions.php file:

    
    add_shortcode('year', function(){return date('Y');});
    

    and then insert the shortcode

    
    [year]
    

    into the copyright text field to show the current year.

    Regards,
    Peter

    #284824

    Hi!

    No, the child theme style.css doesn’t necessarily import a stylesheet of the parent theme. It depends on the theme code. I.e. for Enfold the Avada code doesn’t work and you can use this code instead:

    
    /*
    Theme Name: Enfold Child
    Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold WordPress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
    Version: 1.0
    Author: Kriesi
    Author URI: http://kriesi.at
    Template: enfold
    */
    
    /*Add your own styles below:*/
    

    Best regards,
    Peter

    #284817

    In reply to: Bugs in update

    Cool all plugins are deactivated and still the same. WP is 3.9.1.

    Theme: Enfold
    Version: 2.8.1
    Installed: enfold
    AviaFramework Version: 1.9.1
    AviaBuilder Version: 0.7
    ML:256-PU:36-PLA:1

    #284813

    Hey mrdonthave!

    Afaik you can’t overwrite the methods but you can load a custom version of avia.js from the child theme folder (which will be used instead of the original (parent theme) avia.js. Insert this code:

    
    
    if(!is_admin()) add_action('wp_enqueue_scripts', 'avia_register_child_frontend_scripts', 100);
    function avia_register_child_frontend_scripts()
    {
    	$child_theme_url = get_stylesheet_directory_uri();
    	wp_dequeue_script('avia-default');
    
    	//register js
    	wp_register_script( 'avia-default-child', $child_theme_url.'/js/avia.js', array('jquery'), 1, true);
    	wp_enqueue_script( 'avia-default-child' );
    }
    

    into the child theme functions.php file and place the custom avia.js file into the child theme folder (wp-content/themes/enfold-child/js/avia.js).

    Best regards,
    Peter

    #284790

    Hey!

    Enable this, then add a class of “no-text-iconbox” to those icon boxes and add this to the Quick CSS:

    .no-text-iconbox .iconbox_content_container {
        display: none;
    }

    Best regards,
    Josue

    #284789

    Hey!

    The problem is that those images have different aspect ratios, you could easily solve it by adding this to the Quick CSS:

    .grid-entry.flex_column a {
        max-height: 257px;
        overflow: hidden;
    }

    Have you checked the Masonry elements? you could build a portfolio grid that can contain images with different aspect ratios.

    Cheers!
    Josue

    #284759
    conversations
    Participant

    We have WP 3.9.1, tried deactivating all plugins, and re-uploading the theme folder(we are using Enfold 2.8.1).

    On one page, there are issues with footer being shortened(it’s not in full width), and when you scroll up and down 1-2 times, the WP admin bar duplicates on the middle of the page(like sticky menu with some issues).

    We we’re able to “fix” the footer error by adding 1 additional </div>, but after some time, now it takes two divs to fix it, so I guess it’s time to get some help. In the visual editor, there are no unclosed divs(no divs at all actually).

    Also, “fixing” the footer with two additional divs doesn’t fix the WP admin menu issue.

    #284758

    In reply to: Button Float

    #284748

    In reply to: Button Float

    Hi!

    Enable this, then add this class to the buttons you want to float:

    Finally add this to the Quick CSS:

    .avia-button.alignleft {
        margin-top: 0 !important;
    }

    Regards,
    Josue

    #284745
    WKD1
    Participant

    Hi, my client recently bought a Samsung Galaxy S5 mobile and advises enfold is not resizing correctly. He has tested on 4 other Galaxy S5 devices and all are the same. I don’t have this phone to test on, can you help at all?
    http://foodvacuumsealers.com.au
    Any advice appreciated.
    Cheers
    Amy

    #284741

    I must have done something wrong.
    Isn’t it just about giving the child theme a code to import the style.css? I am probably not saying that correctly.

    example: The theme Avada,comes with a child theme. the code in the style.css file is as follows:

    /*
    Theme Name: Avada Child
    Description: Child theme for the Avada
    Author: Your name here
    Template: Avada
    */
    @import url(“../Avada/style.css”);

    so– can I just change the name Avada to Enfold and make sure the files are in the right place in the directory>?

    /*
    Theme Name: enfold-child
    Description: Child theme for the enfold
    Author: KK
    Template: enfold
    */
    @import url(“../enfold/style.css”);

    #284673

    Hi!

    Can you firstly update Enfold to the latest version 2.8.1 via FTP – http://vimeo.com/67209750
    and try deactivating all active plugins and check if that helps?
    Cheers!
    Yigit

    #284656
    DutchPixelDesign
    Participant

    Hi guys,

    Love to work with enfold.
    However I just have a problem with the portfolio, and can’t find where the problem is
    http://www.trendrede.nl/trends/

    Not everything is showing nicely, but every image has a different height.
    The weird thing is that the first second when the pages loads, it appears to load correctly, and after that first second it is not looking well.

    I’ve disabled all the plugins, I copied the theme from another site where it’s working, I disabled my child theme, reinstalled wordpress.
    Tried to add the portfolio bye using a shortcode on the page, tried several settings with the portfolio. But nothings seems to help.

    Hopefulle you guys can help me!

    #284654

    In reply to: Bugs in update

    Theme: Enfold
    Version: 2.8.1
    Installed: enfold
    AviaFramework Version: 1.9.1
    AviaBuilder Version: 0.7
    ML:256-PU:36-PLA:1

    #284653
    metafora29
    Participant

    I have created two icon-boxes on one of my pages and would like just the title-line and the icon. However, every time I enter the editor the default text in the icon-box pops up, “Click here to add your own text”, even if I have removed it and left it blank several times before saving.

    #284652

    In reply to: Bugs in update

    Cool all plugins are deactivated and still the same. WP is 3.9.1. Not sure how to find our version of Enfold, but literally came up an hour ago, think it was 2.8 maybe??

    :)

    #284639

    Hi rjflaherty!

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

    .content, .sidebar { padding-top: 20px; }

    top padding is 50px by default

    Regards,
    Yigit

    #284635

    Hi tocal!

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

    @media only screen and (max-width: 989px) { 
    .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth {
    clear: none!important;
    }}

    Regards,
    Yigit

    • This reply was modified 11 years, 9 months ago by Yigit.
    #284633

    Hi!

    All feature requests can be posted here to then be voted on for inclusion in the theme: https://kriesi.at/support/enfold-feature-requests/

    Best regards,
    Devin

Viewing 30 results - 218,761 through 218,790 (of 244,556 total)