Forum Replies Created
-
AuthorPosts
-
Hey audiotech520!
Thank you for using Enfold.
Is this happening when you disable the 3D effect? It seems to only happen on smaller screens.
Best regards,
IsmaelHi!
Please remove the separator or whitespace element that you added to create the gap then add this in the Quick CSS field:
.html_header_transparency #main { padding-top: 260px !important; }
Best regards,
IsmaelJuly 14, 2015 at 2:39 pm in reply to: (shipping cost / german: zzgl. versand) break up in two lines after WC Update #473191Hey aovivo!
Thank you for using Enfold.
Do you want to remove it? Add this in the Quick CSS field:
.woocommerce_de_versandkosten { display: none; }
Cheers!
IsmaelHi urdaniz!
Thank you for using Enfold.
The slider is working fine when I checked the page. I think we can hide the notices. Add this in the wp-config.php file:
ini_set('log_errors','On'); ini_set('display_errors','Off'); ini_set('error_reporting', E_ALL ); define('WP_DEBUG', false); define('WP_DEBUG_LOG', true); define('WP_DEBUG_DISPLAY', false);
Regards,
IsmaelHi!
You can set the background size to 100% but it will distort the image a bit.
.avia-fullscreen-slider .avia-slideshow>ul>li { background-size: 100% 100%; background-position: center center; }
The background size property is set to cover by default to keep the aspect ratio of the image.
Scale the background image to be as large as possible so that the background area is completely covered by the background image. Some parts of the background image may not be in view within the background positioning area
Best regards,
IsmaelHey!
Add a folder called “includes” in the child theme folder then copy the error404.php file inside. It will not be overwritten when you update the theme.
Cheers!
IsmaelJuly 14, 2015 at 2:14 pm in reply to: Display Excerpt & Changing blog post to a new template #473173Hi!
You have to add the post meta info manually, either by using a code block or a text block. This is the html markup of the post meta info:
<span class="post-meta-infos"><time class="date-container minor-meta updated" itemprop="datePublished" datetime="2015-03-10T03:44:37+00:00">March 10, 2015</time><span class="text-sep text-sep-date">/</span><span class="comment-container minor-meta"><a href="http://localhost/kriesi/enfold/blog/link-post/#respond" class="comments-link">0 Comments</a></span><span class="text-sep text-sep-comment">/</span><span class="blog-categories minor-meta">in <a href="http://localhost/kriesi/enfold/blog/category/air/" rel="tag">Air</a>, <a href="http://localhost/kriesi/enfold/blog/category/earth/" rel="tag">Earth</a>, <a href="http://localhost/kriesi/enfold/blog/category/fire/" rel="tag">Fire</a> </span><span class="text-sep text-sep-cat">/</span><span class="blog-author minor-meta">by <span class="entry-author-link" itemprop="name"><span class="vcard author"><span class="fn"><a href="http://localhost/kriesi/enfold/blog/author/admin/" title="Posts by admin" rel="author">admin</a></span></span></span></span></span>
Best regards,
IsmaelHi ACNLatitudes!
Thank you for using Enfold.
I checked the pages and the input fields are 100% in width. Did you figure this out?
Regards,
IsmaelHey ACNLatitudes!
Thank you for using Enfold.
The related section image is set to 180x180px by default. You can increase or decrease the thumbnail size if you want. The actual container size is 60x60px. Use this plugin to resize the “square” thumbnail size in the Settings > Media panel. Don’t forget to regenerate the thumbnails. https://wordpress.org/plugins/simple-image-sizes/
Anyway, the related section looks fine when I checked it:
Best regards,
IsmaelJuly 13, 2015 at 11:43 am in reply to: Problem with Language Switcher w/ WPML / not all languages appear in mobile mode #472293Hi cguiguet!
Thank you for using Enfold.
Add this in the Quick CSS field:
@media only screen and (max-width: 767px) { .responsive #header_meta .sub_menu>.avia_wpml_language_switch>li { display: block; padding: 5px 2px; float: left; } .responsive #header .sub_menu, .responsive #header_meta .sub_menu>ul { height: 64px; }}
Cheers!
IsmaelHey!
The theme options are saved in the database. You can find it in the wp_options table, it usually called “avia_options_enfold”. If you want to know where the Quick CSS codes resides, you can find it in the enfold.css file located in wp-content > uploads > dynamic_avia folder.
Cheers!
IsmaelHi!
You forgot to close the link tag and there’s something wrong with the quotation marks. I think it’s OK now. Please hard refresh the page.
Regards,
IsmaelHi!
I want to login to the site but it’s not loading. Is it up? Please check. Make sure that the Lightbox Modal Window option is enabled in the Theme Options panel.
Best regards,
IsmaelHi blaircomm!
Thank you for using Enfold.
There is no list of incompatible plugins at the moment but since the advance layout builder is not using the default woocommerce loop for products, most plugins that use action or filter hooks is not going to work when you use the ALB. Use the default editor if you’re planning to install third party woocommerce extensions.
Best regards,
IsmaelHey bibbitybop!
Thank you for using Enfold.
You can add something like this in a text block:
In, cappuccino kopi-luwak frappuccino, strong decaffeinated cup spoon aromatic saucer whipped. Aroma, macchiato, caffeine caramelization crema, strong plunger pot sit americano french press percolator. Et coffee, white robusta ut americano trifecta lungo. Grinder, cappuccino, single origin, barista aged grounds barista single shot mocha galão cortado espresso. <a class="click-learn-more" href="#">Learn more…</a> <span class="learn-this">MORE AMAZING CONTENT</span>
Use this in the functions.php file to create a toggle:
add_action('wp_footer', 'ava_custom_script', 10); function ava_custom_script(){ ?> <script> (function($) { $('.click-learn-more').on('click', function() { $('.learn-this').toggle(); }); }(jQuery)); </script> <?php }
Don’t forget to add this in the Quick CSS field:
.learn-this { display: none; }
Cheers!
IsmaelJuly 13, 2015 at 11:08 am in reply to: Change floating navigation to the next or previous portfolio items. #472250Hey!
@Michael: You can add this in the Quick CSS field:#top .avia-post-nav { display: none !important; }
Cheers!
IsmaelJuly 13, 2015 at 10:57 am in reply to: Help! Price showing in size dropdown box. Need it GONE! #472234Hey!
The options are saved inside the product_variations data attribute so there’s no way to remove it without removing the entire form. Yes, please contact the plugin author regarding the issue.
Cheers!
IsmaelHi eliuserman!
Thank you for using Enfold.
I tried to recreate the issue on my installation but the current menu item is being applied even on portfolio items. Did you set the menu as Enfold Main Menu?
Best regards,
IsmaelHi alex5252!
Thank you for using Enfold.
Yes, that’s possible. Try to turn on the custom css class field first. Refer to this link:http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Edit a button element, add a custom css class attribute. Use “custom-button” for example. Add this in the function.php file:
add_action('wp_footer', 'ava_custom_script', 10); function ava_custom_script(){ ?> <script> (function($) { $(window).load(function() { setTimeout(function() { $('.custom-button').css({'opacity' : 1}); }, 5000); }); }(jQuery)); </script> <?php }
After that, use this in the Quick CSS field:
.custom-button { opacity: 0; }
The button will show 5 seconds after page load.
Best regards,
IsmaelHey Bernanke0!
Thank you for using Enfold.
Unfortunately, you can’t change the theme name in the style.css file if you already configured the options. If you do, you will have to start from scratch because the theme will not recognize the previous theme options. This is usually the case for most premium themes.
If you’re trying to change the folder name, change it then reactivate the theme in the Appearance > Themes panel. Or you can use the theme’s import/export panel in order to export the theme settings from the current installation then import it back after. Before doing anything, please create a backup or a restore point just in case.
Regards,
IsmaelHey Erich Nolan!
Thank you for using Enfold.
You can try this in the Quick CSS field:
.main_color .av-inner-masonry-content, .main_color .avia-arrow { background-color: red; }
Best regards,
IsmaelHi Vital!
Thank you for using Enfold.
The example site is using the prettyPhoto lightbox plugin. You can disable the default theme lightbox on Enfold > Theme Options > Lightbox Modal Window option then install the prettyPhoto plugin: https://wordpress.org/plugins/prettyphoto/
Best regards,
IsmaelHi fanlokbun!
Thank you for using Enfold.
Yes, you can test it but make sure to get a regular license for each client or project.
Best regards,
IsmaelHi!
You can adjust the position of the button with this:
#mc-embedded-subscribe { right: 146px !important; height: 38px !important; }
Regards,
IsmaelHey!
The problem is, you can’t use the advance layout builder when you set a page as shop base page. However, you can move the sidebar on top of the content. Please refer to this link: https://kriesi.at/support/topic/widget-in-sidebar-disappear-in-responsive/#post-468104
Remove browser cache then reload the page.
Regards,
IsmaelHi!
I checked the home page but I don’t see any post slider there. Where can we find the page with the post slider?
Best regards,
IsmaelHi shoo!
Thank you for using Enfold.
Yes, it’s possible. You can adjust the content width in the Quick CSS field:
.container .av-content-small.units { width: 73%; }
If you want to use this code for a particular page, you need to get the page id.
Best regards,
IsmaelHey!
Please give us a link to the website. We need to check it. The code above should work. Please try it again then remove browser cache before testing the page.
Regards,
IsmaelHi emin!
Thank you for using Enfold.
You can add this in the Quick CSS field:
.breadcrumb-title { display: none; }
Best regards,
IsmaelHey InspireCreations!
Thank you for using Enfold.
You can try this in the functions.php file:
add_filter('avf_title_args', 'avf_portfolio_title_args', 10, 1); function avf_portfolio_title_args($args) { $title = get_the_title($id); if(is_singular('portfolio') && is_single()) { $terms = get_the_terms( $id, 'portfolio_entries' ); }elseif(is_singular('post')){ $terms = get_the_terms( $id, 'category' ); } if(is_singular(array('portfolio', 'post')) && is_single()) { $portfoliocat = array(); foreach ( $terms as $term ) { $portfoliocat[] = $term->name; } $args['title'] = $portfoliocat[0]; } else { $args['title'] = $title; } return $args; }
This code will get the first category of the post.
Cheers!
Ismael -
AuthorPosts