Forum Replies Created

Viewing 30 posts - 46,591 through 46,620 (of 66,046 total)
  • Author
    Posts
  • in reply to: LayerSlider in Responsive #473208

    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,
    Ismael

    in reply to: Header Problem after Update #473197

    Hi!

    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,
    Ismael

    Hey 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!
    Ismael

    in reply to: Error in home page with fullscreen revolution slider #473187

    Hi 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,
    Ismael

    in reply to: Slider have responsive problem #473178

    Hi!

    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,
    Ismael

    in reply to: Editing error404 in child themes #473177

    Hey!

    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!
    Ismael

    in reply to: Display Excerpt & Changing blog post to a new template #473173

    Hi!

    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,
    Ismael

    in reply to: CSS Conflict with aMember and Enfold Theme #472306

    Hi ACNLatitudes!

    Thank you for using Enfold.

    I checked the pages and the input fields are 100% in width. Did you figure this out?

    Regards,
    Ismael

    in reply to: Problem with Related Post Thumbnails #472301

    Hey 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,
    Ismael

    Hi 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!
    Ismael

    in reply to: Creating a child theme AFTER customization? #472284

    Hey!

    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!
    Ismael

    in reply to: Header Mailto Problem #472279

    Hi!

    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,
    Ismael

    in reply to: Video in the lightbox #472271

    Hi!

    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,
    Ismael

    in reply to: Advanced layout builder & Woocommerce #472267

    Hi 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,
    Ismael

    in reply to: Expandable Text Block ? #472259

    Hey 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!
    Ismael

    Hey!


    @Michael
    : You can add this in the Quick CSS field:

    #top .avia-post-nav {
      display: none !important;
    }

    Cheers!
    Ismael

    in reply to: Help! Price showing in size dropdown box. Need it GONE! #472234

    Hey!

    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!
    Ismael

    in reply to: Menu Item Bug #472232

    Hi 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,
    Ismael

    in reply to: Delay button for 10 seconds #472228

    Hi 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,
    Ismael

    in reply to: Change Foldername: Enfold #472175

    Hey 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,
    Ismael

    in reply to: Change Font Overlay colours on masonry gallery. #472170

    Hey 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,
    Ismael

    in reply to: How to create a gallery from SWF movies? #472169

    Hi 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,
    Ismael

    in reply to: Try out Enfold before purchase #472168

    Hi 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,
    Ismael

    in reply to: Mobile responsive not working #472164

    Hi!

    You can adjust the position of the button with this:

    #mc-embedded-subscribe {
      right: 146px !important;
      height: 38px !important;
    }

    Regards,
    Ismael

    in reply to: Filter option below my products on Mobile device #472163

    Hey!

    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,
    Ismael

    in reply to: Font size of the Main Menu #472162

    Hi!

    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,
    Ismael

    in reply to: Different Content | Sidebar Ratio for blog? #472159

    Hi 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,
    Ismael

    in reply to: Aligning mobile menu to the left #472156

    Hey!

    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,
    Ismael

    in reply to: Remove text from title #472155

    Hi emin!

    Thank you for using Enfold.

    You can add this in the Quick CSS field:

    .breadcrumb-title {
      display: none;
    }

    Best regards,
    Ismael

    in reply to: H1 to show category #472154

    Hey 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

Viewing 30 posts - 46,591 through 46,620 (of 66,046 total)