Forum Replies Created

Viewing 30 posts - 57,181 through 57,210 (of 67,197 total)
  • Author
    Posts
  • in reply to: Slider 1 pixel gap and Full-width masonry gallery #290717

    Hi juliuspang!

    Thank you for using the theme.

    Please use this on Quick CSS or custom.css to remove the 1px gap on the slider:

    .avia-slideshow-inner {
    overflow: visible;
    width: 100%;
    }

    Best regards,
    Ismael

    in reply to: portfolio url issue #290716

    Hey!

    I’m sorry but you might need to hire someone if you want the navigation to perform that way. Please visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.

    Cheers!
    Ismael

    Hey mattock!

    Thank you for visiting the support forum!

    Add this on Quick CSS or custom.css to adjust the width of the portfolio items on iPad view:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    #top .grid-sort-container .no_margin.av_one_fifth {
    width: 25%;
    }
    }

    Great work! Love the portfolio.

    Best regards,
    Ismael

    in reply to: responsive mode – center text #290712

    Hey sineadh!

    Thank you for using the theme.

    Please post the website url here. We need to inspect it. A screenshot will help. :)

    Regards,
    Ismael

    in reply to: Blog Page #290711

    Hi!

    Thank you for the link although I’m not really sure which blog style you’re referring to since you added an iframe link. Do you want this kind of blog? http://kriesi.at/themedemo/?theme=enfold

    If that’s what you want, on Enfold > Blog Layout > Blog Style. Select Multi Author Blog.

    Regards,
    Ismael

    in reply to: Adding your own Icon Fonts with child theme #290708

    Hey!

    Thank you for the update.

    The ziparchive class is not enabled on your installation. If you check on the layer slider import/export panel, you’ll see the warning: http://www.purepepper.de/wp-admin/admin.php?page=layerslider

    It says: “Status: ZipArchive isn’t avilable”.

    Regards,
    Ismael

    in reply to: Showing text if no posts found Magazine module #290705

    Hey df50!

    Thank you for using the theme.

    Please edit magazine.php, find this code on line 512:

    if($loop !== 1 && !empty($this->atts['first_big_pos'])) $output .= "</div>";
    				
    				$output .= "</div>";
    			}
    			
    			return $output;

    Below, add this code:

    if($loop !== 1 && !empty($this->atts['first_big_pos'])) $output .= "</div>";
    				
    				$output .= "</div>";
    			} else {
    				
    				$output .= "<div class='av-magazine-group {$css}'>";
    			
    				echo "My awesome message here";
    				
    				$output .= "</div>";
    			}
    			
    			return $output;
    

    Cheers!
    Ismael

    in reply to: Slider Export/Import #290701

    Hey!

    Thank you for the update.

    I tested and the execution limit time max out so please try to increase the limit to 120. Refer to this link for more info: http://codex.wordpress.org/Common_WordPress_Errors#Maximum_execution_time_exceeded

    Cheers!
    Ismael

    in reply to: Accordion slider #290700

    Hey Thomas!

    Thank you for using the theme.

    Unfortunately, you need to hire someone if you want to add the Newscast accordion slider. Anyway, they are the same accordion slider. What do you mean by “its dark”? Are you referring to the caption background? You can change it with this:

    #top .aviaccordion-preview-title-wrap {
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0,0,0,0.5);
    padding: 0;
    filter: alpha(opacity=60);
    }

    Change the background color and opacity.

    Best regards,
    Ismael

    Hey!

    Thank you for using the theme.

    You can use this on Quick CSS or custom.css to disable the captions on mobile devices especially on iPhones:

    @media only screen and (max-width: 767px) {
    .main_color .container .av-inner-masonry-content {
    display: none;
    }
    }

    Cheers!
    Ismael

    in reply to: new lightbox iframe #290697

    Hi!

    Thank you for the update.

    Right now, we’re still looking into making more simple but you can try this:

    On a text editor, add this code:

    <a class="iframe-popup" href="kriesi.at">Open PopUp</a>
    

    Then edit js > avia.js, look for this code on line 6:

    $(document).ready(function()
        {	

    Below, add this code:

    	$('.iframe-popup').magnificPopup({
      type: 'iframe',
      
      
      iframe: {
        patterns: {
          kriesi: {
           
            index: 'kriesi.at',
            
            id: '/',
            
            src: 'http://%id%'
            
          }
        }
      }
     
    });

    Change url on the index parameter.

    Regards,
    Ismael

    in reply to: New Glassy header do not work with custome header size #290685

    Hey pako69!

    Thank you for using the theme.

    It looks fine when I tested it on my end. Please post the website URL here. We would like to check it.

    Cheers!
    Ismael

    in reply to: Center Captions of Masonry Elements #290684

    Hey!

    Thank you for the update.

    Please edit the masonry gallery then look for Image Title and Caption. Select “Display Neither”.

    Cheers!
    Ismael

    in reply to: Best way to update theme using child theme #290682

    Hey!

    Also, try logging out and in again on wordpress dashboard. Maybe this is just a cache issue.

    Cheers!
    Ismael

    in reply to: Comentarios No Follow en los comentarios #290681

    Hey!

    Thank you for using the theme.

    If possible, please avoid creating duplicated posts. Please refer to this link: https://kriesi.at/support/topic/no-follow-in-the-comments/

    Regards,
    Ismael

    in reply to: Warning on Masonry Entries page #290676

    Hi!

    Thank you for the update.

    You can add this on functions.php to disable the theme session but this might break the breadcrumbs:

    add_theme_support('avia_no_session_support');
    

    If you have the time, please try this fix: https://kriesi.at/support/topic/help-trying-to-understand-error-message/

    Best regards,
    Ismael

    in reply to: Remove image preview for video on mobile #290674

    Hi courtney_martin!

    Thank you for using the theme.

    Please add this on Quick CSS or custom.css to remove the slider on mobile device:

    @media only screen and (max-width: 767px) {
    .page-id-2 div#full_slider_1 {
    display: none !important;
    }
    }

    Note that videos on the sliders won’t play on mobile device so you have to add a fallback image.

    Regards,
    Ismael

    in reply to: LayerSlider WP – Preview not matching live #290671

    Hey!

    Thank you for using the theme.

    I checked the website and the layer slider looks good. Sometimes the preview might differ because some stylesheets are not loaded on wp dashboard like shortcodes.css etc. What you can do is estimate the adjustments to make it just right on the frontend. Anyway, please download the latest version of the theme Enfold 2.9.1. Some really cool stuff added on the latest patch. Enjoy the theme!

    Regards,
    Ismael

    in reply to: Enfold – Display breadcrumbs only option #290669

    Hey!

    Thank you for using the theme.

    If you want to remove the title and leave the breadcrumbs. Please add this on Quick CSS or custom.css:

    .title_container .main-title {
    display: none;
    }

    Regards,
    Ismael

    in reply to: Display error: additional dropdown menu #290667

    Hey themanwhoknows!

    Thank you for using the theme!

    Do you mind if we take a look at your installation? Please go to Enfold > Header Layout > Extra Elements panel. Disable the Header Secondary Menu.

    Regards,
    Ismael

    in reply to: Sortable Table Rows #290666

    Hi!

    Thank you for visiting the support forum.

    Actually it is possible now. Download Enfold 2.9.1, you’ll see arrows to move the table columns and rows.

    Best regards,
    Ismael

    in reply to: Inserting a row to an Enfold/Avia table #290665

    Hi Kevin!

    Thank you for using the theme!

    Actually, you can re-order them manually. Just click on the arrows to move the rows up and down and columns, left and right. Make sure that you’re using Enfold 2.9.1.

    Regards,
    Ismael

    in reply to: Infected Theme File #290664

    Hey!

    Like Dude suggested you can overwrite the wp files to remove the affected file but if a plugin is forcing this files to be modified then you’ll have to disable that plugin. Contact the plugin author if the issue persist.

    Best regards,
    Ismael

    in reply to: NO follow in the comments #290663

    Hi JuanRamonMarin!

    Thank you so much for using the theme.

    Please add this on functions.php to add the rel=”nofollow” attribute on comment links:

    function add_nofollow_to_reply_link( $link ) {
        return str_replace( '")\'>', '")\' rel=\'nofollow\'>', $link );
    }
    
    add_filter( 'comment_reply_link', 'add_nofollow_to_reply_link' );

    Regards,
    Ismael

    in reply to: New Feature Hotspots can not edit in Chrome #290056

    Hi!

    Thank you for using the theme.


    @Guenni007
    : Thank you for the tip. :) The theme should work back and front end on major browsers.


    @paulchiao
    : Do you mind if we take a look at your website? Please post the website url here. Make sure that you’re running Enfold 2.9.1.

    Best regards,
    Ismael

    in reply to: Increase space between header and content #290052

    Hi!

    Thank you for the link.

    Please use this on Quick CSS or custom.css:

    .single div.entry-content {
    margin-top: 25px;
    }

    Regards,
    Ismael

    in reply to: issue, after updating version 2.9.1 #290047

    Hi wonderfultravel!

    Thank you for using the theme.

    Can you please explain the issue further? The theme only have two layout options, boxed and stretched. If you don’t like both, I guess you’ll have to hire someone to modify the theme for you.

    Best regards,
    Ismael

    in reply to: Change viewing product WooCommerce #290042

    Hey!

    Thank you for the screenshot.

    Where can we find these products? I just don’t see it anywhere on the site. Please post the actual page url here. Add this on Quick CSS or custom.css to maximize the opacity of the shop buttons:

    .avia_cart_buttons {
    opacity: 1;
    }

    Regards,
    Ismael

    in reply to: margin below main navigation #290037

    Hi!

    Thank you for the screenshot.

    Please use this:

    #top .av-main-nav > li > a {
    position: relative;
    top: 20px;
    }
    
    .avia-menu-fx {
    position: absolute;
    bottom: 19px;
    }
    
    #top .header-scrolled .av-main-nav > li > a {
    top: 5px;
    }
    
    .header-scrolled .avia-menu-fx {
    bottom: 3px;
    }

    Cheers!
    Ismael

    in reply to: Problem with position / alignment #290035

    Hey!

    Thank you for the link.

    You can add a unique selector for each Avia Elements. Edit functions.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;
    

    Below, add this code:

    add_theme_support('avia_template_builder_custom_css');
    

    Edit the Special Heading then add custom css selector. Let’s use heading-margin for example. Add this on Quick CSS or custom.css to align the heading with the text:

    .heading-margin {
    margin-top: 10px;
    }

    Refer to this link for more info: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    If you don’t want to add a custom css selector, use this instead:

    div.av-special-heading.av-special-heading-h3.avia-builder-el-4.el_before_av_textblock.avia-builder-el-first {
    margin-top: 10px;
    }

    Best regards,
    Ismael

Viewing 30 posts - 57,181 through 57,210 (of 67,197 total)