Forum Replies Created

Viewing 30 posts - 50,341 through 50,370 (of 66,288 total)
  • Author
    Posts
  • Hey!

    Hmm.. It’s working when I test it on my installation. Please send us the login details so that we can check it.

    Regards,
    Ismael

    in reply to: Double elements appearing #397057

    Hi!

    Check the debug mode or actual shortcode below. There are two image element:

    [av_image src='http://forum-produktion.automotiveit.eu/wp-content/uploads/2014/12/Referenten-Koehler-Moderation.jpg' attachment='1444' attachment_size='full' align='center' animation='no-animation' link='' target='' styling='' caption='' font_size='' appearance='' custom_class=''][/av_image]
    
    [av_image src='http://kongress.automotiveit.eu/wp-content/uploads/2010/10/Referenten-Koehler-Moderation.jpg' attachment='1441' attachment_size='full' align='center' animation='no-animation' link='' target='' styling='' caption='' font_size='' appearance='on-hover' custom_class='frame']
    [/av_image]

    Remove the other. Somehow it is not showing on the ALB which is weird.

    Regards,
    Ismael

    in reply to: Layer slider images not displaying #397033

    Hi!

    Which of these pages have the slider issue? What happen when you remove the slider on these pages?

    Regards,
    Ismael

    Hi!

    Add this to the functions.php file:

    add_action('wp_footer', 'ava_current_menu');
    function ava_current_menu(){
    ?>
    <script>
    (function($){
        $(window).load(function() {
    	   $("#top .av-subnav-menu li a").click(function() {
    		  $("#top .av-subnav-menu li a").removeClass("active");
    		  $(this).addClass("active");
    	   });
        });
    })(jQuery);
    </script>
    <?php
    }
    

    Use this to change on the Quick CSS field to change the color of the active menu:

    .main_color .av-subnav-menu a.active {
        color: violet;
    }

    Remove browser cache then reload the page.

    Cheers!
    Ismael

    Hi!

    I’m sorry but I can’t reproduce the issue. The header background shows fine on mobile device. Try to add this to the Quick CSS field:

    .header_color .header_bg {
    background: #fff url(https://64.19.142.12/borstch.eu/aptare6/wp-content/uploads/2015/02/aptare_bg_header1.png) top left repeat-x fixed !important;
    }

    Regards,
    Ismael

    in reply to: Añadir música #396986

    Hey Belema!

    Thank you for using Enfold.

    You can try this audio plugins:

    https://wordpress.org/plugins/compact-wp-audio-player/
    http://premium.wpmudev.org/blog/free-wordpress-audio-player-plugins/

    If you want to add it manually, use the audio shortcode: http://codex.wordpress.org/Audio_Shortcode

    Cheers!
    Ismael

    in reply to: Customise the position of AddThis plugin #396975

    Hey potentialindia!

    Thank you for using Enfold.

    Try to place the addthis code somewhere inside the header.php, maybe right below this line:

    <div id='main' data-scroll-offset='<?php echo avia_header_setting('header_scroll_offset'); ?>'>
    

    Regards,
    Ismael

    in reply to: Wrong Menu Hover with Anchor-Links #396968

    Hi!

    Designate the anchor name on the color section instead of the h2 title. Please check the site now: http://agentur-koso.de

    Regards,
    Ismael

    Hey!

    Try to replace the code with this to vertically center align the element:

    .av-masonry-entry:before {
    background: url(p-bg-1.jpg) repeat transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    content: attr(title);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    }

    Regards,
    Ismael

    in reply to: Auto resizing an image to fill half the page #396950

    Hey Peatkay!

    Thank you for using Enfold.

    Try to use the Grid Row element, set the cells. Add the images as background then use text blocks to add the text content. If that’s not what you’re after, please provide a screenshot.

    Cheers!
    Ismael

    in reply to: Full Width Images Menu With Link and Hover Effect #396948

    Hi!

    Use the Grid Row element, add a unique id attribute (For Developers: Section ID). Use “custom-grid” for example. Inside the cells, add image elements with links. Add this to the Quick CSS field to remove the cell padding:

    #custom-grid .flex_cell {
    padding: 0;
    }

    Cheers!
    Ismael

    in reply to: Images saved in many sizes #396944

    Hi kashmyra!

    Thank you for using Enfold.

    Every time you upload an image, wp or the theme creates different thumbnails or versions of the uploaded image. Each thumbnails are designated to different elements on the theme such as masonry, lightbox, testimonial, news widget etc. You can remove the thumbnails(not recommended) by using this plugin: https://wordpress.org/plugins/simple-image-sizes/

    Best regards,
    Ismael

    in reply to: Article in Lightbox #396940

    Hey druzes!

    Thank you for using Enfold.

    It is possible but it will require custom modification that is outside the scope of support. You might need to hire someone elese to do it. Or find a plugin that will work with the theme.

    Regards,
    Ismael

    in reply to: Submenu active change color #396937

    Hi royaltask!

    Thank you for choosing Enfold.

    Edit the sub menu color on Enfold > Advanced Styling panel. Edit the Main Menu Sublevel Links element. You can add two instance of the element, one for the initial state and the other for the active and hover state.

    Regards,
    Ismael

    Hi Anneloes1981!

    Thank you for using Enfold.

    1.) You can create a custom widget for each category page on Appearance > Widgets panel. Use each custom widget as custom sidebar under Sidebar Setting for each page.

    2.) Use this on the Quick CSS field to change the title container background:

    .stretch_full.container_wrap.alternate_color.title_container {
    background: red;
    }

    Cheers!
    Ismael

    in reply to: Error with header background image #396925

    Hey!

    Actually you can add html codes inside the caption field so adding the text as image will do. What do you mean by “corrupts the rest of the homepage”? I checked the site again, looks like you added the “barn” image as color section background. What you can do now is to add a horizontal element inside the color section, set it to whitespace to create a gap then add a code block below. Add the background text as image.

    Regards,
    Ismael

    in reply to: Box um Spalte und andere Hintergrundfarbe? #396900

    Hey!

    You can try this:

    #custom-section .flex_column.av_one_third {
    min-height: 405px;
    }

    Use css media queries to adjust the height on smaller screens.

    Cheers!
    Ismael

    in reply to: Fullscreen Slider on iPhone #396892

    Hey djshortkut!

    Thank you for using Enfold.

    Try to add to the Quick CSS field:

    @media only screen and (max-width: 480px) {
    .home .avia-builder-el-0.avia-fullscreen-slider .avia-slideshow {
    height: 522px !important;
    }}

    Regards,
    Ismael

    in reply to: updating from another theme #396886

    Hi Munford!

    Thank you for visiting the support forum.

    I’m not sure if this is going to work but try to convert the other theme’s portfolio entries using this plugin: https://wordpress.org/plugins/convert-post-types/

    Cheers!
    Ismael

    in reply to: edit tag TITLE on social image profile changed by myself #396877

    Hey!

    Please check it now. We had to change the “vimeo” part of the css inside the Quick CSS field to “Tripadvisor”.

    Best regards,
    Ismael

    in reply to: Tag Manager Wrong Location #396876

    Hi!

    You can place that code inside header.php, just below this line:

    <body id="top" <?php body_class($style." ".$avia_config['font_stack']." ".$blank); avia_markup_helper(array('context' => 'body')); ?>>
    

    Cheers!
    Ismael

    in reply to: infinite height iframe #396872

    Hey ewingmh!

    Thank you for using Enfold.

    Looks like you’re using a third party plugin for the map widget. Please contact the plugin author. If you can provide a screenshot, maybe, it’ll help.

    Cheers!
    Ismael

    in reply to: Mash Between Masonry Blog with Blog Post Grid Layout #396867

    Hey!

    Thank you for using Enfold.

    Adjust the Column and Size Settings then install this plugin: https://wordpress.org/plugins/simple-image-sizes/

    Go to Settings > Media panel. Adjust the “masonry” thumbnail size. Update then save changes. Regenerate the thumbnails after.

    Cheers!
    Ismael

    Hey pozza!

    Thank you for using Enfold.

    Unfortunately, it’s not possible yet. The magazine script is inside the config-templatebuilder > avia-shortcodes > magazine.php file. You might need to hire a freelance developer to incorporate the script on archives.php file.

    Regards,
    Ismael

    in reply to: Can't change number of gallery rows on gallery feature #396376

    Hi!

    I tested the content on my installation and as it turns out, the portfolio grid element is causing the issue. Please remove the portfolio grid element then update the page. After the update, add the portfolio element back. Check the page again.

    EDIT: It is also not working when AJAX is activated. Edit the config-templatebuilder > avia-shortcodes > gallery.php, look for this code:

    add_action('wp_footer', array($this, 'print_extra_style'));
    

    Replace it with:

    add_action('wp_footer', array($this, 'print_extra_style'), 5);
    

    Regards,
    Ismael

    Hi!

    This is not perfect but it might help. Add the code inside the functions.php file:

    add_action('wp_footer', 'ava_grid_height');
    function ava_grid_height(){
    ?>
    <script>
    (function($){
        $(window).resize(function() {
    		var win		= $(window),
    		calc_height = function() {
    			var winh		= win.height(),
    				header 		= $('#header').height(),
    				title       = $('.title_container').height(),
    				gridh 		= winh - header - title;
    			
    				$('#custom-grid').css('height', gridh/1.5 + 'px');
    		}
    		
    		win.on( 'resize', calc_height);
    		calc_height();
        }).resize();
    })(jQuery);
    </script>
    <?php
    }

    Add a unique id attribute to the grid row element using the For Developers: Section ID field. Use “custom-grid” for example.

    Best regards,
    Ismael

    in reply to: Resizing woes #396364

    Hey!

    Try to place the elements inside a color section then add unique id attribute using the For Developers: Section ID field. Use “custom-section” for example. Add this to the Quick CSS field:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive #custom-section .av_one_half.first + .av_one_fourth, .responsive #custom-section .av_one_half.first + .av_one_fourth + .av_one_fourth, .responsive #custom-section .av_one_fourth.first + .av_one_fourth + .av_one_fourth, .responsive #custom-section .av_one_fourth.first + .av_one_fourth + .av_one_fourth + .av_one_fourth, .responsive #custom-section .av_one_fourth.first + .av_one_fourth + .av_one_half {
    margin-left: 0;
    width: 100%;
    }}

    Regards,
    Ismael

    in reply to: Put Enfold Post layout options into LearnDash post #396361

    Hey!

    Look for this line:

    if($post_type == “sfwd-courses” || $post_type == “sfwd-lessons”)
    

    Add the default post:

    if($post_type == "post" || $post_type == “sfwd-courses” || $post_type == “sfwd-lessons”)
    

    Regards,
    Ismael

    in reply to: header background image #396358

    Hi!

    Can you please provide a screenshot of the header design? The header background image(gradient-top-light) is working but it’s too subtle and doesn’t contrast with the site’s background.

    Best regards,
    Ismael

    in reply to: Responsive Issues #396351

    Hey!

    Looks like the footer modification is also visible on desktop view. Please make sure that the modifications are inside the media query. Remove the font-size property here:

    .footer-info {
    color: #888888;
    font-size: 10%;
    }

    If possible, please provide a screenshot of the vertical alignment issue.

    Best regards,
    Ismael

Viewing 30 posts - 50,341 through 50,370 (of 66,288 total)