-
AuthorSearch Results
-
February 5, 2014 at 9:06 am #219829
In reply to: Head With Social Media and Large Logo
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,
PeterFebruary 5, 2014 at 8:39 am #219820In reply to: mailchimp for wordpress lite conflict with enfold
This reply has been marked as private.February 5, 2014 at 8:37 am #219819Hey Berebeeld!
You need to edit the Easy Slider then click each images. Look for “Slide Link?” option then set it to “Lightbox”.
Cheers!
IsmaelFebruary 5, 2014 at 8:17 am #219817Hi 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!
IsmaelFebruary 5, 2014 at 8:13 am #219815In reply to: Breite des Containers ändern (Theme: Enfold)
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,
IsmaelFebruary 5, 2014 at 8:11 am #219813In reply to: Enfold Theme Kompatibilität Firefox
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,
IsmaelFebruary 5, 2014 at 8:00 am #219807In reply to: Enfold Theme Color Box Problem on Chrome
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,
DevinFebruary 5, 2014 at 7:59 am #219806In reply to: Enfol and BuddyPress Multilingual
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,
IsmaelFebruary 5, 2014 at 7:56 am #219805Hi 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,
IsmaelFebruary 5, 2014 at 7:39 am #219798In 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; }February 5, 2014 at 7:02 am #219790In reply to: Header Menu Navigation Bar
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.
February 5, 2014 at 6:14 am #219780In reply to: Pagebuilder not shown in Enfold CMS
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,
DevinHey 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,
DevinFebruary 5, 2014 at 5:44 am #219774Topic: Enfold Theme Color Box Problem on Chrome
in forum EnfoldRandy
ParticipantSite: http://objectiveminds.com/totalpaas
Password: tp123There 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 11 years, 10 months ago by
Randy.
February 5, 2014 at 5:13 am #219771In reply to: Comments section
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,
YigitFebruary 5, 2014 at 5:11 am #219770In reply to: Remove from
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,
YigitFebruary 5, 2014 at 4:39 am #219760Hey 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!
YigitFebruary 5, 2014 at 4:35 am #219758In reply to: Adding a static layer div over layer slider div
Hi!
Here is some good news for you http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ :)
Regards,
YigitFebruary 5, 2014 at 4:33 am #219757In reply to: Links stay on one line in mobile
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!
YigitFebruary 5, 2014 at 4:26 am #219754Topic: Links stay on one line in mobile
in forum EnfoldCurlyHost
ParticipantI 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?
February 5, 2014 at 4:17 am #219750In reply to: Image link to enlarge
Hey ekessler!
Please see http://kriesi.at/documentation/enfold/disable-css-overlay-on-images/
Cheers!
YigitFebruary 5, 2014 at 3:55 am #219740In reply to: Adding a static layer div over layer slider div
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,
YigitFebruary 5, 2014 at 3:27 am #219737Topic: Adding a static layer div over layer slider div
in forum EnfoldPhet
ParticipantHi 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!
February 5, 2014 at 2:29 am #219734In reply to: Scrollmenu
This reply has been marked as private.February 5, 2014 at 1:34 am #219723In reply to: Scrollmenu
This reply has been marked as private.February 5, 2014 at 12:57 am #219714In reply to: Enfold Showcase
Happy and proud to present the new website for SterlingRidgeResort.com, a log cabin resort in Vermont, USA.
February 5, 2014 at 12:40 am #219711In reply to: Remove green borders surrounding picture gallery
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!
YigitHey!
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!
YigitFebruary 4, 2014 at 11:51 pm #219701In reply to: Active links on main menu
Hey Susanne!
Please add following code to Quick CSS in Enfold theme options under Styling tab
li.current-menu-item { opacity: 1; }P.S.: Nice website!
Regards,
YigitFebruary 4, 2014 at 11:28 pm #219694@jrevillini – can you try refreshing a few times. Seems to have fixed it when viewing on my end.
@AdDesign – Looks fixed on my end as well though the menu is now overlapping so changing the switch width with this tut should help you (increase the pixel width at which the nav menu switches): http://kriesi.at/documentation/enfold/change-when-mobile-menu-appears/ -
This topic was modified 11 years, 10 months ago by
-
AuthorSearch Results
-
Search Results
-
Site: http://objectiveminds.com/totalpaas
Password: tp123There 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?
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?
