Looks great Detlef! Love the custom coloring on the icon list icons :)
Sorry, that question refers to the theme Enfold and should have been posted there. Might be of relevance to other themes anyway.
I’m not trying to add css in the text block. I’m just trying to add the plugin shortcut … I just want to add “[showbiz slide-our-favorite-products]”. And with the advanced editor the only way seems to be through a text block.
It is the shortcut that seems to insert the css as the first steps in the shortcut code. The Enfold Theme seems to add the <p> around it.
It’s seems like there needs to be a different kind of component to insert beyond text block … something in the editor that allows you to just enter html or 3rd party shortcuts.
The “Color” section seems to offer something like that but “Color” section does not work on pages that have sidebars.
Having some problems with direct html … seems not to take the formatting of the slider but need to look more into it.
Hi,
I posted a topic previously which was resolved, but I need additional help on the same matter. The original issue was that we wanted to customize the backround and icon colours of both active and inactive tabs. The following code was given to enter into Quick CSS and the problem was solved:
For Active Tab:
div .main_color .tabcontainer .active_tab {
background-color: #333;
color: #666666;
}
div .main_color .tabcontainer .active_tab .tab_icon {
color: #666666;
}
For Inactive Tabs:
.main_color .tabcontainer .tab {
color: #919191;
background-color: #333;
}
div .main_color .tabcontainer .tab_icon {
color: #666666;
}
With the color values obviously being customizable.
However, with our color scheme, the color of the text when hovering over it with a mouse is almost impossible to see, for both inactive and active tabs. I’ve tried changing the default color settings in the Enfold>Styling panel for hover colors, but it’s not making a difference. So that makes me think that the perhaps the styling of the tabs is separate to the settings defined in the styling panel? Is there a CSS code I can add to the above to help with this or am I perhaps changing the wrong style settings in the Styling panel?
Thanks,
Lea
Hi,
I get the following error log message:
[27-Jun-2013 13:53:28 UTC] PHP Warning: preg_replace() [function.preg-replace]: Compilation failed: regular expression is too large at offset 35192 in /home/…/domains/…/public_html/…/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/template-builder.class.php on line 586
Hi,
I’d like to completely remove all hover effects on the images in Enfold. I found this code in another thread here:
.image-overlay-inside, .image-overlay.overlay-type-extern {
display: none;
}
But this only removes the overlay icon, the opacity effect on images is still there. Can you guys help me out? :)
Michael
Woah, this is just too awesome! This theme gets better by the minute.
You guys are wonderful, and Kriesi is a GENIUS!!!
Hi,
Create a page, call it anything other than Blog. On the Advance Layout Editor > Insert the Blog Post element. On Enfold > Theme Options > And where do you want to display the Blog? > select the page.
Note: You need to select the a page for the “Frontpage Settings” first.
You can watch videos here: https://vimeo.com/channels/aviathemes
Import the dummy data to learn more about the theme.
Regards,
Ismael
Es handelt sich hierbei um “Dummy Widgets”. Dieser Content wird eingefügt wenn sich in den “Footer Columns” keine Widgets befinden. Fügt bitte Widgets hinzu und der Dummy Content verschwindet automatisch. Falls ihr die Dummy Widgets selbst bearbeiten wollt öffnet wp-contentthemesenfoldincludesadminregister-widget-area.php und sucht nach folgender Funktion:
function avia_dummy_widget($number)
Hi,
Let me tag Devin. The theme is compatible with mobile devices especially those with OS X or MAC OS.
http://responsinator.com/?url=http%3A%2F%2Fkriesi.at%2Fthemes%2Fenfold%2F
Regards,
Ismael
Actually we plan to add this feature to Enfold and we’ll very likely add it to the template builder but at the moment it’s not possible and you can only use the icons which are bundled with the theme.
Try following – open up enfold/js/avia.js and search for
if(first_level_items > 8 && !bottom_menu)
Replace “8” with a lower value (eg “5”) and the theme should switch to the mobile menu when the user resizes the screen to < 1000px.
Hi,
Please extract the main enfold zip. Watch this video.
Regards,
Ismael
Hi,
On the Fullwidth Slider options, after you insert the images, click on an image again then configure the options. You can add the caption title, description and specify the caption position.
Regards,
Ismael
Hey Carsten,
Trying linking to the url starting from here: http://kriesi.at/themes/enfold/ . I’m not sure which element you are looking to create from the description above.
Regards,
Devin
How do I get product demo data?
I want to know how to create product page like your demo site layout, “You may also like…” and “Related Products”.
your page:
http://kriesi.at/themes/enfold/product/kenwood-kmix-manual-espresso-machine/?skin=Splash%20Orange
my page:
http://aa122d4mjc.smartrelease.jp/enfold/?product=zeal-c02
Hey Gerald,
Probably wont happen just because the information is already available at the bottom of the purchase page on Themeforest: http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990
As well as in the version.txt file that comes in the main file download when you download the complete theme package and not just the wordrpess files.
Regards,
Devin
So many great ideas! Keep them coming as I think Kriesi is even *still* looking to add more features in :)
Regards,
Devin
Hi robertnobel,
I’m not able to pull up your site at that url. There a couple of things to try to make sure you are at least running things as they should be by default.
First, make sure you are using Enfold version 1.7. If not, download the theme again from your downloads on Themeforest and install the files on top of themselves. See: https://vimeo.com/channels/aviathemes/67209750
Second, disable any active plugins you have installed except for WooCommerce or bbPress if you have them installed and active.
Third, make sure your wordpress install is able to use at least 128mb of memory on your server. See: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Regards,
Devin
Gday Kriesi
Does anyone know how I can achieve a JQuery animated Filterable Masonry-style posts page within Enfold?
I thought I would have to use a plugin such as Zoomfolio but I can’t get it to display any posts (I think there is a theme conflict).
My question isn’t about how to get Zoomfolio to work, but just about any easy way to achieve a filterable posts?
p.s. I don’t want to filter portfolio images, but instead the post summaries.
cheers
Darryl
I’m using Enfold to redesign my Portfolio ( http://roberthunecke.com/redesign/ ). I used the Post Slider on my Homepage to create somekind of Client-Rotation.
To ensure every thumbnail is showing the complete logo I had to set the thumbnail-setting inside the Post-Slider to “No Scaling”, which is why my items have different height-values.
Is there a way to center them horizontal so they are no longer aligned by their top edges? I fiddles around by using:
position: absolute; top:0; bottom: 0; margin: auto
I thought I could center them that way, but without success.
Thanks
Not yet… I just changed the status to Not Resolved, let’s see if that helps.
We are getting exactly the same problem did you get a solution?
Thanks. I swear I tried that early on and had no luck, but that did it. Excellent!
I just bought Enfold and have downloaded it 3 times and it will not install; have tried it on two different WP sites. Please give advice as soon as you can — thanks
Hi, I’ve seen the new fullscreen slider on the Enfold demo site. I’m so in love with this slider, exactly what I have been waiting for! But although I can see a title, subtitle and button on the second slide, I’ve no idea how to add that myself. Example of the slider I’m talking about: http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/
Where can I add content to the easyslider, please? I can add content by adding html to the debug mode like ‘<h1>Title<h1>’ and it seems to automatically fade in from bottom to top, but how to do it without debug mode and where to decide the animation?
I’m having an issue getting the Showbiz Plugin to work with the Enfold theme. It has worked with others by placing the shortcode in the editor. So within the page I added a text block and inserted the short code but nothing displays.
If I switch to the Default Editor I can get it to display but I lose all the Advance Editor Settings. I wanted to make the page a Template using Advanced.
Right now the only solution I can think of is to View the Source of the Result of the Advance Editor page and then copy paste that into a default editor page where I add the Showbiz plugin. I guess that would work (not tried yet) but looking for a way to use the plugin within the Advance Editor.
Hi,
Increase the php memory limit again. Upgrade to Enfold 1.7.
Switch the Avia Builder to debug mode Edit functions.php, find this code
if(isset($avia_config['use_child_theme_functions_only'])) return;
Below, add this code:
//set builder mode to debug
add_action('avia_builder_mode', "builder_set_debug");
function builder_set_debug()
{
return "debug";
}
You will be able to see the actual shortcode below the Advance Layout Editor.
Regards,
Ismael
I deleted the Enfold theme folder on my host server. Attempts to reinstall the theme always fail. After clicking the install button, several minutes go by and a window at last pops up with “are you sure you want to do this?” I click ok and it goes back to the beginning install button with no impact. This cylce is never endign and I still have no Enfold installed. What steps must I follow to reinstall Enfold?