-
Search Results
-
Topic: ENFOLD Easy slider
I am having real trouble finding documentation for inserting easy slider. I have not downloaded the demo file as i thought i could build the website through the dashboard. I can’t find access to Advanced Editor? I have downloaded the documentation.HTML file – no instructions for the easy slider or any sliders or home page shortcodes …………….Please help – this is my first use of Enfold and was hoping for an easier start. Cheers Shaz
Topic: button in menu
Topic: Enfold- Archive Exceprts
Hi, I am using Enfold and have a category archive that I want to show only the excerpts. I do not want to have to go into each post and set a “more” link in the middle of the post, I want the excerpt to come from the excerpt field. I am using a child theme. I have read what I can here int he forum, but nothing works. I have picked apart the loop-index.php, (tried modifying it in the parent and child themes), and looked at loop-archive.php (appears to be useless?) and anything else I can find. I have set $current_post = the_excerpt(); I have even changed the echo in the HTML output below to simply echo the_excerpt(); but gotten nowhere. It seems like it should not be so difficult to set an archive to the excerpt (NOT using the ‘more’ link in each post). Thanks for your help.
Topic: Layerslider shortcode error
Hi guys
I’m getting the following error which is causing my site to through an error every few hours
[warn] mod_fcgid: stderr: PHP Warning: reset() expects parameter 1 to be array, null given in /home/linweb22/d/drivedevelopment.co.uk/user/htdocs/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_layerslider.php on line 40
Thanks
Iain
Hi,
We have just purchased enfold theme. in the demo there is a nice effect for blog preview photos with mouse hover, how do we enable it? thanx!
Topic: Countdown Clock
Hi there,
I bought the enfold theme but also fell in love with the countdown-clock in the header of the incarnation theme. is there a possibilty to plug-in just the clock into enfold?
b
When I view my site on iPad and even resizing in a browser, the main menu slides under the logo and does not switch to the responsive layout like the demo for Enfold does.
The demo seems to switch the navigation to the responsive button at about 1000px wide. And when I adjust the avia.js to 1000 (I’ve searched the posts here for a solution and tried changing the avia.js as suggested in one post) what I get is the responsive button and the menu!
I have the latest update of Enfold, 1.7 and WP 3.5.2. Am I doing something wrong?
Topic: IE8 image distortions
Hi, look at enfold jpg from IE8: http://www.eurokreator.eu/images/enfold-IE8-distorstions.jpg Thumbnails are distort, main post image as well (but in this case distortion is only vertical) pictures in small thums are downscaled and align top-left. Every new image which I prepared and insert look the same, so it’s not the bug of placeholder image settings. I read topic about gallery image distortion but here is something new. Regards.
Hi, cause IE not support slideshow navigation, I have to change nav buttons (fontello based) to png files. What I did: #top .ls-nav-stop::before{ content: url(http://mysite/wp-content/themes/enfold/images/layout/nav.png); New navigation is visible in Opera but no effect in Firefox and IE. Maybe you have any more efficient way to replace nav buttons? Regards
Topic: Issue with child theme cont.
I read the conversation in: https://kriesi.at/support/topic/issue-with-child-theme and it really helped me to find a solution.
But since we had some old customizations done in the enfold admin settings, those css changes were overriding the child theme css file as well.
I think it would make child theme customization a lot easier if the “style.css” from the child theme is registered last of all css files, ie if you could update functions.php so that:
if($child_theme_url != $template_url)
{
wp_enqueue_style( ‘avia-style’);
}
is placed after
wp_enqueue_style( ‘avia-dynamic’);
wp_enqueue_style( ‘avia-custom’);
since the child theme file “style.css” sort of does what “custom.css” does in the main theme…
BR /Hugo
Viewing 30 results - 242,701 through 242,730 (of 244,458 total)

Hi,
I have two problems – close connected to each other:
– I would like to use the advanced layout editor for posts
– it is essential to have the meta data an the comment box below the posts that use elements of the advanced layout editor
Problem one could be solved with a modification of the wp-contentthemesenfoldconfig-templatebuilderavia-template-builderconfigmeta.php (add ‘post’ to the page variable).
(see https://kriesi.at/support/topic/how-to-add-advanced-layout-manager-to-blog-posts and http://vimeo.com/channels/aviathemes/64996057)
But this will produce the second problem – the comments box disappears from the posts. Even if I remove the advanced editor (untouched meta.php) and copy the code into my post manually – as soon as there are Avia Layout Builder elements in a post, the comment box and the meta infos are gone.
That is a major problem for me. Without the Avia Layout Builder elements in my posts, the Enfold theme is much reduced in it’s quality/options. With the patch, I got the Avia Layout Builder elements but no comments and that’s a no-go for a blog.
This fix from Nick (https://gist.github.com/meishern/bfbf909055e7b967dd5b) kills the layout for me – so this is no option.
Also this fix won’t help – still no comments for me:
https://kriesi.at/support/topic/comments-dont-show-up-on-portfolio-pages
Any idea how to solve this?
Best regards,
Detlef