Forum Replies Created

Viewing 30 posts - 50,191 through 50,220 (of 67,534 total)
  • Author
    Posts
  • in reply to: Speeding up delay on Mega Menu display? #428666

    Hey!

    You need to edit the file via FTP or your cpanel. Look for it inside wp-content > themes > enfold > js folder. :)

    Cheers!
    Ismael

    in reply to: portfolio sort across multiple pages? #428661

    Hi arlenebirt!

    Thank you for using Enfold.

    Unfortunately, this is the limitation of the category sort function. Every premium themes I know of have this limitation because they’re using the same isotope script. The only workaround is to show all items on the page and disable the pagination.

    Regards,
    Ismael

    Hi!

    Yes, I guess this a design choice and it seems to have work for more than 100,000 users of avia themes. Anyway, it’s not that difficult to modify or remove the title with css. You can also use filter and action hooks to completely remove it from the breadcrumb bar. If you can provide a screenshot on how you want your normal page to look, maybe we can help. Remove the default title with this on functions.php:

    add_filter('avf_title_args', 'avf_title_args_mod', 10, 2); // remove default title
    function avf_title_args_mod($args,$id)
    {
    	$args['html'] = "<div class='{class} title_container'><div class='container'>{additions}</div></div>";
        return $args;   
    }

    Cheers!
    Ismael

    in reply to: SEARCH Error #428648

    Hey!

    It seems to work fine on my installation. Please post the login details here and set it as a private reply. We would like to check it. If possible, please contact the plugin for more info regarding the WooCommerce Restrict Categories extension.

    Use dropbox or mediafire to attach the plugin zip file.

    Cheers!
    Ismael

    in reply to: Home 3 slides :) #428647

    Hey!

    I’m sorry but that slide is not included in the theme demo package. :/

    I’ll ask Kriesi if he can send it to you.

    Cheers!
    Ismael

    Hi!

    The screenshots are expired so we can’t see the images. Anyway, I tried this on my installation and the category widget displays fine. Did you use the advance layout builder to build the products?

    Cheers!
    Ismael

    in reply to: Social Buttons nach Update verschoben #428644

    Hi!

    Please post the login details here. We would like to check it. Did you add any custom modifications inside the functions.php file?

    Regards,
    Ismael

    Hi!

    Glad it is fixed. Some browsers deal with width values containing decimal places differently. That’s why it is doesn’t render properly on firefox. If you want to apply the fix specifically to Firefox browsers, use this:

    .avia-mozilla #top .no_margin.av_one_sixth {
      width: 16.6555555555%;
    }

    or this:

    .avia-mozilla #top .no_margin.av_one_sixth {
      width: 16.6444444444%;
    }

    Regards,
    Ismael

    in reply to: Video Slideshow Not Working on IE11 #428641

    Hey!

    Aside from the 4th slide, there is a scroll down arrow. I think it’s enough to tell users that there are contents below the slider. You can make it more prominent by changing its style:

    #top .scroll-down-link {
      height: 60px;
      width: 80px;
      margin: 0px 0 0 -40px;
      line-height: 60px;
      position: absolute;
      left: 50%;
      bottom: 20%;
      color: #FFF;
      text-align: center;
      font-size: 70px;
      z-index: 100;
      text-decoration: none;
      text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
      -webkit-animation: avia_fade_move_down 2s ease-in-out infinite;
      -moz-animation: avia_fade_move_down 2s ease-in-out infinite;
      animation: avia_fade_move_down 2s ease-in-out infinite;
    }

    Regards,
    Ismael

    Hey!

    Please try this in the Quick CSS field:

    .avia-msie .flex_column div a img {
      width: inherit;
      max-width: 100%;
      height: auto;
    }

    If it doesn’t work, use this:

    .flex_column div a img { max-width:100%; height: auto; }
    @media screen {.flex_column div a img { width: auto }}
    

    Remove browser cache before testing the page.

    Regards,
    Ismael

    Hey!

    Hmm.. This is the code that is causing the issue:

    .av-inner-masonry-content.site-background {
      display: none;
    }

    I removed it and the caption is now working on desktop view.

    Cheers!
    Ismael

    Hi!

    I checked the site and it is already set to 192M. What happens when you deactivate the plugins? What is the theme that you use before Enfold? You should probably delete it to remove any remaining options from the old theme.

    Regards,
    Ismael

    Hi!

    From what I understand, you want to change the body background? Is that correct? Please set it on Enfold > General Styling > Body Background panel.

    Best regards,
    Ismael

    in reply to: Increase Font Size in Table #428631

    Hey!

    Use this:

    .product-benefits .pricing-table > li {
      border: 0;
    }

    Regards,
    Ismael

    in reply to: Advanced Layer slider z-index #428630

    Hey!

    The header should still be in the middle after that. Did you add any html tags inside the layer slider? Please update the theme to 3.1.3.

    Cheers!
    Ismael

    in reply to: Page moves to the right #428179

    Hey!

    The fix seems to work fine when I checked it on my installation. The content doesn’t move to right before and after the preload. If it does, it’s barely noticeable. Test on Windows 8 and 7, chrome and firefox. I’ll ask the rest of the support team to check it.

    Regards,
    Ismael

    in reply to: Column Problem #428178

    Hi Ink_Eye!

    Thank you for using Enfold.

    I checked the page but the section on top of the google map is empty even on desktop view. Did you remove it? If possible, please create a test page and a screenshot of the issue.

    Cheers!
    Ismael

    in reply to: Hudge partner logo's IE 10 #428173

    Hi!

    Please try the solution provided here: https://kriesi.at/support/topic/image-size-error-at-partner-grid-in-internet-explorer/#post-193382

    Best regards,
    Ismael

    in reply to: WPML and custom css #428170

    Hey!

    Thank you for using Enfold.


    @Guenni007
    : Thank you for helping out!


    @Ink_Eye
    : Can you please elaborate the issue? Did you add a custom font in the custom.css file? How did you add it? If possible, please provide a screenshot of the elements or text with the custom font issue.

    Regards,
    Ismael

    in reply to: lightbox popup form issue #428167

    Hey heinrichvk!

    Thank you for using Enfold.

    I’m sorry but you’re using an old version of the theme. Please download the latest version, 3.1.3, from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Cheers!
    Ismael

    in reply to: Header image / slider on per category basis? #428163

    Hey!

    Yeah, you’re correct. This will require custom modifications. You can edit loop-index.php file manually if you want to add a slider or an image inside a post within a certain category. Use the has_category function. https://codex.wordpress.org/Function_Reference/has_category

    The code will look something like this:

    if(has_category('video')) {
    // Video slider here 
    } 
    elseif(has_category('image')) {
    // Image slider here 
    } else {
    // Else slider here	
    }

    Regards,
    Ismael

    Hey!

    Home page theme version is correct, 3.1.3. The weird thing is, on subpages, the version of the theme is 2.4.2: http://mccartanandcompany.com/approach/

    Is there any server cache or something like that?

    Best regards,
    Ismael

    in reply to: Change Background Image of Top menu Only #428158

    Hey!

    You can try this:

    div#header_main > .container .inner-container {
      background: red;
    }
    

    Regards,
    Ismael

    in reply to: A gap shows up below a submenu #428155

    Hey DROR!

    Thank you for using Enfold.

    There are script errors on the console when I checked the page so maybe a third party plugin is causing the issue. Please deactivate all plugins then test it again. The gap is the sticky_placeholder container. It shouldn’t display like that by default.

    Cheers!
    Ismael

    in reply to: Menu under logo #428151

    Hi!

    Is it working when you deactivate the plugin? Please post the login details here so that we can check it. Set it as a private reply.

    Cheers!
    Ismael

    in reply to: Remove link on titles in Ajax portfolio #428149

    Hey!

    The login credentials are not working. Please check it. Follow the instructions provided in the link provided above. Add this to the functions.php file:

    add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);
    function avia_include_shortcode_template($paths)
    {
    	$template_url = get_stylesheet_directory();
        	array_unshift($paths, $template_url.'/shortcodes/');
    
    	return $paths;
    }

    Create a folder called shortcodes then place the portfolio.php file inside. Modify it.

    Best regards,
    Ismael

    in reply to: Ad banner on top and right side outside boxed layout #428146

    Hi!

    I checked the page but I don’t see any widgets in the header. Did you remove it? We need to check it.

    Regards,
    Ismael

    in reply to: Responsive problem whit the Page Title and Breadcrumbs #428140

    Hi!

    You can try this:

    @media only screen and (max-width: 767px) {
    .responsive .title_container .breadcrumb {
      width: 100%;
      text-align: center;
    }
    
    .responsive .title_container .breadcrumb > * {
      display: inline-block;
    }}

    Cheers!
    Ismael

    in reply to: Move nested subpages under main menu in mobile view #428138

    Hey!

    I’m sorry but what do you mean by “first-menu-item”? Please provide a screenshot. I modified the code above and it seems to be working now on all pages:

    add_action( 'ava_after_main_container', 'ava_after_main_container_mod', 10, 2 );
    function ava_after_main_container_mod() {
    	global $post;
    	if(!empty($post->post_parent)) {
    	echo '<div class="main_color container_wrap sidebar_right_mobile"><div class="container"><aside class="sidebar sidebar_right smartphones_sidebar_active alpha units" role="complementary" itemscope="itemscope" itemtype="https://schema.org/WPSideBar"><div class="inner_sidebar">';	
    	avia_sidebar_menu(true);
    	echo '</div></div></div>';
    	}
    }

    Don’t forget to add the custom css above in the Quick CSS field.

    Cheers!
    Ismael

    in reply to: Full Screen Slider Reduce Height Javascript #428134

    Hi!

    Why did you edit the script? Note that you can use the Fullwidth Easy Slider to add a non-fullscreen video slider. It is possible to set the size in the slider options.

    Regards,
    Ismael

Viewing 30 posts - 50,191 through 50,220 (of 67,534 total)