Forum Replies Created

Viewing 30 posts - 58,831 through 58,860 (of 67,463 total)
  • Author
    Posts
  • 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

    in reply to: Random line breaks in tabs on mobile #259180

    Hi!

    Thank you for using the theme!

    iotaip: No disrespect but I think the OP is correct. The issue is not related. Please post the link of the thread here so we can answer it.


    @mowseink
    : Will you consider adding a letter spacing? Please add this:

    .tab_inner_content p {
    letter-spacing: .05em;
    }

    Regards,
    Ismael

    in reply to: Edit css for top header #259179

    Hey!

    Glad it is working.

    Please add this one:

    div.phone-info a img {
    margin-top: -5px;
    }
    
    div.phone-info h4 + a {
    position: relative;
    top: -8px;
    }

    Best regards,
    Ismael

    in reply to: Link to a part from the same page #258906

    Hi squaic!

    Thank you for using the theme!

    You can utilize the anchor page navigation as described on this link: http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/

    Instead of using it on the theme menu, use it on the buttons.

    Regards,
    Ismael

    in reply to: Woocommerce Shortcode Popup in Posts fehlt #258905

    Hey adrianwackernah!

    Thank you for using the theme.

    The shortcode should be fixed on Enfold 2.7. 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/

    UPDATE: My bad! The shortcode generator is broken: https://github.com/woothemes/woocommerce/issues/5130

    Regards,
    Ismael

    Hi wieslander!

    Thank you for using the theme!

    We suggest that you create a video tutorial for your client in order to do the excerpt variation that you want. Aside from using the Excerpt metabox, you can utilize the wp more tag in which I’m sure you’re familiar with. Please refer to this link :http://en.support.wordpress.com/splitting-content/more-tag/

    Regretfully, creating a complex function for this is outside the scope of support and is not a theme related issue. You might need to find a plugin or hire a freelance developer to add the feature for you. Please visit Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.

    Thank you for your understanding.

    Best regards,
    Ismael

    in reply to: Video Optik ändern #258900

    Hey crevlon!

    Thank you for using the theme!

    Do you mind if we take a look at the page with the youtube video? Did you add it using the Video element on the advance builder? You can only add a box shadow but you can’t manipulate the border radius of the youtube player. Add this on Quick CSS or custom.css:

    div .avia-video .avia-iframe-wrap {
    box-shadow: 0 10px 10px gray;
    -webkit-box-shadow: 0 10px 10px gray;
    -moz-box-shadow: 0 10px 10px gray;
    }

    Cheers!
    Ismael

    in reply to: How can I change the font in the Layer Slider? #258890

    Hey!

    Glad it worked.

    Edit the layer again then go to the Styles panel again, look for the Custom styles field. Add this code:

    font-weight: normal !important;
    

    I checked the layer slider and the Calibri font weight is not bold.

    Cheers!
    Ismael

    Hi!

    Thank you for the update.

    Please add this on Quick CSS:

    .av_promobox {
    padding: 20px 30px;
    margin: 0 0 30px 0;
    }

    Best regards,
    Ismael

    in reply to: Header CSS Code #258884

    Hi!

    Do you mind if we take a look at the website? Please try this:

    .header_color .header_bg {
    background-color: transparent !important;
    }

    Best regards,
    Ismael

    in reply to: Problem with LayerSlider width on mobile device #258880

    Hi TimoUrban!

    Thank you for using the theme! Glad you like it.

    Please try this on Quick CSS or custom.css:

    @media only screen and (max-width: 480px) {
    div.ls-wp-fullwidth-helper, #top .avia-layerslider .ls-wp-container {
    width: 100% !important;
    }
    }

    Remove browser cache then reload the page a few times.

    Cheers!
    Ismael

    in reply to: Breadcrumbs always visible? #258874

    Hi Sean!

    Thank you for using the theme.

    This is not possible without modifying the theme files. Please edit js > avia.js, find this code on line:

    scroll_top		= $('#scroll-top-link'),
    

    Below, add this code:

    title_container = $('.title_container'),
    

    Find this one on line 1218:

    if(st < el_height/2)
    	                {
    	                    newH = el_height - st;
    	                    header.removeClass('header-scrolled');
    	                }
    	                else
    	                {
    	                    newH = el_height/2;
    	                    header.addClass('header-scrolled');
    	                }

    Replace it with:

    if(st < el_height/2)
    	                {
    	                    newH = el_height - st;
    	                    header.removeClass('header-scrolled');
    						title_container.removeClass('title_container_fixed');	
    	                }
    	                else
    	                {
    	                    newH = el_height/2;
    	                    header.addClass('header-scrolled');
    						title_container.addClass('title_container_fixed');
    	                }

    On Enfold > Styling > Quick CSS, add this css snippet:

    .title_container_fixed {
    position: fixed;
    top: 28px;
    z-index: 1000;
    width: 100%;
    }

    I hope that helps.

    Best regards,
    Ismael

    in reply to: WordPress Help #258867

    Hey Omer!

    Thank you for using the theme.

    Please update to WP 3.9 then update the theme to Enfold 2.7. This should fix any compatiblity issues with WP 3.9. 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/

    Regards,
    Ismael

Viewing 30 posts - 58,831 through 58,860 (of 67,463 total)