Hi Twelvevisions-sro!
Thank you for using Enfold.
I tried to access the site using this link http://thelight.sk/wp-admin but there is a Forbidden error. Please try to deactivate all plugins then check it again. Did you add any modifications on the child theme?
Regards,
Ismael
Hi Frank!
Thank you for using Enfold.
You can set the Blog Style to “Use Advance Layout builder..” on Enfold > Blog Layout panel. Make sure that you set the blog page on Theme Options > Where do you want to display blog? setting. After that, you can use the advance layout builder to build your blog page. If you want to show the articles, insert the Blog Posts element.
Best regards,
Ismael
Hey!
I added this on functions.php:
// temporary fix for woocommerce 2.2+ and enfold 3+: woocommerce_product_subcategories() not available in admin mode
add_action('woocommerce_init', function() {
if ( ! function_exists( 'woocommerce_product_subcategories' ) )
include_once( __DIR__.'/../../plugins/woocommerce/includes/wc-template-functions.php' );
} );
This issue should be fix on the next theme update. You can edit the page now: http://sponsormypage.com/testgervasini/wp-admin/post.php?post=11&action=edit#screen-options-wrap
Cheers!
Ismael
Hey Richard!
Thank you for using Enfold.
Please replace this code:
@media only screen and (max-width: 990px) {
div .av_one_third, div .av_two_third {
margin-left: 0%;
width: 50%;
}}
With:
@media only screen and (max-width: 990px) {
div .av_one_third, div .av_two_third {
margin-left: 3%;
width: 47%;
}
}
Cheers!
Ismael
Hi darkban!
Thank you for using Enfold.
The “Blog” text on the right is the page title. If you want, you can disable that. Edit the page, look for Layout > Title Bar Settings, choose hide both. Or use this on Quick CSS or custom.css to remove the blog title:
.page-id-1051 .alternate_color.title_container .main-title {
display: none !important;
}
Regards,
Ismael
Hey ariane1001!
Thank you for using Enfold.
Please edit the gallery element then look for the Gallery Preview Image Size and Gallery Big Preview Image Size. If you want to change the size of the thumbnails and set the crop parameter to false, you can use this plugin: https://wordpress.org/plugins/simple-image-sizes/
Regards,
Ismael
Hey erussell!
Thank you for using Enfold.
You can use the Fullscreen Slider. Add html codes or text on the images’ caption field.
Regards,
Ismael
Hi Greg!
Thank you for using Enfold.
Please refer to this link: https://kriesi.at/support/topic/heading-and-menu/#post-335841
Regards,
Ismael
Hi ThomasNorden!
Thank you for using Enfold.
You can use this:
.table.footerTabell tr:first-child th, .table.footerTabell tr:first-child td, tr th:first-child, .table.footerTabell tr td:first-child, .table.footerTabell td {
border: none;
}
Best regards,
Ismael
Hello –
I am using Enfold 4.0 and The Events Calendar PRO 3.8. My theme is setup to display page title and breadcrumbs by default for all pages, but I’d like to NOT show them for the Events Calendar related pages (the Calendar page itself and the pages for each event).
I posted this on the Events Calendar support forum and this is what they said: https://tri.be/support/forums/topic/remove-breadcrumbs-on-calendar-and-single-event-pages/#post-810422.
I would really appreciate a step-by-step explanation of the files I need to modify to achieve the desired effect.
Thanks,
billlon
Hi leviticus!
Thank you for using Enfold.
I’m not sure if this is going to help but you can add a unique selector to any elements on the advance layout builder except for column layouts. Refer to this link for more info:
http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Edit the upcoming events element then scroll below. Add the category as a unique css selector on “Custom Css Class” field.
Regards,
Ismael
Hey John!
Thank you for using Enfold.
Which plugin are you trying to use? I’m sorry, just fyi, we don’t provide support for third party plugins as stated on our support policy. Please contact the plugin author.
Best regards,
Ismael
Hi Peter!
Thank you for using Enfold.
I’m sorry but there is no shortcode to show a certain portfolio item inside a post. You can however use the Post Slider element to show the portfolio items.
Cheers!
Ismael
Hey schuttjon!
Thank you for using Enfold.
Please ask your host to increase the max_input_vars values. Refer to this thread for more info: https://wordpress.org/support/topic/menu-size-limit
Cheers!
Ismael
Yes this is the procedure I followed …. When I overwrite the entire enfold theme folder, then the site crashes and displays the error I mentioned above.
Hi KirinDesign!
Thank you for using Enfold.
Please go to Enfold > General Layout > Logo and Main Menu.
Cheers!
Ismael
Hi!
Thank you for using Enfold.
That header will require a bit of customization. You can remove the menu border with this:
.html_header_top.html_bottom_nav_header .main_menu ul:first-child>li:first-child a, .html_header_top.html_bottom_nav_header .main_menu ul:first-child>li a, .html_bottom_nav_header.html_logo_center #top #menu-item-search>a {
border: none;
}
Apply a background on the menu container with this:
#header #header_main_alternate {
background: orange;
}
Use the menu ids to separate some of the menu. If you use firebug, the menu id will look like this:
<li id="menu-item-3195"
Best regards,
Ismael
Ismael-
The specific page is the restaurant parallax one page from your demo install. I was able to make 40+ saves replacing content and got half way through the food menu 4 hour in and boom half the site is gone. Restore it back a few saves, view it all looks good, go back make one edit and save, boom its all gone again. Once it blows up your done even if you think you fixed it. No extra html, no extra plugin, no caching, just the demo template with revised text and my images. It always happens during the food menu edits using the categories in page builder.
I was able to reproduce this bug on three clean installs of WP4 and enfold 3.01 with the parallax template, two of the install on a webserver and one on a LAMP install. That’s 3 for 3.
Since the blow up my revision history is gone on all pages, not sure how to get it back. Its not saving new saves either…
My issue appears to be the same as Alexoidea posted as his two biggest issues: Similar Issue Post
(1) update break ups when I try to change some layout elements using Avia, and update (save) the page, the page gets rid of most of the work, and occasionnaly gets me “back” to an early or scrappy drafted version of the page (not a draft page, just the page as it looked when it was a work in progress).
(2) page contents “erased” upon update Sometimes, upon update (save), the page… gets blanks with all of its contents erased!
-
This reply was modified 11 years, 6 months ago by
Dawn1017.
Hey ryanchai911!
Thank you for using Enfold.
Please give us a link to the actual page with the issue. If you have a cache or minify plugins, please disable them then test the images again.
Best regards,
Ismael
Hi fotograf561!
Thank you for using Enfold.
Please try to reconfigure any settings on Theme Options > Header then save changes. See if that changes anything. Please remove this code on Quick CSS or custom.css:
#header_main .container, .main_menu ul:first-child > li a, .logo img, .logo a {
height: 225px !important;
max-height: 225px !important;
margin-bottom: 15px;
}
Regards,
Ismael
Hey!
Thank you for using Enfold.
Mapify pro seems to be a good plugin but unfortunately, we don’t provide support for third party plugins as stated on our support policy. Please contact the plugin author for further support. You can adjust the Zoom Level of the google map element if tool tips are overlapping each other.
Regards,
Ismael
Hi izquierdomasmotter!
Thank you for using Enfold.
1.) Please add this on functions.php to use the default WPML language switcher:
add_action('after_setup_theme','avia_remove_main_menu_flags');
function avia_remove_main_menu_flags(){
remove_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 20, 2 );
remove_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 20, 2 );
remove_action( 'avia_meta_header', 'avia_wpml_language_switch', 10);
}
2.) Yes, you can copy the includes folder plus the file then modify it there.
3.) Please add this on Quick CSS or custom.css:
.avia-menu.av-main-nav-wrap {
float: right;
}
div .logo {
float: left;
position: relative;
left: 0;
}
.main_menu {
position: relative;
}
Best regards,
Ismael
Hey!
Thank you for using Enfold.
1.) Instead of using the icon element, use the Image element.
2.) Add a custom id for the color section, use hide-background for example. Add this on Quick CSS:
@media only screen and (max-width: 767px) {
#hide-background {
background-image: none !important;
}
}
Best regards,
Ismael
Hey c3conseils!
Thank you for using Enfold.
Please use the Color Section then set the image as background image. Set the Background Repeat to Stretch to Fit.
Cheers!
Ismael
Hi Alexoidea!
Thank you for using Enfold.
Can you please give us a link to the actual page where you lose content after clicking “update”? Did you add any html codes on that page? Make sure that you close the html tags properly or you might lose content below that specific tag.
Best regards,
Ismael
Hi!
Thank you for the info.
You’re using a very old version of the theme which is not compatible with the latest version of WordPress. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
Ismael
Hi dsauce!
Thank you for using Enfold.
You can add this on Quick CSS or custom.css:
#top #wrap_all .av-social-link-rss a{background-color:#fff; color:#ffa133; }
#top #wrap_all .av-social-link-facebook a{background-color:#fff; color:#37589b; }
#top #wrap_all .av-social-link-twitter a{background-color:#fff; color:#46d4fe; }
#top #wrap_all .av-social-link-mail a{background-color:#fff; color:#9fae37; }
#top #wrap_all .av-social-link-dribbble a{background-color:#fff; color:#e44885; }
#top #wrap_all .av-social-link-linkedin a{background-color:#fff; color:#419cca; }
#top #wrap_all .av-social-link-search a{background-color:#fff; color:#222222; }
#top #wrap_all .av-social-link-gplus a{background-color:#fff; color:#de5a49; }
#top #wrap_all .av-social-link-behance a{background-color:#fff; color:#008cfa; }
#top #wrap_all .av-social-link-flickr a{background-color:#fff; color:#ff0086; }
#top #wrap_all .av-social-link-forrst a{background-color:#fff; color:#234317; }
#top #wrap_all .av-social-link-myspace a{background-color:#fff; color:#000000; }
#top #wrap_all .av-social-link-tumblr a{background-color:#fff; color:#345574; }
#top #wrap_all .av-social-link-vimeo a{background-color:#fff; color:#31baff; }
#top #wrap_all .av-social-link-youtube a{background-color:#fff; color:#a72b1d; }
#top #wrap_all .av-social-link-pinterest a{background-color:#fff; color:#cb2027; }
#top #wrap_all .av-social-link-skype a{background-color:#fff; color:#12a5f4; }
#top #wrap_all .av-social-link-instagram a{background-color:#fff; color:#a67658; }
#top #wrap_all .av-social-link-five_100_px a{background-color:#fff; color:#222222; }
#top #wrap_all .av-social-link-soundcloud a{background-color:#fff; color:#F76700; }
#top #wrap_all .av-social-link-xing a{background-color:#fff; color:#006567; }
#top #wrap_all .av-social-link-vk a{background-color:#fff; color:#597BA5; }
#top #wrap_all .av-social-link-reddit a{background-color:#fff; color:#FF4500; }
Cheers!
Ismael
Hi Daniela!
Thank you for using Enfold.
Did you set these pages as child page of a page? Those pages will only show up when they are nested subpages of the current page.
Cheers!
Ismael
Hello,
I’ve just updated Enfold 3.0. but there is some error. After this action, My website doesn’t show anything. It’s blank.
업데이트 절차가 시작되었습니다. 이 과정은 시간이 걸릴 수 있습니다. 잠시만 기다려주세요.
—————————————-
유지관리 모드 활성화.
테마 업데이트중 Enfold (1/1)
https://s3.amazonaws.com/marketplace-downloads.envato.com/files/107427867/enfold.zip?AWSAccessKeyId=AKIAJYG5ROGJ6X7Z3M6Q&Expires=1413428829&Signature=fudSFZU5LTBdkjUrlIrIzv3Ln0A%3D&response-content-disposition=attachment%3B+filename%3Dthemeforest-4519990-enfold-responsive-multipurpose-theme-wordpress_theme.zip로부터 업데이트 다운로드.
업데이트 압축 푸는 중.
최신 버전을 설치하는 중
테마의 이전 버전을 제거중.
테마 업데이트 실패함.
Enfold를 업데이트 하는 중에 에러가 발생했습니다: 파일을 복사할 수 없습니다. /home/hosting_users/wedosoftinc/www/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/font-manager.class.php
유지관리 모드 비활성화.
Attention: We detected some custom styling rules in your custom.css file and restored it ;)
모든 업데이트가 완료되었습니다.
Go Back to Enfold Theme Panel
———————————————–
I guess this failing is related to hard disk storage is full.
My webiste shows blank page. Please help me urgently.
Solved) I’ve uploaded theme file via FTP. It works fine. Please delete this topic. (private content is included.)
I can’t find remove/delete menu.
-
This topic was modified 11 years, 6 months ago by
Alan.
Hello. I just updated my enfold theme and now my navigation bar is really tall. How do I fix this?