Forum Replies Created

Viewing 30 posts - 59,791 through 59,820 (of 67,565 total)
  • Author
    Posts
  • in reply to: Lightbox not working #243809

    Hi tetonwebstores!

    Thank you for the question. We need to see the actual page with the issue in order to help you troubleshoot the problem. I reviewed the css codes above but I don’t see anything that will hinder the functionality of the lightbox. There might be a plugin conflict so if you don’t mind deactivating some plugins that you think is the culprit of the issue, that would be great.

    Cheers!
    Ismael

    in reply to: failed to load resource #243796

    Hi justhere!

    Thank you for using the theme. If you wouldn’t mind providing us with a little more information about your website(a link to your website), we’ll be happy to provide you with a response once we have a better understanding of the situation. Please try to download the theme again from your themeforest account then upload the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/64927356

    Cheers!
    Ismael

    in reply to: Thumbnail Size of Blog Post Grid Layout #243792

    Hi!

    You can specify the min and max height of the thumbnails. Add this on Quick CSS or custom.css:

    .avia-content-slider .slide-image, .avia-content-slider .slide-image img {
    min-height: 140px;
    max-height: 140px;
    width: 100%;
    }

    Regards,
    Ismael

    in reply to: #226711 response #243790
    in reply to: Fullwidth Blog Post Layout #243789

    Hey!

    1.) Please use this:

    .fullsize .blog-tags {
    display: block;
    text-align: center;
    font-size: 20px;
    }

    2.) Please edit the attachment code from this:

    <div id="attachment_3399" style="width: 310px" class="wp-caption alignright"><a href="http://www.threeriversrealtymn.com/wp-content/uploads/2014/03/Ryland-Homes-New-Construction-Homes-Home-to-be-built-in-mn-Lots-for-Sale.jpg" rel="lightbox[auto_group1]" class="size-medium wp-image-3399" style="position: relative; overflow: hidden; display: block;"><img class="" alt="Ryland Homes, New Construction Homes, Home to be built in mn, Lots for Sale" src="http://www.threeriversrealtymn.com/wp-content/uploads/2014/03/Ryland-Homes-New-Construction-Homes-Home-to-be-built-in-mn-Lots-for-Sale-300x225.jpg" width="300" height="225"><span class="image-overlay overlay-type-image" style="opacity: 0.699999988079071; left: -5px; top: 0px; overflow: hidden; display: block; height: 234px; width: 318px;"><span class="image-overlay-inside"></span></span></a><p class="wp-caption-text">Ryland Homes – 16 New Construction Communities – Free Basement Promotion</p></div>
    

    To this:

    <a class="wp-caption alignright" href="http://www.threeriversrealtymn.com/wp-content/uploads/2014/03/Ryland-Homes-New-Construction-Homes-Home-to-be-built-in-mn-Lots-for-Sale.jpg" rel="lightbox[auto_group1]" class="size-medium wp-image-3399" style="position: relative; overflow: hidden; display: block;"><img class="" alt="Ryland Homes, New Construction Homes, Home to be built in mn, Lots for Sale" src="http://www.threeriversrealtymn.com/wp-content/uploads/2014/03/Ryland-Homes-New-Construction-Homes-Home-to-be-built-in-mn-Lots-for-Sale-300x225.jpg" width="300" height="225"><span class="image-overlay overlay-type-image" style="opacity: 0.699999988079071; left: -5px; top: 0px; overflow: hidden; display: block; height: 234px; width: 318px;"><span class="image-overlay-inside"></span></span></a><p class="wp-caption-text">Ryland Homes – 16 New Construction Communities – Free Basement Promotion</p>
    

    Cheers!
    Ismael

    in reply to: WPML Language switcher flags #243783

    Hey!

    Thank you for using the theme! You can add Yigit’s code at the very bottom of the child theme’s style.css. Reload the page a few times to see the changes.

    Regards,
    Ismael

    in reply to: Header Image/Section to Posts #243781

    Hi!

    Thank you for using the theme. The option Display Header for the title container and breadcrumbs is replaced with the Title Bar Settings. You can now choose to hide them, show only the title, show only the breadcrumbs or show them both. You can configure the option globally on Enfold > Header > Header Layout > Header Title and Breadcrumbs.

    Best regards,
    Ismael

    Hi Dunc!

    Please try to confine the Fullwidth Easy Slider inside a Color Section shortcode. Are you trying to create a blog page using the new custom post type? You can duplicate the includes > admin > register-portfolio.php file. Rename it to something else, for example register-life.php. Replace it with this code: http://pastebin.com/ZBpzgbSe

    Add this on functions.php:

    require_once( 'includes/admin/register-life.php' );				// register custom post types for life entries
    

    This will register the custom post type life. You can now select the Life Entries when you’re using the Blog Posts or Fullwidth Masonry elements.

    Best regards,
    Ismael

    in reply to: LayerSlider failure #243773

    Hi Gary!

    You might want to increase the wordpress php memory limit to at least 128M. Depending on your hosting environment you might experience an issue when trying to access the Advance Layout Builder. This is usually due to the builder timing out because of a memory limit in your server environment. The first thing you can do to avoid this is to enter the following lines in your wp-config.php file at the root of your installation:

    define( 'WP_MEMORY_LIMIT', '128M' );
    define( 'WP_MAX_MEMORY_LIMIT', '256M' );

    You can also contact your host if you’re not comfortable doing the adjustments yourself. Refer to this link for more info: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    Cheers!
    Ismael

    in reply to: Questions about Mansory Gallery #243772

    Hey bakbek!

    Thank you for using the theme! You can’t specify a thumbnail for the actual video but you can set featured image for the posts. Use that as an alternative for video preview thumbnail.

    Regards,
    Ismael

    in reply to: Headlines in Slideshow Full Width on portrait smartphone #243754

    Hi jansthh!

    Please use this on Quick CSS or custom.css:

    @media all and (max-width: 767px) {
    .responsive #top .slideshow_caption h2 {
    font-size: 15px;
    }
    
    .caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title {
    font-size: 11px;
    }
    }

    Cheers!
    Ismael

    in reply to: Drop down box to select forms #243753

    Hi!

    The contact form element works inside the tab element. I also included the datepicker. Please try this:

    [av_tab_container position='top_tab' boxed='border_tabs' initial='1' custom_class='']
    [av_tab title='Tab 1' icon_select='no' icon='']
    [av_contact email=' (Email address hidden if logged out) ' button='Submit' title='Send us mail' sent='Your message has been sent!' subject='' autorespond='' captcha='' custom_class='']
    [av_contact_field label='Name' type='text' options='' check='is_empty' width='']
    [av_contact_field label='E-Mail' type='text' options='' check='is_email' width='']
    [av_contact_field label='Subject' type='text' options='' check='is_empty' width='']
    [av_contact_field label='Message' type='textarea' options='' check='is_empty' width='']
    [av_contact_field label='' type='datepicker' options='' check='' width='']
    [/av_contact]
    [/av_tab]
    [av_tab title='Tab 2' icon_select='no' icon='']
    [av_contact email=' (Email address hidden if logged out) ' button='Submit' title='Send us mail' sent='Your message has been sent!' subject='' autorespond='' captcha='' custom_class='']
    [av_contact_field label='Name' type='text' options='' check='is_empty' width='']
    [av_contact_field label='E-Mail' type='text' options='' check='is_email' width='']
    [av_contact_field label='Subject' type='text' options='' check='is_empty' width='']
    [av_contact_field label='Message' type='textarea' options='' check='is_empty' width='']
    [av_contact_field label='' type='datepicker' options='' check='' width='']
    [/av_contact]
    [/av_tab]
    [/av_tab_container]
     

    Cheers!
    Ismael

    in reply to: open external link in lightbox #243752

    Hi!

    I’m sorry about that. You don’t need to install any plugin. prettyPhoto is already included within the theme so you can ignore the steps about installing it.

    Cheers!
    Ismael

    Hey!

    Thank you for the link. Unfortunately, I’m not entirely sure what is the issue based on the information you have given in your post. If you wouldn’t mind providing us with a little more clarification on what is the problem with the menu (a screenshot perhaps), we’ll be happy to provide you with a response once we have a better understanding of the situation. On the other hand, if you’re having trouble saving menu items please contact your host and ask them to increase the max_input_vars to at least 3000. This should be enough for 400 menu items or more.

    Regards,
    Ismael

    in reply to: Seems Few Bugs or may be problems at my end #243749

    Hey!

    Thank you for using the theme!

    I tried to recreate the issues above and the only problem that I can reproduce is the search bar issue. The rest is working as expected. I tested it on this page:

    http://www.labhanshicreations.com/test-test-test/
    http://www.labhanshicreations.com/wp-admin/post.php?post=2972&action=edit

    Please try to deactivate the “MOJO Marketplace” plugin, see if the search bar issue persist.

    Regards,
    Ismael

    in reply to: fontello bag icon and replace 'cart' text with 'bag' #243745

    Hey!

    This should work. Don’t include the backslash on the character code. :)

    Regards,
    Ismael

    in reply to: "My Account" styling and translation #243744

    Hi!

    I’m sorry I forgot to ask you for a temporary login details so that we can inspect the account page. Do you mind post the login details here? Set it as a private reply.

    Regards,
    Ismael

    Hi ariane1001!

    1.) You can add this on Quick CSS or custom.css:

    .trail-begin, #main > div.stretch_full.container_wrap.alternate_color.light_bg_color.title_container > div > div > div > span:nth-child(3) {
    display: none !important;
    }
    

    2.) Please add this on functions.php:

    add_filter('avf_which_archive_output', 'avf_remove_which_archive_output', 10, 1);
    
    function avf_remove_which_archive_output($output) {
    	$output = "";
    	
    	if(is_tax())
    	{
    		$term = get_term_by( 'slug', get_query_var( 'term' ), get_query_var( 'taxonomy' ) );
    		$output = __('','avia_framework')." ".$term->name;
    	}
    	
    	return $output;
    }

    Best regards,
    Ismael

    in reply to: Bug in Advanded layout editor #243738

    Hi Encomm!

    You might want to increase the wordpress php memory limit to at least 128M. Depending on your hosting environment you might experience an issue when trying to access the Advance Layout Builder. This is usually due to the builder timing out because of a memory limit in your server environment. The first thing you can do to remedy this is to enter the following lines in your wp-config.php file at the root of your installation:

    define( 'WP_MEMORY_LIMIT', '128M' );
    define( 'WP_MAX_MEMORY_LIMIT', '256M' );

    You can also contact your host if you’re not comfortable doing the adjustments yourself. Refer to this link for more info: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    Cheers!
    Ismael

    in reply to: Tag Problem #243727

    Hi!

    Glad it is working now. :)

    Regards,
    Ismael

    in reply to: Slider Layer transition not working #243722

    Hi Rastafaren!

    Thank you for using the theme!

    Have you tried the layer slider? You can fully control where and when you want a certain layer to pop out. Watch this video to get started: http://www.youtube.com/watch?v=ZY9SxVyugx4

    Best regards,
    Ismael

    in reply to: Menu Rollover Color Block #243720

    Hey andypeck!

    You can start with this on Quick CSS or custom.css:

    .main_menu ul:first-child > li.current-menu-item, .main_menu ul:first-child > li:hover {
    background: green;
    }
    
    .main_menu ul:first-child > li {
    line-height: 60px;
    height: 60px;
    }
    
    .main_menu ul:first-child > li a {
    height: 60px;
    line-height: 60px;
    }
    
    #header_main > div > nav > div {
    top: 20px;
    position: relative;
    }
    

    The code might still need a lot of polishing but it is a start.

    Best regards,
    Ismael

    in reply to: Infographics in Enfold #243717

    Hey andypeck!

    Thank you for the question. Unfortunately, this is not available within the theme yet but we have noted this request in our list of potential improvements for the theme. You can vote or post the feature on this section: https://kriesi.at/support/enfold-feature-requests/

    For now, you might need to find a plugin or hire a freelance developer to add the feature for you. Please do visit Werkpress for further customization. If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries.

    Maybe this plugin will help: http://wordpress.org/plugins/infographic-embedder/

    Best regards,
    Ismael

    in reply to: Secondary layer of category sorting on a portfolio page #243708

    Hey wieslander!

    Thank you for the question. Unfortunately, this is beyond 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 do visit Werkpress for further customization. If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries.

    Regards,
    Ismael

    in reply to: Icons behavior #243707

    Hey Emmanuelppp!

    1.) If you want to remove the animation effect for the icon, edit config-templatebuilder > avia-shortcodes > icon.php. Find this code:

    $output = '<span class="'.$shortcodename.' avia_animate_when_visible av-icon-style-'.$style.' '.$custom_class.' avia-icon-pos-'.$position.' " style="'.$color.'">'.$display_char.$caption.'</span>';
    

    Replace it with:

     $output = '<span class="'.$shortcodename.' av-icon-style-'.$style.' '.$custom_class.' avia-icon-pos-'.$position.' " style="'.$color.'">'.$display_char.$caption.'</span>';
    

    2.) I’m sorry but it will require a bit of modifications. Please look for any reference regarding css animations and transformation.

    3.) Just edit the icon element then choose the Icon Style with border. The sonar effect will be applied on icons with link, specify the link under “Title Link?” option.

    Regards,
    Ismael

    Hi Frostholm!

    1.) Create posts then set them to “Link” post format. Add the url of the category page. Use these posts for the post slider.

    2.) Please add this on Quick CSS to maintain the alignment of the gallery thumbnails:

    .avia-gallery-thumb a {
    width: 20%;
    height: 150px;
    max-height: 150px;
    min-height: 150px;
    }
    
    .avia-gallery-thumb a img {
    height: 150px;
    max-height: 150px;
    min-height: 150px;
    }

    Regards,
    Ismael

    in reply to: 1/3 team member in tab #243700

    Hey!

    Instead of <br> tag, please place something like this after each icon shortcode:

    <div class="icon-gap"></div>
    

    Add this on Quick CSS:

    .icon-gap {
    display: block;
    clear: both:
    height: 15px;
    }

    This should create an invisible space right after the icons. I’m not sure why the <br> tag is not working, we’ll get back to you on that. For the meantime please try the suggestion above.

    Cheers!
    Ismael

    in reply to: Portfolio grid sorting doesn't appears #243698

    Hey!

    Thank you for using the theme. I checked the website but it takes me to the page saying “Website not authorized on CDN”. Unfortunately at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a screenshot or something), we’ll be happy to provide you with a response once we have a better understanding of the situation.

    Cheers!
    Ismael

    in reply to: Easy Slider image size and Screen resolution #243692

    Hi!

    1.) The “Slide Image Size” option will not re-size the actual slider. This option is the selection of thumbnail sizes that you want to use for the slider. Selecting larger images will give you crispier and better image quality. The slider will inherit the size of the container so if you place it on a one third column, it will have the same size as the column plus minus padding, margins etc.

    2.) Basically, all you need to do is upload large images something like 1900px in width. The theme will automatically trim it down into smaller thumbnails. You can find the thumbnail sizes on functions.php, you can adjust those if you want.

    $avia_config['imgSize']['widget'] 			 	= array('width'=>36,  'height'=>36);						// small preview pics eg sidebar news
    $avia_config['imgSize']['square'] 		 	    = array('width'=>180, 'height'=>180);		                 // small image for blogs
    $avia_config['imgSize']['featured'] 		 	= array('width'=>1500, 'height'=>430 );						// images for fullsize pages and fullsize slider
    $avia_config['imgSize']['featured_large'] 		= array('width'=>1500, 'height'=>630 );						// images for fullsize pages and fullsize slider
    $avia_config['imgSize']['extra_large'] 		 	= array('width'=>1500, 'height'=>1500 , 'crop' => false);	// images for fullscrren slider
    $avia_config['imgSize']['portfolio'] 		 	= array('width'=>495, 'height'=>400 );						// images for portfolio entries (2,3 column)
    $avia_config['imgSize']['portfolio_small'] 		= array('width'=>260, 'height'=>185 );						// images for portfolio 4 columns
    $avia_config['imgSize']['gallery'] 		 		= array('width'=>710, 'height'=>575 );						// images for portfolio entries (2,3 column)
    $avia_config['imgSize']['masonry'] 		 		= array('width'=>705, 'height'=>705 , 'crop' => false);		// images for fullscreen masonry
    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>710, 'height'=>270);		                 // big images for blog and page entries
    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 );						// images for fullsize pages and fullsize slider

    Regenerate the thumbnails using this plugin after: http://wordpress.org/plugins/regenerate-thumbnails/

    Best regards,
    Ismael

    in reply to: move comments to end of posts #243360

    Hey!

    Create an includes folder on the child theme directory then copy the loop-index.php file. Make the changes above.

    Cheers!
    Ismael

Viewing 30 posts - 59,791 through 59,820 (of 67,565 total)