Forum Replies Created

Viewing 30 posts - 57,211 through 57,240 (of 67,477 total)
  • Author
    Posts
  • in reply to: Integrating bitly/custom short URLs #297121

    Hey WordPressed!

    Thank you for using the theme.

    Unfortunately, we won’t be able to help you with this because you need to integrate the bitly url api on the theme which requires a bit of modification. 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.

    Best regards,
    Ismael

    in reply to: icons not showing either #297116

    Hi smudgedesign!

    Thank you for using the theme.

    Please try to deactivate the cache plugin then test the page again.

    Regards,
    Ismael

    in reply to: Controlling alignment of images and text #297115

    Hey!

    Thank you for using the theme.

    Have you tried adding a white space or horizontal rule element? Adjust the height in order to re align the element under. A screenshot of what you’re trying to do will help.

    Best regards,
    Ismael

    in reply to: Multi Site Usage #297113

    Hi there!

    Thank you for using the theme.

    You can upload it on the network admin then enable the theme for the site where you want to use Enfold.

    Cheers!
    Ismael

    in reply to: Image goes beyond layout element on IE and FIREFOX #295823

    Hey!

    Thank you for visiting the support forum.

    We can’t access the website. There’s a 504 error, maybe because of my slow internet. I’ll ask the rest of the support team to check. Make sure that you’re running the latest version of Enfold which is 2.9.1.

    Best regards,
    Ismael

    in reply to: Portfolio post category labels continued #295821

    Hey Richard!

    Thank you for the update.

    Please replace the code on functions.php with this:

    function add_stuff_to_portfolio_grid($output, $entry) {
    	$term_list = get_the_term_list( $entry->ID, 'portfolio_entries', '<div class="portfolio-term">', ', ', '</div>');
    	return $term_list;
    }
    add_filter('avf_portfolio_extra', 'add_stuff_to_portfolio_grid', 10, 2);

    Add this on Quick CSS or custom.css:

    .portfolio-term {
    text-align: left;
    }
    
    .grid-entry a[rel='tag'] {
    float: none !important;
    }

    Regards,
    Ismael

    in reply to: LS link to lightbox #295815

    Hi!

    Thank you for the update.

    Can you please add it again? Create a test page with a duplicated layer slider. We would like to check it. Right now, it is responsive.

    Best regards,
    Ismael

    in reply to: How to increase logo max width? #295814

    Hi connect4consulting!

    Thank you for using the theme.

    The link gives me a blank white page. What is the height of your logo? You can increase the height of the logo which will automatically increase the width as well. Go to Enfold > Header Layout > Header layout panel. Look for the Header Size option then set it to custom pixel value. Adjust the height.

    Regards,
    Ismael

    in reply to: Magazine and transparent in your template #295813

    Hi!

    Thank you for the update.

    I checked the home page but there is no promobox element there. If you don’t mind, please post a screenshot of the element that you’re trying to change.

    Regards,
    Ismael

    in reply to: Breakpoint for responisve menu? #295810

    Hi!

    Thank you for using the theme.

    @klondlike: Do you mind if we take a look at the actual website?


    @charger70
    : Thanks for helping out. Appreciated. :)


    @snackd
    : You can tackle this via javascript but it will require a bit of modification which falls beyond the scope of support. Please hire someone to do it for you. Thank you for your understanding.

    Regards,
    Ismael

    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

Viewing 30 posts - 57,211 through 57,240 (of 67,477 total)