This reply has been marked as private.
Hi!
No, I don’t think there is a plugin out there that will integrate well with the theme’s portfolio items. Please visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.
Regards,
Ismael
Hey!
Thank you for using the theme!
You have an old version of the theme. Please download the latest version 2.7.1 from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
If updating doesn’t work, please use this on Quick CSS or custom.css:
.html_header_top.html_header_sticky .home #wrap_all #main {
padding-top: 0 !important;
}
Regards,
Ismael
Hi!
@moggiex: Thank you for the plugin. This might help @joshwebguy.
@joshwebguy: What is the current version of your Enfold theme? There are lot of small patches on the theme and we may not be able to direct you on how to update the files manually. You can try the plugin that @moggiex suggested.
Cheers!
Ismael
Hi!
Thank you for using the theme.
Do you mind if we take a look at the sample archive page? Archive pages uses the Blog Style that you set on Enfold > Blog Layout panel. What is the current blog layout that you have selected on the Blog Styling setting?
Best regards,
Ismael
Hi!
Thank you for using the theme!
First of all, you don’t have the latest version of Enfold. This might fix the pagination issue with the blog. If not, please try to reset the permalink settings. Go to Settings > Permalink then click the “Save” button once. Download the latest version 2.7.1 from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
If you want to show all categories on the blog posts element, don’t select any categories. Just leave it unselected. It will show all posts from different categories.
Best regards,
Ismael
What do I need to enter in Quick CSS so that 1. the Submit button, text, etc. is using the themes colors (orange, dark grey, etc.), 2. how can the Submit button be exactly to the right of the submit form and 3. how can I change the size of both the e-mail form and the submit button, similar to what’s here at the very bottom: http://startupletters.com/
Web site: http://www.fantasyblurb.com/testing123/?page_id=16
Thanks in advance!
sorry, but this is not enfold.
you can use http://www.w3schools.com/cssref/css_selectors.asp as a reference
This reply has been marked as private.
2 Questions:
1) Enfold is the only theme I have purchased, do all of the other themes use Avia Layout Builder ?
2) Is it possible to put a Layout Element inside another Layout Element, if not are there plans to make this a function?
Example:
1/2 and 1/2 inside a 1/1 element.
Thanks.
I have submitted my site here before but I have updated it with many of the new magazine post features and the accordion slider. We are doing 50-80K unique views a month right now and hope to be at about a million uniques a month by the end of the year.
http://raymmar.com/
I would be interested in any feedback from the regulars on here. I love Enfold and it has allowed me to grow my website as if I had hired my own development team. Rock on.
Well, if that map have some sort of embedding functionality then it’s possible. Alternatively you can use Enfold built-in maps.
Cheers!
Josue
WP Version: 3.9.1
Theme: Enfold
Website: http://liquorstore.maximfactory.com/videos/
I have this code for each page:
.page-id-51 #av_section_1 {
height: 75px;
min-height: 75px;
}
.page-id-51 #av_section_1 .content {
padding-top: 20px;
}
Is there a way I can either have the same code for multiple pages by using a comma like this:
.page-id-51,21,151,48,16 #av_section_1 {
height: 75px;
min-height: 75px;
}
.page-id-51,21,151,48,16 #av_section_1 .content {
padding-top: 20px;
}
OR a code that will just tell all pages to have that result?
Thank you.
-
This topic was modified 11 years, 7 months ago by
Micheal0424.
This reply has been marked as private.
Hi!
You are using Enfold version 2.5.2, please update to 2.7.1:
http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
Josue
Hi, a few months ago I had another theme of another brand. There in the header.php I changed the max space for the logo to 600px.
I have deleted the older theme.
Now I use Enfold and I if I set the logo on Slim it is still pretty large. (still looks like that 600px)
I would like to have the logo width at max 400 or 450 px.
I have looked around on the forum and I only can find some custom css codes that change the height, but then the logo shrinks also only vertical with shrinking ON.
But like when I change the custom header size in header layout to 60px, the logo doesn’t shrink anymore. (the width of my logo will be around 400px)
You have a code to make the space for the logo to that 400px without changing the way it shrinks?
lillebrormarine.nl
Best regards.
Hello,
Are you using the latest version of Enfold / WP? have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
Josue
Yes, this file:
/public_html/wp-content/themes/enfold-child/functions.php
Best regards,
Josue
Hey Nomadigo!
1) You can try to change the post date of the portfolio entries (date when the entry was published). The post date normally should affect the order of the entries. You can also try this plugin: https://wordpress.org/plugins/taxonomy-terms-order/ to order the entries via drag’n’drop.
2) This is quite simple – basically you just need add several “color sections” to your advanced template and then drag’n’drop the elements into these color sections. Each color section can be assigned to a main menu link by using the “ID” setting – see: http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
3) I recommend to use the text shadow generator here: http://css3gen.com/text-shadow/ – then insert the css code into the quick css field or into your child theme style.css file – it will look like:
h1 { text-shadow: 4px 4px 2px rgba(150, 150, 150, 1); }
Regards,
Peter
Hi!
Please insert this code into your child theme functions.php or enfold/functions.php file:
add_filter('avf_title_tag', 'avia_change_title_tag', 10, 2);
function avia_change_title_tag($title, $wptitle) {
if(!is_front_page() && !is_home()) $title = get_bloginfo('name').' | '.$wptitle;
return $title;
}
Best regards,
Peter
This is really interesting. :)
enfold/framework/php/function-set-avia-frontend.php
I am exactly copying and pasting the code but it doesn’t seem to work.
How could the default one work but not the other one? :)
Sorry for being an headache.
-
This reply was modified 11 years, 7 months ago by
Bedros.
Hi!
There is a “toggle”, are you using the latest version of Enfold?

Regards,
Josue
Hi!
You are currently using 2.6.1, latest version of Enfold is 2.7.1.
http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
Josue
You are right, the workaround provided can’t be applied in the latest version of Enfold, now you’d need to edit:
/framework/php/function-set-avia-frontend.php, line 396-411:
if(!function_exists('avia_set_title_tag'))
{
/**
* generates the html page title
* @return string the html page title
*/
function avia_set_title_tag()
{
$title = get_bloginfo('name').' | ';
$title .= (is_front_page()) ? get_bloginfo('description') : wp_title('', false);
$title = apply_filters('avf_title_tag', $title, wp_title('', false));
return $title;
}
}
What structure would you like to have?
Best regards,
Josue
Hi!
Please update your theme to the latest version:
http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
Josue
Check in enfold/includes/helper-main-menu.php.
Regards,
Josue
I have just purchased the Enfold theme. When I try to activate it. I get a blank white browser window. I also can not get into my admin control panel. just getting a blank white screen as well.
The only way I can get things to work again, is by deleting the the enfold folder from the themes folder.
Can you tell me how to fix this please?
Hi Peter
I’ve just added it to functions enfold it works a treat. Thanks for this fix.
Hope you don’t mind that I ask 2 further questions just to self educate and also add some useful information to the forum for anyone in the future to review.
I’m not sure what the plugin cpt is? And the masonry entry query should only have had products shouldn’t it?