Forum Replies Created

Viewing 30 posts - 59,671 through 59,700 (of 67,463 total)
  • Author
    Posts
  • in reply to: fontello bag icon and replace 'cart' text with 'bag' #244233

    Hi!

    I reviewed the code and you replaced the cart icon with “ue85a” but I don’t see any way of adding any products to the cart. Can you please point me to the actual shop page where we can see the cart icons? I tested this on my end using the icon that you want and it works as expected.

    Cheers!
    Ismael

    in reply to: Soliloquy slider enfold lightbox conflict #244230

    Hi!

    Thank you for the question. Sorry but we cannot provide support for third party plugins or scripts as our support policy states 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. You might need to direct the question to the author of the plugin and their support community.

    If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.

    Best regards,
    Ismael

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

    Hey!

    Sure, no problem with that. I’ll ask the rest of the support team to check this thread. Maybe they have ideas on how to accomplish this. Thank you for your understanding.

    Regards,
    Ismael

    in reply to: Colour Section Transparent #244225

    Hi!

    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.

    Regretfully, we won’t be able to help you with this one. If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries.

    Cheers!
    Ismael

    in reply to: Chrome Portfolio Load #244224

    Hi!

    Thank you for using the theme and providing us with the link.

    I’m sorry but 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 information like login details to wordpress, we’ll be happy to provide you with a response once we have a better understanding of the situation.

    You can do the following:

    1.) Deactivate all plugins, see if the issue persist.
    2.) Switch to a default wordpress theme, check if the page is running.
    3.) Contact your host for possible fix.

    Cheers!
    Ismael

    in reply to: ENFOLD + WOOCOMMERCE : Problem #244222

    Hey!

    We’re really sorry that you’re experiencing this issue.

    There are some cases before about PHP version 5.3.27 FastCGI causing issues somehow and switching to 5.3.27 CGI (Stable) may fix the problem. Please contact your host about that. Also, another user reported about the host database configuration. I can’t give you enough details about that but if fixed the problem. Please try to upgrade the php version if possible. I hope it fix the issue.

    Regards,
    Ismael

    in reply to: Submenu Items #244221

    Hi!

    Thank you for using the support forum!

    There will be added options to modify the the elements like the submenu inside the theme on the future release of the theme. For now you can use this on Quick CSS or custom.css:

    #top .main_menu .menu li ul a {
    font-weight: bold;
    }
    
    .main_menu .menu ul li a {
    color: #000000;
    }
    
    .main_menu .menu ul li a:hover {
    color: #808080;
    }

    You can increase the submenu padding using this:

    #top .main_menu .menu li ul a {
    padding: 8px 30px 8px 15px;
    }

    Regards,
    Ismael

    in reply to: UNABLE TO LOAD ADDITIONAL FONTELLO ICONS #244220

    Hi chapdes!

    Thank you for using the theme! Sorry if you’re having this issue. Do you mind posting the login details for wordpress and FTP? Set it as a private reply. We will be needing the login credentials to debug the error.

    A lot users are having the same issue and it might have something to do with server configuration. We have reported the issue to Kriesi. Unfortunately, it is not possible to upload the font icon files manually.

    Best regards,
    Ismael

    in reply to: Listing blog posts in alphabetical order #244219

    Hey fixedopsinsight!

    Thank you for using the theme!

    Please add this on functions.php:

    add_filter('avia_blog_post_query','avia_modify_blog_post_query');
    function avia_modify_blog_post_query( $query)
    {
    $query['orderby'] = 'name';
    $query['order'] = 'ASC';
    return $query;
    }
    

    You can look for more order parameters here: http://codex.wordpress.org/Class_Reference/WP_Query#Order_.26_Orderby_Parameters

    Best regards,
    Ismael

    in reply to: Replace Logo Link With a New One #244217

    Hi Redsand747!

    Thank you for using the theme!

    If you like to redirect the logo link, you can add something like this on functions.php:

    add_filter('avf_logo_link', 'avf_redirect_logo_link');
    
    function avf_redirect_logo_link($link) {
    	$link = 'http://www.google.com';
    	return $link;
    }
    

    Change the $link url. :)

    Regards,
    Ismael

    Hi Edna!

    Thank you for using the support forum. Do you mind posting the link to the website? We would like to check if there are any plugin conflicts. If it is ok with you, please deactivate all plugins. Some minor issues occur because of plugin conflict.

    Cheers!
    Ismael

    in reply to: Can't see "Layout" widget in edit mode #244211

    Hey!

    Glad you figured it out. If you haven’t done so lately, you can watch some videos here to learn more about the theme: https://vimeo.com/channels/aviathemes

    The Enfold documentation can be found here: http://kriesi.at/documentation/enfold/

    Best regards,
    Ismael

    in reply to: woocommerce title bar: change "Shop" #244210

    Hi!

    Glad you figured it out. The woocommerce template is controlled by config-woocommerce > config.php file. If you don’t mind please post a screenshot of what you’re trying to do as to give us more idea how to help you.

    Regards,
    Ismael

    in reply to: Google Map Widget in Sidebar #244203

    Hey!

    Thank you for using the theme! Unfortunately, we’re not entirely sure of the issue based on the information you have given in your post. If you wouldn’t mind providing us with a little more information, we’ll be happy to provide you with a response once we have a better understanding of the situation. Do you mind posting the login details here? We would like to check the google map widget. Please set it as a private reply.

    Regards,
    Ismael

    in reply to: Reducing the Sidebar gaps #244202

    Hi!

    Thank for you using the theme! I tried Yigit’s suggestion and it works on my end. Do you mind posting the link of the website here? We would be happy to give you the proper css solution once we get the link to the website. Are you using a left sidebar?

    .inner_sidebar {
    margin-left: 20px !important;
    }

    Cheers!
    Ismael

    in reply to: Setting Up a Blog issues #243813

    Hey garyguthrie!

    1.) You can add this on Quick CSS or custom.css to remove the link on featured image:

    .template-page .big-preview a {
    pointer-events: none;
    }

    2.) The theme’s template like the portfolio can only accept thumbnails or images that is uploaded on the wp media library. You can’t use the default “Insert from URL” on the theme.

    Cheers!
    Ismael

    Hey!

    If you want the breadcrumb for “SPICE Training” to show as “SPICE Training”, you’ll need to remove “Training” page as the parent page of the “SPICE Training” page. Like what Dude said, menu and breadcrumbs are not related with each other. You need to make use of the page hierarchy (parent/child attributes) in order to achieve the breadcrumb arrangement that you want.

    Regards,
    Ismael

    in reply to: Portfolio images are huge #243811

    Hey treeoflifeaz!

    Thank you for using the theme. If you don;tmind providing us with a little more info like the link to your website, we’ll be happy to provide you with a response once we have a better understanding of the situation. The column will inherit the size of the container so you might want to upload larger images or select 2 or 3 columns for the portfolio grid.

    Regards,
    Ismael

    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

Viewing 30 posts - 59,671 through 59,700 (of 67,463 total)