Hi genarojrs!
You are using Enfold version 1.8.4 which is fairly old. Please update the theme to the latest version 2.6.1 via FTP
Best regards,
Yigit
Hey keithcrest!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 480px) {
.responsive .logo a, .responsive .logo img {
height: auto !important; }
#header_main {
height: 210px;
}
#advanced_menu_toggle, #advanced_menu_hide {
right: 35%; top: 140%; }
}
Regards,
Yigit
Follow-Up.
I was going to attach a screenshot but don’t see how to do so. At any rate, here is another aspect that confuses me. At the bottom of the menu, there are these settings. I do not understand what they mean.
(I’d been checking the “enfold main menu” button, but a website over 100 pages no longer is able to use this function. So I need to use something different, which I understand should be a mega-menu.)
Menu Settings
Auto add pages
Automatically add new top-level pages to this menu WHY WOULD I CHECK THIS?
Theme locations
Enfold Main Menu
Enfold Secondary Menu WHAT IS THIS?
(Will be displayed if you selected a header layout that supports a submenu here)
Enfold Footer Menu
(no dropdowns)
I am trying to disable dragging on Google Maps when viewing on a mobile device, so that it is touch-screen friendly.
Before I updated Enfold to the latest version, this trick worked. Since the update, I switched from using the GMap widget to the GMap media element in the Advanced Editor. Now, it no longer works, and mobile devices can drag the map around. I’m assuming this is because the original trick edited the widget, but the new media element is isolated from that PHP file.
I am running the latest version of Enfold, with all plugins turned off.
What do you advise?
Thank you, and keep up the great work!
Hi,
I noticed with the update of the video background in the color section, a nice preloader is implemented there.
Could this preloader also be used for the background images in the color section and let these background images also fade in please.
Now most content comes in nicely with a short fade in, but when I use background images (who are usually quite heavy) they just plop in, which destructs a bit the nice flow of fading in elements throughout the theme.
Thanks for considering. (A small add I think, but great value ;)
This reply has been marked as private.
Hi Josue, thanks for the reply ; I hope I was successful to describe what I was looking for.
If your answer was to me, that’s ok, I am aware that it is all about a technical structure.
PS: Thanks for the Enfold, it is really a fantastic theme to edit. :)
Kind Regards,
Bedros
-
This reply was modified 11 years, 8 months ago by
Bedros.
Hey!
Yes, you can put a custom link to your login page in your menu (Appearance > Menus > Links).
Regards,
Josue
This reply has been marked as private.
Exactly, color sections are meant to be used in full width pages, like:
http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/
Cheers!
Josue
Thank you Yigit, it worked ;)
Hi Devin,
I’ve tried to clear cache but i’m not sure if i’ve done it well. Could you guide me in someway?
I’m trying to do a new layerslider, at my homepage http://www.encanthadas.es and at http://www.encanthadas.es/inicio, buy in both cases only works the image slide. If i add layers in the slide, I can see them in the preview but i can’t see them if I open my site (www.encanthadas.es) in a new window.
I’m trying to make some changes at the Enfold Themo Options, I’ve marked in the header layout, logo center and menu below, but it doesn’t display it in the correct way and social icons doesn`t appear.
Sorry for the inconvenience.
Regards,
zaregrannia
Hey!
Please go to wp-content\themes\enfold\includes folder and open helper-main-menu.php file and find
do_action('ava_main_header');
?>
<div class='container'>
and add your image right below it inside a div as following
<div class="second-logo">
</div>
then add following code to Quick CSS
.second-logo { float: right; }
Best regards,
Yigit
HI there!
Apparently this is conflicting code somewhere, and I cannot tell whether this is a theme issue or a WordPress issue. In the WordPress widgets section, I have removed the inactive widgets and sidebars and created new sidebar with widgets. On the page, I have selected the new sidebar. However, the new sidebar does not show up in the list of sidebars in the Quick Edit section for the page, which shows only the sidebars created in Avisio.
Can you help?
Hey!
You can open the file js/avia.js and scroll down to around line 1180 where the function avia_header_size() is declared:
in line 1190 change the rule:
isMobile = $.avia_utilities.isMobile,
to
isMobile = false,
Cheers!
Kriesi
Hey jtalmeida54!
Please add following code to Quick CSS in enfold theme options under Styling tab
.page-id-3255 .isotope-item.special_av_fullwidth .av_table_col .entry-title {
font-size: 14px;
}
Best regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#after_section_1 > div > div > div > div > div.flex_column.av_one_third.first.avia-builder-el-1.el_after_av_section.el_before_av_two_third.avia-builder-el-first > div {
border-right: 1px solid #e1e1e1;
padding: 20px;
}
Cheers!
Yigit
I gave you the link :
I want change the “ICON LIST” from enfold simply changing ICONS by IMAGE.
Is that clear for you?
Thanks a lot for your support
Hi hugs1!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) {
.responsive #scroll-top-link {
display: block !important;
}}
Best regards,
Yigit
Hello – thanks again for such a great theme.
We’ve been happily using enfold + child themes to setup well-customized versions for a variety of projects, however, recently had to make several edits to the core Enfold files (mostly for items that a child theme doesn’t seem to override – such as woo configs, etc – or other deeper customizations)
We do not want to overwrite these edits in case the theme is updated by other admins –
My question is: is it safe to rename the enfold folder (say, to ‘enfold-custom’, or other) and also edit the core style.css to include the same name (‘enfold-custom’, or other)?
This reply has been marked as private.
Hey!
There are some missing curly brackets in your code. Please switch it with following one
@media only screen and (max-width: 1000px) {
.avia-caption {display: none !important; }
.avia-caption-title {
font-size: 14px; line-height: 14px;
}
}
.header_color .main_menu ul:first-child > li > a { color: ; font-size: 15px; }
}
.js_active .tab {
font-size: 20px;
}
.active_tab_content .tab_inner_content { font-size: 14px; }
.toggler {
font-size: 14px;
}
.toggle_content {
font-size: 12px;
}
#mc_embed_signup .clear {
display: block;
visibility: visible;
height: auto;
width: auto;
}
h3 {
font-size: 20px;
line-height: 1.5em;
margin-bottom: 8px;
}
.inner_sort_button span {
padding: 0 10px;
}
#footer #text-8 .av_font_icon {
margin-right: 20px;
}
.av-masonry-sort {
padding: 40px;
}
Cheers!
Yigit
Hey yoginthusiast!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
#top #header .avia_mega_div .sub-menu { background: red; }
If that does not work, please post the link to your website
Cheers!
Yigit
Hey Laurent!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia_mobile #top .av-parallax-section{z-index: 0;}
Regards,
Yigit
Hi condonpb!
1- Please add following code to Quick CSS in Enfold theme options under Styling tab
#av_section_1 > div > div > div > div > div.flex_column.av_one_third.avia-builder-el-15.el_after_av_two_third.avia-builder-el-last > div.avia-builder-widget-area.clearfix.avia-builder-el-18.el_after_av_blog.avia-builder-el-last {
z-index: -1; }
2- Please go to Appearance > Editor and open functions-enfold.php file and find
$entries['prev'] = get_previous_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
$entries['next'] = get_next_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
}
else
{
$entries['prev'] = get_previous_post($settings['same_category']);
$entries['next'] = get_next_post($settings['same_category']);
and change it to
$entries['next'] = get_previous_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
$entries['prev'] = get_next_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
}
else
{
$entries['next'] = get_previous_post($settings['same_category']);
$entries['prev'] = get_next_post($settings['same_category']);
Best regards,
Yigit
Hallo schon wieder,
wir sind etwas verzweifelt, da wir absolut nicht weiterkommen und uns doch einige Kenntnisse fehlen, um die bisherige HP umzustellen auf WP mit Enfold.
Ziel ist es, Homepage und Shop in einem zu betreiben.
WP ist installiert, die Daten übernommen, Enfold gekauft und aktiviert, aber wir wissen nun nicht weiter.
Gibt es hier jemanden, der uns helfen kann? Gerne erwarte ich ein Angebot.
Die Daten später weiter pflegen wollen wir schon selbst, aber der Einstieg erscheint gerade schwer.
Bisherige HP ist http://www.oeko-energie.de
Vielen Dank für eine Rückmeldung.
Euer Piepmatz
This reply has been marked as private.
I have someone who has modified my enfold theme and modified the header to appear as shown in the top half of the image I’m providing a link to. The image shows two images of the header – the first with an orange stripe representing a second navigation menu.
I have 1,300 images that are all “portfolio” pages. I’m being told each page has to be coded separately to have this header!
Can you help? I can’t imagine this to be the case, but I can’t figure out how to do it myself. : )
Thanks!
-Todd
image link:
http://postimg.org/image/rdw7n7f7p/
Hey guys –
Which plugin are you using to monitor unread bbpress posts?
nevermind – found the setting under ENFOLD/Sidebar/page sidebar navigation.
dont’ understand how that got turned on but maybe it was on and not being used before I updated, since
this is the only sidebar I use on the site.