Forum Replies Created

Viewing 30 posts - 56,281 through 56,310 (of 67,207 total)
  • Author
    Posts
  • in reply to: Easy Slider Issues with I8 #310776

    Hey!

    Thank you for the update.

    I checked the site on IE8 and it is showing the images on the content slider. Please try to remove browser cache then reload the page a few times. Regarding the portfolio columns on firefox, please add this on Quick CSS or custom.css:

    .avia-mozilla .flex_column:after, .clearfix:after {
        clear: none;
    }
    
    .avia-mozilla #top .no_margin.av_one_half {
        width: 49%;
    }

    Regards,
    Ismael

    in reply to: Add custom image to the upper right hand corner of page. #310775

    Hi aregowe!

    Thank you for using Enfold.

    You can add any html codes on Enfold > Header Layout > Extra Elements panel. Look for the the Header Phone Number/Extra Info field.

    Cheers!
    Ismael

    in reply to: Video added to Content Box Doesn't Play #310774

    Hi!

    Thank you for visiting the support forum.

    What is the url of the youtube video that you’re using? Did you use https:// on the url? We would like to test it on our installation.

    Cheers!
    Ismael

    in reply to: Main menu width #310772

    Hi jeffreyvanoostrom!

    Thank you for using Enfold.

    Do you mind if we take a look at the actual website? Please post the url here. You can decrease the padding of the menu items using this on Quick CSS or custom.css:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .av-main-nav > li > a {
    padding: 0 8px;
    }
    }

    Cheers!
    Ismael

    Hey scottwgraves!

    Thank you for using Enfold.

    Honestly, we’re not familiar with theme switcher plugin and regretfully, we cannot provide support for third party plugins or scripts as stated on our support policy due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not included on the theme package will need to be directed to the plugin author. Anyway, how did you add the custom post type ‘Videos’?

    Best regards,
    Ismael

    in reply to: Enfold Combo Widget – Wrong dates display on comments #310770

    Hey!

    Thank you for the update.

    Please edit framework > php > class-framework-widgets.php, find this code on line 1065:

    $comments = get_comments($avia_new_query);
    

    Replace it with:

    $commentargs = array( 'order' => 'DESC', 'number' => '5', 'status' => 'approve');
    		$comments = get_comments($commentargs);
    

    Cheers!
    Ismael

    in reply to: Error on Google maps #310768

    Hi!

    Thank you for the info.

    I think your host has a better chance of fixing the issue since it has to do with file permissions on mysql folder. Please contact your host for further information.

    Regards,
    Ismael

    in reply to: avia_image with title aside #310763

    Hey!

    Thank you for the update.

    You will need to create your own css animation. Use a text block then add the images using html codes along with the text beside it. Add a custom or unique css selector on the text and use it to create a custom css animation. Please refer to this link for more info: http://www.w3schools.com/css/css3_animations.asp

    Cheers!
    Ismael

    in reply to: how to make the icons not animated? #310762

    Hi graphico!

    Thank you for using Enfold.

    Try to add this on Quick CSS or custom.css if you don’t want the animation:

    .avia_transform .av_font_icon {
    opacity: 1 !important;
    -moz-transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
    }

    Best regards,
    Ismael

    in reply to: Enfold Image sizing problem.. #310761

    Hi!

    Thank you for the kind words and glad you’re enjoying the theme.

    Actually, no, it’s not an algorithm. Forcing images to have the same size will only force the gallery to apply a width of 100% for gallery images. This is bad for images with small dimension specially when the gallery is full width. You still need to have images with the same ratio and dimension as much as possible if you want a much more consistent looking gallery along the way.

    Best regards,
    Ismael

    in reply to: Column Padding #310407

    Hey jalmz!

    Thank you for using Enfold.

    You can increase the width then lessen the left margin of the one third columns with this on Quick CSS or custom.css:

    div .av_one_third {
    margin-left: 2%;
    width: 32%;
    }

    Best regards,
    Ismael

    in reply to: ENFOLD / MASONRY PROBLEM ON FIREFOX + INTERNET EXPLORER #310375

    Hi!

    Thank you for the screenshots.

    I checked the website on Firefox Windows 8 but I don’t see the issue even on first load. Have you tried installing a cache plugin?

    Best regards,
    Ismael

    in reply to: Mobile menu does not seem to show up #310372

    Hey!

    Thank you for the update.

    You can use this on Quick CSS or custom.css to remove the border line:

    div#after_layer_slider_1 {
    border-top: none !important;
    }

    Best regards,
    Ismael

    in reply to: Switch to an other slide with LayerSlider #310368

    Hi!

    I’m sorry but it’s no possible or I don’t have any idea how to retain those elements on transition because they are included on the slide. I think you should add the bottom area separately using javascript or something. Unfortunately, we won’t be able to help you with that. You might need to hire someone to investigate this particular issue or visit Envato Studio and Werkpress for further customization.

    Cheers!
    Ismael

    in reply to: Portfolio Ajax Preview #310367

    Hey profil77!

    Thank you for using Enfold.

    Are you referring to the Portfolio Grid element? Yes, only selected category will be visible on the portfolio overview.

    Cheers!
    Ismael

    in reply to: Search form in responsive menu #310366

    Hi Denis!

    Thank you for using Enfold.

    I’m sorry but it’s not possible without modifying the theme files and unfortunately, this particular task falls beyond the scope support. You can show the search icon on mobile device but not inside the mobile menu. Please refer to this link: https://kriesi.at/support/topic/search-box-in-mobile-responsive-menu/

    Regards,
    Ismael

    Hi oriche!

    Thank you for using the theme.

    Do you mind if we take a look at the actual page? Please go to Woocommerce > Settings > Email panel then look for the Email Sender Options.

    Regards,
    Ismael

    in reply to: Images in Tab Title? #309675

    Hey bradbranson!

    Thank you using the theme.

    If you don’t mind, please provide a screenshot of what you’re trying to do. You can use this on custom.css to change the background of the tab title:

    div[data-fake-id='#tab-id-1'] {
    background: red !important;
    }

    The !important should not be removed if you’re planning to use an image as background. The selector for the second tab title would be something like this:

    div[data-fake-id='#tab-id-2'] {
    background: blue !important;
    }

    Cheers!
    Ismael

    in reply to: Mobile hamburger nav glitch #309673

    Hey allegrabillings!

    Thank you for using Enfold.

    You can add this on Quick CSS or custom.css to disable the Clients menu item on mobile navigation:

    @media only screen and (max-width: 767px) {
    li#menu-item-1714 a {
    pointer-events: none;
    }
    }

    Best regards,
    Ismael

    in reply to: loosing page content when updating #309672

    Hi slimmer1!

    Thank you for using Enfold.

    Please check if there are html codes that are not closed properly. This happens when you forgot to close html tags like divs, strong etc.

    Best regards,
    Ismael

    in reply to: Archive Pages Title(s) #309671

    Hi!

    1.) Yes, you can copy the archive.php file to the child theme folder.

    2.) Add this on functions.php to change the category archive title:

    add_filter('avf_which_archive_output','avf_change_which_archive', 10, 3);
    function avf_change_which_archive($output)
    {
    	if(is_category())
    	{
    		$output = __('','avia_framework').' '.single_cat_title('',false);
    	}
    
    	return $output;
    }

    Regards,
    Ismael

    in reply to: LayerSlider 5.2.0 #309668

    Hey BlackbyRequest!

    Thank you for using Enfold.

    You can install the layer slider as a stand alone plugin. First, you need to disable the default layer slider with this on functions.php:

    add_theme_support( 'deactivate_layerslider' );
    

    Best regards,
    Ismael

    in reply to: Page fonts and colors #309667

    Hey Sue!

    Thank you for using Enfold.

    You can change basic colors on Enfold > General Styling and Advanced Styling panel. If you want to change the font size, you can use this on Quick CSS or custom.css:

    body, body p {
    font-size: 15px;
    }

    Regards,
    Ismael

    in reply to: Parallax image not centered #309663

    Hi!

    This error refer to a whole new different issue but it seems to be temporary. A few users who open this kind of thread doesn’t seem to have a follow up reply after we answered their inquiries which tells us that the issue fixed itself after some time. Please let us know if the issue continues after a few days or you can refer to this link on how to disable the theme session: https://kriesi.at/support/topic/error-issues-with-masonry_entries-php-on-line-33/#post-271660

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

    Regards,
    Ismael

    in reply to: Question about featured image in a blog post #309659

    Hey davidchristensen!

    Thank you for using Enfold.

    Please edit functions.php, find this code on line 147:

    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>710, 'height'=>270);		                 // big images for blog and page entries
    

    Adjust the width and height then upload the images or regenerate them using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/

    Regards,
    Ismael

    in reply to: Sidebar on Blog page #309655

    Hey!

    Please use this on functions.php:

    add_filter('avf_datepicker_date_placeholder', 'avf_change_datepicker_date_placeholder');
    
    function avf_change_datepicker_date_placeholder($placeholder) {
    	$placeholder = 'TT.MM.JJ';
    	return $placeholder;
    }

    Cheers!
    Ismael

    in reply to: Custom Class targeting specific text blocks not working. #309654

    Hey D5WDesignGroup!

    Thank you for using Enfold.

    Please use this instead:

    .texty1 > * {
    font-size: 55pt!important;
    line-height: 55pt!important;
    }

    This will change all the font size of the elements inside the .texty1 container or text block.

    Regards,
    Ismael

    in reply to: Change miniature position in the original picture #309650

    Hey blancocapell!

    Thank you for using the theme.

    Please edit function.php, find this code on line 144:

    $avia_config['imgSize']['gallery'] 		 		= array('width'=>710, 'height'=>575 );						// images for portfolio entries (2,3 column)
    

    Replace it with this:

    $avia_config['imgSize']['gallery'] 		 		= array('width'=>1000, 'height'=>1000, 'crop' => false );						// images for portfolio entries (2,3 column)
    

    Adjust the width and height of the gallery images if you like. Upload or regenerate the images again using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/

    Regards,
    Ismael

    in reply to: Site Logo Only Appears On Homepage #309648

    Hey!

    Thank you for the info but the login credentials you provided are not working. Please check. If possible, please try to upload the logo again.

    Regards,
    Ismael

    in reply to: Header Image Issue #309642

    Hi atrixdave!

    Thank you using Enfold.

    It’s not using the correct background image. Please try to disable the cache plugin then upload the image again as header background.

    Regards,
    Ismael

Viewing 30 posts - 56,281 through 56,310 (of 67,207 total)