Hi,
I am looking for a professional homepage design company or person for a multi-languages (about 14 languages) international business homepage, the contents will be translated, prepared and sorted from a translation company professionally. The homepage contents will be each language about 70-80 pages.
Do you have any recommendations?
Sure. As proof I posted screenshots above. Moreover, I opened the folder “lang” and ru_RU file, but there enfold been translated into 100%.
This reply has been marked as private.
Hi!
Are you still having header issues? Can you please elaborate the problem? We’ll be happy to assist you with it. If you added some css modifications for the header before updating the theme, you might want to remove those css modifications then configure the header settings again.
Best regards,
Ismael
Hey jjma!
Thank you for using the theme!
When you say image rotator, you mean the slider? This is not possible if you’re just using the default Advance Layout Builder. First of all, you need to switch the builder to debug mode. Refer to this link: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
You will be able to see the actual shortcode below the builder. Shortcodes can be combine then, like this example. A combination of Iconbox shortcode with the Easy Slider shortcode inside:
[av_icon_box icon='ue876' font='entypo-fontello' position='top' title='Icon Box!' link='' linktarget='' linkelement='' custom_class='']
[av_slideshow size='featured' animation='slide' autoplay='false' interval='5' custom_class='']
[av_slide slide_type='image' id='314' attachment=',' video='' mobile_image='' video_ratio='' title='' link_apply='' link='lightbox' link_target=''][/av_slide]
[/av_slideshow]
[/av_icon_box]
Note that you have to configure the easy slider first. If you’re finish with the slider you can place the shortcode inside the iconbox’s content.
Best regards,
Ismael
Hi Linda!
Thank you for using the theme!
First of all, you’re using an old version of the theme. Please download the latest version 2.6.2 from your themeforest account then update the theme via FTP. Please refer to this link: http://kriesi.at/documentation/enfold/updating-your-theme-files/
If you don’t mind, after you update the theme, please post the website url here. We would like to check it on our end.
Cheers!
Ismael
Ok, i removed it Ismael.
Thank you
Maybe you have some extra code to put in the Enfold QuickCSS?
Something similar to:
.entry-meta .info-date,.entry-meta .info-author{display:none !important;}
Don’t know how if this a correct code?
grtz
Hi
This maybe a silly question but how do I install an updated Enfold theme when I have a previous version already installed?
Thanks
Joe
Hey Mark!
Thank you for the screenshot.
Is the site live? If you don’t mind, we would like to inspect it. You can control the mobile menu activation on Enfold > Header > Mobile Menu > Header Mobile Menu activation. Choose the second option. This should force the mobile menu on devices with 990px screen width below and probably fix the issue.
Cheers!
Ismael
Hey!
Glad it worked. :)
There’s really nothing that you can if it is a plugin conflict unless you can debug the code and make it compatible with the existing ones or with the theme for that matter. Maybe, try to use less plugins or find those that are somehow compatible with your setup. If a third party plugin is messing up your wp installation, you should probably remove it then find another one. Out of curiosity, what is the plugin that you deactivated that make this work?
If you have any questions related to the theme, please don’t hesitate to let us know.
Cheers!
Ismael
Could you please change code in order to use submit() method in the next enfold version? Because as far as I can get, it would let google tag manager track form submissions hassle-free: https://support.google.com/tagmanager/answer/3415369?hl=en#FormSubmitListener
-
This reply was modified 11 years, 7 months ago by
Vermishelle.
Hi!
Glad that you fixed the header.
Please use this on Quick CSS or custom.css to fix the input fields:
#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
min-width: 100% !important;
}
Cheers!
Ismael
Hi!
Good job Guys! As always, thank you for using the theme!
Keep more awesome websites coming! :)
Regards,
Ismael
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.
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
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
Hi!
Do you have a blog style set in Enfold > General Settings > Blog Style?
Regards,
Josue
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
Hi Stephen!
Please update to the latest version of Enfold (2.6.2).
Best regards,
Josue
How do I determine proper image size for enfold small header please
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
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
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
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
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).
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?
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
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