Viewing 30 results - 223,441 through 223,470 (of 243,840 total)
  • Author
    Search Results
  • #250668

    Hmm, it should actually work in both. The child theme functions.php has no difference as long as you have the initial opening php tag.

    If you download the big download from your downloads on themeforest I included a child theme in that package which has some commented out functions that I included when creating client sites using Enfold and we recommend often.

    Glad its working for you now and if you do have an issue you can make a new topic with URGENT in the title and we should pick it up quickly. With how crazy busy we have been lately we look at both the “start” of our queue (oldest posts) and the “end” (newest posts) in turn.

    #250657

    Hey dvcalle!

    The quickest way to get things back online would be to connect to your installation over FTP, delete the enfold folder in your wp-content>themes folder and then re-install the theme right after. This video walks you through installation step by step: https://vimeo.com/channels/aviathemes/64927356

    Regards,
    Devin

    #250643

    Hey!

    That effect is called “scroll based animation”, there are many plugins out there, like this one.

    Implementation with Enfold is possible, but you’d need to contact a developer for that.

    Best regards,
    Josue

    #250636

    In reply to: Icons in archive posts

    Hi!

    Do you have a blog style set in Enfold > General Settings > Blog Style?

    Regards,
    Josue

    jtree5757
    Participant

    Hey guys,

    can you please tell me how I can dequeue the css that gets put out from the admin panel styling options.

    I believe I found the correct file and line where this is happening. Enfold –> framework –> php –> class-adminpages.php

    Here is the code found on line 75

    /**
    		* Print css stylesheets in the framework/css folder to the admin head
    		*/
    		function add_styles()
    		{
    			wp_enqueue_style( 'thickbox' );
    		
    			$files = avia_backend_load_scripts_by_folder( AVIA_CSS );
    			
    			foreach ( $files as $index => $file ) 
    			{ 
    				$file_info = pathinfo($file);
    				if(isset($file_info['extension']) && $file_info['extension'] == "css")
    				{
    					$filename = basename($file_info['basename'], ".".$file_info['extension']) ;
    					wp_enqueue_style($filename , AVIA_CSS_URL . $file); 
    				}
    			}
    		}

    I can’t figure out what name is being put out here wp_enqueue_style($filename , AVIA_CSS_URL . $file);

    This is the url to that file mysite.com/wp-content/uploads/dynamic_avia/enfold_child.css?ver=1

    I am including this css in my main stylesheet so that I can greatly reduce the number of css files I have.

    Please Please Please help me on this one! :)

    thanks

    #250630

    Hi Stephen!

    Please update to the latest version of Enfold (2.6.2).

    Best regards,
    Josue

    #250611
    anab
    Participant

    How do I determine proper image size for enfold small header please

    #250609

    Topic: Woocommerce

    in forum Enfold
    Richard
    Participant

    Hi
    This isn’t a theme issue so I perhaps shouldn’t list my question here but I’ve run out of ideas. Using Enfold with woocommerce. Most of my products are free shipping apart from 3 small items that I will charge postage. If the customer only buys a small product then postage is charged. If they only buy a large product it is free postage.

    However, if the customer purchases a large product AND a small item the two products would be packed together and the postage would be free.

    I added a snippet of code and placed it in function.php so only the 3 small items will be charged postage but I cannot get the other part sorted..if the customer buys a small product AND a large one no postage should be shown.
    Can anyone point me in the right direction
    Thanks
    Richard

    #250600

    Hi!

    We also have a quick intro in the docs about using Woocommerce: http://kriesi.at/documentation/enfold/quick-start-with-woocommerce/

    Cheers!
    Devin

    #250599

    In reply to: Extreme slow website

    Hi CreatorsCreations!

    You can set the reply to private and then only we can see it. Do you mean its slow on the front end or on the backend? I know many users with budget hosting have had issues with Enfold on the backend depending on exactly how the host is set up so its not entirely uncommon.

    On the front end, typically its a matter of setting up a caching plugin and/or doing some normal optimization.

    Cheers!
    Devin

    #250595

    Hey Victor!

    Unfortunately that isn’t doable with the Blog Post element. You can request the feature here: https://kriesi.at/support/enfold-feature-requests/

    Regards,
    Devin

    #250588
    RESETCON
    Participant

    Hi,
    we (probably) made too many steps at once…
    WP 3.81 / / Enfold 2.62 was moved from a windows server to a Debian host. Worked fine, but we didn’t check everything.
    Then updated to WP 3.82.
    Now images that had been resized in the editor to fit with text are displayed in the original size, bursting the layout. Source code shows width and height values, though. Strange enough so far – but it only applies to articles prior to the the server move – new articles work correctly. It doesn’t help to remove the pics in old articles and re-apply them. Any ideas?
    Regards, Haimo

    #250580
    Netzie
    Participant

    Hi Enfold People!
    The last update has given me a error upgrade.php line 208 in WordPress?
    Any ideas?

    (Latest WP and everything is updated).

    #250579

    Topic: Extreme slow website

    in forum Enfold
    CreatorsCreations
    Participant

    Hi,
    The website is extreme slow. We have installed it on a server where more sites are installed. With theme Enfold it is really slow. What can we do, can I send you a link in private message so you can have a look?

    #250577
    Matt
    Participant

    Which avid builder feature did you use to build the partner logo carousel just above the footer on your demo site homepage?
    http://kriesi.at/themedemo/?theme=enfold

    #250568
    garyguthrie
    Participant

    Regarding your demo: http://kriesi.at/themes/enfold/homepage/home-v9-videos-and-parallax/
    my question is you have some overlays on to a picture and the picture slides behind the overlay, and as it scrolls, it reveals more of the picture.
    Can you tell me how that’s done?
    Thx,
    g

    #250557

    Unfortunately, that’s as far as I’ve gotten. If you figure out how to use Jetpack with Enfold without shortcodes bleeding through, please let me know!

    Hopefully the developers will find the conflict between Jetpack and Enfold and correct it in a future version; I really miss some of the Jetpack features already (e.g., the quick stats).

    Godspeed!

    #250553

    I finally figured out why the shortcodes kept appearing on certain smaller mobile devices: The culprit is Jetpack. I like using Jetpack, so I hope they are able to make Enfold and Jetpack play nicely at some point.

    Hope the fix is quick and easy like that for you, too!

    #250549
    FusseLWoooW
    Participant

    Hi,
    first of all thanks for the awesome template :)

    I’ve used Enfold for creating a website for a friend. Yesterday I’ve noticed a white gap (1px) between the slider and breadcrumb (with IE and Firefox). Is this a known error in this template or is it my mistake?
    If I use Chrome (Version 35 beta) than I see a white gap above and right of the slider?!
    I’m pretty clueless :D

    This is the temporary URL: http://wp12016620.server-he.de/fenster/

    Thanks in advance!

    #250547
    Mitokafander
    Participant

    Hi!

    I have Enfold Pro Business Theme. My website that I’m working on is http://www.membraneindustries.com.au

    On this page:
    http://www.membraneindustries.com.au/?portfolio=resinflow-p96

    I have created a table. This table looks good until I resize my browser window to test out the mobile view or when I look at it with my phone.

    It seems that all the data between the header row gets pushed forward one column.

    As when it is supposed to be “Ltr/Kg” and sowing the number “15”, it pushes the number “15” forward one noch under the “Colour” column.

    Please help me.

    Best wishes

    Mikk

    #250544

    ok, i am updated, i already did that and seriously can´t find how to make my header transparent like this link: http://kriesi.at/themedemo/?theme=enfold

    #250543

    In that case you can just go ahead and update: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    #250539

    If you are using Enfold 2.6.2 it will be on the right hand side of the page editor (when you are editing a page):

    #250535

    In reply to: Extremely slow backend

    Hey Devin,

    You’re completely right. I’ve just moved my database to another hosting client and the problem seems to be solved.
    Pretty strange tho because the backend was working properly for over a month and all of a sudden it collapsed.
    Guess the hosting client launched some kind of server update that caused the problem of not being able to load the enfold uses any longer…

    Since I’m also from Holland just like the person who started this thread, Bertus, I’m extremely curious if he’s part of the same web hosting company as me. I’ve addressed my webhosting company about this issue and their respond was that it’s probably a content/config related problem. Now that I’ve successfully tested the same database at an other hosting company it’s clear to me that it’s a failure from their side.

    So the remaining question to Bertus: Are you connected at Versio?

    Thanks and greetings,

    Lucas

    • This reply was modified 11 years, 9 months ago by Lucas777lucas.
    #250534

    In reply to: Extremely slow backend

    Hey!

    I wouldn’t say this is something we have any plans of even addressing in an update. I have the theme installed and running on a dozen or more client sites with no issues like the above. Off hand I still manage sites running Enfold on Media Temple, BlueHost, 1&1 and even GoDaddy (though it is slower than what it should be).

    Every now and then we get a report of something like this but its typically a poor server setup or a shared hosting environment that is too taxed to run the ajax that Enfold uses.

    Regards,
    Devin

    #250533

    I want to do my header like this:
    http://kriesi.at/themedemo/?theme=enfold

    thanks

    #250531

    Hey lianarosa31!

    In Enfold 2.6+ you can set a page to have a transparent header on that pages Layout meta box (the same place you choose the sidebar and header options).

    To have a different logo when using the transparent header you set that other logo in the theme options in the Header tab.

    Best regards,
    Devin

    #250527
    lianarosa31
    Participant

    My web site is dkambio.com, i am using Enfold and i would like yo have transparent header.

    Worked perfect, thanks Peter!

    #250524
    This reply has been marked as private.
Viewing 30 results - 223,441 through 223,470 (of 243,840 total)