Forum Replies Created

Viewing 30 posts - 56,941 through 56,970 (of 67,197 total)
  • Author
    Posts
  • Hey KMagnus!

    Thank you for using the theme.

    Please go to Appearance > Menus panel. Did you set the main menu as Enfold Main Menu under Theme Locations?

    Regards,
    Ismael

    in reply to: LayerSlider Dependencies Warning Message #295806

    Hey!

    Did the layer slider stop working? You need to buy your own layer slider plugin then add this on functions.php to disable the default layer slider:

    add_theme_support('deactivate_layerslider');
    

    Best regards,
    Ismael

    in reply to: Reduce spacing between blog posts #295803

    Hi shafiqkhan!

    Thank you for using the theme.

    Add this on Quick CSS or cutsom.css:

    .template-blog .post_delimiter {
    margin: 0 0 20px 0;
    padding: 10px 0 0 0;
    clear: both;
    }

    Best regards,
    Ismael

    in reply to: Images cropped in AJAX portfolio #295801

    Hey barnestechprod!

    Thank you for visiting the support forum.

    I’m sorry but your website is not loading properly. The css modification above will only affect the ajax preview image not the portfolio thumbnails. Do you mind providing a screenshot? I’ll ask the rest of the support team to check.

    Best regards,
    Ismael

    in reply to: Menu width #295800

    Hi Ivana!

    Thank you for using the theme.

    Please add this on Quick CSS or custom.css to apply an orange background on the whole header alternate div:

    div#header_main_alternate {
    background: #ff8c00;
    }

    Best regards,
    Ismael

    Hi!

    Thank you the update and sorry for the delay.

    I can’t reproduce the issue on my end. I checked using Chrome and Firefox Windows 8. Can’t seem to see the same issue after a few hard refresh on the browser.

    Regards,
    Ismael

    in reply to: Help with a few things #295798

    Hi!

    Thank you for the update.

    The header container is now 88px in height which is the same with the orange header. What else is wrong with it? Can you please explain? A screenshot will help.

    Regards,
    Ismael

    Hi!

    Thank you for the update.

    Are you referring to the NOSSA NUVEM section? If possible, please post a screenshot on how you want it to look like on iPad. It shows fine on iPad but it covers the whole section because of the image size. Please use this on Quick CSS or custom.css:

    @media only screen and (max-width: 990px) {
    .page-id-2392 div#av_section_2 {
    background-size: 50% !important;
    }
    }

    Cheers!
    Ismael

    in reply to: Mega Menu Limits #294814

    Hey!

    Thank you for the screenshot.

    Go to the Appearance > Menus panel. On top of the menu item Custom software and Business Solutions for example, add a new menu item then enable the “This column should start a new row” option. Do this again for the third set of menu items.

    Regards,
    Ismael

    in reply to: Menus and multilanguage #294812

    Hi cerasel!

    Thank you for using the theme.

    We haven’t tested the xili 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. Looks like they have a guide on how to create multiple navigation for different language: http://wiki.xiligroup.org/index.php/Xili-language:_navigation_menu

    Best regards,
    Ismael

    in reply to: Theme Options not working #294811

    Hi!

    If you don’t mind, please post the ftp credentials here. We would like to check it.

    Regards,
    Ismael

    Hi!

    Thank you for the screenshot.

    I can’t seem to reproduce this issues on my end, maybe because I’m using Windows 8. I’ll ask the rest of the support team to take a look.

    Regards,
    Ismael

    in reply to: Add to cart #294805

    Hi Zaccc!

    Thank you for visiting the support forum.

    Remove the stock text with this on Quick CSS or custom.css:

    p.stock {
    display: none;
    }

    The page doesn’t exist: http://crbawholesalers.com/product/test/

    Cheers!
    Ismael

    Hi!

    Thank you for the info.

    We would like to see the actual website. Please post it here. A screenshot of the issue will help.

    Regards,
    Ismael

    in reply to: Jquery Needed for Animations To Work On Viewpoint #294802

    Hi!

    You can generate one using the shortcode wand. Create a temporary page or post then use the shortcode wand. Go to Media Elements > Google Map. The shortcode looks like this:

    [av_google_map height='400px' zoom='16' saturation='' hue='' zoom_control='aviaTBzoom_control']
    [av_gmap_location address='' tooltip_display='' marker='' imagesize='40'][/av_gmap_location]
    
    [/av_google_map]
    
    [av_video src='' format='16:9' width='16' height='9']
    
    [av_google_map height='400px' zoom='7' saturation='' hue='' zoom_control='aviaTBzoom_control']
    [av_gmap_location address='Apopong' city='General Santos City' country='Philippines' long='125.1103736' lat='6.1093899' marker='' imagesize='40' tooltip_display='']
    This is sparta!
    [/av_gmap_location]
    [av_gmap_location address='Matina' city='Davao City' country='Philippines' long='125.59519079999995' lat='7.067416799999999' marker='' imagesize='20' tooltip_display='']
    This is Davao!
    [/av_gmap_location]
    [/av_google_map]

    Regards,
    Ismael

    Hey!

    Yes, Dude modified the functions.php to add the filter function.

    $avia_config['imgSize'] = apply_filters('ava_registered_thumbnail_sizes', $avia_config['imgSize']);
    

    Best regards,
    Ismael

    in reply to: Portfolio showing wrong category and item #294799

    Hey AARCS!

    Thank you for visiting the support forum.

    Please add this on functions.php to fix the breadcrumb:

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

    Add this below to set the post navigation to the same category:

    add_filter('avia_post_nav_settings','avia_same_category_filter', 10, 1);
    function avia_same_category_filter($settings)
    {
    $settings['same_category'] = true;
    return $settings;
    }

    Best regards,
    Ismael

    in reply to: Colour section Background Video Safari does not work #294798

    Hi!

    Again, we checked it on all major browsers and the video is showing up fine. I’ll ask Kriesi to take a look. Please wait for his response.

    Cheers!
    Ismael

    in reply to: sidebar on home page #294786

    Hi!

    Thank you for using the theme.


    @Guenni007
    : Thank you so much for helping! :)


    @comecdev
    : I fixed the code and you should place it on header.php file, find this code on line 65:

    <div id='wrap_all'>
    

    Below, add this code:

     <?php
        if( is_front_page())
        {
        
        echo do_shortcode('[layerslider id="3"]');
        
        }
    	?>

    Cheers!
    Ismael

    in reply to: Tab behaviour on mobile devices #294785

    Hi StuWeTueHo!

    Thank you for using the theme.

    Do you mind if we take a look at the actual website? Make sure that you remove browser cache before testing because you might leave the tab id on the url and this will open the corresponding tab automatically.

    Best regards,
    Ismael

    in reply to: Google map initial view between multiple markers #294784

    Hi LukasE!

    Thank you for using the theme.

    You can decrease the Zoom Level settings of the map in order to center both markers.

    Regards,
    Ismael

    in reply to: Major problems with WooCommerce #294782

    Hey!


    @hunter74
    : Are you using the woocommerce plugin or not? You can just disable or delete it on the plugins panel if you want.

    Regards,
    Ismael

    in reply to: Blog page not using the selected sidebar #294779

    Hi!

    Thank you for the info.

    As far as I can tell it is using the correct custom sidebar which is MainSidebar FR-fr. Please remove browser cache then reload the page a few times.

    Regards,
    Ismael

    in reply to: Image Size for Layer Slider #294778

    Hey jacobs64!

    Thank you for using the theme.

    Do you want to use this image as the layer slider background? The theme demo uses images with 1700x470px dimension.

    Regards,
    Ismael

    in reply to: Video and Tabbed archived content #294776

    Hey Jcochran904!

    Thank you for using the theme.

    1.) Regretfully, this particular request 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 visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page. There are available modal pop plugins on the wordpress plugin repository but I’m not sure if there’s a way to schedule them.

    2.) You can try the AJAX portfolio. Create portfolio items then look for the Additional Portfolio Settings below. Set the Display Preview Images to the 4th option where you can display the preview text. Add the video code on the Add Preview Text editor.

    Cheers!
    Ismael

    Hey!

    Thank you for the update.

    Try adding this on Quick CSS or custom.css:

    body div .avia-testimonial {
    display: inline-block;
    float: left;
    }

    Remove the iPad’s browser cache before testing.

    Cheers!
    Ismael

    Hey!

    Looks like this can be fix with this:

    #top .grid-entry.no_margin.av_one_fourth {
    width: 24.9%;
    }

    Best regards,
    Ismael

    in reply to: Testimonial pushes content down #294766

    Hey tylrsmllr!

    Thank you for using the theme.

    You can add a minimum height to the testimonial wrapper. Add this on Quick CSS:

    #top .avia-slider-testimonials.avia-testimonial-wrapper .avia-testimonial {
    min-height: 130px;
    }

    Adjust the height if necessary.

    Cheers!
    Ismael

    Hey cindy531!

    Thank you for visiting the support forum.

    1.) Please use this on functions.php:

    function modify_share_title(){
    return "CHANGE THE TITLE HERE"; 
    }
    add_filter('avia_social_share_title', 'modify_share_title', 10, 2);

    2.) Add this on Quick CSS or custom.css:

    #top #wrap_all .av-social-link-rss	   	 a{color:#fff; background-color:#ffa133; }
    #top #wrap_all .av-social-link-facebook  a{color:#fff; background-color:#37589b; }
    #top #wrap_all .av-social-link-twitter   a{color:#fff; background-color:#46d4fe; }
    #top #wrap_all .av-social-link-mail      a{color:#fff; background-color:#9fae37; }
    #top #wrap_all .av-social-link-dribbble  a{color:#fff; background-color:#e44885; }
    #top #wrap_all .av-social-link-linkedin  a{color:#fff; background-color:#419cca; }
    #top #wrap_all .av-social-link-search    a{color:#fff; background-color:#222222; }
    #top #wrap_all .av-social-link-gplus     a{color:#fff; background-color:#de5a49; }
    #top #wrap_all .av-social-link-behance   a{color:#fff; background-color:#008cfa; }
    #top #wrap_all .av-social-link-flickr    a{color:#fff; background-color:#ff0086; }
    #top #wrap_all .av-social-link-forrst    a{color:#fff; background-color:#234317; }
    #top #wrap_all .av-social-link-myspace   a{color:#fff; background-color:#000000; }
    #top #wrap_all .av-social-link-tumblr    a{color:#fff; background-color:#345574; }
    #top #wrap_all .av-social-link-vimeo     a{color:#fff; background-color:#31baff; }
    #top #wrap_all .av-social-link-youtube   a{color:#fff; background-color:#a72b1d; }
    #top #wrap_all .av-social-link-pinterest a{color:#fff; background-color:#cb2027; }
    #top #wrap_all .av-social-link-skype 	   a{color:#fff; background-color:#12a5f4; }
    #top #wrap_all .av-social-link-instagram a{color:#fff; background-color:#a67658; }
    #top #wrap_all .av-social-link-five_100_px a{color:#fff; background-color:#222222; }
    #top #wrap_all .av-social-link-soundcloud  a{color:#fff; background-color:#F76700; }
    #top #wrap_all .av-social-link-xing 	     a{color:#fff; background-color:#006567; }
    #top #wrap_all .av-social-link-vk 	   	 a{color:#fff; background-color:#597BA5; }
    #top #wrap_all .av-social-link-reddit 	 a{color:#fff; background-color:#FF4500; }

    3.) Edit comments.php, find this code on line 172:

    echo "<h3 class='miniheading'>".__('Leave a Reply','avia_framework')."</h3>";
    

    Change the text.

    4.) On the same file, look for this code on line 174:

    comment_form();
    

    Replace it with this:

    $defaults = array(
        'label_submit' => __('Post a Question')
    );
    comment_form($defaults);

    Change the label_submit value.

    Regards,
    Ismael

    in reply to: Advanced Styling Guide Information #294211

    Hey MarwiUSA!

    Thank you for using the theme.

    Yes, you’re correct. Once you set the font size of the H1 element to 12px on the advanced styling panel, all h1 heading will use the preset styling which is 12px. If you want to use another styling for H1 element on different parts of the theme, use the Quick CSS field or custom.css to override the preset options.

    Although we don’t have an article about the advance styling panel in particular but in case you have any questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.

    If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)

    Regards,
    Ismael

Viewing 30 posts - 56,941 through 56,970 (of 67,197 total)