-
Search Results
-
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
Hi,
this is my contact form: http://mafo.doremus.us/kontakt/
I would like to make the input fields thinner (the padding seems to be very large). So I tried it with this code in my custom.css:
#top .text_input, #top .select, #top .text_area{
padding: 8px !important;
}
This works pretty well, except that if you now want to enter the solution of the captcha equation, the input then is written right under the equation. It looks pretty messy.
Any help apprechiated.
Cheers
Doremus
Hi There. Enjoying the theme very much, but having a simple problem.
I’ve searched and followed the other threads here on the forum, but am having no luck with the css snippets:
.single .big-preview.single-big {
display: none;
}
.single-portfolio .page-thumb {
display: none;
}
Is there any other way I could remove the featured image from the top of posts and portfolio items?
How do I remove breadcrumbs from search results? I’ve seen how to remove them from specific pages that have a Page ID, but I don’t think search results have a page ID.
The only other related thread I could find was this, which didn’t help.
https://kriesi.at/support/topic/remove-breadcrumbs-and-search-area-from-no-sidebar-template
Thanks!
Topic: Form unfillable?
I just found out that a pretty important form I made for an important client stopped working.
When I did it 10 days ago it worked just fine, I tested it and sent it over to my client. Today he says he sent it yet I don’t receive anything.
So I go check the page to make a new test and see if it’s working and to my surprise I can’t fill in anything in any field.
I hope it has to do with the latest release of Enfold, which may have broken something, although my other forms on the site, i.e. the contact form in the contact page seems to work fine.
Any clue?
here is the page:
http://www.vacationrentalsecrets.com/la-foce
Thanks for your help!
Hi there,
Ive worked out in the shortcodes.css file how to stop the hatched strobe effect within the included shortcode (Teal, Blue, Black etc.) by deleting the background image code but how do I stop the strobe effect for my own custom hex color?
Cheers
Andy
Viewing 30 results - 141,721 through 141,750 (of 142,823 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