Forum Replies Created

Viewing 30 posts - 52,351 through 52,380 (of 67,510 total)
  • Author
    Posts
  • in reply to: Button contact form alignment to the right #382944

    Hi!

    Use this on Quick CSS to align the submit button:

    .main_color input[type='submit'] {
    float: right;
    }

    The button doesn’t shrink when hovered. Can you please provide a screenshot?

    Best regards,
    Ismael

    in reply to: Slider Picture Size for Enfold Photography Portfolio? #382943

    Hi ClevelandSeoGuy!

    Thank you for using Enfold.

    Are you referring to the fullscreen slideshow? The size of the images used in the demo is 1400x100px. You can use larger images to improve the slider quality.

    Cheers!
    Ismael

    in reply to: Insert image full width #382941

    Hey!

    Please replace this code:

    .avia-image-container:hover img { filter: grayscale(100%) !important; }
    

    with this:

    .avia-image-container:hover img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    }

    Regards,
    Ismael

    in reply to: Primary menu hook #382939

    Hi lucybb!

    Thank you for using Enfold.

    It is called “avia”. :)

    Regards,
    Ismael

    in reply to: Change Font Size for Single Post Entry Title #382938

    Hey James!

    Thank you for using Enfold.

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

    .single .entry-content-wrapper .post-title {
    font-size: 40px;
    line-height: 1.3em;
    }

    Best regards,
    Ismael

    in reply to: Blog Feature Images Not Showing on Cell Phones & Tablets. #382936

    Hi!

    Aside from increasing the width of the column to 100% and hiding the excerpt and title on mobile view, I’m not sure if there is any easy solution. I’ll ask the rest Kriesi and the rest of the support team to take a look.

    Cheers!
    Ismael

    in reply to: Mega menu #382931

    Hi!

    Thank you for using Enfold.

    Yes, just enable the “This column should start a new row” option. Looks like you figured out how to move the mega menu position. Please download the latest version of the theme which has a better mega menu width calculation.

    Best regards,
    Ismael

    in reply to: Easy Slider on mobile devices – Headings not visible #382929

    Hey knitsfor!

    Thank you for using Enfold.

    Try to add this on Quick CSS:

    @media only screen and (max-width: 767px) {
    .avia-slideshow .avia-caption .avia-caption-title {
    font-size: 14px;
    padding: 5px 7px;
    }
    
    .avia-caption-content p {
    font-size: 12px;
    padding: 5px 7px !important;
    }
    }

    Remove browser cache then reload the page.

    Best regards,
    Ismael

    in reply to: Unable to use theme options #382927

    Hey Apocalippo!

    Thank you for using Enfold.

    Have you tried to deactivate all plugins? Please try to download the theme again from your themeforest account then update the theme via FTP.

    Regards,
    Ismael

    in reply to: Menu – Submenu Gap Problem #382925

    Hi!

    Can you please provide a link to the actual page where you’re testing this? You can adjust the top padding of the main container:

    .html_header_top.html_header_topbar_active.html_header_sticky.html_bottom_nav_header #top #main {
    padding-top: 155px;
    }
    
    .html_header_top.html_header_topbar_active.html_header_sticky #top #main {
    padding-top: 119px;
    }

    Cheers!
    Ismael

    Hi lorenzofusi1976!

    Thank you for using Enfold.

    You can use these plugins to specify a different menu for different pages:

    https://wordpress.org/plugins/menu-items-visibility-control/
    https://wordpress.org/plugins/zen-menu-logic/

    Best regards,
    Ismael

    in reply to: Question tables (data table) #382923

    Hey!

    Unfortunately, we can’t reproduce the issue on our installation. Please create a test page so that we can see the issue. Make sure that you’re running Enfold 3.0.5.

    Cheers!
    Ismael

    in reply to: replacing menu #382921

    Hey!

    Thank you for using Enfold.

    The menu looks fine when I checked the page. Did you set the menu as Enfold Main Menu?

    Regards,
    Ismael

    in reply to: Layout Builder not working properly anymore #382920

    Hi lifeundone!

    Thank you for using Enfold.

    This is not happening on our installation. You’re still using version 3.0.4. Please upgrade to 3.0.5. If possible, please deactivate all plugins, cache, minify then test it again.

    Regards,
    Ismael

    in reply to: "Fullwidth Easy Slider" – Video Thumbnail Issue #382915

    Hey!

    I don’t see any full width sliders on the page (http://game.ae/case-studies/). Please create a test page.

    Cheers!
    Ismael

    in reply to: Advert size within the widget area #382914

    Hey!

    Each ad widget should contain two images but if you want to remove the second ad, you can add this on Quick CSS:

    .avia_partner_widget a.avia_partner2 {
    display: none;
    }

    Best regards,
    Ismael

    in reply to: Admnistrationsbereich ist lässt sich nicht mehr öffen #382913

    Hi LFD_Thueringen!

    Thank you for using Enfold.

    I’m sorry but we don’t provide support for third party plugins as stated on our support policy. Please contact the plugin author.

    Cheers!
    Ismael

    Hi hbjcapital!

    Thank you for using Enfold.

    You have this file called alter.js and some of the script applies backgrounds on section links:

    $(".avia-builder-el-4 a").css({"background":"#2d5c88","color":"#ffffff"});
    		$(".avia-builder-el-6 a").css({"background":"#ffffff","color":"#2d5c88","border-color":"#2d5c88","border-style":"solid","border-width":"1"});		
    		$(".avia-builder-el-7 a").css({"background":"#ffffff","color":"#2d5c88","border-color":"#2d5c88","border-style":"solid","border-width":"1"});
    		$(".avia-builder-el-9 a").css({"background":"#ffffff","color":"#2d5c88","border-color":"#2d5c88","border-style":"solid","border-width":"1"});
    		
    		$("#home-trading-articles").css({"display":"none"});
    		$("#home-property-articles").css({"display":"none"});
    		$("#home-insurance-articles").css({"display":"none"});
    		

    You can’t use the “avia-builder-el” class attribute because this a default class which is widely use throughout the site and it can change depending on the number of elements inside a page. If you want to specify a custom class for each elements like buttons, post slider etc, you need to turn on the custom css class. Refer to this link: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Best regards,
    Ismael

    Hey Tobias-B-Conrad!

    Thank you for using Enfold.

    You can use this on Quick CSS:

    ul#mobile-advanced {
    background: rgba(255,255,255,.9);
    }

    Cheers!
    Ismael

    in reply to: Problem with the menu title #382908

    Hi!

    We’re very sorry that you’re having this issue. So, you did reset the database? Why? Is it possible for you to create a stage site with a fresh install of WordPress? We would like to install Enfold there and see if the issue persist. Please kindly ask your hosting provider the current version of PHP.

    Cheers!
    Ismael

    in reply to: Linking two sites #382904

    Hey!

    You need to replace the image url with the PNG format image here:

    add_action('ava_after_main_menu','custom_things');
    function custom_things() {
    	echo '<div class="secondary-logo"><a href=" http://dentists.theimplantexperts.com/"><img src="http://theimplantexperts.com/wp-content/uploads/2014/11/TIE_Web_header_FormerlyCICv2.jpg" /></a></div>';
    }

    Cheers!
    Ismael

    in reply to: Export coordinates from map? #382903

    Hey!

    No, I’m sorry but that is not possible. You have to input the coordinates manually.

    Best regards,
    Ismael

    in reply to: Update to 3.05 and Masonry #382902

    Hi!

    Thank you for using Enfold.

    The html markup of the masonry section is incorrect. Instead of:

    <a href="http://www.wordpress-webdesign.org/portfolio-item/lims-at-work/" class="post-3203 portfolio type-portfolio status-publish has-post-thumbnail hentry av-masonry-entry isotope-item  av-masonry-item-with-image av-masonry-item-loaded" title="LIMS at work" itemscope="itemscope" itemtype="https://schema.org/CreativeWork" style="position: absolute; left: 0px; top: 0px;"><div class="av-inner-masonry-sizer"></div><figure class="av-inner-masonry main_color"><div class="av-masonry-outerimage-container"><div class="av-masonry-image-container" style="background-image: url(https://www.wordpress-webdesign.org/wp-content/uploads/Lims_Vorschau.jpg);"><img src="http://www.wordpress-webdesign.org/wp-content/uploads/Lims_Vorschau.jpg" title="Lims_Vorschau" alt=""></div></div><figcaption class="av-inner-masonry-content site-background"><div class="av-inner-masonry-content-pos"><div class="avia-arrow"></div><h3 class="av-masonry-entry-title entry-title" itemprop="headline">LIMS at work</h3><div class="av-masonry-entry-content entry-content" itemprop="text">
    
    </div></div></figcaption></figure></a>
    

    It shows like this:

    <a href="http://www.wordpress-webdesign.org/portfolio-item/lims-at-work/" style="position: absolute; left: 0px; top: 0px;"><div class="av-inner-masonry-sizer"></div><figure class="av-inner-masonry main_color"><div class="av-masonry-outerimage-container"><div class="av-masonry-image-container" style="background-image: url(https://www.wordpress-webdesign.org/wp-content/uploads/Lims_Vorschau.jpg);"><img src="http://www.wordpress-webdesign.org/wp-content/uploads/Lims_Vorschau.jpg" title="Lims_Vorschau" alt=""></div></div><figcaption class="av-inner-masonry-content site-background"><div class="av-inner-masonry-content-pos"><div class="avia-arrow"></div><h3 class="av-masonry-entry-title entry-title" itemprop="headline">LIMS at work</h3></div></figcaption></figure></a>
    

    Please download the theme again from your themeforest account then override the old files with a new one.

    Cheers!
    Ismael

    in reply to: Responsiveness breaking on forwarded domains #382901

    Hi!

    The site is currently on maintenance mode. Please give us a temporarily login details.

    Cheers!
    Ismael

    Hi!

    Try to add this on functions.php:

    add_action('after_setup_theme','avia_remove_portfolio_breadcrumb');
    
    function avia_remove_portfolio_breadcrumb(){
    remove_filter('avia_breadcrumbs_trail','avia_modify_breadcrumb');
    }
    
    add_filter('avia_breadcrumbs_trail', 'avia_change_breadcrumb', 5, 1);
    function avia_change_breadcrumb($trail) {
        if(is_singular('portfolio'))
        {
            global $post;
    
            $home = avia_get_option('frontpage');
            $terms = get_the_terms( $post->ID, 'portfolio_entries' );
            if(!empty($terms))
            {
                $home = $trail[0];
                $last = array_pop($trail);
    
                foreach($terms as $key => $data)
                {
                    $link = '<a href="'.get_term_link($data).'">'.ucfirst($data->name).'</a>';
                    $link = preg_replace('!rel=".+?"|rel=\'.+?\'|!',"", $link);
                    $link = str_replace('<a ', '<a rel="v:url" property="v:title" ', $link);
                    $link = '<span typeof="v:Breadcrumb">'.$link.'</span>';     
                }	
    			$trail = array(0 => $home, 1 => $link, 'trail_end' => $last);
            }
        }
        return $trail;
    }

    Best regards,
    Ismael

    in reply to: element/column question #382891

    Hi!

    Edit the grid row element then apply a custom id attribute to the section. Use “custom-grid” for example. Add this on Quick CSS:

    div#custom-grid {
    width: 1310px;
    margin: 0 auto;
    }

    Use css media queries to adjust the size of the grid on different screen sizes. I know this is a bit complicated but the theme should have a nested columns feature on future updates.

    Regards,
    Ismael

    in reply to: Portfolio items #382889

    Hey Dogmut!

    Thank you for using Enfold.

    Yes, you can disable it. Just add this on Quick CSS:

    #top .portfolio-preview-image .avia-gallery .avia-gallery-big {
    pointer-events: none;
    }

    Regards,
    Ismael

    Hi Matt!

    Thank you for using Enfold.

    You’re currently using an old version of the plugin. Please upgrade it.

    Best regards,
    Ismael

    in reply to: Bug css with menu and internet explorer #382886

    Hey!

    Yes but since there are not plugins activated, I’m really not sure what’s causing the issue. Did you add anything on functions.php? Please download Enfold again from your themeforest account then update the theme via FTP.

    Best regards,
    Ismael

    in reply to: Color Section banner area question #382884

    Hi!

    Where can we find this actual page? We don’t usually provide support for third party plugins but if you can give us a temporary login details and a link to the actual page, we’ll try to help.

    Best regards,
    Ismael

Viewing 30 posts - 52,351 through 52,380 (of 67,510 total)