1) No, this is not possible. Just one slug is supported
2) Insert following code into the quick css field
.avia-slideshow .image-overlay {
display: none !important;
}
3) Enfold displays a headline on all tag archive pages. By default it’s “Tag Archive for: XX”. If it doesn’t work on your website please post a link to the tag archive page. The taxonomy pages (portfolio categories) also display a headline – see: http://kriesi.at/themes/enfold/portfolio_entries/css/ (Category “CSS”)
4) Please insert following code into the quick css field
#top .avia-slideshow-arrows a {
text-indent: -600%;
}
Hey!
If you’re using the streched layout try the “header background image option”. Go to Enfold > Styling > Header and search for “Custom Background Image”. There you can upload your custom image.
Best regards,
Peter
Hey!
Can you post a link to the website please – I’ll investigate the css code. You can also try to add the code to a child theme stylesheet or to enfold/css/custom.css.
Best regards,
Peter
In wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesportfolio.php search for
switch($columns)
{
case "1": $grid = 'av_fullwidth'; if($preview_mode == 'auto') $image_size = 'large'; break;
case "2": $grid = 'av_one_half'; break;
case "3": $grid = 'av_one_third'; break;
case "4": $grid = 'av_one_fourth'; if($preview_mode == 'auto') $image_size = 'portfolio_small'; break;
case "5": $grid = 'av_one_fifth'; if($preview_mode == 'auto') $image_size = 'portfolio_small'; break;
}
and define a new case for “6” columns:
switch($columns)
{
case "1": $grid = 'av_fullwidth'; if($preview_mode == 'auto') $image_size = 'large'; break;
case "2": $grid = 'av_one_half'; break;
case "3": $grid = 'av_one_third'; break;
case "4": $grid = 'av_one_fourth'; if($preview_mode == 'auto') $image_size = 'portfolio_small'; break;
case "5": $grid = 'av_one_fifth'; if($preview_mode == 'auto') $image_size = 'portfolio_small'; break;
case "6": $grid = 'av_one_sixth'; if($preview_mode == 'auto') $image_size = 'portfolio_small'; break;
}
Hey!
Great design – I like the flourish vector ornaments.
Best regards,
Peter
Hi,
Have you tried using the Enfold > Styling > Use stretched or boxed layout? > Boxed Layout? I think it will solve all your problem. The layer slider width is too big, I don’t understand why you need 5000px on the slider.
Regards,
Ismael
Hi,
Please go to Enfold > General Settings, and the first dropdown allows you to select one of two sizes as well as the non-responsive option.
Thanks,
Nick
This is still a problem but I fixed it with a work around. I removed the links from the images and text and created a new layer with a blank div (using a span) to create a link in the correct location. I think the problem is that when you put a link on an image or a text field, the link is on the outside of the item and therefore has precedence (which ends up as default because the transition you set in the field is attached to the field not the outer link).
Hello i just bought Enfold and love it, i have try it in my secondary site… i want to run it in my main site where actually im using propulsion… 1.How is going to be the change?, i cant be without site for a day or more if i make a mistake…or something goes wrong!
Can i upload the theme… activare to try it and see what happens and if is not good go back to propulsion, without loosing all settings and templates?
What will happen with all setting, templates built in propulsion, do i have to run-desing all again for enfold?
2.How i do the language settings in Enfold? the WPML already runing with propulsion will keep working?Or i have to set back again all?
Thanks in advance!
Héctor.
Thank you for this information. But as I told weeks ago (https://kriesi.at/support/topic/easy-slider-problem), we don’t use any plugins beside template Enfold :( So this should not be the case …
Thanks Devin. I am currently using Enfold 1.6. How do I update this?
-Colin
Hi there,
I am helping a friend here. The site is:
http://www.barryyochlaw.com/
We just did a clean instal of the enfold theme and press the button to add dummy content. As you can see by visiting the site, it looks broken. I can see the error message “[LayerSliderWP] Slider not found” but I really don’t know what’s wrong or how to fix it. We use Dreamhost and they confirm the issue is with the theme (or install). We have deleted that dummy content as well as removed the theme folder from the FTP site and re-installed everything three times total.
Any help would be appreciated ASAP.
– Matt
I have two layers on my slides that are links and I can not remove the animation. These layers were not animated until I added the links. They are now “dropping” into the slideshow even though no animation is set. When I remove the link, the animation is also removed. Where is this animation set and how can I remove it? Here is a link: http://premierprimingllc.com/
Hello,
I seem to be running into problems in Safari (Chrome, Opera, IE, & Firefox work fine) with using the “pre” tag to display code in multiple tabs using the tab feature of Enfold. Specifically, when I open the page (shown below) in Safari, and when I click from one tab to another tab, the code, created by the pre code disappears in subsequent tabs. Would anyone know why, or more importantly, is there anything that I can do about it? What is really strange is that the code shows up in the tab that is originally displayed on the screen, but not when you click on other tabs the code is not shown.
Here is a the link:
http://www.helpwithstats.com/r-entering-data
Thanks for any and all help!
STATS4STEM
Hi. I building a news site and I need to be able to have multiple authors that are not users of the site. I want to integrate the co-authors plus, which seems to be the go-to plugin to do exactly what I need to do. However, I am unsure how to integrate co-authors plus into my enfold, template files so it can properly use the plugin. Please see here: http://wordpress.org/plugins/co-authors-plus/screenshots/ and here: http://vip.wordpress.com/documentation/incorporate-co-authors-plus-template-tags-into-your-theme/
Devin,
Thank you so much. I went ahead and just uploaded the enfold.zip, but I found your video extremely helpful. Please let me about other videos you have for the Enfold template.
Thank you again,
Ray
I am aware I will need to enter the following:
// Show posts of ‘post’, ‘page’ and ‘movie’ post types on home page
add_action( ‘pre_get_posts’, ‘add_my_post_types_to_query’ );
function add_my_post_types_to_query( $query ) {
if ( is_home() && $query->is_main_query() )
$query->set( ‘post_type’, array( ‘post’, ‘page’, ‘Open Match Results’ ) );
return $query;
}
but not sure where this will need to go
I am currently using WCK Post type creator to create a new post type which has worked fine and I have added some additional custom fields in that post type.. however when I use the blogpost in the advanced layout and choose the relevant category that this would post to it is not picking the post up.. Do I need to add in a query to pick these up in the loop? and any ideas how I would do this?
Hi Ray,
I made a video walkthrough using FTP and free software to help out with just that: https://vimeo.com/channels/aviathemes/64927356
Its not as one-click as uploading through the wordpress admin but its a really good idea to get comfortable with the process as it gives you more control over updates and understanding how wordpress works.
Otherwise yes, you would just upload the enfold.zip folder using the wordpress admin interface.
Regards,
Devin
I am very new to WordPress. When I upload my Zip file, am I uploading the entire downloaded file or just the Enfold zip?
Please help me with the installation process. I do not know what I am doing?
Regards,
Ray
Requested:
Would it possible to add in the "form element type" the choice of "uploading file".
Would be great !!!
I’ll add the form idea to the Enfold feature request topic.
Regards,
Devin
Hi Colin,
First make sure that you are using the most up to date version of Enfold. That should be 1.8.1 or .1.8.2 if Kriesi has pushed that out when you read this.
I just tested the read more tag on my personal site and didn’t have any issues with it so as long as its added in and showing the line with the little more image it should work without issue.
Regards,
Devin
Hi Chris,
There isn’t really a “best size” since the theme will create re-sized thumbnail images for the various grids and columns. Starting with something like 900×600 will give you a large enough size that it will never get stretched to fit a too-large area as long as its in a column.
The demo for the ajax portfolio uses images that start at 988×642. See: http://kriesi.at/themes/enfold/files/2013/04/dash-iphone2.jpg . Which generates http://kriesi.at/themes/enfold/files/2013/04/dash-iphone2-495×400.jpg for the three column view http://kriesi.at/themes/enfold/portfolio/portfolio-ajax/ .
So starting with a large enough image size to fit the smaller uses will give you the best result but how big to start with is up to you and what you have available.
For additional reference on all the image sizes the theme creates you can view the functions.php file starting at line 63.
Regards,
Devin
Thank you Ismael! I’ll give those solutions a try. Will upgrading Enfold erase what I’ve already done?
Regards
Will
Yeah I started out by Yoast SEO and it didn’t seem to list the pages, so I thought that was the initial problem so I went back to the SEO plugin I always use that works: All In One SEO Pack I also use the plugin: Google XML Sitemaps. I’ve added both the http:// and the http://www and done the prefer settings to www. and submitted the Sitemap a few times, now it says Submitted 23 pages, but has a – (dash) next to Indexed. Maybe it’ll take awhile? Usually it’s indexed in a few days when the site is new and I don’t even use webmaster tools. I guess I’ll just have to wait 2-4 weeks and hope for the best? lol I just hope I have set it up or I’ll be waiting more time after this time if you get me.
Just making sure that other sites that use Enfold are indexing their root page (homepage) correctly?
Thanks again!
1) If you get a php error (or “white screen of death”) you can try to increase the allocated php memory to 128M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Otherwise (if it’s a js/css, etc. error) please try to contact the plugin authors because this seems to be a plugin conflict between bbpress and sabai.
2) We’ll release an update which should fix all these wpautop issues soon. For now try open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodestextblock.php and replace
return "<div class='avia_textblock'>".wpautop( ShortcodeHelper::avia_remove_autop($content) )."</div>";
with
return "<div class='avia_textblock'>".ShortcodeHelper::avia_remove_autop($content)."</div>";