Forum Replies Created

Viewing 30 posts - 58,531 through 58,560 (of 67,175 total)
  • Author
    Posts
  • in reply to: Responsive Layout dimensions #259642

    Hi!

    Thank you for the info.

    I’m not sure if we can do anything about the ajax portfolio preview aside from decreasing the width of the preview image when viewing on smaller screens. You can add this on Quick CSS or custom.css:

    @media only screen and (max-width: 1366px) {
    .portfolio-preview-image {
    width: 50%;
    }
    }

    Try to add this on functions.php to fix the portfolio breadcrumbs:

    add_action('after_setup_theme','avia_remove_portfolio_breadcrumb');
    
    function avia_remove_portfolio_breadcrumb(){
    remove_filter('avia_breadcrumbs_trail','avia_modify_breadcrumb');
    }

    Regards,
    Ismael

    Hi jmikhail!

    Thank you for using the theme!

    Please go to Enfold > Header Layout > Header Layout tab > Header Size. Choose custom pixel value then set it to 30px. I hope that helps.

    Regards,
    Ismael

    in reply to: Layer Slider Error #259630

    Hi!

    Thank you for the info.

    I’m not really where the issue is coming from but reading on the codecanyon support forum the author of the layer slider is planning to drop off the phpQuery so this issue, we hope, will not happen again. I’ll ask Dude if has any idea on how to fix this. Please edit config-layerslider > Layerslider > helpers > phpQuery.php, find this code on line 1421:

    ? mb_eregi('\w', $char)
    

    Replace it with:

    ? preg_match('@\w@', $char)
    

    Let us know if it works.

    Best regards,
    Ismael

    in reply to: Change Tabs Layout to Responsive? #259627

    Hey!

    Thank you for the update.

    Do you mind posting a screenshot of how you want the tabs to look like on mobile? We’ll try to provide you with a solution once we have a better understanding of the request.

    Cheers!
    Ismael

    Hey!

    Thank you for the update.

    Please try to add this at the very bottom of functions.php:

    add_action( 'wp_print_scripts', 'avf_descript_cart_fragments', 100 );
    
    function avf_descript_cart_fragments() {
        wp_dequeue_script( 'wc-cart-fragments' );
        return true;
    }

    Let us know what happens. We’ll check it again after.

    Cheers!
    Ismael

    Hey!

    Thank you for the update.

    Do you mind posting a screenshot on how it looks on iPad Mini? Please try this on Quick CSS or custom.css to move the logo downwards when viewing on iPhone:

    @media only screen and (max-width: 480px) {
    div.avia-logo-element-container.av-border-deactivate.avia-logo-grid.avia-content-slider.avia-smallarrow-slider.avia-content-grid-active.noHover.avia-content-slider1.avia-content-slider-odd.avia-builder-el-3.el_after_av_hr.el_before_av_hr {
    top: 180px;
    }
    }

    Adjust the top position if necessary.

    Regards,
    Ismael

    in reply to: Top Bar – erratical behavior #259447

    Hi Katrin!

    Thank you for using the theme!

    Do you want the header to be white? Please add this on the Deutsch Quick CSS:

    .header_color .header_bg, .header_color .main_menu ul ul, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div {
    background-color: #f8f8f8;
    color: #7C7C7C;
    }

    Please make sure that you set the same css modifications and styling options on both languages.

    Best regards,
    Ismael

    in reply to: link in the menu #259444

    Hi!

    Thank you for the update.

    Did you edit anything on the theme files? I’m just curious why is the debugging info located inside the <body> tag. It should be inside the <head> tag. Please download the latest version again from your themeforest account then update the theme again via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Also, please go to wp-content/plugins folder then rename all plugin folders and remove the unused ones. We’ll check it again after.

    Regards,
    Ismael

    in reply to: Responsive Layout dimensions #259439

    Hey MeryVi!

    Thank you for using the theme!

    I’m sorry but I’m not certain of the issue that you’re having. If you can provide us with a link to your website and a screenshot of the issue, that will greatly help. Enfold is a fully responsive theme and you might be trying to do something out of the box to have this issue. You can find all the css codes on wp-content/themes/enfold/css folder. Check the layout.css and grid.css files.

    Cheers!
    Ismael

    in reply to: Change or Remove sidebar from Blog Page #259434

    Hey!

    Thank you for the login details.

    I’m not sure why the sidebar or layout settings is not working. Maybe because of a plugin conflict but what I noticed is that you’re using an old version of the theme. The update might fix the issue. 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

    in reply to: How to undo #259433

    Hi Gary!

    Thank you for using the theme!

    WordPress autosaves the editor once every few minutes, depends on the settings. You can find the last saved state on Revisions metabox. If you can’t find it, just click Screen Options > Revisions. Please test this on a dummy page before doing anything serious.

    Regards,
    Ismael

    Hey!

    Thank you so much for visiting the support forum and sorry for the delay.

    If you don’t mind, please open a single thread for each issue or request. This will make it easier for us to answer your inquiries.

    1.) Please add this on Quick CSS or custom.css to disable the caption on mobile device or smaller screens:

    @media only screen and (max-width: 767px) {
    .caption_fullwidth {
    display: none !important;
    }
    }

    2.) Use this for the google map:

    @media only screen and (max-width: 767px) {
    .page-id-170 div#avia-google-map-nr-1 {
    max-height: 250px !important;
    }
    }

    You can add the css declaration inside the first media query above.

    3.) I’m sorry but I’m not certain of what you’re trying to do with this one. Do you mind sending a screenshot? You can use imgur, dropbox etc.

    Regards,
    Ismael

    in reply to: Can't create single product page using woo shortcodes #259275

    Hey!

    Glad it is working now.

    I tested this on my end and all the avia elements are added properly along with the woocommerce shortcode. What are the elements that you’re trying to add? Are you working on the default editor or the advance layout builder?

    Regards,
    Ismael

    in reply to: Visual Editor not working after update to WP 3.9 #259273

    Hey!


    @Pixelbits
    : Thank you for sharing the info! I hope this solution will help fix the problem entirely.

    To anyone who’s having the same issue, please try the solution posted by Pixelbits. https://kriesi.at/support/topic/visual-editor-not-working-after-update-to-wp-3-9/#post-259074

    Best regards,
    Ismael

    in reply to: LayerSlider 5.1.1 (Enfold Version 2.7) Will Not Work #259268

    Hey Brian!

    Thank you for visiting the support forum!

    You need to deactivate the default layer slider first. Please add this on functions.php if you want to use the layer slider as a stand alone plugin. This will disable the default layer slider that is included within the theme, find this code on line 16:

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

    Add this code below:

    add_theme_support( 'deactivate_layerslider' );
    

    Once the default layer slider is disabled, please install the plugin. Let us know if it works.

    Cheers!
    Ismael

    in reply to: Testimonial grid #259266

    Hey!

    Thank you for visiting the support forum.

    I’m sorry but the link you provided doesn’t load on my end. Please check. I’ll ask the rest of the support team to check this.

    Best regards,
    Ismael

    in reply to: avid gallery thumbs centered #259263

    Hey randoloid!

    Thank you for using the theme!

    Yes, that is possible. Please add this on Quick CSS or custom.css:

    div.avia-gallery-thumb a {
    float: none !important;
    display: inline-block !important;
    position: relative;
    }
    
    div.avia-gallery-thumb {
    text-align: center;
    position: relative;
    width: 100%;
    }

    Cheers!
    Ismael

    in reply to: Headings appearing in italics #259251

    Hi!

    Thank you for the update.

    I’m not sure where the italic styling is coming from but you can add this one:

    div.avia-caption-content p {
    font-style: normal !important;
    }

    Best regards,
    Ismael

    in reply to: Quick CSS Question #259249

    Hey!

    Glad it is working now.

    Please add this on Quick CSS or custom.css to add 4px solid border line below the menu:

    #header_main_alternate {
    border-top: none;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    z-index: 2;
    border-color: red;
    }

    Regards,
    Ismael

    in reply to: Enfold childtheme functions.php not working #259247

    Hi!

    Thank you for visiting the support forum!


    @cryscryb
    : Thanks for helping out.


    @borkent
    : You can use this on the child theme’s functions.php:

    remove_action( 'woocommerce_after_single_product_summary', 'avia_woocommerce_output_related_products', 20);
    

    Cheers!
    Ismael

    in reply to: Sidebar in 404.php #259239

    Hey CloudChoice!

    Thank you for visiting the support forum.

    Please edit 404.php, remove the codes then replace everything with this code.

    <?php
    global $avia_config;
    
    	/*
    	 * get_header is a basic wordpress function, used to retrieve the header.php file in your theme directory.
    	 */
    	 get_header();
    
    	 echo avia_title(array('title' => __('Error 404 - page not found', 'avia_framework')));
    	
    	?>
    
    		<div class='container_wrap container_wrap_first main_color <?php avia_layout_class( 'main' ); ?>'>
    			
    			<?php 
    				do_action('avia_404_extra'); // allows user to hook into 404 page fr extra functionallity. eg: send mail that page is missing, output additional information
    			?>
    			
    			<div class='container'>
    
    				<main class='template-page content twelve units' <?php avia_markup_helper(array('context' => 'content'));?>>
    
                        <div class="entry entry-content-wrapper clearfix" id='search-fail'>
                        <?php
    
                        get_template_part('includes/error404');
    
                        ?>
                        </div>
    
    				<!--end content-->
    				</main>
    
    			</div><!--end container-->
    
    		</div><!-- close default .container_wrap element -->
    
    <?php get_footer(); ?>
    

    Best regards,
    Ismael

    in reply to: Layerslider not found #259238

    Hey!

    Thank you for using the theme!

    If you don’t mind, we would like to see the actual website. Please post the website url here. Make sure that you’re running the latest version of Enfold and all plugins deactivated if possible.

    Regards,
    Ismael

    in reply to: Header CSS Code #259209

    Hi!

    The background is coming from this selector:

    #main, .html_stretched #wrap_all {
    background-color: #ffffff;
    }

    With the customization that you created, I guess you need to move the slider upwards.

    .html_header_top.html_header_sticky #main {
    padding-top: 80px;
    }

    Then set the linear-gradient to 100% opacity:

    #header_main {
    background-image: linear-gradient(rgba(113,148,48, 1) 70%,white 100%) !important;
    }

    Best regards,
    Ismael

    in reply to: Pricing Tab: different colours? #259195

    Hi!

    Thank you for the update.

    Please replace the code with this just to make sure that only the pricing table included on the color section with the #av_section_3 id is affected:

    #av_section_3 .avia-pricing-table-container .pricing-table-wrap:nth-child(1) li{
        background: red;
    }
    #av_section_3 .avia-pricing-table-container .pricing-table-wrap:nth-child(2) li{
        background: yellow;
    }
    #av_section_3 .avia-pricing-table-container .pricing-table-wrap:nth-child(3) li{
        background: blue;
    }
    #av_section_3 .avia-pricing-table-container .pricing-table-wrap:nth-child(4) li{
        background: gray;
    }

    Regards,
    Ismael

    in reply to: Avia advanced builder doesn't work anymore #259192

    Hey!

    Thank you for increasing the memory limit.

    I checked the website on my end and the avia builder is not working. There are lots of script errors on the wp dashboard. Please try to override the wp 3.9 core files then go to wp-content/plugins folder. Rename the plugins then remove any unused plugins. We’ll check it again after.

    Cheers!
    Ismael

    in reply to: 403 Envato Theme related issue #259189

    Hi addwebtoday!

    I’ll mark this thread for Kriesi and Dude’s attention. Please wait for their response.

    Best regards,
    Ismael

    in reply to: Read more tags not working in text editor. #259188

    Hi!

    Thank you for the update.

    I’m sorry but the read more link is not possible with the testimonial element. Maybe, you can try the post slider or the content slider to create the testimonial section.

    Regards,
    Ismael

    in reply to: General styling does not work #259186

    Hi!

    We’re sorry for the delay.

    Please post the login details here and set it as a private reply. We would like to check it. Make sure that you’re running the latest version of the theme and that all plugins are deactivated if possible.

    Best regards,
    Ismael

    Hi iotaip!

    Thank you for using the theme!

    Do you mind if we take a look at the website? I’ll ask the rest of the support team to visit this thread just to make sure that you’ll get a response. A screenshot showing the issue will help.

    Best regards,
    Ismael

    in reply to: Entypo Fontello icons – unicode? UE number? #259181

    Hey!

    Thank you for the update. Glad it is working.

    I’m sorry but do you want the grey background there or not? You don’t have to enclose it on a div actually. If you want the grey background, maybe change the code:

    <div style="padding: 4px 8px; background: #bebebe;">
    

    Replace it with this:

    <div style="padding: 4px 8px; background: #bebebe; height:35px; display: block;">
    

    Regards,
    Ismael

Viewing 30 posts - 58,531 through 58,560 (of 67,175 total)