Thanks Peter for answering my urgent request,
Last question before I proceed:
I notice it says “theme specific plugins” might have to be reset. I’m not sure I understand this. What would be the difference between a regular plugin and a “theme specific plugin”? What plugins would be specific to Enfold theme? I have about 12 plugins.
Anything else I should watch out for??
Thanks for your time, Jas
Hello, guys
I have a problem with my web site in Internet Explorer 8 . Buttons on the slider and my roll over effect don’t work properly and apparently some other styles weren’t loaded correctly as well. However, I don’t have those problems in other browsers such as Firefox, Chrome, Opera. I also noticed I don’t have those problems in Internet Explorer 10. In addition, I use a WP better minify plugin which if turned off solves some issues with the styles, but not all of them.
Regards,
Martin
-
This topic was modified 12 years, 1 month ago by
martinbose.
Hey!
1) Yes, the child theme functions.php loads first, then all parent theme files will be loaded.
2) Yes exactly. WordPress loads just the functions.php file. An exception is made for the template files (single.php, page.php, header.php, footer.php and the “loop-XXX” files in the enfold/includes folder.
4) If you overwrite entire functions (by adding them to the child theme functions.php) or if you overwrite template files (like header.php, footer.php) you’re right. In this case you must check if we updated the file in the parent theme folder and if yes you must also update your child theme. The advantage is that you know which files you modified (because all changes can be found in the child theme folder) and often you don’t need to update files because many updates do not touch the template files or framework functions.
Best regards,
Peter
This reply has been marked as private.
Hey Berebeeld!
You need to edit the Easy Slider then click each images. Look for “Slide Link?” option then set it to “Lightbox”.
Cheers!
Ismael
Hi frankoforte!
Can you please post a screenshot of the issue? The page looks well on iPad view.
http://quirktools.com/screenfly/#u=http%3A//wiedemeier-kommunikation.de/sms/&w=768&h=690
Cheers!
Ismael
Hi!
Which content area? You can edit functions.php, find this code:
$avia_config['layout']['fullsize'] = array('content' => 'twelve alpha', 'sidebar' => 'hidden', 'meta' => 'two alpha', 'entry' => 'eleven');
$avia_config['layout']['sidebar_left'] = array('content' => 'nine', 'sidebar' => 'three alpha' ,'meta' => 'two alpha', 'entry' => 'nine');
$avia_config['layout']['sidebar_right'] = array('content' => 'nine alpha', 'sidebar' => 'three alpha', 'meta' => 'two alpha', 'entry' => 'nine alpha');
You can decrease the content units to eight then increase the sidebar width to four.
$avia_config['layout']['fullsize'] = array('content' => 'twelve alpha', 'sidebar' => 'hidden', 'meta' => 'two alpha', 'entry' => 'eleven');
$avia_config['layout']['sidebar_left'] = array('content' => 'eight', 'sidebar' => 'four alpha' ,'meta' => 'three alpha', 'entry' => 'eight');
$avia_config['layout']['sidebar_right'] = array('content' => 'eight alpha', 'sidebar' => 'four alpha', 'meta' => 'three alpha', 'entry' => 'eight alpha');
Regards,
Ismael
Hi!
Please add this on Quick CSS or custom.css:
#top #header .avia_mega_div > .sub-menu > li > ul > li a img {
max-width: 250px;
width: 250px;
}
Best regards,
Ismael
Hi Randy!
What OS and version of Chrome is this with? I think all of us (support crew) use Chrome as our primary browser and have never had any issues with the color sections.
Right now viewing your site on Chrome and a windows 7 machine I don’t see any issues with it.
Regards,
Devin
Hey coer!
Enfold does not support BuddyPress. BuddyPress requires special templates, etc. to integrate perfectly into the theme and that’s why Envato/Themeforest also sells BuddyPress themes in a special category: http://themeforest.net/category/wordpress/buddypress. You need to use bbPress for the Enfold theme or hire a freelance developer to make BuddyPress plugin compatible.
Regards,
Ismael
Hi ctchope!
Try to use the Widget Logic plugin to show different widgets on different languages: http://wpml.org/2011/03/howto-display-different-widgets-per-language/
Regards,
Ismael
In your custom.css you have the pointer events disabled on the title link which is preventing the name of the person from linking. You can add this after to turn it back on:
.grid-entry-title a {
pointer-events: all !important;
}
We have integrated Enfold theme and the Slide Out menu is not showing on iPad portrait Mode (Max-width: 989px) . Can you please check : http://sol8beta.com/xowindows/ and let us know what is causing the issue.
Hi!
It looks like WordPress is running out of memory. Increasing your php memory limit to 128 should let the avia layout builder load fully as its supposed to.
See this article for the various ways you can increase it: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Best regards,
Devin
Hey masterr!
By default IE8 should not be rendering like that. If it is there is likely something else causing a conflict with the theme or with the theme loading properly.
You can try deactivating all active plugins and then re-uploading the theme files after re-downloading theme from your downloads on ThemeForest to make sure there are no errors in the theme styles or anything like that.
The re-upload can be done in the same way you would update: take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
Regards,
Devin
Site: http://objectiveminds.com/totalpaas
Password: tp123
There is a box that has a quote “Local media hasn’t lost its relevance–people have changed how they consume information.”
This text is inside a FIXED IMAGE COLOR BOX that creates a parallax effect. In Firefox this works perfectly. However in Chrome this is all messed up. The fixed image is just a mess. Sometimes it works fine, but mostly it’s broken. And when I try to edit that box in Chrome, the edit box is messed up (just such strange behavior).
Do you have any idea what is causing this?
-
This topic was modified 12 years, 1 month ago by
Randy.
Hey zelu1984!
Please go to wp-content\themes\enfold\includes folder and open Comments.php file and
echo "<h3 class='miniheading'>".__('Leave a Reply','avia_framework')."</h3>";
and change as needed
Best regards,
Yigit
Hey vadi4ek!
Please go to wp-content\themes\enfold folder and open functions-enfold.php file and find
'link' => get_permalink($id),
and comment it out using // as following
//'link' => get_permalink($id),
Best regards,
Yigit
Hey Ben!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 989px) and (min-width: 767px) {
div .logo { left: 6%; }}
It will center the header in between 989px and 767px. You can adjust the code to make other changes you would like
Cheers!
Yigit
Hey Andrea!
Please add following code to Quick CSS in Enfold theme options
@media only screen and (max-width: 480px) {
.entry-content-wrapper div li a { max-width: 190px!important; }}
Cheers!
Yigit
I fitted the Enfold theme to be used on this site:
http://simplyblue.sodaserver.com/traverse-city-wedding-vendor-guides/cakes-dessert/
If you notice on mobile, this link (https://www.facebook.com/simplysweetbyjessicapetoskey) spreads across the responsive borders on one line instead of wrapping to the line under it.
Is there a way to fix this?
Hi pmaly!
Please add Color Section element to your page right under your Layerslider, then set your image as Custom Background Image of color section element and give it a custom ID myid (or any other). Then add following code to Quick CSS in Enfold theme options under Styling tab
#myid {
background-color: transparent!important;
margin-top: -55px;
z-index: 55;
border: none!important;
}
Best regards,
Yigit
Hi guys,
I’m currently trying to overlay a .png file in a div that will be superimpose over a part of a full width layer slider.
This is the .png I want to overlay : 
And this is what I would like to achieve : 
I would like to have the PNG to stay there and have the Slides run behind it.
I don’t think it’s possible to do so with the theme directly, but does anyone have a clue where I should start? I know how I would do it if I would go from scratch, but not with an sophisticated theme as Enfold.
Any help would be appreciated!
Thanks!
This reply has been marked as private.
This reply has been marked as private.
Happy and proud to present the new website for SterlingRidgeResort.com, a log cabin resort in Vermont, USA.
Hey eric_peeters!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top div .avia-gallery img { border-style: none; }
Cheers!
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under styling tab
#top .header_color .main_menu .menu ul li>a:hover {
color: #888;
}
.header_color .main_menu ul:first-child >li > ul, #top .header_color .avia_mega_div > .sub-menu {
border-top-color: black!important;
}
.main_menu ul:first-child >li > ul {
border-top-width: 1px; }
Cheers!
Yigit