Hi,
So overnight my theme’s custom.css was wiped clean. The file still exists but there was nothing in it. I wanted to see if this has happened to anyone else.
Luckily, I had a backup of the file from 2 days ago, and was able to salvage most of the styling, minus the work from the past two days. I am trying to apply these styles now via the Child Theme’s style.css but changes are not taking place.
Do I need to create a CSS folder within my Child theme and use a custom.css file from there (…/enfoldchild/css/custom.css)?
Thanks!
Cameron
Thanks for this one, in that case I will leave it (But still not know if it is good for the website and SEO) because a slow website is also not good for Google.
Anyway I tried many different CSS and JS minifiers and plugins but theyare not working. And the BWPminifier not working.
One thing – can I remove the querry strings in Javascripts and Css ?? That would change a lot!!
example, making this:
http://www.terminal-11.de/_wordpress/wp-content/themes/enfold/config-layerslider/LayerSlider/js/layerslider.transitions.js?ver=4.6.3
to that:
http://www.terminal-11.de/_wordpress/wp-content/themes/enfold/config-layerslider/LayerSlider/js/layerslider.transitions.js
And can I remove certain js or css files which I don´t need?
—————————————————————————-
Caching Plugins overview:
– WP-Cache.com – has the best results for me
– WP Super Cache – many options noot many results?
– Better WordPress Minify – makes problems, to minify CSS and JS
– W3 Total Cache, was the best – for other sites with Enfold but with the Layerslider it makes a bit problems in my newest project
– WP-Cache.com – has the best results for me!!
Execllent!! much beter…..
Thanxs again.
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.title_container .main-title { display: none; }
Best regards,
Yigit
Hi!
Which images exactly? If featured images, please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) {
.responsive .big-preview {
display: none; }}
Regards,
Yigit
Hmm, thanx but there is a problem.
The “Enfold>Footer>Header Type” don’t work well. The div with id “header_meta” don’t appear on all pages.
It’s strange because I’ve got another license for Enfold on another website and yet it works perfect.
But on this website, no… I’ve deleted the browser cache and retried, but strange behavior ; the meta header appears on random pages, and a padding in header occurs too.
I’ve done something wrong ?
http://cluster013.ovh.net/~chateauh/
Thanx
-
This reply was modified 11 years, 10 months ago by
romano2.
Hello I wanted to install the plugin Better WP Setsurity would like to know enfold will normally work in this case? Or can recommend another plugin to protect? Or is it all too much, thank you!
This reply has been marked as private.
Hi Enfold team!
First up, this is by far the most superior theme on the market due to the colour section element. Briliant.
My issue is the Avia Layout Builder is no longer available when creating posts? It still works fine with pages though. Also I have installed the Woothemes Sensei plugin and was wondering if the Avia Layout Builder would be able to be displayed as an option as I require my users (teachers) to build their own pages. I know that Visual Composer plugin partially works but I feel this messes with the Avia Builder as this may be what has caused the builder from not working on the posts.
Cheers,
Brad
Smooth mouse wheel scrolling like this one: http://themeforest.net/item/jarvis-onepage-parallax-wordpress-theme/full_screen_preview/5370691
This is especially useful when using the parallax effect
Hey! Yes !!
Feedback Box would be absolutely awesome !! Downloadlink is broken ? Any chance to purchase it anywhere or to integrate it in Enfold ?
+ fixed classes for Layout Builder and Widget-Areas
is there a way to hide this breadcrumb page title on the leftside of the page in quick CSS ?
(I want to keep the navigatien of the breadcrump)
I dont understand the above solution.
Thanxs in advance
Hi Dude,
I tried your recommondation and added all between
. <IfModule mod_mime.c>…
…
…
</IfModule>
to .htacess
I and emptied all caches.No font face in Firefox!
Than I deleted the Enfold whole folder and re – installed Enfold with todays newest Themeforest version
No font face!
Everything was working fine with the 2.50 enfold version: Font face was visible in Firefox
So it must be a code – changing in enfold after this 2.50???
Is it possible to get the old 2.5 Version? Where can I get it ? I would try to reinstall the 2.50 Version!
Thanks Thomas
Hey yigit,
We are getting there. Now, How do we switch it back on mobile view since it this recent change chops the mobile layout?
Enfold Feature-Request voting! As it is: Kriesi has developed just a thing for that – although it isn’t for sale anymore:
http://aviathemes.com/plugins/avia-feedback-box/
Just what the doctor ordered :)
Might be a good idea (if technically possible) to offer the ability to “Like” feature requests in this topic. This way it would allow us to “+1” requests from others that we would like as well and for you it would be easy to figure out what the most popular requests are.
I’ve seen several requests that I would find very interesting as well, but I find it quite messy to just request that again (lack of overview).
This reply has been marked as private.
Hi Ismael
I placed this code on functions.php. I asssume it’s the php file situated under wp-content/themes/enfold/functions.php.
Like this
/*
* register custom functions that are not related to the framework but necessary for the theme to run
*/
add_filter('avf_portfolio_sort_first_label', 'avf_change_portfolio_sort_first_label', 10, 1);
function avf_change_portfolio_sort_first_label($first_item_name) {
$first_item_name = __('Todo','avia_framework' );
return $first_item_name;
}
require_once( 'functions-enfold.php');
and also this
/*
* register custom functions that are not related to the framework but necessary for the theme to run
require_once( 'functions-enfold.php');
add_filter('avf_portfolio_sort_first_label', 'avf_change_portfolio_sort_first_label', 10, 1);
function avf_change_portfolio_sort_first_label($first_item_name) {
$first_item_name = __('Todo','avia_framework' );
return $first_item_name;}
But when I do so the web just disappears and I cannot access the admin panel or anything. Maybe I should place the code on the functions-enfold.php instead?
Thanks
Josue,
Scroll down and you will see a slider with the two pictures of the women. I want to achieve the same thing on the new site.
Also, the images that I used on the new site (codelessme.com/weightlossrebels) are the same as the ones found on weightlossrebels.com yet the images are pixelated due to being stretched to fit the column. I selected original height and original width as the slider dimensions, but that clearly isn’t happening.
Hi!
Sorry but the Theme Options can’t be translated. You need to manually translate within the theme files. You can find the Theme Options strings on includes > admin > register-admin-options.php.
Best regards,
Josue
hello and thank you.
but the form does not allow me to put the privacy policy and terms of conditions. why was wondering if it was possible to have a plugin or customize the contact form template enfold
Do you know any plugin that can help me?
thanks
Hi David!
In this website the background does fill the entire area too.
The only difference i’m seeing is the menu position.
Regards,
Josue
Hi Devin,
Thanks for your feedback.
If I choose “Define custom link” and then add the exact url to the image using the url inside WordPress of the image I want to show in the lightbox, is the result the same as the Masonry Gallery of the demo http://kriesi.at/themes/enfold/shortcodes/masonry-gallery/, i.e. you can move to different images of the portfolio using the left and right arrows inside the lightbox?
For what concern the lightbox dimensions, do you mean that a “portrait” image will be displayed with the same height of a “landscape” image? In that way, the portrait image is displayed as a small image and a landscape image is instead displayed as a big image, independently of the real dimension of the images.
Kind regards,
Giovanni
Hey!
Please check the theme options. Go to Enfold > Theme Options > General Settings and select the “Responsive Layout Large (Max width: 1210px)” layout if you want to increase the page width.
Cheers!
Peter
Hey!
I could find the bug. We’ll fix it with the next update. For now open up wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/generic-helper.class.php and replace:
$link = explode(',', $link);
with
if(!is_array($link) && is_numeric($link))
{
$permalink = get_permalink($link);
if($permalink) return $permalink;
}
$link = explode(',', $link);
Best regards,
Peter
This reply has been marked as private.