Hey jolesch!
Kriesi uses 1700x470px on LayerSlider background images on the homepage of Enfold demo site
Regards,
Yigit
Hi rlaucello1!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.av-magazine-thumbnail { width: 80px; }
Regards,
Yigit
Hi dalboslampen!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-3360 #av_section_1 .inner-entry {
box-shadow: none!important;
background: transparent!important;
}
More solid solution would be turning on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and using custom classes.
In that case, you can simply use
.custom-class-example .inner-entry {
box-shadow: none!important;
background: transparent!important;
}
Cheers!
Yigit
Hi 1456932587!
Please create a new page and add following shortcode
[bbp-forum-index]
then go to Enfold theme options and choose the page you created in Frontpage Settings.
I can see login widget just fine – http://i.imgur.com/nbHafkU.png
You can edit the page you created and choose not to display title bar – http://i.imgur.com/EdaOoXP.png
Regards,
Yigit
I just upgrade the Enfold theme today and now, even though the LayerSlider still shows perfectly in the “preview” it is trashed on the site. Almost no images come into any slide. This is a disaster! Both LayerSliders are completely dysfunctional.
http://www.prismcareernetworks.com/prism_wordpress/candidates/
Hey!
You can suggest this feature here: https://kriesi.at/support/enfold-feature-requests/ and if a lot of other users vote for it we’ll look into it.
Regards,
Peter
Hey!
You can turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
and have each text block element with different font sizes
Regards,
Yigit
How can an alphabetical index of all post titles in selected categories be created? There doesn’t seem to be a plugin and the WordPress short code doesn’t seem to work in the Enfold theme. Maybe you know something I don’t know? How can this be accomplished?
Using the following embed code from Vimeo.. which works in a browser but not in the file
<iframe src=”//player.vimeo.com/video/98157099″ width=”712″ height=”401″ frameborder=”0″ webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
This is our site: http://l2l.ca
Thanks
jw
Hi
I’m using a child Enfold theme and want to add some custom php to display some promo boxes under my content on the homepage
The promo boxes are controlled by custom fields in that page
To do this I need to save a copy of the php page template to my child theme so which php template is the default template using? page.php or index.php
I copied page and then my full screen slider was no longer full screen. So I then tried copying index.php and the related loop-index.php and then I got weird results so just wondered if you can guide me on how to create a new php template based on the enfold default page template please
regards
Jonathan
Can you please give me more details/instructions about the “Multiple Authors” example blog page and how it’s used, or how it works? Are there instructions somewhere that you can point me to?
Thank you so much!
Hi Roger!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.avia_textblock p { font-size: 16px; }
Cheers!
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
h1.logo > a {
float: left;
}
h1.logo.bg-logo {
width: 100%;
}
Regards,
Yigit
Hi WaldenDesign!
Please go to Enfold/js folder and open avia.js file and find following code on line 60
//activates the prettyphoto lightbox
$(container).avia_activate_lightbox({callback:'avia_lightbox_callback'});
and comment it out with // as following
//activates the prettyphoto lightbox
//$(container).avia_activate_lightbox({callback:'avia_lightbox_callback'});
Cheers!
Yigit
Hey Bernardo!
Please firstly update Enfold to the latest version 2.8.1 via FTP – http://vimeo.com/67209750
then try deactivating all active plugins check if that helps. Also please flush permalink settings in Settings > Permalinks
Best regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#portfoliobox-2 span.news-time {
display: none;
}
Please go to wp-content\themes\enfold\framework\php folder and open class-framework-widgets.php file and find
get_the_time($time_format)
and change them to
get_the_date()
Cheers!
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
.responsive .template-blog .blog-meta, .responsive .post_author_timeline, .responsive #top #main .sidebar {
display: block !important;
}}
Cheers!
Yigit
Hi Guilherme!
Please go to Enfold/includes folder and open helper-main-menu.php file and find
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', $addition, 'strong', true);
and add your image right below it as following
echo "<div class='header-image'><img src='linktoyourimage' /></div>";
Cheers!
Yigit
Hi,
I just moved my website from a domain to another. I am using the same wordpress version and enfold theme.
The transfer was smooth and everything is working as before except that the thumbnail size.
In the gallery, in the portfolio, and in the news, I have images of variable measures and not fixed as before.
I would like to have the grid with a fixed size because my images are all different sizes.
What am I missing?
Thank you for your help. I’m very, very happy with Enfold.
Valentina
Hello,
I’ve been using the Enfold theme, but have been getting intermittent site outages. I checked the error logs and found the following error:
PHP Fatal error: Call to undefined function get_header() in /var/www/vhosts/quadrixit.com/httpdocsnew/wp-content/themes/enfold/index.php on line 9
That line of code is: get_header();
Any ideas on what this would be from and how I can fix it? Thank you.
– Joseph
-
This topic was modified 11 years, 6 months ago by
josephgut.
Hi frankyfranky!
Please go to Enfold/config-templatebuilder/avia-shortcodes folder and open tabs.php file and find
$tab_atts['custom_id'] = 'tab-id-'.avia_sc_tab::$tab_id++;
and change it to
$tab_atts['custom_id'] = 'sectionName'.avia_sc_tab::$tab_id++;
Regards,
Yigit
I’m sorry I didn’t respond sooner, Josue. Thank you for your fast reply.
To answer your question, I’m a little hesitant to change to the 2013 / 2014 WP theme — if I do that, is it going to wipe out all my settings in Enfold? I would hate to put it into the default theme and then not be able to get my website back when I restore Enfold.
Thanks!
Hi kimogroup!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.content, .sidebar { padding-top: 5px; padding-bottom: 5px; }
Regards,
Yigit
Hi!
You can simply go to Enfold theme options > Import/Export and import dummy content and keep on customizing your theme from there.
I have create a menu for you in Appearance > Menus and chose it to display it as main menu then chose Home as your frontpage in Enfold theme options > Frontpage settings
Best regards,
Yigit
I began designing a site last week with Enfold. Created three footer widgets. I wanted to make changes to them this morning, and none of the widgets will open from the drop down arrow. Every single one is broken. This has been a long term problem with this theme based on my search through your support forums. In addition, the menu area is broken. I cannot drag the menu headings up or down to change the order in which they appear across my header.
Very disappointed as I am wasting precious billable hours trying to figure this out. Please advise asap!
Hi,
Is the only solution to use layer sliders on a multi-language website (using the WPML-plugin), to copy a slider into each language?
Or does Enfold now support WPML with Layer slider?
As long as a slider is not modified or in the future changed, then copy + edit is Okay – BUT for sliders that regularly change (new BG images depending on offer etc) then having to edit all sliders manually over and over again is not really a sustainable solution.
Please advice
Thank you Johan
Hey theballet!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .gform_wrapper ul li.gfield {
margin-bottom: -5px;
}
select {
width: 50%!important;
float: left;
clear: right;
}
Best regards,
Yigit
Hi frederictib!
Please add your custom CSS code to Custom.css file inside Enfold/Css folder if you would like to clear out Quick CSS field
Regards,
Yigit
Hello, may I know if Shopify can be integrated or compatible with the Enfold theme?