Viewing 30 results - 217,951 through 217,980 (of 243,739 total)
  • Author
    Search Results
  • #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, 5 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

    #284631
    tocal
    Participant

    Hi guys,

    Making amazing progress with Enfold. The theme is even better than it was last time I used it and my site is so much easier to build and better looking as a result.

    I’m currently working through my responsive styling and I have one issue I can’t find a way around. The Partner/Logo Element shortens itself to a 2×2 grid (instead of 1×4) below 989px. You can see the issue here: http://dalestudios.co.uk/clients-testimonials/

    Do you guys know a work around?

    Thanks

    #284614

    In reply to: Image menu

    Hey envapk2!

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

    #menu-item-2833 a {
    background-image: url(https://knifeandpacker.com/wp/wp-content/uploads/2013/06/tvMenu1.png)!important;
    background-repeat: no-repeat!important;
    }

    You can right click on Chrome or Firefox to inspect elements to find menu item ID http://i.imgur.com/HyPTCRg.jpg

    Best regards,
    Yigit

    #284599

    In reply to: Button styling

    Hi!

    You are welcome Marion, glad we could help! You can have a look at Enfold documentation here – http://kriesi.at/documentation/enfold/ where you can find some code snippets :)
    Let us know if you have any other questions or issues

    Best regards,
    Yigit

    #284582

    Topic: Image menu

    in forum Enfold
    envapk2
    Participant

    Hi
    I’d love to use Enfold for a site I’m doing which needs images for the menu, to look likein the private content link.
    I used a menu image plugin – http://html-and-cms.com/plugins/menu-image/ – to do this. Unfortunately the plugin does not work with Enfold at all. Is there any way around this conflict or any other way I can create an image menu?

    many thanks
    Peter

    #284578

    Hi!

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

    .page-id-7 #av_section_1.avia-section {
    min-height: 50px;
    height: 50px;
    }

    Regards,
    Yigit

    #284572

    Hi!

    Yes, each update will overwrite this mod. You can install a child theme and place the code into the child theme functions.php file if you want an update-safe solution. http://kriesi.at/documentation/enfold/using-a-child-theme/

    Cheers!
    Peter

    #284564
    kidcabide
    Participant

    Hi,

    I just installed the Enfold them I bought a while back on a fresh WP install. I came across an apparently known bug that removed all formatting buttons from the edit page. So I updated my Enfold installation via FTP, as explained here:
    http://kriesi.at/documentation/enfold/updating-your-theme-files/

    The original bug was indeed dealt with, bug now I have no control over the header options of the website, found at the “Header Layout” section: The sticky header does not work, I can’t hide the social icons, etc etc.
    I see the options at the backoffice, they just have no effect at the frontoffice.

    I have no plugins installed. As I said, its a fresh WP install with an updated Enfold theme.

    How to solve this?

    Thank you.

    #284555

    Hi Justin!

    1) You can use a 2/3 column element for the slider (i.e. use the AviaSlider) and a 1/3 column for the text on the right side. The included LayerSlider is currently tweaked for Enfold and does only support fullwidth layouts. If you want to use it for a 2/3 column layout you would need to purchase it as a standalone plugin or you can use another slider like Master Slider or Revolution Slider.

    2) The events calendar “events” page unfortunately is no page in a classic sense but afaik the plugin creates it dynamically. Thus you also can’t apply sidebar settings, etc. to it because these settings require get_post_meta() http://codex.wordpress.org/Function_Reference/get_post_meta and a page/post id to work. The events page does not have a page id and thus you can’t save or query settings for this page.

    Cheers!
    Peter

Viewing 30 results - 217,951 through 217,980 (of 243,739 total)